Class: Google::Cloud::DataCatalog::V1::BigQueryConnectionSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::BigQueryConnectionSpec
- 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
-
#cloud_sql ⇒ ::Google::Cloud::DataCatalog::V1::CloudSqlBigQueryConnectionSpec
Specification for the BigQuery connection to a Cloud SQL instance.
-
#connection_type ⇒ ::Google::Cloud::DataCatalog::V1::BigQueryConnectionSpec::ConnectionType
The type of the BigQuery connection.
-
#has_credential ⇒ ::Boolean
True if there are credentials attached to the BigQuery connection; false otherwise.
Instance Attribute Details
#cloud_sql ⇒ ::Google::Cloud::DataCatalog::V1::CloudSqlBigQueryConnectionSpec
Returns Specification for the BigQuery connection to a Cloud SQL instance.
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.
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.
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 |