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 latest version of the `GetTransferConfigRequest` is 4.10.0, with previous versions ranging from 4.9.0 down to 3.1.0 available for reference."],["`GetTransferConfigRequest` is a class used to request data transfer information, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and is found in the `Google.Cloud.BigQuery.DataTransfer.V1` namespace within the `Google.Cloud.BigQuery.DataTransfer.V1.dll` assembly."],["The class includes properties such as `Name`, a string that contains the requested resource name, and `TransferConfigName`, a strongly-typed view over the `Name` property."],["There are two constructors for this class: a default constructor and a copy constructor, `GetTransferConfigRequest(GetTransferConfigRequest other)`, that takes an existing `GetTransferConfigRequest` object as a parameter."]]],[]]