Class: Google::Apis::CloudassetV1::PartitionSpec

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudasset_v1/classes.rb,
lib/google/apis/cloudasset_v1/representations.rb,
lib/google/apis/cloudasset_v1/representations.rb

Overview

Specifications of BigQuery partitioned table as export destination.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PartitionSpec

Returns a new instance of PartitionSpec.



4686
4687
4688
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4686

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

Instance Attribute Details

#partition_keyString

The partition key for BigQuery partitioned table. Corresponds to the JSON property partitionKey

Returns:

  • (String)


4684
4685
4686
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4684

def partition_key
  @partition_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4691
4692
4693
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4691

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