public interface CloudSqlInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstances(int index)
The Cloud SQL instance connection names, as can be found in
https://console.cloud.google.com/sql/instances.
|
com.google.protobuf.ByteString |
getInstancesBytes(int index)
The Cloud SQL instance connection names, as can be found in
https://console.cloud.google.com/sql/instances.
|
int |
getInstancesCount()
The Cloud SQL instance connection names, as can be found in
https://console.cloud.google.com/sql/instances.
|
List<String> |
getInstancesList()
The Cloud SQL instance connection names, as can be found in
https://console.cloud.google.com/sql/instances.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getInstancesList()
The Cloud SQL instance connection names, as can be found in
https://console.cloud.google.com/sql/instances. Visit
https://cloud.google.com/sql/docs/mysql/connect-run for more information on
how to connect Cloud SQL and Cloud Run. Format:
{project}:{location}:{instance}
repeated string instances = 1;int getInstancesCount()
The Cloud SQL instance connection names, as can be found in
https://console.cloud.google.com/sql/instances. Visit
https://cloud.google.com/sql/docs/mysql/connect-run for more information on
how to connect Cloud SQL and Cloud Run. Format:
{project}:{location}:{instance}
repeated string instances = 1;String getInstances(int index)
The Cloud SQL instance connection names, as can be found in
https://console.cloud.google.com/sql/instances. Visit
https://cloud.google.com/sql/docs/mysql/connect-run for more information on
how to connect Cloud SQL and Cloud Run. Format:
{project}:{location}:{instance}
repeated string instances = 1;index - The index of the element to return.com.google.protobuf.ByteString getInstancesBytes(int index)
The Cloud SQL instance connection names, as can be found in
https://console.cloud.google.com/sql/instances. Visit
https://cloud.google.com/sql/docs/mysql/connect-run for more information on
how to connect Cloud SQL and Cloud Run. Format:
{project}:{location}:{instance}
repeated string instances = 1;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.