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 content focuses on the `GetDataSourceRequest` class within the `Google.Cloud.BigQuery.DataTransfer.V1` namespace, detailing its properties, constructors, and implemented interfaces."],["Version 4.10.0 is the latest version referenced in the documentation, while the detailed information is specific to version 3.2.0 of the `GetDataSourceRequest`."],["The `GetDataSourceRequest` class is a request object used to get data source information and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetDataSourceRequest` class has two properties, `DataSourceName`, which provides a view of the name property, and `Name`, which contains the name of the requested resource."],["There are two constructors for the `GetDataSourceRequest` class, a parameterless constructor and one that accepts another instance of `GetDataSourceRequest` as a parameter."]]],[]]