Google BigQuery Reservation V1 Client - Class UpdateReservationRequest (1.0.3)

Reference documentation and code samples for the Google BigQuery Reservation V1 Client class UpdateReservationRequest.

The request for ReservationService.UpdateReservation.

Generated from protobuf message google.cloud.bigquery.reservation.v1.UpdateReservationRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ 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.

getReservation

Content of the reservation to update.

Returns
TypeDescription
Google\Cloud\BigQuery\Reservation\V1\Reservation|null

hasReservation

clearReservation

setReservation

Content of the reservation to update.

Parameter
NameDescription
var Google\Cloud\BigQuery\Reservation\V1\Reservation
Returns
TypeDescription
$this

getUpdateMask

Standard field mask for the set of fields to be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Standard field mask for the set of fields to be updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this