Class: Google::Apis::BigqueryreservationV1::SplitCapacityCommitmentRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/bigqueryreservation_v1/classes.rb,
generated/google/apis/bigqueryreservation_v1/representations.rb,
generated/google/apis/bigqueryreservation_v1/representations.rb

Overview

The request for ReservationService.SplitCapacityCommitment.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SplitCapacityCommitmentRequest

Returns a new instance of SplitCapacityCommitmentRequest.



534
535
536
# File 'generated/google/apis/bigqueryreservation_v1/classes.rb', line 534

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

Instance Attribute Details

#slot_countFixnum

Number of slots in the capacity commitment after the split. Corresponds to the JSON property slotCount

Returns:

  • (Fixnum)


532
533
534
# File 'generated/google/apis/bigqueryreservation_v1/classes.rb', line 532

def slot_count
  @slot_count
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



539
540
541
# File 'generated/google/apis/bigqueryreservation_v1/classes.rb', line 539

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