Class: Google::Cloud::BareMetalSolution::V2::GetVolumeRequest

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 requesting storage volume information.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the resource.

Returns:

  • (::String)

    Required. Name of the resource.



233
234
235
236
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 233

class GetVolumeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end