Interface ListOccurrencesResponseOrBuilder (2.14.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface ListOccurrencesResponseOrBuilder 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.

getOccurrences(int index)

public abstract Occurrence getOccurrences(int index)

The occurrences requested.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Occurrence

getOccurrencesCount()

public abstract int getOccurrencesCount()

The occurrences requested.

repeated .grafeas.v1.Occurrence occurrences = 1;

Returns
TypeDescription
int

getOccurrencesList()

public abstract List<Occurrence> getOccurrencesList()

The occurrences requested.

repeated .grafeas.v1.Occurrence occurrences = 1;

Returns
TypeDescription
List<Occurrence>

getOccurrencesOrBuilder(int index)

public abstract OccurrenceOrBuilder getOccurrencesOrBuilder(int index)

The occurrences requested.

repeated .grafeas.v1.Occurrence occurrences = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
OccurrenceOrBuilder

getOccurrencesOrBuilderList()

public abstract List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()

The occurrences requested.

repeated .grafeas.v1.Occurrence occurrences = 1;

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