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-03-21 UTC."],[[["This webpage provides documentation for the `GetTransferConfigRequest` class within the Google BigQuery Data Transfer v1 API, specifically version 4.7.0, and offers a list of links to other versions of the API documentation as well."],["The `GetTransferConfigRequest` class is used to request data transfer information and it inherits from the base `object` class while implementing the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties such as `Name`, a string field representing the resource's name, and `TransferConfigName`, which provides a typed view over the `Name` property, to allow users to get data about the resource they want."],["There are two constructors for the GetTransferConfigRequest class, the first is empty, and the second takes another `GetTransferConfigRequest` as an argument."],["This document provides access to numerous previous versions of the documentation, ranging from version 3.1.0 to 4.10.0, and also indicates that version 4.10.0 is the latest version."]]],[]]