Interface ListNoteOccurrencesResponseOrBuilder (2.9.0)

public interface ListNoteOccurrencesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token to provide to skip to a particular spot in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to provide to skip to a particular spot in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getOccurrences(int index)

public abstract Occurrence getOccurrences(int index)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Occurrence

getOccurrencesCount()

public abstract int getOccurrencesCount()

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Returns
TypeDescription
int

getOccurrencesList()

public abstract List<Occurrence> getOccurrencesList()

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Returns
TypeDescription
List<Occurrence>

getOccurrencesOrBuilder(int index)

public abstract OccurrenceOrBuilder getOccurrencesOrBuilder(int index)

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
OccurrenceOrBuilder

getOccurrencesOrBuilderList()

public abstract List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()

The occurrences attached to the specified note.

repeated .grafeas.v1.Occurrence occurrences = 1;

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