Class: Google::Cloud::NetApp::V1::ListVolumesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetApp::V1::ListVolumesResponse
- 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
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
-
#volumes ⇒ ::Array<::Google::Cloud::NetApp::V1::Volume>
The list of Volume.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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.
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.
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 |