public
interface
CreateNoteRequestOrBuilder
extends
MessageOrBuilder
Implements
MessageOrBuilderMethods
getNote()
public
abstract
Note
getNote
()
The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];
getNoteId()
public
abstract
String
getNoteId
()
The ID to use for this note.
string note_id = 2 [(.google.api.field_behavior) = REQUIRED];
getNoteIdBytes()
public
abstract
ByteString
getNoteIdBytes
()
The ID to use for this note.
string note_id = 2 [(.google.api.field_behavior) = REQUIRED];
getNoteOrBuilder()
public
abstract
NoteOrBuilder
getNoteOrBuilder
()
The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];
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) = { ... }
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) = { ... }
hasNote()
public
abstract
boolean
hasNote
()
The note to create.
.grafeas.v1.Note note = 3 [(.google.api.field_behavior) = REQUIRED];

