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 used to retrieve a specific backup in the AlloyDB v1 API, as indicated by the message for getting a backup."],["This class is part of the `Google.Cloud.AlloyDb.V1` namespace and is implemented within the `Google.Cloud.AlloyDb.V1.dll` assembly."],["`GetBackupRequest` implements several interfaces, including `IMessage`, `IEquatable\u003cGetBackupRequest\u003e`, `IDeepCloneable\u003cGetBackupRequest\u003e`, and `IBufferMessage`."],["The class can be constructed using the default constructor `GetBackupRequest()` or with another `GetBackupRequest` object `GetBackupRequest(GetBackupRequest other)`."],["The main properties of this class are `BackupName`, which provides a typed view over the resource name, and `Name`, a string representing the required resource name."]]],[]]