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 provides details for the `GetVolumeBackupRequest` class, which is part of the Backup for GKE v1 API."],["The latest version of the API class documented is 2.6.0, with multiple older versions also available for reference, from 2.5.0 down to 1.0.0-beta01."],["The `GetVolumeBackupRequest` class is used to request a specific volume backup, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Name`, which is a required string representing the full resource name of the VolumeBackup, and `VolumeBackupName`, which is a typed view of the `Name` property."],["The GetVolumeBackupRequest class has two constructors, a default one, and another one that takes a GetVolumeBackupRequest as an argument."]]],[]]