public sealed class DeleteWorkflowInvocationRequest : IMessage<DeleteWorkflowInvocationRequest>, IEquatable<DeleteWorkflowInvocationRequest>, IDeepCloneable<DeleteWorkflowInvocationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class DeleteWorkflowInvocationRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eDeleteWorkflowInvocationRequest\u003c/code\u003e class is 1.0.0-beta08, and it is used as a request message for deleting a workflow invocation within the Dataform v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionalities like message handling, equality checks, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteWorkflowInvocationRequest\u003c/code\u003e class has two constructors, one default and one that accepts another \u003ccode\u003eDeleteWorkflowInvocationRequest\u003c/code\u003e object as a parameter to create a new object.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two primary properties, \u003ccode\u003eName\u003c/code\u003e which is a string representing the required workflow invocation resource's name, and \u003ccode\u003eWorkflowInvocationName\u003c/code\u003e, which provides a typed view over the resource name property.\u003c/p\u003e\n"],["\u003cp\u003eThe class belongs to the namespace \u003ccode\u003eGoogle.Cloud.Dataform.V1Beta1\u003c/code\u003e, and its associated assembly is \u003ccode\u003eGoogle.Cloud.Dataform.V1Beta1.dll\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Dataform v1beta1 API - Class DeleteWorkflowInvocationRequest (1.0.0-beta08)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta08 (latest)](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowInvocationRequest)\n- [1.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/1.0.0-beta07/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowInvocationRequest) \n\n public sealed class DeleteWorkflowInvocationRequest : IMessage\u003cDeleteWorkflowInvocationRequest\u003e, IEquatable\u003cDeleteWorkflowInvocationRequest\u003e, IDeepCloneable\u003cDeleteWorkflowInvocationRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataform v1beta1 API class DeleteWorkflowInvocationRequest.\n\n`DeleteWorkflowInvocation` request message. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteWorkflowInvocationRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteWorkflowInvocationRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowInvocationRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteWorkflowInvocationRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowInvocationRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteWorkflowInvocationRequest](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowInvocationRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataform.V1Beta1](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataform.V1Beta1.dll\n\nConstructors\n------------\n\n### DeleteWorkflowInvocationRequest()\n\n public DeleteWorkflowInvocationRequest()\n\n### DeleteWorkflowInvocationRequest(DeleteWorkflowInvocationRequest)\n\n public DeleteWorkflowInvocationRequest(DeleteWorkflowInvocationRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The workflow invocation resource's name.\n\n### WorkflowInvocationName\n\n public WorkflowInvocationName WorkflowInvocationName { get; set; }\n\n[WorkflowInvocationName](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.WorkflowInvocationName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Dataform.V1Beta1/latest/Google.Cloud.Dataform.V1Beta1.DeleteWorkflowInvocationRequest#Google_Cloud_Dataform_V1Beta1_DeleteWorkflowInvocationRequest_Name) resource name property."]]