Class: Google::Cloud::DataCatalog::V1::BigQueryConnectionSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/bigquery.rb

Overview

Specification for the BigQuery connection.

Defined Under Namespace

Modules: ConnectionType

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_sql::Google::Cloud::DataCatalog::V1::CloudSqlBigQueryConnectionSpec

Returns Specification for the BigQuery connection to a Cloud SQL instance.

Returns:



35
36
37
38
39
40
41
42
43
44
45
46
47
# File 'proto_docs/google/cloud/datacatalog/v1/bigquery.rb', line 35

class BigQueryConnectionSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The type of the BigQuery connection.
  module ConnectionType
    # Unspecified type.
    CONNECTION_TYPE_UNSPECIFIED = 0

    # Cloud SQL connection.
    CLOUD_SQL = 1
  end
end

#connection_type::Google::Cloud::DataCatalog::V1::BigQueryConnectionSpec::ConnectionType

Returns The type of the BigQuery connection.

Returns:



35
36
37
38
39
40
41
42
43
44
45
46
47
# File 'proto_docs/google/cloud/datacatalog/v1/bigquery.rb', line 35

class BigQueryConnectionSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The type of the BigQuery connection.
  module ConnectionType
    # Unspecified type.
    CONNECTION_TYPE_UNSPECIFIED = 0

    # Cloud SQL connection.
    CLOUD_SQL = 1
  end
end

#has_credential::Boolean

Returns True if there are credentials attached to the BigQuery connection; false otherwise.

Returns:

  • (::Boolean)

    True if there are credentials attached to the BigQuery connection; false otherwise.



35
36
37
38
39
40
41
42
43
44
45
46
47
# File 'proto_docs/google/cloud/datacatalog/v1/bigquery.rb', line 35

class BigQueryConnectionSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The type of the BigQuery connection.
  module ConnectionType
    # Unspecified type.
    CONNECTION_TYPE_UNSPECIFIED = 0

    # Cloud SQL connection.
    CLOUD_SQL = 1
  end
end