Uses of Class
com.google.cloud.dataproc.v1.AutoscalingPolicy.AlgorithmCase
-
Packages that use AutoscalingPolicy.AlgorithmCase Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of AutoscalingPolicy.AlgorithmCase in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return AutoscalingPolicy.AlgorithmCase Modifier and Type Method Description static AutoscalingPolicy.AlgorithmCase
AutoscalingPolicy.AlgorithmCase. forNumber(int value)
AutoscalingPolicy.AlgorithmCase
AutoscalingPolicy.Builder. getAlgorithmCase()
AutoscalingPolicy.AlgorithmCase
AutoscalingPolicy. getAlgorithmCase()
AutoscalingPolicy.AlgorithmCase
AutoscalingPolicyOrBuilder. getAlgorithmCase()
static AutoscalingPolicy.AlgorithmCase
AutoscalingPolicy.AlgorithmCase. valueOf(int value)
Deprecated.static AutoscalingPolicy.AlgorithmCase
AutoscalingPolicy.AlgorithmCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoscalingPolicy.AlgorithmCase[]
AutoscalingPolicy.AlgorithmCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-