class Google::Apis::CloudassetV1p7beta1::GoogleCloudAssetV1p7beta1PartitionSpec

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_v1p7beta1/classes.rb, line 598
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_v1p7beta1/classes.rb, line 603
def update!(**args)
  @partition_key = args[:partition_key] if args.key?(:partition_key)
end