public sealed class DeleteTransferConfigRequest : IMessage<DeleteTransferConfigRequest>, IEquatable<DeleteTransferConfigRequest>, IDeepCloneable<DeleteTransferConfigRequest>, IBufferMessage, IMessage
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."],[[["This document describes the `DeleteTransferConfigRequest` class, which is used to request the deletion of data transfer configurations in Google Cloud BigQuery Data Transfer."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data transfer management."],["It includes constructors for creating a new instance of the request and another for creating a copy of an existing `DeleteTransferConfigRequest`."],["The `DeleteTransferConfigRequest` class contains properties such as `Name` and `TransferConfigName` to specify the resource to be deleted, including project and config IDs."],["The data transfer configuration removal will delete all transfer runs and associated logs with the config."]]],[]]