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