public interface ListEvaluationJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvaluationJobs(int index)
public abstract EvaluationJob getEvaluationJobs(int index)The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EvaluationJob |
|
getEvaluationJobsCount()
public abstract int getEvaluationJobsCount()The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEvaluationJobsList()
public abstract List<EvaluationJob> getEvaluationJobsList()The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<EvaluationJob> |
|
getEvaluationJobsOrBuilder(int index)
public abstract EvaluationJobOrBuilder getEvaluationJobsOrBuilder(int index)The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EvaluationJobOrBuilder |
|
getEvaluationJobsOrBuilderList()
public abstract List<? extends EvaluationJobOrBuilder> getEvaluationJobsOrBuilderList()The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datalabeling.v1beta1.EvaluationJobOrBuilder> |
|
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. |