The maximum number of deployments to return.
The service may return fewer than this value.
If unspecified, at most 50 values will be returned.
The maximum is 1000; values above 1000 will be coerced to 1000.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListApiDeploymentsRequest\u003c/code\u003e class is a request message for the \u003ccode\u003eListApiDeployments\u003c/code\u003e method within the Apigee Registry v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class, \u003ccode\u003eListApiDeploymentsRequest\u003c/code\u003e, allows for filtering results using the Common Expression Language and references message fields using the \u003ccode\u003eFilter\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eIt supports pagination with the \u003ccode\u003ePageSize\u003c/code\u003e and \u003ccode\u003ePageToken\u003c/code\u003e properties, which help manage the number of returned deployments and navigate through result pages.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property specifies the resource name that owns the collection of deployments, using a specific format: \u003ccode\u003eprojects/*/locations/*/apis/*\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt implements several interfaces including \u003ccode\u003eIPageRequest\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing various functionalities such as pagination and message handling.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class ListApiDeploymentsRequest (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiDeploymentsRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.ListApiDeploymentsRequest) \n\n public sealed class ListApiDeploymentsRequest : IPageRequest, IMessage\u003cListApiDeploymentsRequest\u003e, IEquatable\u003cListApiDeploymentsRequest\u003e, IDeepCloneable\u003cListApiDeploymentsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Registry v1 API class ListApiDeploymentsRequest.\n\nRequest message for ListApiDeployments. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListApiDeploymentsRequest \n\nImplements\n----------\n\n[IPageRequest](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListApiDeploymentsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiDeploymentsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListApiDeploymentsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiDeploymentsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListApiDeploymentsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiDeploymentsRequest), [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.ApigeeRegistry.V1](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeRegistry.V1.dll\n\nConstructors\n------------\n\n### ListApiDeploymentsRequest()\n\n public ListApiDeploymentsRequest()\n\n### ListApiDeploymentsRequest(ListApiDeploymentsRequest)\n\n public ListApiDeploymentsRequest(ListApiDeploymentsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nAn expression that can be used to filter the list. Filters use the Common\nExpression Language and can refer to all message fields.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of deployments to return.\nThe service may return fewer than this value.\nIf unspecified, at most 50 values will be returned.\nThe maximum is 1000; values above 1000 will be coerced to 1000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nA page token, received from a previous `ListApiDeployments` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListApiDeployments` must\nmatch the call that provided the page token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent, which owns this collection of deployments.\nFormat: `projects/*/locations/*/apis/*`\n\n### ParentAsApiName\n\n public ApiName ParentAsApiName { get; set; }\n\n[ApiName](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ApiName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiDeploymentsRequest#Google_Cloud_ApigeeRegistry_V1_ListApiDeploymentsRequest_Parent) resource name property."]]