public sealed class GetDataSourceRequest : IMessage<GetDataSourceRequest>, IEquatable<GetDataSourceRequest>, IDeepCloneable<GetDataSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Data Transfer v1 API class GetDataSourceRequest.
Required. The field will contain name of the resource requested, for
example: projects/{project_id}/dataSources/{data_source_id} or
projects/{project_id}/locations/{location_id}/dataSources/{data_source_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 `GetDataSourceRequest` class is part of the Google BigQuery Data Transfer v1 API, and is used to request data source information."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDataSourceRequest` class includes properties such as `DataSourceName` which provides a typed view of the resource name, and `Name`, a string containing the full resource identifier."],["The latest version available is 4.10.0 and several versions of the `GetDataSourceRequest` class are documented, ranging from version 3.1.0 to 4.10.0."]]],[]]