[[["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\u003eListRepositoriesResponse\u003c/code\u003e class within the Google Cloud Artifact Registry v1beta2 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eListRepositoriesResponse\u003c/code\u003e is the class used to represent the response when listing repositories, as indicated by it's description.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListRepositoriesResponse\u003c/code\u003e class implements multiple interfaces such as \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the object class.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eNextPageToken\u003c/code\u003e, which is used for pagination, and \u003ccode\u003eRepositories\u003c/code\u003e, which contains a list of the repositories returned.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides methods such as \u003ccode\u003eGetEnumerator\u003c/code\u003e, allowing for iterating through the repository resources in the response, and also has 2 available constructors.\u003c/p\u003e\n"]]],[],null,["# Artifact Registry v1beta2 API - Class ListRepositoriesResponse (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.ListRepositoriesResponse)\n- [2.0.0-beta04](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/2.0.0-beta04/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesResponse)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/1.0.0-beta06/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesResponse) \n\n public sealed class ListRepositoriesResponse : IPageResponse\u003cRepository\u003e, IEnumerable\u003cRepository\u003e, IEnumerable, IMessage\u003cListRepositoriesResponse\u003e, IEquatable\u003cListRepositoriesResponse\u003e, IDeepCloneable\u003cListRepositoriesResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Artifact Registry v1beta2 API class ListRepositoriesResponse.\n\nThe response from listing repositories. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListRepositoriesResponse \n\nImplements\n----------\n\n[IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Repository](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.Repository), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Repository](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.Repository), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListRepositoriesResponse](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListRepositoriesResponse](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListRepositoriesResponse](/dotnet/docs/reference/Google.Cloud.ArtifactRegistry.V1Beta2/latest/Google.Cloud.ArtifactRegistry.V1Beta2.ListRepositoriesResponse), [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### ListRepositoriesResponse()\n\n public ListRepositoriesResponse()\n\n### ListRepositoriesResponse(ListRepositoriesResponse)\n\n public ListRepositoriesResponse(ListRepositoriesResponse other)\n\nProperties\n----------\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nThe token to retrieve the next page of repositories, or empty if there are\nno more repositories to return.\n\n### Repositories\n\n public RepeatedField\u003cRepository\u003e Repositories { get; }\n\nThe repositories returned.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cRepository\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]