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 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

       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

       Specification for the BigQuery connection to a Cloud SQL instance.
       
      .google.cloud.datacatalog.v1.CloudSqlBigQueryConnectionSpec cloud_sql = 2;
      Returns:
      The cloudSql.
    • 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