Uses of Class
com.google.cloud.gkebackup.v1.RestoreConfig.TransformationRuleAction.Op
-
Packages that use RestoreConfig.TransformationRuleAction.Op Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of RestoreConfig.TransformationRuleAction.Op in com.google.cloud.gkebackup.v1
Methods in com.google.cloud.gkebackup.v1 that return RestoreConfig.TransformationRuleAction.Op Modifier and Type Method Description static RestoreConfig.TransformationRuleAction.Op
RestoreConfig.TransformationRuleAction.Op. forNumber(int value)
RestoreConfig.TransformationRuleAction.Op
RestoreConfig.TransformationRuleAction.Builder. getOp()
Required.RestoreConfig.TransformationRuleAction.Op
RestoreConfig.TransformationRuleAction. getOp()
Required.RestoreConfig.TransformationRuleAction.Op
RestoreConfig.TransformationRuleActionOrBuilder. getOp()
Required.static RestoreConfig.TransformationRuleAction.Op
RestoreConfig.TransformationRuleAction.Op. valueOf(int value)
Deprecated.static RestoreConfig.TransformationRuleAction.Op
RestoreConfig.TransformationRuleAction.Op. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RestoreConfig.TransformationRuleAction.Op
RestoreConfig.TransformationRuleAction.Op. valueOf(String name)
Returns the enum constant of this type with the specified name.static RestoreConfig.TransformationRuleAction.Op[]
RestoreConfig.TransformationRuleAction.Op. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type RestoreConfig.TransformationRuleAction.Op Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RestoreConfig.TransformationRuleAction.Op>
RestoreConfig.TransformationRuleAction.Op. internalGetValueMap()
Methods in com.google.cloud.gkebackup.v1 with parameters of type RestoreConfig.TransformationRuleAction.Op Modifier and Type Method Description RestoreConfig.TransformationRuleAction.Builder
RestoreConfig.TransformationRuleAction.Builder. setOp(RestoreConfig.TransformationRuleAction.Op value)
Required.
-