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 documentation for the `GetVolumeBackupRequest` class within the Google Cloud GKE Backup v1 API, specifically version 2.5.0."],["`GetVolumeBackupRequest` is a message class used to request a specific volume backup and is part of the `Google.Cloud.GkeBackup.V1` namespace."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionalities like message handling and deep cloning."],["The `GetVolumeBackupRequest` class has properties such as `Name` (a string) and `VolumeBackupName` (a custom `VolumeBackupName` type) to identify the requested VolumeBackup resource by its name."],["The documentation also lists previous versions of the `GetVolumeBackupRequest`, ranging from version 2.0.0 up to the latest 2.6.0."]]],[]]