Class DeleteNoteRequest (2.4.0)

public sealed class DeleteNoteRequest : IMessage<DeleteNoteRequest>, IEquatable<DeleteNoteRequest>, IDeepCloneable<DeleteNoteRequest>, IBufferMessage, IMessage

Request to delete a note.

Inheritance

Object > DeleteNoteRequest

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

DeleteNoteRequest()

public DeleteNoteRequest()

DeleteNoteRequest(DeleteNoteRequest)

public DeleteNoteRequest(DeleteNoteRequest other)
Parameter
Name Description
other DeleteNoteRequest

Properties

Name

public string Name { get; set; }

The name of the note in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

Property Value
Type Description
String

NoteName

public NoteName NoteName { get; set; }

NoteName-typed view over the Name resource name property.

Property Value
Type Description
NoteName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.