Interface ListEvaluationJobsResponseOrBuilder

    • Method Detail

      • getEvaluationJobsList

        List<EvaluationJob> getEvaluationJobsList()
         The list of evaluation jobs to return.
         
        repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
      • getEvaluationJobs

        EvaluationJob getEvaluationJobs​(int index)
         The list of evaluation jobs to return.
         
        repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
      • getEvaluationJobsCount

        int getEvaluationJobsCount()
         The list of evaluation jobs to return.
         
        repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
      • getEvaluationJobsOrBuilderList

        List<? extends EvaluationJobOrBuilder> getEvaluationJobsOrBuilderList()
         The list of evaluation jobs to return.
         
        repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
      • getEvaluationJobsOrBuilder

        EvaluationJobOrBuilder getEvaluationJobsOrBuilder​(int index)
         The list of evaluation jobs to return.
         
        repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;
      • getNextPageToken

        String getNextPageToken()
         A token to retrieve next page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to retrieve next page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.