Interface CreateNoteRequestOrBuilder (2.42.0)

public interface CreateNoteRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNote()

public abstract Note getNote()

The note to create.

.grafeas.v1beta1.Note note = 3;

Returns
TypeDescription
Note

The note.

getNoteId()

public abstract String getNoteId()

The ID to use for this note.

string note_id = 2;

Returns
TypeDescription
String

The noteId.

getNoteIdBytes()

public abstract ByteString getNoteIdBytes()

The ID to use for this note.

string note_id = 2;

Returns
TypeDescription
ByteString

The bytes for noteId.

getNoteOrBuilder()

public abstract NoteOrBuilder getNoteOrBuilder()

The note to create.

.grafeas.v1beta1.Note note = 3;

Returns
TypeDescription
NoteOrBuilder

getParent()

public abstract String getParent()

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

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

hasNote()

public abstract boolean hasNote()

The note to create.

.grafeas.v1beta1.Note note = 3;

Returns
TypeDescription
boolean

Whether the note field is set.