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-03-21 UTC."],[[["The `GetTransferConfigRequest` class is used to request data transfer information within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace."],["This class has been implemented with `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, signifying its role in message-based data operations."],["There are two constructors for the `GetTransferConfigRequest` class, one empty and one that allows you to pass in another `GetTransferConfigRequest` object as a parameter."],["The latest version of the API displayed is 4.10.0, with a range of prior versions available, dating back to 3.1.0."],["The `GetTransferConfigRequest` class contains two properties, one of which is `Name`, a string that represents the resource name, and the other of which is `TransferConfigName`, which provides a `TransferConfigName`-typed view over the `Name`."]]],[]]