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."],[[["The `GetBackupRequest` class in the Google Cloud Filestore v1 API is used to retrieve the state of a backup."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, comparison, and deep cloning."],["The `GetBackupRequest` class is available in multiple versions, ranging from 1.0.0 to 2.7.0, with 2.7.0 being the latest version."],["The `GetBackupRequest` class includes properties such as `BackupName` and `Name`, which are used to specify the target backup for which state information is needed."],["The latest version of this particular implementation, as seen in the documentation, is `2.7.0`, while this content primarily details the implementation of version `2.2.0`."]]],[]]