Class: Google::Cloud::Dataplex::V1::DataDiscoveryResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataDiscoveryResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_discovery.rb
Overview
The output of a data discovery scan.
Defined Under Namespace
Classes: BigQueryPublishing
Instance Attribute Summary collapse
-
#bigquery_publishing ⇒ ::Google::Cloud::Dataplex::V1::DataDiscoveryResult::BigQueryPublishing
readonly
Output only.
Instance Attribute Details
#bigquery_publishing ⇒ ::Google::Cloud::Dataplex::V1::DataDiscoveryResult::BigQueryPublishing (readonly)
Returns Output only. Configuration for metadata publishing.
138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 138 class DataDiscoveryResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Describes BigQuery publishing configurations. # @!attribute [r] dataset # @return [::String] # 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. class BigQueryPublishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |