Class: Google::Cloud::NetApp::V1::ListVolumesResponse

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 response to listing Volumes

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns A token identifying a page of results the server should return.

Returns:

  • (::String)

    A token identifying a page of results the server should return.



56
57
58
59
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 56

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

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



56
57
58
59
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 56

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

#volumes::Array<::Google::Cloud::NetApp::V1::Volume>

Returns The list of Volume.

Returns:



56
57
58
59
# File 'proto_docs/google/cloud/netapp/v1/volume.rb', line 56

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