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-04-02 UTC."],[[["This page provides documentation for the `DeleteTransferRunRequest` class within the Google BigQuery Data Transfer v1 API for .NET."],["The `DeleteTransferRunRequest` class is used to formulate a request to delete data transfer run information in BigQuery."],["The most recent version of the API available is version 4.10.0, with a variety of versions going as far back as 3.1.0 accessible for documentation reference."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The class includes two constructors and properties such as `Name`, a string that specifies the resource name of the run, and `RunName`, a typed view over the name resource property."]]],[]]