[[["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 documentation is for the \u003ccode\u003eListCollectorsResponse\u003c/code\u003e class within the Rapid Migration Assessment v1 API, providing reference information and code samples.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListCollectorsResponse\u003c/code\u003e class is used to handle responses when listing Collectors, inheriting from object and implementing multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIEnumerable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties such as \u003ccode\u003eCollectors\u003c/code\u003e which lists available collectors, \u003ccode\u003eNextPageToken\u003c/code\u003e for paginated results, and \u003ccode\u003eUnreachable\u003c/code\u003e to note locations that were inaccessible.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for \u003ccode\u003eListCollectorsResponse\u003c/code\u003e, a default one and one that accepts another \u003ccode\u003eListCollectorsResponse\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eMethods in this class include \u003ccode\u003eGetEnumerator()\u003c/code\u003e, which enables iterating through the resources present in the response.\u003c/p\u003e\n"]]],[],null,["# Rapid Migration Assessment v1 API - Class ListCollectorsResponse (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.ListCollectorsResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/1.1.0/Google.Cloud.RapidMigrationAssessment.V1.ListCollectorsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/1.0.0/Google.Cloud.RapidMigrationAssessment.V1.ListCollectorsResponse) \n\n public sealed class ListCollectorsResponse : IMessage\u003cListCollectorsResponse\u003e, IEquatable\u003cListCollectorsResponse\u003e, IDeepCloneable\u003cListCollectorsResponse\u003e, IBufferMessage, IMessage, IPageResponse\u003cCollector\u003e, IEnumerable\u003cCollector\u003e, IEnumerable\n\nReference documentation and code samples for the Rapid Migration Assessment v1 API class ListCollectorsResponse.\n\nMessage for response to listing Collectors. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListCollectorsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListCollectorsResponse](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.ListCollectorsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListCollectorsResponse](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.ListCollectorsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListCollectorsResponse](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.ListCollectorsResponse), [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), [IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[Collector](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.Collector), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[Collector](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.Collector), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable) \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.RapidMigrationAssessment.V1](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.RapidMigrationAssessment.V1.dll\n\nConstructors\n------------\n\n### ListCollectorsResponse()\n\n public ListCollectorsResponse()\n\n### ListCollectorsResponse(ListCollectorsResponse)\n\n public ListCollectorsResponse(ListCollectorsResponse other)\n\nProperties\n----------\n\n### Collectors\n\n public RepeatedField\u003cCollector\u003e Collectors { get; }\n\nThe list of Collectors.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token identifying a page of results the server should return.\n\n### Unreachable\n\n public RepeatedField\u003cstring\u003e Unreachable { get; }\n\nLocations that could not be reached.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cCollector\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]