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."],[[["The `GetBackupRequest` class is part of the Google Cloud AlloyDB v1 API and is used for requesting a backup."],["This class is available in multiple versions, ranging from 1.0.0 to the latest release, 1.9.0, each link provided."],["The `GetBackupRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["It contains two constructors, one default and another that takes another instance of the `GetBackupRequest` class, and includes properties such as `BackupName` (typed view) and `Name` (string)."]]],[]]