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 latest version available for the `GetDataSourceRequest` class is 4.10.0, while the current page focuses on version 4.8.0 of the Google BigQuery Data Transfer v1 API."],["This documentation provides reference information and code samples for the `GetDataSourceRequest` class, which is a part of the Google BigQuery Data Transfer v1 API and used to request data source information."],["The `GetDataSourceRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `GetDataSourceRequest` class include `DataSourceName`, a typed view of the resource name, and `Name`, which contains the resource name of the requested data source."],["The `GetDataSourceRequest` class has two constructors, a default constructor and one that accepts another `GetDataSourceRequest` object as a parameter."]]],[]]