public sealed class DeleteWorkflowRequest : IMessage<DeleteWorkflowRequest>, IEquatable<DeleteWorkflowRequest>, IDeepCloneable<DeleteWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Workflows v1 API class DeleteWorkflowRequest.
Request for the
[DeleteWorkflow][google.cloud.workflows.v1.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 information for the `DeleteWorkflowRequest` class within the Google Cloud Workflows v1 API, specifically version 2.2.0, and also shows the latest release, 2.5.0."],["`DeleteWorkflowRequest` is a class used to define requests for the `DeleteWorkflow` method in the Workflows API, and it includes methods and properties to define this request."],["The `DeleteWorkflowRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteWorkflowRequest` class has properties such as `Name`, which specifies the full name of the workflow to be deleted, and `WorkflowName`, which offers a typed view of this name."],["The document lists all the version releases for `DeleteWorkflowRequest`, starting from 1.0.0 up to the latest version, 2.5.0."]]],[]]