Class: Google::Cloud::Bigquery::DataExchange::V1beta1::Listing::BigQueryDatasetSource

Inherits:
Object
  • Object
show all
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 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

Instance Attribute Details

#dataset::String

Returns Resource name of the dataset source for this listing. e.g. projects/myproject/datasets/123.

Returns:

  • (::String)

    Resource name of the dataset source for this listing. e.g. projects/myproject/datasets/123



216
217
218
219
# File 'proto_docs/google/cloud/bigquery/dataexchange/v1beta1/dataexchange.rb', line 216

class BigQueryDatasetSource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end