Class: Google::Cloud::DataCatalog::V1::DataSourceConnectionSpec
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::DataSourceConnectionSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/datacatalog.rb
Overview
Specification that applies to a data source connection. Valid only for
entries with the DATA_SOURCE_CONNECTION
type.
Only one of internal specs can be set at the time, and cannot
be changed later.
Instance Attribute Summary collapse
Instance Attribute Details
#bigquery_connection_spec ⇒ ::Google::Cloud::DataCatalog::V1::BigQueryConnectionSpec
Returns Output only. Fields specific to BigQuery connections.
684 685 686 687 |
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 684 class DataSourceConnectionSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |