Class: Google::Cloud::Bigquery::Reservation::V1::SplitCapacityCommitmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::SplitCapacityCommitmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb
Overview
The request for ReservationService.SplitCapacityCommitment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#slot_count ⇒ ::Integer
Number of slots in the capacity commitment after the split.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name e.g.,:
projects/myproject/locations/US/capacityCommitments/123
.
430 431 432 433 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 430 class SplitCapacityCommitmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#slot_count ⇒ ::Integer
Returns Number of slots in the capacity commitment after the split.
430 431 432 433 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 430 class SplitCapacityCommitmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |