[[["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 documentation for the \u003ccode\u003eListRepositoriesRequest\u003c/code\u003e class within the Artifact Registry v1beta2 API, detailing its purpose as the request structure for listing repositories.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListRepositoriesRequest\u003c/code\u003e 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, indicating its functionality and capabilities within the API.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors for creating instances of \u003ccode\u003eListRepositoriesRequest\u003c/code\u003e, either empty or by cloning from another existing \u003ccode\u003eListRepositoriesRequest\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eListRepositoriesRequest\u003c/code\u003e class include \u003ccode\u003ePageSize\u003c/code\u003e (controlling the number of repositories returned per request), \u003ccode\u003ePageToken\u003c/code\u003e (for pagination), \u003ccode\u003eParent\u003c/code\u003e (specifying the resource name of the parent), and \u003ccode\u003eParentAsLocationName\u003c/code\u003e (a typed view of the \u003ccode\u003eParent\u003c/code\u003e resource name).\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available of \u003ccode\u003eListRepositoriesRequest\u003c/code\u003e is 2.0.0-beta05, however there are also versions 2.0.0-beta04 and 1.0.0-beta06 available for use.\u003c/p\u003e\n"]]],[],null,["# Artifact Registry v1beta2 API - Class ListRepositoriesRequest (2.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesRequest)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/2.0.0-beta04/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesRequest)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/1.0.0-beta06/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesRequest) \n\n public sealed class ListRepositoriesRequest : IPageRequest, IMessage\u003cListRepositoriesRequest\u003e, IEquatable\u003cListRepositoriesRequest\u003e, IDeepCloneable\u003cListRepositoriesRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Artifact Registry v1beta2 API class ListRepositoriesRequest.\n\nThe request to list repositories. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListRepositoriesRequest \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)[ListRepositoriesRequest](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListRepositoriesRequest](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListRepositoriesRequest](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesRequest), [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.ArtifactRegistry.V1Beta2](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2)\n\nAssembly\n--------\n\nGoogle.Cloud.ArtifactRegistry.V1Beta2.dll\n\nConstructors\n------------\n\n### ListRepositoriesRequest()\n\n public ListRepositoriesRequest()\n\n### ListRepositoriesRequest(ListRepositoriesRequest)\n\n public ListRepositoriesRequest(ListRepositoriesRequest other)\n\nProperties\n----------\n\n### PageSize\n\n public int PageSize { get; set; }\n\nThe maximum number of repositories to return. Maximum page size is 1,000.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nThe next_page_token value returned from a previous list request, if any.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The name of the parent resource whose repositories will be listed.\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.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesRequest#Google_Cloud_ArtifactRegistry_V1Beta2_ListRepositoriesRequest_Parent) resource name property."]]