public sealed class GetDataSourceRequest : IMessage<GetDataSourceRequest>, IEquatable<GetDataSourceRequest>, IDeepCloneable<GetDataSourceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class GetDataSourceRequest.
Request message for getting a DataSource instance.
Required. Name of the data source resource name, in the format
'projects/{project_id}/locations/{location}/backupVaults/{resource_name}/dataSource/{resource_name}'
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page provides documentation for the `GetDataSourceRequest` class within the Google Cloud Backup and DR Service v1 API, specifically version 2.0.0."],["`GetDataSourceRequest` is a class used to request a specific `DataSource` instance, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `DataSourceName` and `Name`, with `Name` being a required field that specifies the data source's resource name in a specific format."],["There are two constructors available for `GetDataSourceRequest`: a default constructor and one that takes another `GetDataSourceRequest` instance as an argument."],["This documentation also links to other versions of the same class such as 2.1.0, 1.2.0, 1.1.0, and 1.0.0-beta02."]]],[]]