Class: Google::Apis::BigqueryV2::LinkedDatasetSource
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryV2::LinkedDatasetSource
- 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
-
#source_dataset ⇒ Google::Apis::BigqueryV2::DatasetReference
Identifier for a dataset.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LinkedDatasetSource
constructor
A new instance of LinkedDatasetSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_dataset ⇒ Google::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 |