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."],[[["The `GetAnnotationSpecRequest` class is a request message used for retrieving a specific annotation specification within the AutoML service."],["The latest version of this class is 3.4.0, and it has several older versions available, ranging down to version 2.2.0, with the current page displaying version 2.5.0."],["The class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two properties: `AnnotationSpecName`, which provides a typed view over the resource name, and `Name`, a string representing the resource name of the requested annotation specification."],["The `GetAnnotationSpecRequest` can be instantiated using a parameterless constructor or a constructor that takes another `GetAnnotationSpecRequest` instance."]]],[]]