public interface CreateNoteRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Note |
getNote()
The note to create.
|
String |
getNoteId()
The ID to use for this note.
|
ByteString |
getNoteIdBytes()
The ID to use for this note.
|
NoteOrBuilder |
getNoteOrBuilder()
The note to create.
|
String |
getParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the note is to be created.
|
ByteString |
getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the note is to be created.
|
boolean |
hasNote()
The note to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
String getNoteId()
The ID to use for this note.
string note_id = 2;
ByteString getNoteIdBytes()
The ID to use for this note.
string note_id = 2;
boolean hasNote()
The note to create.
.grafeas.v1.Note note = 3;
Note getNote()
The note to create.
.grafeas.v1.Note note = 3;
NoteOrBuilder getNoteOrBuilder()
The note to create.
.grafeas.v1.Note note = 3;
Copyright © 2019 Google LLC. All rights reserved.