Uses of Interface
com.google.cloud.gkebackup.v1.RestoreConfig.SubstitutionRuleOrBuilder
-
Packages that use RestoreConfig.SubstitutionRuleOrBuilder Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of RestoreConfig.SubstitutionRuleOrBuilder in com.google.cloud.gkebackup.v1
Classes in com.google.cloud.gkebackup.v1 that implement RestoreConfig.SubstitutionRuleOrBuilder Modifier and Type Class Description static class
RestoreConfig.SubstitutionRule
A transformation rule to be applied against Kubernetes resources as they are selected for restoration from a Backup.static class
RestoreConfig.SubstitutionRule.Builder
A transformation rule to be applied against Kubernetes resources as they are selected for restoration from a Backup.Methods in com.google.cloud.gkebackup.v1 that return RestoreConfig.SubstitutionRuleOrBuilder Modifier and Type Method Description RestoreConfig.SubstitutionRuleOrBuilder
RestoreConfig.Builder. getSubstitutionRulesOrBuilder(int index)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.RestoreConfig.SubstitutionRuleOrBuilder
RestoreConfig. getSubstitutionRulesOrBuilder(int index)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.RestoreConfig.SubstitutionRuleOrBuilder
RestoreConfigOrBuilder. getSubstitutionRulesOrBuilder(int index)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type RestoreConfig.SubstitutionRuleOrBuilder Modifier and Type Method Description List<? extends RestoreConfig.SubstitutionRuleOrBuilder>
RestoreConfig.Builder. getSubstitutionRulesOrBuilderList()
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.List<? extends RestoreConfig.SubstitutionRuleOrBuilder>
RestoreConfig. getSubstitutionRulesOrBuilderList()
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.List<? extends RestoreConfig.SubstitutionRuleOrBuilder>
RestoreConfigOrBuilder. getSubstitutionRulesOrBuilderList()
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.
-