public sealed class GroupKind : IMessage<RestoreConfig.Types.GroupKind>, IEquatable<RestoreConfig.Types.GroupKind>, IDeepCloneable<RestoreConfig.Types.GroupKind>, IBufferMessage, IMessage
This is a direct map to the Kubernetes GroupKind type
GroupKind
and is used for identifying specific "types" of resources to restore.
[[["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 outlines the `GroupKind` class, a direct mapping to the Kubernetes GroupKind type, designed to identify specific resource types for restoration."],["The `GroupKind` class is part of the `Google.Cloud.GkeBackup.V1` namespace within the `Google.Cloud.GkeBackup.V1.dll` assembly, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default `GroupKind()` and another `GroupKind(RestoreConfig.Types.GroupKind)` for creating a new instance based on an existing `GroupKind` object."],["The class contains two key properties, `ResourceGroup` and `ResourceKind`, both strings, which represent the API group and the kind of a Kubernetes resource, respectively."],["The most recent version of the `GroupKind` document is version 2.6.0 and can be found on the first link provided, all other versions going back to 1.0.0-beta01 can be found on this page as well."]]],[]]