Interface ListNotesResponseOrBuilder (2.4.2)

public interface ListNotesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The next pagination token in the list response. It should be used as page_token for the following request. An empty value means no more results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getNotes(int index)

public abstract Note getNotes(int index)

The notes requested.

repeated .grafeas.v1beta1.Note notes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Note

getNotesCount()

public abstract int getNotesCount()

The notes requested.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
TypeDescription
int

getNotesList()

public abstract List<Note> getNotesList()

The notes requested.

repeated .grafeas.v1beta1.Note notes = 1;

Returns
TypeDescription
List<Note>

getNotesOrBuilder(int index)

public abstract NoteOrBuilder getNotesOrBuilder(int index)

The notes requested.

repeated .grafeas.v1beta1.Note notes = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
NoteOrBuilder

getNotesOrBuilderList()

public abstract List<? extends NoteOrBuilder> getNotesOrBuilderList()

The notes requested.

repeated .grafeas.v1beta1.Note notes = 1;

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