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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eListOrdersRequest\u003c/code\u003e class, which is part of the Cloud Commerce Consumer Procurement v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListOrdersRequest\u003c/code\u003e class is used to structure requests for the \u003ccode\u003eConsumerProcurementService.ListOrders\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows specifying filter criteria, page size, and a page token to manage large result sets when listing orders.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eListOrdersRequest\u003c/code\u003e require a \u003ccode\u003eParent\u003c/code\u003e string, defining the parent resource to query, in the form \u003ccode\u003ebillingAccounts/{billing-account-id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the API available, with version 1.4.0 being the latest.\u003c/p\u003e\n"]]],[],null,["# Cloud Commerce Consumer Procurement v1 API - Class ListOrdersRequest (1.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.ListOrdersRequest)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.4.0/Google.Cloud.Commerce.Consumer.Procurement.V1.ListOrdersRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.3.0/Google.Cloud.Commerce.Consumer.Procurement.V1.ListOrdersRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.2.0/Google.Cloud.Commerce.Consumer.Procurement.V1.ListOrdersRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.1.0/Google.Cloud.Commerce.Consumer.Procurement.V1.ListOrdersRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/1.0.0/Google.Cloud.Commerce.Consumer.Procurement.V1.ListOrdersRequest) \n\n public sealed class ListOrdersRequest : IPageRequest, IMessage\u003cListOrdersRequest\u003e, IEquatable\u003cListOrdersRequest\u003e, IDeepCloneable\u003cListOrdersRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class ListOrdersRequest.\n\nRequest message for\n\\[ConsumerProcurementService.ListOrders\\]\\[google.cloud.commerce.consumer.procurement.v1.ConsumerProcurementService.ListOrders\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListOrdersRequest \n\nImplements\n----------\n\n[IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListOrdersRequest](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.ListOrdersRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListOrdersRequest](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.ListOrdersRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListOrdersRequest](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1.ListOrdersRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Commerce.Consumer.Procurement.V1](/dotnet/docs/reference/Google.Cloud.Commerce.Consumer.Procurement.V1/latest/Google.Cloud.Commerce.Consumer.Procurement.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Commerce.Consumer.Procurement.V1.dll\n\nConstructors\n------------\n\n### ListOrdersRequest()\n\n public ListOrdersRequest()\n\n### ListOrdersRequest(ListOrdersRequest)\n\n public ListOrdersRequest(ListOrdersRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nFilter that you can use to limit the list request.\n\nA query string that can match a selected set of attributes\nwith string values. For example, `display_name=abc`.\nSupported query attributes are\n\n- `display_name`\n\nIf the query contains special characters other than letters,\nunderscore, or digits, the phrase must be quoted with double quotes. For\nexample, `display_name=\"foo:bar\"`, where the display name needs to be\nquoted because it contains special character colon.\n\nQueries can be combined with `OR`, and `NOT` to form more complex queries.\nYou can also group them to force a desired evaluation order.\nFor example, `display_name=abc OR display_name=def`.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of entries requested.\nThe default page size is 25 and the maximum page size is 200.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe token for fetching the next page.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent resource to query for orders.\nThis field has the form `billingAccounts/{billing-account-id}`."]]