Interface ListEvaluationRunsResponseOrBuilder (0.3.0)

public interface ListEvaluationRunsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEvaluationRuns(int index)

public abstract EvaluationRun getEvaluationRuns(int index)

The list of evaluation runs.

repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;

Parameter
Name Description
index int
Returns
Type Description
EvaluationRun

getEvaluationRunsCount()

public abstract int getEvaluationRunsCount()

The list of evaluation runs.

repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;

Returns
Type Description
int

getEvaluationRunsList()

public abstract List<EvaluationRun> getEvaluationRunsList()

The list of evaluation runs.

repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;

Returns
Type Description
List<EvaluationRun>

getEvaluationRunsOrBuilder(int index)

public abstract EvaluationRunOrBuilder getEvaluationRunsOrBuilder(int index)

The list of evaluation runs.

repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;

Parameter
Name Description
index int
Returns
Type Description
EvaluationRunOrBuilder

getEvaluationRunsOrBuilderList()

public abstract List<? extends EvaluationRunOrBuilder> getEvaluationRunsOrBuilderList()

The list of evaluation runs.

repeated .google.cloud.ces.v1beta.EvaluationRun evaluation_runs = 1;

Returns
Type Description
List<? extends com.google.cloud.ces.v1beta.EvaluationRunOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as ListEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as ListEvaluationRunsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.