Reference documentation and code samples for the Bare Metal Solution V2 API class Google::Cloud::BareMetalSolution::V2::UpdateVolumeRequest.
Message for updating a volume.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — The list of fields to update. The only currently supported fields are: 'labels'
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — The list of fields to update. The only currently supported fields are: 'labels'
- (::Google::Protobuf::FieldMask) — The list of fields to update. The only currently supported fields are: 'labels'
#volume
def volume() -> ::Google::Cloud::BareMetalSolution::V2::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}
#volume=
def volume=(value) -> ::Google::Cloud::BareMetalSolution::V2::Volume
-
value (::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}
-
(::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}