Uses of Class
com.google.monitoring.v3.LabelValue.ValueCase
-
Packages that use LabelValue.ValueCase Package Description com.google.monitoring.v3 -
-
Uses of LabelValue.ValueCase in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return LabelValue.ValueCase Modifier and Type Method Description static LabelValue.ValueCase
LabelValue.ValueCase. forNumber(int value)
LabelValue.ValueCase
LabelValue.Builder. getValueCase()
LabelValue.ValueCase
LabelValue. getValueCase()
LabelValue.ValueCase
LabelValueOrBuilder. getValueCase()
static LabelValue.ValueCase
LabelValue.ValueCase. valueOf(int value)
Deprecated.static LabelValue.ValueCase
LabelValue.ValueCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static LabelValue.ValueCase[]
LabelValue.ValueCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-