Class: Google::Apis::BigqueryV2::LinkedDatasetSource

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigquery_v2/classes.rb,
lib/google/apis/bigquery_v2/representations.rb,
lib/google/apis/bigquery_v2/representations.rb

Overview

A dataset source type which refers to another BigQuery dataset.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LinkedDatasetSource

Returns a new instance of LinkedDatasetSource.



6211
6212
6213
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6211

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#source_datasetGoogle::Apis::BigqueryV2::DatasetReference

Identifier for a dataset. Corresponds to the JSON property sourceDataset



6209
6210
6211
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6209

def source_dataset
  @source_dataset
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6216
6217
6218
# File 'lib/google/apis/bigquery_v2/classes.rb', line 6216

def update!(**args)
  @source_dataset = args[:source_dataset] if args.key?(:source_dataset)
end