public sealed class ListEntityReconciliationJobsRequest : IPageRequest, IMessage<ListEntityReconciliationJobsRequest>, IEquatable<ListEntityReconciliationJobsRequest>, IDeepCloneable<ListEntityReconciliationJobsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class ListEntityReconciliationJobsRequest.
Request message for [EnterpriseKnowledgeGraphService.ListEntityReconciliationJobs][google.cloud.enterpriseknowledgegraph.v1.EnterpriseKnowledgeGraphService.ListEntityReconciliationJobs].
Implements
IPageRequest, IMessageListEntityReconciliationJobsRequest, IEquatableListEntityReconciliationJobsRequest, IDeepCloneableListEntityReconciliationJobsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
ListEntityReconciliationJobsRequest()
public ListEntityReconciliationJobsRequest()
ListEntityReconciliationJobsRequest(ListEntityReconciliationJobsRequest)
public ListEntityReconciliationJobsRequest(ListEntityReconciliationJobsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListEntityReconciliationJobsRequest |
Properties
Filter
public string Filter { get; set; }
An expression for filtering the results of the request. For field names both snake_case and camelCase are supported.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The standard list page size.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The standard list page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of the EntityReconciliationJob's parent resource.
Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |