public interface CreateNoteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Note |
getNote()
The note to create.
|
String |
getNoteId()
The ID to use for this note.
|
com.google.protobuf.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.
|
com.google.protobuf.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, hasOneofString getParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which the note is to be created.
string parent = 1;com.google.protobuf.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;com.google.protobuf.ByteString getNoteIdBytes()
The ID to use for this note.
string note_id = 2;boolean hasNote()
The note to create.
.grafeas.v1beta1.Note note = 3;Note getNote()
The note to create.
.grafeas.v1beta1.Note note = 3;NoteOrBuilder getNoteOrBuilder()
The note to create.
.grafeas.v1beta1.Note note = 3;Copyright © 2019 Google LLC. All rights reserved.