public sealed class ClusterResourceRestoreScope : IMessage<RestoreConfig.Types.ClusterResourceRestoreScope>, IEquatable<RestoreConfig.Types.ClusterResourceRestoreScope>, IDeepCloneable<RestoreConfig.Types.ClusterResourceRestoreScope>, IBufferMessage, IMessage
Identifies the cluster-scoped resources to restore from the Backup.
public RepeatedField<RestoreConfig.Types.GroupKind> SelectedGroupKinds { get; }
A list of "types" of cluster-scoped resources to be restored from the
Backup. An empty list means that NO cluster-scoped resources will be
restored. Note that Namespaces and PersistentVolume restoration is
handled separately and is not governed by this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eClusterResourceRestoreScope\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.GkeBackup.V1\u003c/code\u003e namespace, specifically for version 1.0.0-beta01 of the GKE Backup library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eClusterResourceRestoreScope\u003c/code\u003e class is used to identify and manage cluster-scoped resources that should be restored from a backup, and implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default constructor \u003ccode\u003eClusterResourceRestoreScope()\u003c/code\u003e and another that takes an existing \u003ccode\u003eRestoreConfig.Types.ClusterResourceRestoreScope\u003c/code\u003e object, facilitating object duplication.\u003c/p\u003e\n"],["\u003cp\u003eIt contains a property named \u003ccode\u003eSelectedGroupKinds\u003c/code\u003e, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e that specifies the types of cluster-scoped resources to be included in the restoration process.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation indicates the inheritance structure, implementing interfaces, inherited members, namespace, assembly information, and also includes versioning information for previous versions of the package ranging from 2.0.0 to 2.6.0.\u003c/p\u003e\n"]]],[],null,[]]