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-04-17 UTC."],[[["This webpage provides documentation for the `GetBackupRequest` class within the Google Cloud AlloyDB v1 API, specifically version 1.7.0."],["The `GetBackupRequest` class is used for requesting details about a specific backup and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that accepts another `GetBackupRequest` object as a parameter for copying, and it contains properties such as `BackupName` and `Name` to specify the backup resource."],["The documentation also includes links to different versions of the `GetBackupRequest` class, ranging from version 1.0.0 to the latest version, 1.9.0."],["The class inherits from the base `object` type and includes some inherited members, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]