public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class GetBackupRequest.
[[["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 webpage provides reference documentation for the `GetBackupRequest` class within the Google Cloud AlloyDB v1 API, specifically version 1.6.0, and shows its relationship to various other versions."],["The `GetBackupRequest` class is used to retrieve backup information and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `object` class and has two constructors: a default constructor and one that accepts another `GetBackupRequest` object for initialization."],["The `GetBackupRequest` class includes two properties, `BackupName` and `Name`, to access the backup resource, with the latter being a string type for the resource's name."],["There are 10 different versions of `GetBackupRequest` available, with `1.9.0` being the latest."]]],[]]