public sealed class DeleteProcessRequest : IMessage<DeleteProcessRequest>, IEquatable<DeleteProcessRequest>, IDeepCloneable<DeleteProcessRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class DeleteProcessRequest.
Request message for
[DeleteProcess][google.cloud.datacatalog.lineage.v1.DeleteProcess].
[[["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-03-21 UTC."],[[["This page provides reference documentation for the `DeleteProcessRequest` class within the Data Lineage v1 API for .NET, specifically version 1.1.0."],["The `DeleteProcessRequest` class is used to construct a request message for deleting a process and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of `DeleteProcessRequest` include `AllowMissing` (a boolean), `Name` (a string), and `ProcessName` (a typed view over the `Name`)."],["The `DeleteProcessRequest` class has two constructors: a parameterless constructor and one that takes another `DeleteProcessRequest` object."],["This documentation details inherited members of the `object` class such as `GetHashCode`, `GetType` and `ToString`."]]],[]]