Google BigQuery Reservation V1 Client - Class UpdateAssignmentRequest (1.1.2)

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

The request for ReservationService.UpdateAssignment.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ assignment Google\Cloud\BigQuery\Reservation\V1\Assignment

Content of the assignment to update.

↳ update_mask Google\Protobuf\FieldMask

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

getAssignment

Content of the assignment to update.

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

hasAssignment

clearAssignment

setAssignment

Content of the assignment to update.

Parameter
NameDescription
var Google\Cloud\BigQuery\Reservation\V1\Assignment
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