public sealed class DeleteTransferConfigRequest : IMessage<DeleteTransferConfigRequest>, IEquatable<DeleteTransferConfigRequest>, IDeepCloneable<DeleteTransferConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class DeleteTransferConfigRequest.
A request to delete data transfer information. All associated transfer runs
and log messages will be deleted as well.
Required. The field will contain name of the resource requested, for
example: projects/{project_id}/transferConfigs/{config_id} or
projects/{project_id}/locations/{location_id}/transferConfigs/{config_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-01 UTC."],[[["The latest version of the `DeleteTransferConfigRequest` class is 4.10.0, while this page specifically documents version 4.5.0."],["`DeleteTransferConfigRequest` is a request type in the Google BigQuery Data Transfer v1 API used to delete data transfer information, including associated runs and logs."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer operations."],["The class includes properties like `Name` and `TransferConfigName` to specify the resource to be deleted, accepting both string and `TransferConfigName`-typed values for identifying the transfer configuration."],["The versions span back to version 3.1.0, with various versions in between up to the latest 4.10.0, and are accessible through a specified URL, each pertaining to the `DeleteTransferConfigRequest`."]]],[]]