public sealed class GetTransferConfigRequest : IMessage<GetTransferConfigRequest>, IEquatable<GetTransferConfigRequest>, IDeepCloneable<GetTransferConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class GetTransferConfigRequest.
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."],[[["This webpage provides reference documentation for the `GetTransferConfigRequest` class within the Google BigQuery Data Transfer v1 API, specifically for version 4.6.0."],["`GetTransferConfigRequest` is used to request data transfer information and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Name` (a string representing the resource name) and `TransferConfigName` (a typed view over the `Name` property)."],["There are multiple previous versions of the API accessible and they are listed, with version 4.10.0 being the latest."],["The page also includes inheritance and constructor information, as well as inherited members from the object class, offering a complete overview of the `GetTransferConfigRequest` class structure."]]],[]]