public interface ListEntityReconciliationJobsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntityReconciliationJobs(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| EntityReconciliationJob |
getEntityReconciliationJobsCount()
public abstract int getEntityReconciliationJobsCount()A list of EntityReconciliationJobs that matches the specified filter in the request.
repeated .google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_jobs = 1;
| Type | Description |
| int |
getEntityReconciliationJobsList()
public abstract 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;
| Type | Description |
| List<EntityReconciliationJob> |
getEntityReconciliationJobsOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| EntityReconciliationJobOrBuilder |
getEntityReconciliationJobsOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJobOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |