public sealed class DeleteTransferRunRequest : IMessage<DeleteTransferRunRequest>, IEquatable<DeleteTransferRunRequest>, IDeepCloneable<DeleteTransferRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class DeleteTransferRunRequest.
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 page provides reference documentation for the `DeleteTransferRunRequest` class within the Google BigQuery Data Transfer v1 API for .NET, including its properties and constructors."],["The `DeleteTransferRunRequest` class is used to request the deletion of data transfer run information, inheriting from base classes and implementing multiple interfaces."],["The documentation includes a list of available versions of the API, ranging from the latest version 4.10.0 down to 3.1.0, and each version links to the `DeleteTransferRunRequest` page for that specific release."],["The class has two constructors: a parameterless constructor and one that takes another `DeleteTransferRunRequest` object as a parameter."],["The `DeleteTransferRunRequest` class includes `Name` and `RunName` properties, where `Name` is a string representing the resource name, and `RunName` provides a typed view of the resource name."]]],[]]