public sealed class GetCollectorRequest : IMessage<GetCollectorRequest>, IEquatable<GetCollectorRequest>, IDeepCloneable<GetCollectorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Rapid Migration Assessment v1 API class GetCollectorRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eGetCollectorRequest\u003c/code\u003e class, which is part of the Rapid Migration Assessment v1 API in the Google Cloud .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetCollectorRequest\u003c/code\u003e class is used to retrieve a specific Collector and it implements several interfaces, including \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 offers a default constructor, \u003ccode\u003eGetCollectorRequest()\u003c/code\u003e, and a copy constructor, \u003ccode\u003eGetCollectorRequest(GetCollectorRequest other)\u003c/code\u003e, for creating instances.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetCollectorRequest\u003c/code\u003e class has two primary properties: \u003ccode\u003eCollectorName\u003c/code\u003e, a typed view of the resource name, and \u003ccode\u003eName\u003c/code\u003e, a string that represents the required name of the resource.\u003c/p\u003e\n"],["\u003cp\u003eThe provided documentation shows that the latest version of this class is \u003ccode\u003e1.2.0\u003c/code\u003e, with previous versions being \u003ccode\u003e1.1.0\u003c/code\u003e and \u003ccode\u003e1.0.0\u003c/code\u003e all relating to the \u003ccode\u003eGetCollectorRequest\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# Rapid Migration Assessment v1 API - Class GetCollectorRequest (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.GetCollectorRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/1.1.0/Google.Cloud.RapidMigrationAssessment.V1.GetCollectorRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/1.0.0/Google.Cloud.RapidMigrationAssessment.V1.GetCollectorRequest) \n\n public sealed class GetCollectorRequest : IMessage\u003cGetCollectorRequest\u003e, IEquatable\u003cGetCollectorRequest\u003e, IDeepCloneable\u003cGetCollectorRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Rapid Migration Assessment v1 API class GetCollectorRequest.\n\nMessage for getting a specific Collector. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetCollectorRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetCollectorRequest](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.GetCollectorRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetCollectorRequest](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.GetCollectorRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetCollectorRequest](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.GetCollectorRequest), [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.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### GetCollectorRequest()\n\n public GetCollectorRequest()\n\n### GetCollectorRequest(GetCollectorRequest)\n\n public GetCollectorRequest(GetCollectorRequest other)\n\nProperties\n----------\n\n### CollectorName\n\n public CollectorName CollectorName { get; set; }\n\n[CollectorName](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.CollectorName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.GetCollectorRequest#Google_Cloud_RapidMigrationAssessment_V1_GetCollectorRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Name of the resource."]]