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 pertains to the `GetVolumeBackupRequest` class within the Google Cloud GKE Backup v1 API, specifically version 2.4.0, which is part of the .NET library."],["The `GetVolumeBackupRequest` class is used to structure requests for retrieving a specific VolumeBackup resource and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `GetVolumeBackupRequest` instance for cloning purposes."],["The `GetVolumeBackupRequest` class has two key properties: `Name`, a string representing the full resource name of the VolumeBackup, and `VolumeBackupName`, a typed view over the `Name` property for easier manipulation of the resource name."],["The latest version available on this page is version 2.6.0 of the GKE Backup v1 API, while this documentation is specifically for the 2.4.0 version."]]],[]]