public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
[[["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 document outlines the `GetBackupRequest` class within the `Google.Cloud.Filestore.V1` namespace, used for retrieving the state of a backup."],["The latest version of the documentation provided is 2.7.0, with version 1.2.0 being the current context, while versions 1.0.0 through 2.6.0 are also accessible."],["`GetBackupRequest` inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetBackupRequest` class has two constructors and two primary properties: `BackupName`, a `BackupName`-typed view, and `Name`, a string representing the backup's resource name."],["The `Name` property requires a specific format: `projects/{project_number}/locations/{location}/backups/{backup_id}`."]]],[]]