public sealed class GroupKind : IMessage<RestoreConfig.Types.GroupKind>, IEquatable<RestoreConfig.Types.GroupKind>, IDeepCloneable<RestoreConfig.Types.GroupKind>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class RestoreConfig.Types.GroupKind.
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-04-09 UTC."],[[["The `GroupKind` class in the Google Cloud GKE Backup v1 API is a direct representation of the Kubernetes `GroupKind` type, used to specify resource types for restoration."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities for message handling, equality checks, deep cloning, and buffer management."],["`GroupKind` objects can be constructed using either the default constructor or a constructor that takes another `GroupKind` object as a parameter."],["The `GroupKind` class has two primary properties: `ResourceGroup` which represents the API group of a Kubernetes resource, and `ResourceKind`, indicating the kind of Kubernetes resource."],["The latest version of the `GroupKind` class available is 2.6.0, with multiple older versions back to 1.0.0-beta01, accessible via links on the page."]]],[]]