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
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  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>
 | 
    
  
  
  
  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;
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;
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;
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;
addEvaluationJobsBuilder()
  
    public EvaluationJob.Builder addEvaluationJobsBuilder()
   
   The list of evaluation jobs to return.
 repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
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
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListEvaluationJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ListEvaluationJobsResponse build()
   
  
  
  buildPartial()
  
    public ListEvaluationJobsResponse buildPartial()
   
  
  
  clear()
  
    public ListEvaluationJobsResponse.Builder clear()
   
  
  Overrides
  
  
  clearEvaluationJobs()
  
    public ListEvaluationJobsResponse.Builder clearEvaluationJobs()
   
   The list of evaluation jobs to return.
 repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
clearField(Descriptors.FieldDescriptor field)
  
    public ListEvaluationJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListEvaluationJobsResponse.Builder clearNextPageToken()
   
   A token to retrieve next page of results.
 string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListEvaluationJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public ListEvaluationJobsResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListEvaluationJobsResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  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
 | 
    
  
  
  
  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
 | 
    
  
  
  
  getEvaluationJobsBuilderList()
  
    public List<EvaluationJob.Builder> getEvaluationJobsBuilderList()
   
   The list of evaluation jobs to return.
 repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
getEvaluationJobsCount()
  
    public int getEvaluationJobsCount()
   
   The list of evaluation jobs to return.
 repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getEvaluationJobsList()
  
    public List<EvaluationJob> getEvaluationJobsList()
   
   The list of evaluation jobs to return.
 repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
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
 | 
    
  
  
  
  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()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListEvaluationJobsResponse other)
  
    public ListEvaluationJobsResponse.Builder mergeFrom(ListEvaluationJobsResponse other)
   
  
  
  
  
  
    public ListEvaluationJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListEvaluationJobsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListEvaluationJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  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
 | 
    
  
  
  
  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;
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;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListEvaluationJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  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. | 
    
  
  
  
  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. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListEvaluationJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListEvaluationJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides