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-24 UTC."],[[["This document provides reference information for the `DeleteWorkflowRequest` class within the Google Cloud Workflows v1 API, specifically version 2.4.0, which is part of the .NET library."],["The `DeleteWorkflowRequest` class is used to make requests to the `DeleteWorkflow` method, and it includes a required `Name` property for specifying the workflow to delete using the format: projects/{project}/locations/{location}/workflows/{workflow}."],["The `DeleteWorkflowRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the `object` class."],["There are two constructors, a parameterless constructor and one that takes another `DeleteWorkflowRequest` instance as an argument, and there is also a `WorkflowName` property which presents a typed view of the `Name` property."],["The documentation outlines the availability of different versions of the API class, from version 1.0.0 all the way up to the latest, version 2.5.0."]]],[]]