public interface CloudSQLInstanceInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Name of a Cloud SQL instance.
string display_name = 1;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Name of a Cloud SQL instance.
string display_name = 1;
| Type | Description |
| ByteString | The bytes for displayName. |
getExternalIp()
public abstract String getExternalIp()External IP address of a Cloud SQL instance.
string external_ip = 6;
| Type | Description |
| String | The externalIp. |
getExternalIpBytes()
public abstract ByteString getExternalIpBytes()External IP address of a Cloud SQL instance.
string external_ip = 6;
| Type | Description |
| ByteString | The bytes for externalIp. |
getInternalIp()
public abstract String getInternalIp()Internal IP address of a Cloud SQL instance.
string internal_ip = 5;
| Type | Description |
| String | The internalIp. |
getInternalIpBytes()
public abstract ByteString getInternalIpBytes()Internal IP address of a Cloud SQL instance.
string internal_ip = 5;
| 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;
| 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;
| Type | Description |
| ByteString | The bytes for networkUri. |
getRegion()
public abstract String getRegion()Region in which the Cloud SQL instance is running.
string region = 7;
| Type | Description |
| String | The region. |
getRegionBytes()
public abstract ByteString getRegionBytes()Region in which the Cloud SQL instance is running.
string region = 7;
| Type | Description |
| ByteString | The bytes for region. |
getUri()
public abstract String getUri()URI of a Cloud SQL instance.
string uri = 2;
| Type | Description |
| String | The uri. |
getUriBytes()
public abstract ByteString getUriBytes()URI of a Cloud SQL instance.
string uri = 2;
| Type | Description |
| ByteString | The bytes for uri. |