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"]],[["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 `GetDataSourceRequest` class is part of the Google Cloud Backup and DR Service v1 API, used for requesting a specific data source instance."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `GetDataSourceRequest` class offers two constructors: a default constructor and one that takes another `GetDataSourceRequest` instance as a parameter."],["It includes properties such as `DataSourceName`, which provides a typed view over the resource name, and `Name`, which represents the data source resource name in a specific format."],["This documentation is for version 1.2.0 of the `GetDataSourceRequest` class and includes information about inherited members, namespace, and assembly."]]],[]]