public interface CloudSQLInstanceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Name of a Cloud SQL instance.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Name of a Cloud SQL instance.
string display_name = 1;String getUri()
URI of a Cloud SQL instance.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI of a Cloud SQL instance.
string uri = 2;String getNetworkUri()
URI of a Cloud SQL instance network or empty string if the instance does not have one.
string network_uri = 4;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;String getInternalIp()
Internal IP address of a Cloud SQL instance.
string internal_ip = 5;com.google.protobuf.ByteString getInternalIpBytes()
Internal IP address of a Cloud SQL instance.
string internal_ip = 5;String getExternalIp()
External IP address of a Cloud SQL instance.
string external_ip = 6;com.google.protobuf.ByteString getExternalIpBytes()
External IP address of a Cloud SQL instance.
string external_ip = 6;String getRegion()
Region in which the Cloud SQL instance is running.
string region = 7;com.google.protobuf.ByteString getRegionBytes()
Region in which the Cloud SQL instance is running.
string region = 7;Copyright © 2022 Google LLC. All rights reserved.