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-04-17 UTC."],[[["The `GetCollectorRequest` class is part of the Rapid Migration Assessment v1 API and is used to retrieve a specific Collector."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a default constructor `GetCollectorRequest()` and a copy constructor `GetCollectorRequest(GetCollectorRequest other)`."],["The `GetCollectorRequest` class has two properties: `CollectorName` which is a typed view of the `Name` resource and `Name` which is the required name of the resource, as a string."],["The documentation for this class is found in the namespace `Google.Cloud.RapidMigrationAssessment.V1` and the assembly `Google.Cloud.RapidMigrationAssessment.V1.dll`."]]],[]]