The maximum number of APIs 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\u003eThis documentation is for the \u003ccode\u003eListApisRequest\u003c/code\u003e class, which is part of the Apigee Registry v1 API and is available in the latest version 1.0.0-beta07.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListApisRequest\u003c/code\u003e is a request message used to list APIs, implementing 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\u003eThe class offers constructors to create instances, including a default constructor and one that accepts another \u003ccode\u003eListApisRequest\u003c/code\u003e as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eListApisRequest\u003c/code\u003e include \u003ccode\u003eFilter\u003c/code\u003e for filtering results, \u003ccode\u003ePageSize\u003c/code\u003e for specifying the maximum number of APIs to return, \u003ccode\u003ePageToken\u003c/code\u003e for pagination, and \u003ccode\u003eParent\u003c/code\u003e to indicate the resource's parent location.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParentAsLocationName\u003c/code\u003e property provides a \u003ccode\u003eLocationName\u003c/code\u003e-typed view of the \u003ccode\u003eParent\u003c/code\u003e resource name property.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class ListApisRequest (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.ListApisRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.ListApisRequest) \n\n public sealed class ListApisRequest : IPageRequest, IMessage\u003cListApisRequest\u003e, IEquatable\u003cListApisRequest\u003e, IDeepCloneable\u003cListApisRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Registry v1 API class ListApisRequest.\n\nRequest message for ListApis. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListApisRequest \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)[ListApisRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApisRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListApisRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApisRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListApisRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApisRequest), [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### ListApisRequest()\n\n public ListApisRequest()\n\n### ListApisRequest(ListApisRequest)\n\n public ListApisRequest(ListApisRequest 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 APIs 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 `ListApis` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListApis` must match\nthe 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 APIs.\nFormat: `projects/*/locations/*`\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/ResourceNames/LocationName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApisRequest#Google_Cloud_ApigeeRegistry_V1_ListApisRequest_Parent) resource name property."]]