public interface CloudSqlInstanceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnections(int index)
public abstract String getConnections(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 connections = 1;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The connections at the given index. |
getConnectionsBytes(int index)
public abstract ByteString getConnectionsBytes(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 connections = 1;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the connections at the given index. |
getConnectionsCount()
public abstract int getConnectionsCount()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 connections = 1;
| Type | Description |
| int | The count of connections. |
getConnectionsList()
public abstract List<String> getConnectionsList()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 connections = 1;
| Type | Description |
| List<String> | A list containing the connections. |