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.
-
#location ⇒ ::String
readonly
Output only.
Instance Attribute Details
#dataset ⇒ ::String (readonly)
Returns Output only. The BigQuery dataset the discovered tables are published to.
175 176 177 178 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 175 class BigQueryPublishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String (readonly)
Returns Output only. The location of the BigQuery publishing dataset.
175 176 177 178 |
# File 'proto_docs/google/cloud/dataplex/v1/data_discovery.rb', line 175 class BigQueryPublishing include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |