Class: Google::Cloud::NetApp::V1::GetVolumeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/netapp/v1/volume.rb

Overview

Message for getting a Volume

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the volume.

Returns:

  • (::String)

    Required. Name of the volume



65
66
67
68
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 65

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