Class: Google::Cloud::Commerce::Consumer::Procurement::V1::ListOrdersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::ListOrdersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb
Overview
Request message for ConsumerProcurementService.ListOrders.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Filter that you can use to limit the list request.
-
#page_size ⇒ ::Integer
The maximum number of entries requested.
-
#page_token ⇒ ::String
The token for fetching the next page.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filter that you can use to limit the list request.
A query string that can match a selected set of attributes
with string values. For example, display_name=abc.
Supported query attributes are
display_name
If the query contains special characters other than letters,
underscore, or digits, the phrase must be quoted with double quotes. For
example, display_name="foo:bar", where the display name needs to be
quoted because it contains special character colon.
Queries can be combined with OR, and NOT to form more complex queries.
You can also group them to force a desired evaluation order.
For example, display_name=abc OR display_name=def.
101 102 103 104 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 101 class ListOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of entries requested. The default page size is 25 and the maximum page size is 200.
101 102 103 104 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 101 class ListOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The token for fetching the next page.
101 102 103 104 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 101 class ListOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource to query for orders.
This field has the form billingAccounts/{billing-account-id}.
101 102 103 104 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/procurement_service.rb', line 101 class ListOrdersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |