public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class GetBackupRequest.
Required. Redis backup resource name using the form:
projects/{project_id}/locations/{location_id}/backupCollections/{backup_collection_id}/backups/{backup_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 `GetBackupRequest` class is 1.4.0, and previous versions include 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["`GetBackupRequest` is a class used within the Google Cloud Memorystore for Redis (cluster management) v1 API for retrieving a specific backup."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with different Google Cloud Protobuf operations."],["The `GetBackupRequest` class has two constructors, a default constructor, and a copy constructor, which allows it to be instantiated with the properties of an existing `GetBackupRequest` object."],["`GetBackupRequest` has two main properties: `BackupName` which is a typed view over the `Name` property and `Name` which is a required string that represents the name of the Redis backup resource."]]],[]]