public interface BatchCreateNotesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNotes(int index)
public abstract Note getNotes(int index)The notes that were created.
repeated .grafeas.v1beta1.Note notes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Note |
|
getNotesCount()
public abstract int getNotesCount()The notes that were created.
repeated .grafeas.v1beta1.Note notes = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getNotesList()
public abstract List<Note> getNotesList()The notes that were created.
repeated .grafeas.v1beta1.Note notes = 1;
| Returns | |
|---|---|
| Type | Description |
List<Note> |
|
getNotesOrBuilder(int index)
public abstract NoteOrBuilder getNotesOrBuilder(int index)The notes that were created.
repeated .grafeas.v1beta1.Note notes = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NoteOrBuilder |
|
getNotesOrBuilderList()
public abstract List<? extends NoteOrBuilder> getNotesOrBuilderList()The notes that were created.
repeated .grafeas.v1beta1.Note notes = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends io.grafeas.v1beta1.NoteOrBuilder> |
|