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 of the `GetDataSourceRequest` API class is 4.10.0, and the documentation provides links to previous versions, ranging back to version 3.1.0."],["`GetDataSourceRequest` is a class within the Google BigQuery Data Transfer v1 API, used for requesting data source information."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality comparisons, deep cloning, and buffered message handling."],["The `GetDataSourceRequest` class has two constructors: a parameterless constructor and one that takes another `GetDataSourceRequest` object, allowing object duplication, and has two properties, `DataSourceName` and `Name` which allow the user to access and alter the name of the data source being interacted with."]]],[]]