class Google::Apis::BigqueryreservationV1::MergeCapacityCommitmentsRequest

The request for ReservationService.MergeCapacityCommitments.

Attributes

capacity_commitment_ids[RW]

Ids of capacity commitments to merge. These capacity commitments must exist under admin project and location specified in the parent. ID is the last portion of capacity commitment name e.g., 'abc' for projects/myproject/ locations/US/capacityCommitments/abc Corresponds to the JSON property `capacityCommitmentIds` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/bigqueryreservation_v1/classes.rb, line 280
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/bigqueryreservation_v1/classes.rb, line 285
def update!(**args)
  @capacity_commitment_ids = args[:capacity_commitment_ids] if args.key?(:capacity_commitment_ids)
end