[[["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\u003eThis documentation is for the \u003ccode\u003eListApiDeploymentRevisionsRequest\u003c/code\u003e class within the Apigee Registry v1 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListApiDeploymentRevisionsRequest\u003c/code\u003e class is used to request a list of revisions for a specific API deployment, and it implements interfaces like \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.\u003c/p\u003e\n"],["\u003cp\u003eThis class contains properties to specify parameters for the request, such as \u003ccode\u003eName\u003c/code\u003e of the deployment, \u003ccode\u003ePageSize\u003c/code\u003e which determines the maximum revisions per page, and \u003ccode\u003ePageToken\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available: a default constructor and a copy constructor that allows for the creation of a new instance based on an existing \u003ccode\u003eListApiDeploymentRevisionsRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class available is 1.0.0-beta07.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class ListApiDeploymentRevisionsRequest (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.ListApiDeploymentRevisionsRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.ListApiDeploymentRevisionsRequest) \n\n public sealed class ListApiDeploymentRevisionsRequest : IPageRequest, IMessage\u003cListApiDeploymentRevisionsRequest\u003e, IEquatable\u003cListApiDeploymentRevisionsRequest\u003e, IDeepCloneable\u003cListApiDeploymentRevisionsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Registry v1 API class ListApiDeploymentRevisionsRequest.\n\nRequest message for ListApiDeploymentRevisions. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListApiDeploymentRevisionsRequest \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)[ListApiDeploymentRevisionsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiDeploymentRevisionsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListApiDeploymentRevisionsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiDeploymentRevisionsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListApiDeploymentRevisionsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiDeploymentRevisionsRequest), [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### ListApiDeploymentRevisionsRequest()\n\n public ListApiDeploymentRevisionsRequest()\n\n### ListApiDeploymentRevisionsRequest(ListApiDeploymentRevisionsRequest)\n\n public ListApiDeploymentRevisionsRequest(ListApiDeploymentRevisionsRequest other)\n\nProperties\n----------\n\n### ApiDeploymentName\n\n public ApiDeploymentName ApiDeploymentName { get; set; }\n\n[ApiDeploymentName](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ApiDeploymentName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiDeploymentRevisionsRequest#Google_Cloud_ApigeeRegistry_V1_ListApiDeploymentRevisionsRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the deployment to list revisions for.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of revisions to return per page.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe page token, received from a previous ListApiDeploymentRevisions call.\nProvide this to retrieve the subsequent page."]]