Interface BatchCreateNotesResponseOrBuilder (2.13.0)

public interface BatchCreateNotesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotes(int index)

public abstract Note getNotes(int index)

The notes that were created.

repeated .grafeas.v1.Note notes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Note

getNotesCount()

public abstract int getNotesCount()

The notes that were created.

repeated .grafeas.v1.Note notes = 1;

Returns
TypeDescription
int

getNotesList()

public abstract List<Note> getNotesList()

The notes that were created.

repeated .grafeas.v1.Note notes = 1;

Returns
TypeDescription
List<Note>

getNotesOrBuilder(int index)

public abstract NoteOrBuilder getNotesOrBuilder(int index)

The notes that were created.

repeated .grafeas.v1.Note notes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NoteOrBuilder

getNotesOrBuilderList()

public abstract List<? extends NoteOrBuilder> getNotesOrBuilderList()

The notes that were created.

repeated .grafeas.v1.Note notes = 1;

Returns
TypeDescription
List<? extends io.grafeas.v1.NoteOrBuilder>