Class: Google::Cloud::Bigquery::DataExchange::V1beta1::Listing::BigQueryDatasetSource
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::DataExchange::V1beta1::Listing::BigQueryDatasetSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb
Overview
A reference to a Shared dataset. It's an existing BigQuery dataset with a collection of objects, such as tables and views, that you want to share with subscribers. Upon subscription to a Listing, Data Exchange creates a Linked dataset in the subscriber's project. A Linked dataset is an opaque, read-only BigQuery dataset that serves as a "symbolic link" to a shared dataset.
Instance Attribute Summary collapse
-
#dataset ⇒ ::String
Resource name of the dataset source for this listing.
Instance Attribute Details
#dataset ⇒ ::String
Returns Resource name of the dataset source for this listing.
e.g. projects/myproject/datasets/123.
218 219 220 221 |
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 218 class BigQueryDatasetSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |