Class: Google::Apis::DatastreamV1::SourceHierarchyDatasets
- Inherits:
-
Object
- Object
- Google::Apis::DatastreamV1::SourceHierarchyDatasets
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datastream_v1/classes.rb,
lib/google/apis/datastream_v1/representations.rb,
lib/google/apis/datastream_v1/representations.rb
Overview
Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.
Instance Attribute Summary collapse
-
#dataset_template ⇒ Google::Apis::DatastreamV1::DatasetTemplate
Dataset template used for dynamic dataset creation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SourceHierarchyDatasets
constructor
A new instance of SourceHierarchyDatasets.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SourceHierarchyDatasets
Returns a new instance of SourceHierarchyDatasets.
2334 2335 2336 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2334 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dataset_template ⇒ Google::Apis::DatastreamV1::DatasetTemplate
Dataset template used for dynamic dataset creation.
Corresponds to the JSON property datasetTemplate
2332 2333 2334 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2332 def dataset_template @dataset_template end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2339 2340 2341 |
# File 'lib/google/apis/datastream_v1/classes.rb', line 2339 def update!(**args) @dataset_template = args[:dataset_template] if args.key?(:dataset_template) end |