Interface ListEntityReconciliationJobsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListEntityReconciliationJobsResponse
,ListEntityReconciliationJobsResponse.Builder
public interface ListEntityReconciliationJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityReconciliationJob
getEntityReconciliationJobs(int index)
A list of EntityReconciliationJobs that matches the specified filter in the request.int
getEntityReconciliationJobsCount()
A list of EntityReconciliationJobs that matches the specified filter in the request.List<EntityReconciliationJob>
getEntityReconciliationJobsList()
A list of EntityReconciliationJobs that matches the specified filter in the request.EntityReconciliationJobOrBuilder
getEntityReconciliationJobsOrBuilder(int index)
A list of EntityReconciliationJobs that matches the specified filter in the request.List<? extends EntityReconciliationJobOrBuilder>
getEntityReconciliationJobsOrBuilderList()
A list of EntityReconciliationJobs that matches the specified filter in the request.String
getNextPageToken()
The standard List next-page token.com.google.protobuf.ByteString
getNextPageTokenBytes()
The standard List next-page token.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-