public interface SearchEvaluationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvaluations(int index)
public abstract Evaluation getEvaluations(int index)The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Evaluation |
|
getEvaluationsCount()
public abstract int getEvaluationsCount()The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEvaluationsList()
public abstract List<Evaluation> getEvaluationsList()The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Evaluation> |
|
getEvaluationsOrBuilder(int index)
public abstract EvaluationOrBuilder getEvaluationsOrBuilder(int index)The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EvaluationOrBuilder |
|
getEvaluationsOrBuilderList()
public abstract List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datalabeling.v1beta1.EvaluationOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |