Grafeas v1 API - Class GetNoteRequest (3.11.0)

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

Reference documentation and code samples for the Grafeas v1 API class GetNoteRequest.

Request to get a note.

Inheritance

object > GetNoteRequest

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

GetNoteRequest()

public GetNoteRequest()

GetNoteRequest(GetNoteRequest)

public GetNoteRequest(GetNoteRequest other)
Parameter
Name Description
other GetNoteRequest

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.