Class: Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
A reference to a shared dataset. It is an existing BigQuery dataset with a collection of objects such as tables and views that you want to share with subscribers. When subscriber's subscribe to a listing, Analytics Hub 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.
245 246 247 248 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 245 class BigQueryDatasetSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |