Package com.google.cloud.datacatalog.v1
Interface BigQueryConnectionSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BigQueryConnectionSpec,BigQueryConnectionSpec.Builder
@Generated
public interface BigQueryConnectionSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecification for the BigQuery connection to a Cloud SQL instance.Specification for the BigQuery connection to a Cloud SQL instance.The type of the BigQuery connection.intThe type of the BigQuery connection.booleanTrue if there are credentials attached to the BigQuery connection; false otherwise.booleanSpecification for the BigQuery connection to a Cloud SQL instance.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getConnectionTypeValue
int getConnectionTypeValue()The type of the BigQuery connection.
.google.cloud.datacatalog.v1.BigQueryConnectionSpec.ConnectionType connection_type = 1;- Returns:
- The enum numeric value on the wire for connectionType.
-
getConnectionType
BigQueryConnectionSpec.ConnectionType getConnectionType()The type of the BigQuery connection.
.google.cloud.datacatalog.v1.BigQueryConnectionSpec.ConnectionType connection_type = 1;- Returns:
- The connectionType.
-
hasCloudSql
boolean hasCloudSql()Specification for the BigQuery connection to a Cloud SQL instance.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec cloud_sql = 2;- Returns:
- Whether the cloudSql field is set.
-
getCloudSql
CloudSqlBigQueryConnectionSpec getCloudSql()Specification for the BigQuery connection to a Cloud SQL instance.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec cloud_sql = 2;- Returns:
- The cloudSql.
-
getCloudSqlOrBuilder
CloudSqlBigQueryConnectionSpecOrBuilder getCloudSqlOrBuilder()Specification for the BigQuery connection to a Cloud SQL instance.
.google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec cloud_sql = 2; -
getHasCredential
boolean getHasCredential()True if there are credentials attached to the BigQuery connection; false otherwise.
bool has_credential = 3;- Returns:
- The hasCredential.
-
getConnectionSpecCase
BigQueryConnectionSpec.ConnectionSpecCase getConnectionSpecCase()
-