public sealed class RestoreConfig.Types.RestoreOrder.Types.GroupKindDependency : IMessage<RestoreConfig.Types.RestoreOrder.Types.GroupKindDependency>, IEquatable<RestoreConfig.Types.RestoreOrder.Types.GroupKindDependency>, IDeepCloneable<RestoreConfig.Types.RestoreOrder.Types.GroupKindDependency>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class RestoreConfig.Types.RestoreOrder.Types.GroupKindDependency.
[[["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 `GroupKindDependency` class within the Google Cloud GKE Backup v1 API, specifically for defining dependencies between different group kinds during the restore process."],["The `GroupKindDependency` class is part of the `RestoreConfig.Types.RestoreOrder.Types` namespace and is used to specify which group kinds must be restored before others."],["The latest version of this class is 2.6.0, and older versions, ranging from 2.5.0 down to 1.0.0-beta01, are also documented with links to their respective pages."],["This class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for working with messages, comparing instances, creating deep clones, and handling buffered messages, respectively."],["The `GroupKindDependency` class contains two properties: `Requiring`, which defines the group kind that has the dependency, and `Satisfying`, which defines the group kind that must be restored first to resolve the dependency."]]],[]]