public sealed class DeleteAnnotationSpecSetRequest : IMessage<DeleteAnnotationSpecSetRequest>, IEquatable<DeleteAnnotationSpecSetRequest>, IDeepCloneable<DeleteAnnotationSpecSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class DeleteAnnotationSpecSetRequest.
[[["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 page provides documentation for the `DeleteAnnotationSpecSetRequest` class within the Google Cloud Data Labeling v1beta1 API, detailing its structure and usage."],["The `DeleteAnnotationSpecSetRequest` class is a request message used for deleting an AnnotationSpecSet, inheriting from the `object` class and implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default one, and one that accepts another `DeleteAnnotationSpecSetRequest` instance as a parameter for cloning purposes."],["Key properties of the class include `AnnotationSpecSetName` (a typed view over the resource name) and `Name` (a string containing the resource name of the AnnotationSpec to be deleted)."],["The most recent version available of the API is 2.0.0-beta05."]]],[]]