Class: Google::Cloud::Bigquery::Reservation::V1::UpdateCapacityCommitmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::UpdateCapacityCommitmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb
Overview
The request for ReservationService.UpdateCapacityCommitment.
Instance Attribute Summary collapse
-
#capacity_commitment ⇒ ::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment
Content of the capacity commitment to update.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Standard field mask for the set of fields to be updated.
Instance Attribute Details
#capacity_commitment ⇒ ::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment
Returns Content of the capacity commitment to update.
416 417 418 419 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 416 class UpdateCapacityCommitmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Standard field mask for the set of fields to be updated.
416 417 418 419 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 416 class UpdateCapacityCommitmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |