Package com.google.cloud.clouddms.v1
Interface VpcPeeringConnectivityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VpcPeeringConnectivity
,VpcPeeringConnectivity.Builder
public interface VpcPeeringConnectivityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getVpc()
The name of the VPC network to peer with the Cloud SQL private network.com.google.protobuf.ByteString
getVpcBytes()
The name of the VPC network to peer with the Cloud SQL private network.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVpc
String getVpc()
The name of the VPC network to peer with the Cloud SQL private network.
string vpc = 1;
- Returns:
- The vpc.
-
getVpcBytes
com.google.protobuf.ByteString getVpcBytes()
The name of the VPC network to peer with the Cloud SQL private network.
string vpc = 1;
- Returns:
- The bytes for vpc.
-
-