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;
| Name | Description |
| index | int |
| Type | Description |
| Evaluation |
getEvaluationsCount()
public abstract int getEvaluationsCount()The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
| Type | Description |
| int |
getEvaluationsList()
public abstract List<Evaluation> getEvaluationsList()The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve next page of results.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |