The maximum number of artifacts 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\u003e\u003ccode\u003eListArtifactsRequest\u003c/code\u003e is a class within the Apigee Registry v1 API, used to request a list of artifacts.\u003c/p\u003e\n"],["\u003cp\u003eThis class 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, enhancing its functionality and usage within the .NET framework.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eListArtifactsRequest\u003c/code\u003e include \u003ccode\u003eFilter\u003c/code\u003e for refining the list, \u003ccode\u003ePageSize\u003c/code\u003e for controlling the number of artifacts returned, \u003ccode\u003ePageToken\u003c/code\u003e for pagination, and \u003ccode\u003eParent\u003c/code\u003e to define the context of the artifacts.\u003c/p\u003e\n"],["\u003cp\u003eIt supports multiple typed views over the \u003ccode\u003eParent\u003c/code\u003e resource name property, including \u003ccode\u003eApiDeploymentName\u003c/code\u003e, \u003ccode\u003eApiName\u003c/code\u003e, \u003ccode\u003eApiSpecName\u003c/code\u003e, \u003ccode\u003eApiVersionName\u003c/code\u003e, \u003ccode\u003eLocationName\u003c/code\u003e, and \u003ccode\u003eIResourceName\u003c/code\u003e, allowing for flexible resource identification.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for creating \u003ccode\u003eListArtifactsRequest\u003c/code\u003e instances, one default and one that accepts another \u003ccode\u003eListArtifactsRequest\u003c/code\u003e object as a parameter for deep cloning.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class ListArtifactsRequest (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.ListArtifactsRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.ListArtifactsRequest) \n\n public sealed class ListArtifactsRequest : IPageRequest, IMessage\u003cListArtifactsRequest\u003e, IEquatable\u003cListArtifactsRequest\u003e, IDeepCloneable\u003cListArtifactsRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Registry v1 API class ListArtifactsRequest.\n\nRequest message for ListArtifacts. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListArtifactsRequest \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)[ListArtifactsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListArtifactsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListArtifactsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListArtifactsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListArtifactsRequest](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListArtifactsRequest), [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### ListArtifactsRequest()\n\n public ListArtifactsRequest()\n\n### ListArtifactsRequest(ListArtifactsRequest)\n\n public ListArtifactsRequest(ListArtifactsRequest 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 artifacts 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 `ListArtifacts` call.\nProvide this to retrieve the subsequent page.\n\nWhen paginating, all other parameters provided to `ListArtifacts` 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 artifacts.\nFormat: `{parent}`\n\n### ParentAsApiDeploymentName\n\n public ApiDeploymentName ParentAsApiDeploymentName { get; set; }\n\n[ApiDeploymentName](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ApiDeploymentName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListArtifactsRequest#Google_Cloud_ApigeeRegistry_V1_ListArtifactsRequest_Parent) resource name property.\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.ListArtifactsRequest#Google_Cloud_ApigeeRegistry_V1_ListArtifactsRequest_Parent) resource name property.\n\n### ParentAsApiSpecName\n\n public ApiSpecName ParentAsApiSpecName { get; set; }\n\n[ApiSpecName](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ApiSpecName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListArtifactsRequest#Google_Cloud_ApigeeRegistry_V1_ListArtifactsRequest_Parent) resource name property.\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.ListArtifactsRequest#Google_Cloud_ApigeeRegistry_V1_ListArtifactsRequest_Parent) resource name property.\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.ListArtifactsRequest#Google_Cloud_ApigeeRegistry_V1_ListArtifactsRequest_Parent) resource name property.\n\n### ParentAsResourceName\n\n public IResourceName ParentAsResourceName { get; set; }\n\n[IResourceName](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax/IResourceName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListArtifactsRequest#Google_Cloud_ApigeeRegistry_V1_ListArtifactsRequest_Parent) resource name property."]]