Class: Google::Cloud::BareMetalSolution::V2::ListVolumesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListVolumesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/volume.rb
Overview
Response message containing the list of storage volumes.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results from the server.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
-
#volumes ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::Volume>
The list of storage volumes.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results from the server.
267 268 269 270 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 267 class ListVolumesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
267 268 269 270 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 267 class ListVolumesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#volumes ⇒ ::Array<::Google::Cloud::BareMetalSolution::V2::Volume>
Returns The list of storage volumes.
267 268 269 270 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 267 class ListVolumesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |