Class: Google::Apis::BigquerydatatransferV1::PartitionDetail

Inherits:
Object
  • Object
show all
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

Partition details related to hierarchy.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PartitionDetail

Returns a new instance of PartitionDetail.



668
669
670
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 668

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

Instance Attribute Details

#tableString

Optional. Name of the table which has the partitions. Corresponds to the JSON property table

Returns:

  • (String)


666
667
668
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 666

def table
  @table
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



673
674
675
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 673

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