Class ListEvaluationJobsResponse.Builder (0.122.11)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 0.122.11keyboard_arrow_down
public static final class ListEvaluationJobsResponse . Builder extends GeneratedMessageV3 . Builder<ListEvaluationJobsResponse . Builder > implements ListEvaluationJobsResponseOrBuilder
Results for listing evaluation jobs.
Protobuf type google.cloud.datalabeling.v1beta1.ListEvaluationJobsResponse
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addAllEvaluationJobs(Iterable<? extends EvaluationJob> values)
public ListEvaluationJobsResponse . Builder addAllEvaluationJobs ( Iterable <? extends EvaluationJob > values )
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Parameter
Name
Description
values
Iterable <? extends com.google.cloud.datalabeling.v1beta1.EvaluationJob >
Returns
addEvaluationJobs(EvaluationJob value)
public ListEvaluationJobsResponse . Builder addEvaluationJobs ( EvaluationJob value )
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Parameter
Returns
addEvaluationJobs(EvaluationJob.Builder builderForValue)
public ListEvaluationJobsResponse . Builder addEvaluationJobs ( EvaluationJob . Builder builderForValue )
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Parameter
Returns
addEvaluationJobs(int index, EvaluationJob value)
public ListEvaluationJobsResponse . Builder addEvaluationJobs ( int index , EvaluationJob value )
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Parameters
Returns
addEvaluationJobs(int index, EvaluationJob.Builder builderForValue)
public ListEvaluationJobsResponse . Builder addEvaluationJobs ( int index , EvaluationJob . Builder builderForValue )
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Parameters
Returns
addEvaluationJobsBuilder()
public EvaluationJob . Builder addEvaluationJobsBuilder ()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Returns
addEvaluationJobsBuilder(int index)
public EvaluationJob . Builder addEvaluationJobsBuilder ( int index )
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Parameter
Name
Description
index
int
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListEvaluationJobsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public ListEvaluationJobsResponse build ()
Returns
buildPartial()
public ListEvaluationJobsResponse buildPartial ()
Returns
clear()
public ListEvaluationJobsResponse . Builder clear ()
Returns
Overrides
clearEvaluationJobs()
public ListEvaluationJobsResponse . Builder clearEvaluationJobs ()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public ListEvaluationJobsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearNextPageToken()
public ListEvaluationJobsResponse . Builder clearNextPageToken ()
A token to retrieve next page of results.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListEvaluationJobsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public ListEvaluationJobsResponse . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public ListEvaluationJobsResponse getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getEvaluationJobs(int index)
public 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
getEvaluationJobsBuilder(int index)
public EvaluationJob . Builder getEvaluationJobsBuilder ( int index )
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Parameter
Name
Description
index
int
Returns
getEvaluationJobsBuilderList()
public List<EvaluationJob . Builder > getEvaluationJobsBuilderList ()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Returns
getEvaluationJobsCount()
public int getEvaluationJobsCount ()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Returns
getEvaluationJobsList()
public List<EvaluationJob> getEvaluationJobsList ()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Returns
getEvaluationJobsOrBuilder(int index)
public 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
getEvaluationJobsOrBuilderList()
public 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 String getNextPageToken ()
A token to retrieve next page of results.
string next_page_token = 2;
Returns
Type
Description
String
The nextPageToken.
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes ()
A token to retrieve next page of results.
string next_page_token = 2;
Returns
Type
Description
ByteString
The bytes for nextPageToken.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(ListEvaluationJobsResponse other)
public ListEvaluationJobsResponse . Builder mergeFrom ( ListEvaluationJobsResponse other )
Parameter
Returns
public ListEvaluationJobsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListEvaluationJobsResponse . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListEvaluationJobsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
removeEvaluationJobs(int index)
public ListEvaluationJobsResponse . Builder removeEvaluationJobs ( int index )
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Parameter
Name
Description
index
int
Returns
setEvaluationJobs(int index, EvaluationJob value)
public ListEvaluationJobsResponse . Builder setEvaluationJobs ( int index , EvaluationJob value )
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Parameters
Returns
setEvaluationJobs(int index, EvaluationJob.Builder builderForValue)
public ListEvaluationJobsResponse . Builder setEvaluationJobs ( int index , EvaluationJob . Builder builderForValue )
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
Parameters
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListEvaluationJobsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setNextPageToken(String value)
public ListEvaluationJobsResponse . Builder setNextPageToken ( String value )
A token to retrieve next page of results.
string next_page_token = 2;
Parameter
Name
Description
value
String
The nextPageToken to set.
Returns
setNextPageTokenBytes(ByteString value)
public ListEvaluationJobsResponse . Builder setNextPageTokenBytes ( ByteString value )
A token to retrieve next page of results.
string next_page_token = 2;
Parameter
Name
Description
value
ByteString
The bytes for nextPageToken to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListEvaluationJobsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListEvaluationJobsResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[],null,[]]