public interface ListEntityReconciliationJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EntityReconciliationJob> getEntityReconciliationJobsList()
A list of EntityReconciliationJobs that matches the specified filter in the request.
repeated .google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_jobs = 1;
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;
int getEntityReconciliationJobsCount()
A list of EntityReconciliationJobs that matches the specified filter in the request.
repeated .google.cloud.enterpriseknowledgegraph.v1.EntityReconciliationJob entity_reconciliation_jobs = 1;
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;
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;
String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.