Class: Google::Cloud::BareMetalSolution::V2::UpdateVolumeRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#update_mask::Google::Protobuf::FieldMask

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

Returns:



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}.

Returns:



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