Interface CreateNoteRequestOrBuilder (2.1.3)

public interface CreateNoteRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNote()

public abstract Note getNote()

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Note

The note.

getNoteId()

public abstract String getNoteId()

The ID to use for this note.

string note_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The noteId.

getNoteIdBytes()

public abstract ByteString getNoteIdBytes()

The ID to use for this note.

string note_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for noteId.

getNoteOrBuilder()

public abstract NoteOrBuilder getNoteOrBuilder()

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasNote()

public abstract boolean hasNote()

The note to create.

.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the note field is set.