public sealed class GetTransferConfigRequest : IMessage<GetTransferConfigRequest>, IEquatable<GetTransferConfigRequest>, IDeepCloneable<GetTransferConfigRequest>, IBufferMessage, IMessage
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-09 UTC."],[[["This webpage details the `GetTransferConfigRequest` class within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace for .NET, used to request data transfer information."],["The latest version of `GetTransferConfigRequest` is 4.10.0, and the page provides links to documentation for multiple versions, ranging from 3.1.0 up to 4.10.0."],["The `GetTransferConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the base `Object` class."],["The class includes properties such as `Name`, which specifies the resource name, and `TransferConfigName`, which offers a typed view of the `Name` property."],["There are two constructors for this class: a parameterless constructor and one that accepts another `GetTransferConfigRequest` instance for copying."]]],[]]