Class: Google::Cloud::BareMetalSolution::V2::ListInstancesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::BareMetalSolution::V2::ListInstancesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/baremetalsolution/v2/instance.rb
Overview
Message for requesting the list of servers.
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.
166 167 168 169 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 166 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
166 167 168 169 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 166 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns A token identifying a page of results from the server.
166 167 168 169 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 166 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent value for ListInstancesRequest.
166 167 168 169 |
# File 'proto_docs/google/cloud/baremetalsolution/v2/instance.rb', line 166 class ListInstancesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |