The maximum number of specs 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"]],[["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 document provides reference information for the \u003ccode\u003eListApiSpecsRequest\u003c/code\u003e class within the Google Cloud Apigee Registry v1 API, specifically version 1.0.0-beta07.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListApiSpecsRequest\u003c/code\u003e is a request message used for listing API specifications, and it inherits from \u003ccode\u003eobject\u003c/code\u003e while implementing 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.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties such as \u003ccode\u003eFilter\u003c/code\u003e, \u003ccode\u003ePageSize\u003c/code\u003e, \u003ccode\u003ePageToken\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, and \u003ccode\u003eParentAsApiVersionName\u003c/code\u003e, which are utilized to filter, paginate, and specify the parent resource when listing API specifications.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two constructors: a default constructor \u003ccode\u003eListApiSpecsRequest()\u003c/code\u003e and an overloaded one \u003ccode\u003eListApiSpecsRequest(ListApiSpecsRequest other)\u003c/code\u003e for instantiating from an existing instance.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListApiSpecsRequest\u003c/code\u003e is found in the \u003ccode\u003eGoogle.Cloud.ApigeeRegistry.V1\u003c/code\u003e namespace within the \u003ccode\u003eGoogle.Cloud.ApigeeRegistry.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class ListApiSpecsRequest (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.ListApiSpecsRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.ListApiSpecsRequest) \n\n public sealed class ListApiSpecsRequest : IPageRequest, IMessage\u003cListApiSpecsRequest\u003e, IEquatable\u003cListApiSpecsRequest\u003e, IDeepCloneable\u003cListApiSpecsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Registry v1 API class ListApiSpecsRequest.\n\nRequest message for ListApiSpecs. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListApiSpecsRequest \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)[ListApiSpecsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiSpecsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListApiSpecsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiSpecsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListApiSpecsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiSpecsRequest), [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### ListApiSpecsRequest()\n\n public ListApiSpecsRequest()\n\n### ListApiSpecsRequest(ListApiSpecsRequest)\n\n public ListApiSpecsRequest(ListApiSpecsRequest 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 except contents.\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of specs 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 `ListApiSpecs` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListApiSpecs` 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 specs.\nFormat: `projects/*/locations/*/apis/*/versions/*`\n\n### ParentAsApiVersionName\n\n public ApiVersionName ParentAsApiVersionName { get; set; }\n\n[ApiVersionName](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ApiVersionName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiSpecsRequest#Google_Cloud_ApigeeRegistry_V1_ListApiSpecsRequest_Parent) resource name property."]]