public interface BatchCreateNotesRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsNotes(String key)
The notes to create.
|
Map<String,Note> |
getNotes()
Deprecated.
|
int |
getNotesCount()
The notes to create.
|
Map<String,Note> |
getNotesMap()
The notes to create.
|
Note |
getNotesOrDefault(String key,
Note defaultValue)
The notes to create.
|
Note |
getNotesOrThrow(String key)
The notes to create.
|
String |
getParent()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the notes are to be created.
|
ByteString |
getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which
the notes are to be created.
|
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 notes are to be created.
string parent = 1;
ByteString getParentBytes()
The name of the project in the form of `projects/[PROJECT_ID]`, under which the notes are to be created.
string parent = 1;
int getNotesCount()
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
boolean containsNotes(String key)
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
@Deprecated Map<String,Note> getNotes()
getNotesMap()
instead.Map<String,Note> getNotesMap()
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
Note getNotesOrDefault(String key, Note defaultValue)
The notes to create. Max allowed length is 1000.
map<string, .grafeas.v1.Note> notes = 2;
Copyright © 2019 Google LLC. All rights reserved.