Grafeas v1 API - Class GetNoteRequest (3.6.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
NameDescription
otherGetNoteRequest

Properties

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

NoteName

public NoteName NoteName { get; set; }

NoteName-typed view over the Name resource name property.

Property Value
TypeDescription
NoteName