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-03-21 UTC."],[[["This webpage provides reference documentation for the `GetBackupRequest` class within the Google Cloud Filestore v1 API, used to retrieve the state of a specific backup."],["The `GetBackupRequest` class is implemented across multiple versions, from 1.0.0 to the latest 2.7.0, and the current page focuses on version 2.1.0, which contains its own dedicated documentation."],["The class implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, comparison, cloning, and buffering."],["The `GetBackupRequest` class includes properties such as `BackupName` (a typed view) and `Name` (a string), where `Name` specifies the resource name of the backup in a defined format."],["The `GetBackupRequest` class can be instantiated via either a parameterless constructor, or a constructor which takes in another `GetBackupRequest` as a parameter."]]],[]]