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 \ V2Methods
__construct
Constructor.
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}
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}
$this
getUpdateMask
The list of fields to update.
The only currently supported fields are: 'labels'
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to update.
The only currently supported fields are: 'labels'
$this
static::build
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'