public interface CloudSQLInstanceInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()
Name of a Cloud SQL instance.
string display_name = 1;
Returns | |
---|---|
Type | Description |
String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Name of a Cloud SQL instance.
string display_name = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for displayName. |
getExternalIp()
public abstract String getExternalIp()
External IP address of a Cloud SQL instance.
string external_ip = 6;
Returns | |
---|---|
Type | Description |
String | The externalIp. |
getExternalIpBytes()
public abstract ByteString getExternalIpBytes()
External IP address of a Cloud SQL instance.
string external_ip = 6;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for externalIp. |
getInternalIp()
public abstract String getInternalIp()
Internal IP address of a Cloud SQL instance.
string internal_ip = 5;
Returns | |
---|---|
Type | Description |
String | The internalIp. |
getInternalIpBytes()
public abstract ByteString getInternalIpBytes()
Internal IP address of a Cloud SQL instance.
string internal_ip = 5;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for internalIp. |
getNetworkUri()
public abstract String getNetworkUri()
URI of a Cloud SQL instance network or empty string if the instance does not have one.
string network_uri = 4;
Returns | |
---|---|
Type | Description |
String | The networkUri. |
getNetworkUriBytes()
public abstract ByteString getNetworkUriBytes()
URI of a Cloud SQL instance network or empty string if the instance does not have one.
string network_uri = 4;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for networkUri. |
getRegion()
public abstract String getRegion()
Region in which the Cloud SQL instance is running.
string region = 7;
Returns | |
---|---|
Type | Description |
String | The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()
Region in which the Cloud SQL instance is running.
string region = 7;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for region. |
getUri()
public abstract String getUri()
URI of a Cloud SQL instance.
string uri = 2;
Returns | |
---|---|
Type | Description |
String | The uri. |
getUriBytes()
public abstract ByteString getUriBytes()
URI of a Cloud SQL instance.
string uri = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for uri. |