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