public interface VpcConnectorInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
Name of a VPC connector.
string display_name = 1;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Name of a VPC connector.
string display_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getLocation()
public abstract String getLocation()
Location in which the VPC connector is deployed.
string location = 3;
Returns | |
---|---|
Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()
Location in which the VPC connector is deployed.
string location = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for location. |
getUri()
public abstract String getUri()
URI of a VPC connector.
string uri = 2;
Returns | |
---|---|
Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
URI of a VPC connector.
string uri = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for uri. |