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 document provides reference documentation for the `DeleteProcessRequest` class within the Data Lineage v1 API for .NET."],["`DeleteProcessRequest` is a request message used to delete a process and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and contains constructors to create an instance of `DeleteProcessRequest`."],["`DeleteProcessRequest` includes properties such as `AllowMissing` (a boolean indicating if the request can succeed if the process is not found), `Name` (a required string representing the process name), and `ProcessName` (a `ProcessName`-typed view of the process name)."],["The latest version available for the class is version 1.4.0, with previous versions 1.3.0, 1.2.0, 1.1.0 and 1.0.0 being available."]]],[]]