Interface ListEntityReconciliationJobsResponseOrBuilder (0.26.0)

public interface ListEntityReconciliationJobsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.