public interface BigQueryConnectionSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CloudSqlBigQueryConnectionSpec |
getCloudSql()
Specification for the BigQuery connection to a Cloud SQL instance.
|
CloudSqlBigQueryConnectionSpecOrBuilder |
getCloudSqlOrBuilder()
Specification for the BigQuery connection to a Cloud SQL instance.
|
BigQueryConnectionSpec.ConnectionSpecCase |
getConnectionSpecCase() |
BigQueryConnectionSpec.ConnectionType |
getConnectionType()
The type of the BigQuery connection.
|
int |
getConnectionTypeValue()
The type of the BigQuery connection.
|
boolean |
getHasCredential()
True if there are credentials attached to the BigQuery connection; false
otherwise.
|
boolean |
hasCloudSql()
Specification for the BigQuery connection to a Cloud SQL instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getConnectionTypeValue()
The type of the BigQuery connection.
.google.cloud.datacatalog.v1.BigQueryConnectionSpec.ConnectionType connection_type = 1;
BigQueryConnectionSpec.ConnectionType getConnectionType()
The type of the BigQuery connection.
.google.cloud.datacatalog.v1.BigQueryConnectionSpec.ConnectionType connection_type = 1;
boolean hasCloudSql()
Specification for the BigQuery connection to a Cloud SQL instance.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec cloud_sql = 2;CloudSqlBigQueryConnectionSpec getCloudSql()
Specification for the BigQuery connection to a Cloud SQL instance.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec cloud_sql = 2;CloudSqlBigQueryConnectionSpecOrBuilder getCloudSqlOrBuilder()
Specification for the BigQuery connection to a Cloud SQL instance.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec cloud_sql = 2;boolean getHasCredential()
True if there are credentials attached to the BigQuery connection; false otherwise.
bool has_credential = 3;BigQueryConnectionSpec.ConnectionSpecCase getConnectionSpecCase()
Copyright © 2023 Google LLC. All rights reserved.