class Google::Apis::CloudassetV1::PartitionSpec
Specifications of BigQuery partitioned table as export destination.
Attributes
partition_key[RW]
The partition key for BigQuery partitioned table. Corresponds to the JSON property `partitionKey` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudasset_v1/classes.rb, line 3523 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudasset_v1/classes.rb, line 3528 def update!(**args) @partition_key = args[:partition_key] if args.key?(:partition_key) end