public interface BatchCreateNotesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsNotes(String key)
public abstract boolean containsNotes(String key)The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
| Name | Description |
key |
String |
| Type | Description |
boolean |
getNotes()
public abstract Map<String,Note> getNotes()Use #getNotesMap() instead.
| Type | Description |
Map<String,Note> |
getNotesCount()
public abstract int getNotesCount()The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
| Type | Description |
int |
getNotesMap()
public abstract Map<String,Note> getNotesMap()The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
| Type | Description |
Map<String,Note> |
getNotesOrDefault(String key, Note defaultValue)
public abstract Note getNotesOrDefault(String key, Note defaultValue)The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
| Name | Description |
key |
String |
defaultValue |
Note |
| Type | Description |
Note |
getNotesOrThrow(String key)
public abstract Note getNotesOrThrow(String key)The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
| Name | Description |
key |
String |
| Type | Description |
Note |
getParent()
public abstract 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;
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract 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;
| Type | Description |
ByteString |
The bytes for parent. |