Uses of Interface
com.google.cloud.gkebackup.v1.RestoreConfig.TransformationRuleOrBuilder
-
Packages that use RestoreConfig.TransformationRuleOrBuilder Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of RestoreConfig.TransformationRuleOrBuilder in com.google.cloud.gkebackup.v1
Classes in com.google.cloud.gkebackup.v1 that implement RestoreConfig.TransformationRuleOrBuilder Modifier and Type Class Description static class
RestoreConfig.TransformationRule
A transformation rule to be applied against Kubernetes resources as they are selected for restoration from a Backup.static class
RestoreConfig.TransformationRule.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.TransformationRuleOrBuilder Modifier and Type Method Description RestoreConfig.TransformationRuleOrBuilder
RestoreConfig.Builder. getTransformationRulesOrBuilder(int index)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.RestoreConfig.TransformationRuleOrBuilder
RestoreConfig. getTransformationRulesOrBuilder(int index)
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.RestoreConfig.TransformationRuleOrBuilder
RestoreConfigOrBuilder. getTransformationRulesOrBuilder(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.TransformationRuleOrBuilder Modifier and Type Method Description List<? extends RestoreConfig.TransformationRuleOrBuilder>
RestoreConfig.Builder. getTransformationRulesOrBuilderList()
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.List<? extends RestoreConfig.TransformationRuleOrBuilder>
RestoreConfig. getTransformationRulesOrBuilderList()
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.List<? extends RestoreConfig.TransformationRuleOrBuilder>
RestoreConfigOrBuilder. getTransformationRulesOrBuilderList()
A list of transformation rules to be applied against Kubernetes resources as they are selected for restoration from a Backup.
-