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."],[[["The latest version of the `DeleteProcessRequest` class is 1.4.0, which is part of the Data Lineage v1 API in the `Google.Cloud.DataCatalog.Lineage.V1` namespace."],["`DeleteProcessRequest` is used to define a request to delete a process in Data Lineage, as indicated by the `Request message for DeleteProcess` description."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has two constructors: a default one, and another that takes in a `DeleteProcessRequest`."],["The class includes properties like `AllowMissing`, `Name`, and `ProcessName`, which control the deletion behavior and identify the process to be deleted."],["The provided documentation encompasses a range of versions for the `DeleteProcessRequest`, including versions 1.0.0, 1.1.0, 1.2.0, 1.3.0, and the latest 1.4.0."]]],[]]