public interface SearchEvaluationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Evaluation |
getEvaluations(int index)
The list of evaluations to return.
|
int |
getEvaluationsCount()
The list of evaluations to return.
|
List<Evaluation> |
getEvaluationsList()
The list of evaluations to return.
|
EvaluationOrBuilder |
getEvaluationsOrBuilder(int index)
The list of evaluations to return.
|
List<? extends EvaluationOrBuilder> |
getEvaluationsOrBuilderList()
The list of evaluations to return.
|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Evaluation> getEvaluationsList()
The list of evaluations to return.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;Evaluation getEvaluations(int index)
The list of evaluations to return.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;int getEvaluationsCount()
The list of evaluations to return.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()
The list of evaluations to return.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;EvaluationOrBuilder getEvaluationsOrBuilder(int index)
The list of evaluations to return.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;String getNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results.
string next_page_token = 2;Copyright © 2019 Google LLC. All rights reserved.