Grafeas v1 API - Class CreateNoteRequest (3.11.0)

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

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

Request to create a new note.

Inheritance

object > CreateNoteRequest

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

CreateNoteRequest()

public CreateNoteRequest()

CreateNoteRequest(CreateNoteRequest)

public CreateNoteRequest(CreateNoteRequest other)
Parameter
Name Description
other CreateNoteRequest

Properties

Note

public Note Note { get; set; }

The note to create.

Property Value
Type Description
Note

NoteId

public string NoteId { get; set; }

The ID to use for this note.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

The name of the project in the form of projects/[PROJECT_ID], under which the note is to be created.

Property Value
Type Description
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
Type Description
ProjectName

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.