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-02 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, inheriting from `Object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTransferConfigRequest` class includes two constructors, one default and one that takes another `GetTransferConfigRequest` object as a parameter."],["This class has two main properties, `Name` which is a required string that defines the name of the resource and a `TransferConfigName` which is a typed view of the `Name` resource."],["`GetTransferConfigRequest` is part of the namespace `Google.Cloud.BigQuery.DataTransfer.V1`, within the `Google.Cloud.BigQuery.DataTransfer.V1.dll` assembly."]]],[]]