Interface ListEntityReconciliationJobsResponseOrBuilder

    • Method Detail

      • getEntityReconciliationJobsList

        List<EntityReconciliationJob> getEntityReconciliationJobsList()
         A list of EntityReconciliationJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_jobs = 1;
      • getEntityReconciliationJobs

        EntityReconciliationJob getEntityReconciliationJobs​(int index)
         A list of EntityReconciliationJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_jobs = 1;
      • getEntityReconciliationJobsCount

        int getEntityReconciliationJobsCount()
         A list of EntityReconciliationJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_jobs = 1;
      • getEntityReconciliationJobsOrBuilderList

        List<? extends EntityReconciliationJobOrBuilder> getEntityReconciliationJobsOrBuilderList()
         A list of EntityReconciliationJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_jobs = 1;
      • getEntityReconciliationJobsOrBuilder

        EntityReconciliationJobOrBuilder getEntityReconciliationJobsOrBuilder​(int index)
         A list of EntityReconciliationJobs that matches the specified filter in the
         request.
         
        repeated .google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_jobs = 1;
      • getNextPageToken

        String getNextPageToken()
         The standard List next-page token.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         The standard List next-page token.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.