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-03-21 UTC."],[[["This document provides reference information for the `DeleteTransferConfigRequest` class within the Google BigQuery Data Transfer v1 API, which is used to delete data transfer information and its associated runs and log messages."],["The latest version of the API available is 4.10.0, with this documentation specifically covering version 4.9.0 and also including links to older versions, all the way back to 3.1.0."],["The `DeleteTransferConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `object`."],["The `DeleteTransferConfigRequest` class has two constructors and includes two properties, `Name` (a string) and `TransferConfigName`, which is a typed view over the `Name` property."],["The `Name` property is required and specifies the resource to delete, using the format `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`."]]],[]]