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 latest version of the `GetDataSourceRequest` API class is 2.1.0, part of the Backup and DR Service v1."],["`GetDataSourceRequest` is a request message used for retrieving a specific DataSource instance."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cGetDataSourceRequest\u003e`, `IDeepCloneable\u003cGetDataSourceRequest\u003e`, and `IBufferMessage`."],["The `GetDataSourceRequest` class has two constructors, one default and one that takes another `GetDataSourceRequest` instance."],["The `GetDataSourceRequest` class includes properties such as `DataSourceName` of type `DataSourceName` and `Name`, which is a required field representing the resource name of the data source."]]],[]]