Class: Google::Cloud::BareMetalSolution::V2::ListVolumesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListVolumesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/volume.rb
Overview
Message for requesting a list of storage volumes.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
List filter.
-
#page_size ⇒ ::Integer
Requested page size.
-
#page_token ⇒ ::String
A token identifying a page of results from the server.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns List filter.
252 253 254 255 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 252 class ListVolumesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.
252 253 254 255 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 252 class ListVolumesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A token identifying a page of results from the server.
252 253 254 255 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 252 class ListVolumesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent value for ListVolumesRequest.
252 253 254 255 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/volume.rb', line 252 class ListVolumesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |