Class: Google::Cloud::Bigquery::Reservation::V1::UpdateReservationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::UpdateReservationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb
Overview
The request for ReservationService.UpdateReservation.
Instance Attribute Summary collapse
-
#reservation ⇒ ::Google::Cloud::Bigquery::Reservation::V1::Reservation
Content of the reservation to update.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Standard field mask for the set of fields to be updated.
Instance Attribute Details
#reservation ⇒ ::Google::Cloud::Bigquery::Reservation::V1::Reservation
Returns Content of the reservation to update.
320 321 322 323 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 320 class UpdateReservationRequest 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.
320 321 322 323 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 320 class UpdateReservationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |