Interface CreateNoteRequestOrBuilder (2.45.0)

publicinterface CreateNoteRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getNote()

publicabstractNotegetNote()

The note to create.

.grafeas.v1beta1.Note note = 3;

Returns
Type Description
Note

The note.

getNoteId()

publicabstractStringgetNoteId()

The ID to use for this note.

string note_id = 2;

Returns
Type Description
String

The noteId.

getNoteIdBytes()

publicabstractByteStringgetNoteIdBytes()

The ID to use for this note.

string note_id = 2;

Returns
Type Description
ByteString

The bytes for noteId.

getNoteOrBuilder()

publicabstractNoteOrBuildergetNoteOrBuilder()

The note to create.

.grafeas.v1beta1.Note note = 3;

Returns
Type Description
NoteOrBuilder

getParent()

publicabstractStringgetParent()

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

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

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

string parent = 1;

Returns
Type Description
ByteString

The bytes for parent.

hasNote()

publicabstractbooleanhasNote()

The note to create.

.grafeas.v1beta1.Note note = 3;

Returns
Type Description
boolean

Whether the note field is set.

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月19日 UTC.