public sealed class GetVolumeBackupRequest : IMessage<GetVolumeBackupRequest>, IEquatable<GetVolumeBackupRequest>, IDeepCloneable<GetVolumeBackupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class GetVolumeBackupRequest.
[[["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 documentation covers the `GetVolumeBackupRequest` class within the Google Cloud GKE Backup v1 API, specifically version 2.0.0."],["`GetVolumeBackupRequest` is used to retrieve a specific volume backup, as indicated by its role as a request message for `GetVolumeBackup`."],["The `GetVolumeBackupRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities and compatibility."],["The class includes properties `Name` and `VolumeBackupName`, which are essential for specifying the target VolumeBackup resource, with `Name` being the full resource name and `VolumeBackupName` being a typed view of `Name`."],["There are multiple available versions for the `GetVolumeBackupRequest` class, ranging from 1.0.0-beta01 to the latest version 2.6.0."]]],[]]