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"]],[["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-03-21 UTC."],[[["This webpage details the `GetAnnotationSpecRequest` class within the `Google.Cloud.AutoML.V1` namespace, specifically for version 2.6.0 of the library."],["`GetAnnotationSpecRequest` is a request message used for retrieving a specific annotation specification and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and has two constructors: a default constructor and one that accepts another `GetAnnotationSpecRequest` as a parameter."],["The `GetAnnotationSpecRequest` class includes properties such as `AnnotationSpecName`, which is a typed view over the resource name property, and `Name`, which is the required resource name of the annotation spec."],["Multiple versions of the `GetAnnotationSpecRequest` object are available, with version 3.4.0 being the most current, and 2.2.0 the oldest displayed."]]],[]]