public sealed class GetVolumeBackupRequest : IMessage<GetVolumeBackupRequest>, IEquatable<GetVolumeBackupRequest>, IDeepCloneable<GetVolumeBackupRequest>, 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 webpage details the `GetVolumeBackupRequest` class, which is used to request a specific volume backup in the Google Cloud GKE Backup service."],["The class is part of the `Google.Cloud.GkeBackup.V1` namespace and is implemented in the `Google.Cloud.GkeBackup.V1.dll` assembly."],["It has multiple versions, ranging from the latest 2.6.0 to the beta version 1.0.0-beta01, each with its own documentation link."],["The `GetVolumeBackupRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `GetVolumeBackupRequest` include `Name`, which is a required string specifying the full name of the `VolumeBackup` resource, and `VolumeBackupName`, a typed view over the `Name`."]]],[]]