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 document provides reference information for the `GetVolumeBackupRequest` class within the Backup for GKE v1 API, used to request details about a specific VolumeBackup."],["The latest version of `GetVolumeBackupRequest` is 2.6.0, with previous versions listed for reference, such as 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0-beta01."],["`GetVolumeBackupRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` which is a required string representing the full resource name of the VolumeBackup, and `VolumeBackupName` which is a typed view over the name."],["The class has two constructors: a parameterless constructor, and one that accepts another `GetVolumeBackupRequest` as a parameter."]]],[]]