public sealed class DeleteNoteRequest : IMessage<DeleteNoteRequest>, IEquatable<DeleteNoteRequest>, IDeepCloneable<DeleteNoteRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class DeleteNoteRequest.
[[["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 document provides reference information for the `DeleteNoteRequest` class within the Grafeas v1 API, specifically for version 3.5.0."],["The `DeleteNoteRequest` class is used to initiate the deletion of a note and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties such as `Name`, which is a string representing the name of the note, and `NoteName`, which is a `NoteName`-typed view over the `Name` property."],["The class supports two constructors: a parameterless one and another that accepts a `DeleteNoteRequest` object as a parameter for initialization, allowing a user to pass in a copy of an existing `DeleteNoteRequest`."],["The document includes a list of available versions of `DeleteNoteRequest`, ranging from version 2.2.0 to 3.7.0, with 3.7.0 being the latest."]]],[]]