Class: Google::Cloud::BareMetalSolution::V2::UpdateVolumeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::UpdateVolumeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/volume.rb
Overview
Message for updating a volume.
Instance Attribute Summary collapse
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to update.
-
#volume ⇒ ::Google::Cloud::BareMetalSolution::V2::Volume
Required.
Instance Attribute Details
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to update. The only currently supported fields are: 'labels'.
284 285 286 287 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 284 class UpdateVolumeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#volume ⇒ ::Google::Cloud::BareMetalSolution::V2::Volume
Returns Required. The volume to update.
The name
field is used to identify the volume to update.
Format: projects/{project}/locations/{location}/volumes/{volume}.
284 285 286 287 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 284 class UpdateVolumeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |