Class: Google::Apis::BigquerydatatransferV1::HierarchyDetail
- Inherits:
-
Object
- Object
- Google::Apis::BigquerydatatransferV1::HierarchyDetail
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigquerydatatransfer_v1/classes.rb,
lib/google/apis/bigquerydatatransfer_v1/representations.rb,
lib/google/apis/bigquerydatatransfer_v1/representations.rb
Overview
Details about the hierarchy.
Instance Attribute Summary collapse
-
#partition_detail ⇒ Google::Apis::BigquerydatatransferV1::PartitionDetail
Partition details related to hierarchy.
-
#table_detail ⇒ Google::Apis::BigquerydatatransferV1::TableDetail
Table details related to hierarchy.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HierarchyDetail
constructor
A new instance of HierarchyDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ HierarchyDetail
Returns a new instance of HierarchyDetail.
429 430 431 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 429 def initialize(**args) update!(**args) end |
Instance Attribute Details
#partition_detail ⇒ Google::Apis::BigquerydatatransferV1::PartitionDetail
Partition details related to hierarchy.
Corresponds to the JSON property partitionDetail
422 423 424 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 422 def partition_detail @partition_detail end |
#table_detail ⇒ Google::Apis::BigquerydatatransferV1::TableDetail
Table details related to hierarchy.
Corresponds to the JSON property tableDetail
427 428 429 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 427 def table_detail @table_detail end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
434 435 436 437 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 434 def update!(**args) @partition_detail = args[:partition_detail] if args.key?(:partition_detail) @table_detail = args[:table_detail] if args.key?(:table_detail) end |