Interface DataSourceConnectionSpecOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DataSourceConnectionSpec, DataSourceConnectionSpec.Builder

@Generated public interface DataSourceConnectionSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBigqueryConnectionSpec

      boolean hasBigqueryConnectionSpec()
       Output only. Fields specific to BigQuery connections.
       
      .google.cloud.datacatalog.v1.BigQueryConnectionSpec bigquery_connection_spec = 1;
      Returns:
      Whether the bigqueryConnectionSpec field is set.
    • getBigqueryConnectionSpec

      BigQueryConnectionSpec getBigqueryConnectionSpec()
       Output only. Fields specific to BigQuery connections.
       
      .google.cloud.datacatalog.v1.BigQueryConnectionSpec bigquery_connection_spec = 1;
      Returns:
      The bigqueryConnectionSpec.
    • getBigqueryConnectionSpecOrBuilder

      BigQueryConnectionSpecOrBuilder getBigqueryConnectionSpecOrBuilder()
       Output only. Fields specific to BigQuery connections.
       
      .google.cloud.datacatalog.v1.BigQueryConnectionSpec bigquery_connection_spec = 1;