public sealed class RestoreConfig.Types.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-03-21 UTC."],[[["This documentation page covers the `RestoreConfig.Types.GroupKind` class within the Google Cloud GKE Backup v1 API, specifically for version 2.3.0."],["`RestoreConfig.Types.GroupKind` maps directly to the Kubernetes `GroupKind` type, utilized for identifying specific resource types during a restore process."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with inheritance from the `object` class."],["The class allows you to define a resource's API group with `ResourceGroup` property and its kind with the `ResourceKind` property, and can be constructed using a no parameter constructor or a `GroupKind` constructor."],["The reference material covers multiple versions of this class, from 1.0.0-beta01 to the most recent 2.6.0, which provides further information if needed."]]],[]]