public sealed class DeleteTransferRunRequest : IMessage<DeleteTransferRunRequest>, IEquatable<DeleteTransferRunRequest>, IDeepCloneable<DeleteTransferRunRequest>, IBufferMessage, IMessage
A request to delete data transfer run information.
Required. The field will contain name of the resource requested, for example:
projects/{project_id}/transferConfigs/{config_id}/runs/{run_id} or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}
[[["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 webpage details the `DeleteTransferRunRequest` class within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, used for deleting data transfer run information."],["The `DeleteTransferRunRequest` class has two constructors, one default and another that takes a `DeleteTransferRunRequest` object, allowing the creation of instances and copies."],["The class includes properties such as `Name` (a string) and `RunName` (a `RunName` type) to specify the resource to delete, including formatting details like `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}`."],["This `DeleteTransferRunRequest` class is part of a broader set of versions from 4.0.0 to the latest 4.10.0, as well as earlier versions from 3.1.0 to 3.4.0, all accessible within the same documentation."]]],[]]