Class: Google::Cloud::Bigquery::Reservation::V1::SplitCapacityCommitmentResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::SplitCapacityCommitmentResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb
Overview
The response for ReservationService.SplitCapacityCommitment.
Instance Attribute Summary collapse
-
#first ⇒ ::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment
First capacity commitment, result of a split.
-
#second ⇒ ::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment
Second capacity commitment, result of a split.
Instance Attribute Details
#first ⇒ ::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment
Returns First capacity commitment, result of a split.
443 444 445 446 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 443 class SplitCapacityCommitmentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#second ⇒ ::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment
Returns Second capacity commitment, result of a split.
443 444 445 446 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 443 class SplitCapacityCommitmentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |