public sealed class GetBackupRequest : IMessage<GetBackupRequest>, IEquatable<GetBackupRequest>, IDeepCloneable<GetBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Filestore 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-04-17 UTC."],[[["This document provides reference documentation for the `GetBackupRequest` class within the Google Cloud Filestore v1 API, specifically version 2.4.0."],["The `GetBackupRequest` class is used to retrieve the state of a backup and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor (`GetBackupRequest()`) and a copy constructor (`GetBackupRequest(GetBackupRequest other)`), as well as the `BackupName` and `Name` properties, that are used for handling the backup resource name."],["The document shows different versions of the `GetBackupRequest` class, starting from version 1.0.0 up to the most recent version, 2.7.0."]]],[]]