public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta 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-24 UTC."],[[["The `GetBackupRequest` class in the AlloyDB v1beta API is used to request a backup, and it implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class inherits from `object` and provides constructors for creating new instances, either empty or by copying another `GetBackupRequest` object."],["It contains properties such as `BackupName`, which is a typed view of the backup's resource name, and `Name`, which is a string representing the required resource name."],["The latest version of this class is available in `1.0.0-beta09`, with the content provided for `1.0.0-beta08`."]]],[]]