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