public static interface ConnectionProto.CloudSqlPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCredential()
public abstract ConnectionProto.CloudSqlCredential getCredential()Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| ConnectionProto.CloudSqlCredential | The credential. |
getCredentialOrBuilder()
public abstract ConnectionProto.CloudSqlCredentialOrBuilder getCredentialOrBuilder()Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| ConnectionProto.CloudSqlCredentialOrBuilder |
getDatabase()
public abstract String getDatabase()Database name.
string database = 2;
| Type | Description |
| String | The database. |
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()Database name.
string database = 2;
| Type | Description |
| ByteString | The bytes for database. |
getInstanceId()
public abstract String getInstanceId() Cloud SQL instance ID in the form project:location:instance.
string instance_id = 1;
| Type | Description |
| String | The instanceId. |
getInstanceIdBytes()
public abstract ByteString getInstanceIdBytes() Cloud SQL instance ID in the form project:location:instance.
string instance_id = 1;
| Type | Description |
| ByteString | The bytes for instanceId. |
getType()
public abstract ConnectionProto.CloudSqlProperties.DatabaseType getType()Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties.DatabaseType type = 3;
| Type | Description |
| ConnectionProto.CloudSqlProperties.DatabaseType | The type. |
getTypeValue()
public abstract int getTypeValue()Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties.DatabaseType type = 3;
| Type | Description |
| int | The enum numeric value on the wire for type. |
hasCredential()
public abstract boolean hasCredential()Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
| Type | Description |
| boolean | Whether the credential field is set. |