public sealed class ListOrdersRequest : IPageRequest, IMessage<ListOrdersRequest>, IEquatable<ListOrdersRequest>, IDeepCloneable<ListOrdersRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class ListOrdersRequest.
Request message for [ConsumerProcurementService.ListOrders][google.cloud.commerce.consumer.procurement.v1.ConsumerProcurementService.ListOrders].
Implements
IPageRequest, IMessageListOrdersRequest, IEquatableListOrdersRequest, IDeepCloneableListOrdersRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Commerce.Consumer.Procurement.V1Assembly
Google.Cloud.Commerce.Consumer.Procurement.V1.dll
Constructors
ListOrdersRequest()
public ListOrdersRequest()
ListOrdersRequest(ListOrdersRequest)
public ListOrdersRequest(ListOrdersRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListOrdersRequest |
Properties
Filter
public string Filter { get; set; }
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
.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of entries requested. The default page size is 25 and the maximum page size is 200.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The token for fetching the next page.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource to query for orders.
This field has the form billingAccounts/{billing-account-id}
.
Property Value | |
---|---|
Type | Description |
string |