public sealed class DeleteMigrationWorkflowRequest : IMessage<DeleteMigrationWorkflowRequest>, IEquatable<DeleteMigrationWorkflowRequest>, IDeepCloneable<DeleteMigrationWorkflowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Migration v2 API class DeleteMigrationWorkflowRequest.
A request to delete a previously created migration workflow.
[[["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 documentation details the `DeleteMigrationWorkflowRequest` class within the Google Cloud BigQuery Migration v2 API, used to request the deletion of a migration workflow."],["The `DeleteMigrationWorkflowRequest` class is implemented in multiple versions, with version 1.5.0 being the latest, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating a new instance or copying from an existing `DeleteMigrationWorkflowRequest` instance, and has properties like `MigrationWorkflowName` and `Name` for specifying the workflow to be deleted."],["The `Name` property within `DeleteMigrationWorkflowRequest` is a required string that uniquely identifies the migration workflow to be deleted, formatted as `projects/123/locations/us/workflows/1234`."],["This document references past versions of the API, including versions 1.0.0 through 1.4.0 of the `DeleteMigrationWorkflowRequest` class."]]],[]]