Google Cloud Bare Metal Solution V2 Client - Class UpdateVolumeRequest (0.6.4)

Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class UpdateVolumeRequest.

Message for updating a volume.

Generated from protobuf message google.cloud.baremetalsolution.v2.UpdateVolumeRequest

Namespace

Google \ Cloud \ BareMetalSolution \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ volume Google\Cloud\BareMetalSolution\V2\Volume

Required. The volume to update. The name field is used to identify the volume to update. Format: projects/{project}/locations/{location}/volumes/{volume}

↳ update_mask Google\Protobuf\FieldMask

The list of fields to update. The only currently supported fields are: 'labels'

getVolume

Required. The volume to update.

The name field is used to identify the volume to update. Format: projects/{project}/locations/{location}/volumes/{volume}

Returns
Type Description
Google\Cloud\BareMetalSolution\V2\Volume|null

hasVolume

clearVolume

setVolume

Required. The volume to update.

The name field is used to identify the volume to update. Format: projects/{project}/locations/{location}/volumes/{volume}

Parameter
Name Description
var Google\Cloud\BareMetalSolution\V2\Volume
Returns
Type Description
$this

getUpdateMask

The list of fields to update.

The only currently supported fields are: 'labels'

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to update.

The only currently supported fields are: 'labels'

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
volume Google\Cloud\BareMetalSolution\V2\Volume

Required. The volume to update.

The name field is used to identify the volume to update. Format: projects/{project}/locations/{location}/volumes/{volume}

updateMask Google\Protobuf\FieldMask

The list of fields to update. The only currently supported fields are: 'labels'

Returns
Type Description
Google\Cloud\BareMetalSolution\V2\UpdateVolumeRequest