public sealed class DeleteEntityReconciliationJobRequest : IMessage<DeleteEntityReconciliationJobRequest>, IEquatable<DeleteEntityReconciliationJobRequest>, IDeepCloneable<DeleteEntityReconciliationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class DeleteEntityReconciliationJobRequest.
Request message for DeleteEntityReconciliationJob.
Required. The name of the EntityReconciliationJob resource.
Format:
projects/{project}/locations/{location}/entityReconciliationJobs/{entity_reconciliation_job}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This documentation covers the `DeleteEntityReconciliationJobRequest` class, which is used in the Enterprise Knowledge Graph v1 API for requesting the deletion of an EntityReconciliationJob."],["The `DeleteEntityReconciliationJobRequest` class is part of the `Google.Cloud.EnterpriseKnowledgeGraph.V1` namespace within the Google.Cloud.EnterpriseKnowledgeGraph.V1.dll assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer message operations."],["Two constructors are available: a default constructor and another that takes a `DeleteEntityReconciliationJobRequest` object as a parameter, offering flexibility for creating new instances."],["Key properties of the class include `EntityReconciliationJobName` and `Name`, which are essential for identifying and specifying the target EntityReconciliationJob resource for deletion."]]],[]]