public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup and DR Service v1 API class GetBackupRequest.
Required. Name of the data source resource name, in the format
'projects/{project_id}/locations/{location}/backupVaults/{backupVault}/dataSources/{datasource}/backups/{backup}'
[[["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."],[[["This documentation details the `GetBackupRequest` class within the Google Cloud Backup and DR Service v1 API, used for requesting a specific Backup."],["The `GetBackupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties such as `BackupName`, `Name` (a required string representing the resource name), and `View` (optional, for future use in specifying the view of the Backup resource)."],["There are two constructors available for `GetBackupRequest`: one default constructor and another that accepts another `GetBackupRequest` object for copying."],["The latest version available in the documentation is `2.1.0`, however, this specific documentation refers to the `1.2.0` version of the class."]]],[]]