public static interface ConnectionProto.ConnectionCredentialOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloudSql()
public abstract ConnectionProto.CloudSqlCredential getCloudSql()Credential for Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential cloud_sql = 1;
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.CloudSqlCredential |
The cloudSql. |
getCloudSqlOrBuilder()
public abstract ConnectionProto.CloudSqlCredentialOrBuilder getCloudSqlOrBuilder()Credential for Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential cloud_sql = 1;
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.CloudSqlCredentialOrBuilder |
|
getCredentialCase()
public abstract ConnectionProto.ConnectionCredential.CredentialCase getCredentialCase()| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ConnectionCredential.CredentialCase |
|
hasCloudSql()
public abstract boolean hasCloudSql()Credential for Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential cloud_sql = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cloudSql field is set. |