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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Cloud\BigQuery\Reservation\V1\Assignment|null |
hasAssignment
clearAssignment
setAssignment
Content of the assignment to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\BigQuery\Reservation\V1\Assignment
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Standard field mask for the set of fields to be updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Standard field mask for the set of fields to be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |