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 in the .NET environment."],["The `GetBackupRequest` class is a message used to request a backup in AlloyDB, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the class's inheritance, implementing interfaces, namespace (`Google.Cloud.AlloyDb.V1`), and assembly (`Google.Cloud.AlloyDb.V1.dll`)."],["The page provides details on two constructors for the `GetBackupRequest` class, one being a parameterless constructor, and the other allowing to pass another `GetBackupRequest` object, as a parameter."],["There are two properties detailed, `BackupName` which is a `BackupName`-typed view of the resource name, and `Name` which is a string that represents the name of the requested resource."]]],[]]