public sealed class DeleteWorkflowRequest : IMessage<DeleteWorkflowRequest>, IEquatable<DeleteWorkflowRequest>, IDeepCloneable<DeleteWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1beta API class DeleteWorkflowRequest.
Request for the
[DeleteWorkflow][google.cloud.workflows.v1beta.Workflows.DeleteWorkflow]
method.
[[["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 `DeleteWorkflowRequest` class within the Google Cloud Workflows v1beta API, specifically version 2.0.0-beta04."],["The `DeleteWorkflowRequest` class is used to formulate requests for the `DeleteWorkflow` method, enabling the deletion of workflows."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name`, which is required and specifies the workflow to delete, and `WorkflowName`, which provides a typed view over the `Name` resource."],["The `DeleteWorkflowRequest` class offers two constructors, a default one and another that accepts a `DeleteWorkflowRequest` parameter for cloning."]]],[]]