public sealed class GetAnnotationSpecRequest : IMessage<GetAnnotationSpecRequest>, IEquatable<GetAnnotationSpecRequest>, IDeepCloneable<GetAnnotationSpecRequest>, IBufferMessage, IMessage
Request message for [AutoMl.GetAnnotationSpec][google.cloud.automl.v1.AutoMl.GetAnnotationSpec].
[[["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."],[[["This webpage details the `GetAnnotationSpecRequest` class, which is a request message for retrieving annotation specifications within the Google Cloud AutoML V1 API."],["The class `GetAnnotationSpecRequest` is available across multiple versions, with version 3.4.0 being the latest, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetAnnotationSpecRequest` class includes constructors for creating new instances and properties like `AnnotationSpecName` and `Name`, essential for identifying the annotation specification to be retrieved."],["The `Name` property of the `GetAnnotationSpecRequest` is a required field that represents the resource name of the specific annotation to be retrieved."],["This class has inherited methods from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]