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
public interface BigQueryConnectionSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-