Class: Google::Cloud::GDCHardwareManagement::V1alpha::ListOrdersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::GDCHardwareManagement::V1alpha::ListOrdersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb
Overview
A request to list orders.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filtering condition. See AIP-160.
46 47 48 49 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 46 class ListOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. Hint for how to order the results.
46 47 48 49 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 46 class ListOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
46 47 48 49 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 46 class ListOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A token identifying a page of results the server should return.
46 47 48 49 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 46 class ListOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The project and location to list orders in.
Format: projects/{project}/locations/{location}
To list orders across all locations, substitute - (the hyphen or
dash character) for the location and check the unreachable field in
the response message.
46 47 48 49 |
# File 'proto_docs/google/cloud/gdchardwaremanagement/v1alpha/service.rb', line 46 class ListOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |