public sealed class GetAnnotationRequest : IMessage<GetAnnotationRequest>, IEquatable<GetAnnotationRequest>, IDeepCloneable<GetAnnotationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Rapid Migration Assessment v1 API class GetAnnotationRequest.
[[["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 page provides reference documentation for the \u003ccode\u003eGetAnnotationRequest\u003c/code\u003e class within the Rapid Migration Assessment v1 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetAnnotationRequest\u003c/code\u003e is a message class used to retrieve a specific annotation, implementing multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetAnnotationRequest\u003c/code\u003e class can be instantiated with either a default constructor or a copy constructor, allowing cloning of the class, with the copy constructor requiring another \u003ccode\u003eGetAnnotationRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two properties, \u003ccode\u003eAnnotationName\u003c/code\u003e which provides a typed view of the annotation name, and \u003ccode\u003eName\u003c/code\u003e, a string representing the required name of the resource, both of which can be set.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers three available versions, 1.2.0 (latest), 1.1.0, and 1.0.0 of this class.\u003c/p\u003e\n"]]],[],null,["# Rapid Migration Assessment v1 API - Class GetAnnotationRequest (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.GetAnnotationRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/1.1.0/Google.Cloud.RapidMigrationAssessment.V1.GetAnnotationRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/1.0.0/Google.Cloud.RapidMigrationAssessment.V1.GetAnnotationRequest) \n\n public sealed class GetAnnotationRequest : IMessage\u003cGetAnnotationRequest\u003e, IEquatable\u003cGetAnnotationRequest\u003e, IDeepCloneable\u003cGetAnnotationRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Rapid Migration Assessment v1 API class GetAnnotationRequest.\n\nMessage for getting a specific Annotation \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetAnnotationRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetAnnotationRequest](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.GetAnnotationRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetAnnotationRequest](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.GetAnnotationRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetAnnotationRequest](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.GetAnnotationRequest), [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### GetAnnotationRequest()\n\n public GetAnnotationRequest()\n\n### GetAnnotationRequest(GetAnnotationRequest)\n\n public GetAnnotationRequest(GetAnnotationRequest other)\n\nProperties\n----------\n\n### AnnotationName\n\n public AnnotationName AnnotationName { get; set; }\n\n[AnnotationName](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.AnnotationName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.RapidMigrationAssessment.V1/latest/Google.Cloud.RapidMigrationAssessment.V1.GetAnnotationRequest#Google_Cloud_RapidMigrationAssessment_V1_GetAnnotationRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Name of the resource."]]