Interface BatchCreateNotesResponseOrBuilder (2.2.16)

public interface BatchCreateNotesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNotes(int index)

public abstract Note getNotes(int index)

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Note

getNotesCount()

public abstract int getNotesCount()

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
TypeDescription
int

getNotesList()

public abstract List<Note> getNotesList()

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
TypeDescription
List<Note>

getNotesOrBuilder(int index)

public abstract NoteOrBuilder getNotesOrBuilder(int index)

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NoteOrBuilder

getNotesOrBuilderList()

public abstract List<? extends NoteOrBuilder> getNotesOrBuilderList()

The notes that were created.

repeated .grafeas.v1beta1.Note notes = 1;

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