Reference documentation and code samples for the BigQuery Reservation V1 API class Google::Cloud::Bigquery::Reservation::V1::UpdateReservationRequest.
The request for ReservationService.UpdateReservation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#reservation
def reservation() -> ::Google::Cloud::Bigquery::Reservation::V1::Reservation
Returns
- (::Google::Cloud::Bigquery::Reservation::V1::Reservation) — Content of the reservation to update.
#reservation=
def reservation=(value) -> ::Google::Cloud::Bigquery::Reservation::V1::Reservation
Parameter
- value (::Google::Cloud::Bigquery::Reservation::V1::Reservation) — Content of the reservation to update.
Returns
- (::Google::Cloud::Bigquery::Reservation::V1::Reservation) — Content of the reservation to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Standard field mask for the set of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Standard field mask for the set of fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — Standard field mask for the set of fields to be updated.