Interface CloudSQLInstanceInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CloudSQLInstanceInfo
,CloudSQLInstanceInfo.Builder
public interface CloudSQLInstanceInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
Name of a Cloud SQL instance.com.google.protobuf.ByteString
getDisplayNameBytes()
Name of a Cloud SQL instance.String
getExternalIp()
External IP address of a Cloud SQL instance.com.google.protobuf.ByteString
getExternalIpBytes()
External IP address of a Cloud SQL instance.String
getInternalIp()
Internal IP address of a Cloud SQL instance.com.google.protobuf.ByteString
getInternalIpBytes()
Internal IP address of a Cloud SQL instance.String
getNetworkUri()
URI of a Cloud SQL instance network or empty string if the instance does not have one.com.google.protobuf.ByteString
getNetworkUriBytes()
URI of a Cloud SQL instance network or empty string if the instance does not have one.String
getRegion()
Region in which the Cloud SQL instance is running.com.google.protobuf.ByteString
getRegionBytes()
Region in which the Cloud SQL instance is running.String
getUri()
URI of a Cloud SQL instance.com.google.protobuf.ByteString
getUriBytes()
URI of a Cloud SQL instance.-
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 Cloud SQL instance.
string display_name = 1;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Name of a Cloud SQL instance.
string display_name = 1;
- Returns:
- The bytes for displayName.
-
getUri
String getUri()
URI of a Cloud SQL instance.
string uri = 2;
- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
URI of a Cloud SQL instance.
string uri = 2;
- Returns:
- The bytes for uri.
-
getNetworkUri
String getNetworkUri()
URI of a Cloud SQL instance network or empty string if the instance does not have one.
string network_uri = 4;
- Returns:
- The networkUri.
-
getNetworkUriBytes
com.google.protobuf.ByteString getNetworkUriBytes()
URI of a Cloud SQL instance network or empty string if the instance does not have one.
string network_uri = 4;
- Returns:
- The bytes for networkUri.
-
getInternalIp
String getInternalIp()
Internal IP address of a Cloud SQL instance.
string internal_ip = 5;
- Returns:
- The internalIp.
-
getInternalIpBytes
com.google.protobuf.ByteString getInternalIpBytes()
Internal IP address of a Cloud SQL instance.
string internal_ip = 5;
- Returns:
- The bytes for internalIp.
-
getExternalIp
String getExternalIp()
External IP address of a Cloud SQL instance.
string external_ip = 6;
- Returns:
- The externalIp.
-
getExternalIpBytes
com.google.protobuf.ByteString getExternalIpBytes()
External IP address of a Cloud SQL instance.
string external_ip = 6;
- Returns:
- The bytes for externalIp.
-
getRegion
String getRegion()
Region in which the Cloud SQL instance is running.
string region = 7;
- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()
Region in which the Cloud SQL instance is running.
string region = 7;
- Returns:
- The bytes for region.
-
-