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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |