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, specifically version 3.1.0 and its related versions."],["The `DeleteTransferRunRequest` class is used to request the deletion of data transfer run information, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `DeleteTransferRunRequest` instance for cloning purposes."],["It includes properties such as `Name`, a string that contains the requested resource's name, and `RunName`, which is a `RunName`-typed view over the `Name` resource name property."],["The page provides access to all versions of the `DeleteTransferRunRequest` class, from version 3.1.0 all the way to the latest version 4.10.0, with all version numbers in between."]]],[]]