public sealed class ListEntityReconciliationJobsResponse : IPageResponse<EntityReconciliationJob>, IEnumerable<EntityReconciliationJob>, IEnumerable, IMessage<ListEntityReconciliationJobsResponse>, IEquatable<ListEntityReconciliationJobsResponse>, IDeepCloneable<ListEntityReconciliationJobsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Enterprise Knowledge Graph v1 API class ListEntityReconciliationJobsResponse.
Response message for [EnterpriseKnowledgeGraphService.ListEntityReconciliationJobs][google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.ListEntityReconciliationJobs].
Implements
IPageResponseEntityReconciliationJob, IEnumerableEntityReconciliationJob, IEnumerable, IMessageListEntityReconciliationJobsResponse, IEquatableListEntityReconciliationJobsResponse, IDeepCloneableListEntityReconciliationJobsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
ListEntityReconciliationJobsResponse()
public ListEntityReconciliationJobsResponse()ListEntityReconciliationJobsResponse(ListEntityReconciliationJobsResponse)
public ListEntityReconciliationJobsResponse(ListEntityReconciliationJobsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEntityReconciliationJobsResponse |
Properties
EntityReconciliationJobs
public RepeatedField<EntityReconciliationJob> EntityReconciliationJobs { get; }A list of EntityReconciliationJobs that matches the specified filter in the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEntityReconciliationJob |
|
NextPageToken
public string NextPageToken { get; set; }The standard List next-page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<EntityReconciliationJob> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEntityReconciliationJob |
|