public sealed class GetDataSourceRequest : IMessage<GetDataSourceRequest>, IEquatable<GetDataSourceRequest>, IDeepCloneable<GetDataSourceRequest>, IBufferMessage, IMessage
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 of the `GetDataSourceRequest` is 4.10.0, with previous versions ranging from 4.9.0 down to 3.1.0, all accessible via links provided."],["`GetDataSourceRequest` is a class used to request data source information, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from the `Object` class and provides properties such as `DataSourceName` and `Name` for specifying the requested data source, utilizing the `Google.Cloud.BigQuery.DataTransfer.V1` namespace."],["The `GetDataSourceRequest` object has two constructors: a default constructor and a constructor that accepts another `GetDataSourceRequest` object."],["The `Name` property is required and it needs to be formatted as `projects/{project_id}/dataSources/{data_source_id}` or `projects/{project_id}/locations/{location_id}/dataSources/{data_source_id}`."]]],[]]