public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha 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 latest version of the `GetBackupRequest` class is `1.0.0-alpha10`, which is part of the Google Cloud AlloyDB v1alpha API."],["`GetBackupRequest` is a message used to retrieve a specific backup, and it inherits from the base `object` class while implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class is available in the `Google.Cloud.AlloyDb.V1Alpha` namespace and within the `Google.Cloud.AlloyDb.V1Alpha.dll` assembly."],["The `GetBackupRequest` class includes properties like `BackupName` and `Name` for interacting with resource names, and offers two constructors: a default and one for copying from an existing `GetBackupRequest` object."],["Required parameter, `Name` is a string that must contain the resource name being requested."]]],[]]