public static interface ConnectionProto.CloudSqlPropertiesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConnectionProto.CloudSqlCredential |
getCredential()
Input only.
|
ConnectionProto.CloudSqlCredentialOrBuilder |
getCredentialOrBuilder()
Input only.
|
String |
getDatabase()
Database name.
|
com.google.protobuf.ByteString |
getDatabaseBytes()
Database name.
|
String |
getInstanceId()
Cloud SQL instance ID in the form `project:location:instance`.
|
com.google.protobuf.ByteString |
getInstanceIdBytes()
Cloud SQL instance ID in the form `project:location:instance`.
|
ConnectionProto.CloudSqlProperties.DatabaseType |
getType()
Type of the Cloud SQL database.
|
int |
getTypeValue()
Type of the Cloud SQL database.
|
boolean |
hasCredential()
Input only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInstanceId()
Cloud SQL instance ID in the form `project:location:instance`.
string instance_id = 1;com.google.protobuf.ByteString getInstanceIdBytes()
Cloud SQL instance ID in the form `project:location:instance`.
string instance_id = 1;String getDatabase()
Database name.
string database = 2;com.google.protobuf.ByteString getDatabaseBytes()
Database name.
string database = 2;int getTypeValue()
Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties.DatabaseType type = 3;
ConnectionProto.CloudSqlProperties.DatabaseType getType()
Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties.DatabaseType type = 3;
boolean hasCredential()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
ConnectionProto.CloudSqlCredential getCredential()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
ConnectionProto.CloudSqlCredentialOrBuilder getCredentialOrBuilder()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
Copyright © 2020 Google LLC. All rights reserved.