Interface VpcConnectorInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VpcConnectorInfo
,VpcConnectorInfo.Builder
public interface VpcConnectorInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
Name of a VPC connector.com.google.protobuf.ByteString
getDisplayNameBytes()
Name of a VPC connector.String
getLocation()
Location in which the VPC connector is deployed.com.google.protobuf.ByteString
getLocationBytes()
Location in which the VPC connector is deployed.String
getUri()
URI of a VPC connector.com.google.protobuf.ByteString
getUriBytes()
URI of a VPC connector.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
Name of a VPC connector.
string display_name = 1;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Name of a VPC connector.
string display_name = 1;
- Returns:
- The bytes for displayName.
-
getUri
String getUri()
URI of a VPC connector.
string uri = 2;
- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
URI of a VPC connector.
string uri = 2;
- Returns:
- The bytes for uri.
-
getLocation
String getLocation()
Location in which the VPC connector is deployed.
string location = 3;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
Location in which the VPC connector is deployed.
string location = 3;
- Returns:
- The bytes for location.
-
-