Analytics Hub V1 API - Class Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource (v0.14.0)

Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataset

def dataset() -> ::String
Returns
  • (::String) — Optional. Resource name of the dataset source for this listing. e.g. projects/myproject/datasets/123

#dataset=

def dataset=(value) -> ::String
Parameter
  • value (::String) — Optional. Resource name of the dataset source for this listing. e.g. projects/myproject/datasets/123
Returns
  • (::String) — Optional. Resource name of the dataset source for this listing. e.g. projects/myproject/datasets/123

#effective_replicas

def effective_replicas() -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource::Replica>
Returns

#replica_locations

def replica_locations() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. A list of regions where the publisher has created shared dataset replicas.

#replica_locations=

def replica_locations=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. A list of regions where the publisher has created shared dataset replicas.
Returns
  • (::Array<::String>) — Optional. A list of regions where the publisher has created shared dataset replicas.

#restricted_export_policy

def restricted_export_policy() -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource::RestrictedExportPolicy
Returns

#restricted_export_policy=

def restricted_export_policy=(value) -> ::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource::RestrictedExportPolicy
Parameter
Returns

#selected_resources

def selected_resources() -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource::SelectedResource>
Returns

#selected_resources=

def selected_resources=(value) -> ::Array<::Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource::SelectedResource>
Parameter
Returns