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.5.0."],["The `GetBackupRequest` class is a message used for retrieving a backup, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating a new `GetBackupRequest` object, either as an empty instance or by copying an existing `GetBackupRequest` instance."],["The `GetBackupRequest` class has two properties, `BackupName`, which provides a typed view over the resource name, and `Name`, which represents the string resource name itself, required for the request."],["The webpage also contains links to versions of this class, from 1.0.0 up to the latest, 1.9.0, for reference and navigation."]]],[]]