Google Cloud Assured Workloads V1beta1 Client - Class UpdateWorkloadRequest (0.7.3)

Reference documentation and code samples for the Google Cloud Assured Workloads V1beta1 Client class UpdateWorkloadRequest.

Request for Updating a workload.

Generated from protobuf message google.cloud.assuredworkloads.v1beta1.UpdateWorkloadRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ workload Google\Cloud\AssuredWorkloads\V1beta1\Workload

Required. The workload to update. The workload’s name field is used to identify the workload to be updated. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_id}

↳ update_mask Google\Protobuf\FieldMask

Required. The list of fields to be updated.

getWorkload

Required. The workload to update.

The workload’s name field is used to identify the workload to be updated. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_id}

Returns
TypeDescription
Google\Cloud\AssuredWorkloads\V1beta1\Workload|null

hasWorkload

clearWorkload

setWorkload

Required. The workload to update.

The workload’s name field is used to identify the workload to be updated. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_id}

Parameter
NameDescription
var Google\Cloud\AssuredWorkloads\V1beta1\Workload
Returns
TypeDescription
$this

getUpdateMask

Required. The list of fields to be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. The list of fields to be updated.

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