Class: Google::Cloud::Dataplex::V1::DataDiscoveryResult::BigQueryPublishing
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataDiscoveryResult::BigQueryPublishing
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_discovery.rb
Overview
Describes BigQuery publishing configurations.
Instance Attribute Summary collapse
-
#dataset ⇒ ::String
readonly
Output only.
Instance Attribute Details
#dataset ⇒ ::String (readonly)
Returns Output only. The BigQuery dataset to publish to. It takes the form
projects/{project_id}/datasets/{dataset_id}
.
If not set, the service creates a default publishing dataset.
148 149 150 151 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 148 class BigQueryPublishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |