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;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getNotes()
public abstract Map<String,Note> getNotes()Use #getNotesMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,Note> |
|
getNotesCount()
public abstract int getNotesCount()The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getNotesMap()
public abstract Map<String,Note> getNotesMap()The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
| Returns | |
|---|---|
| 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;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
Note |
| Returns | |
|---|---|
| Type | Description |
Note |
|
getNotesOrThrow(String key)
public abstract Note getNotesOrThrow(String key)The notes to create.
map<string, .grafeas.v1beta1.Note> notes = 2;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |