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.ValueCaseLabelValue.ValueCase. forNumber(int value)LabelValue.ValueCaseLabelValue.Builder. getValueCase()LabelValue.ValueCaseLabelValue. getValueCase()LabelValue.ValueCaseLabelValueOrBuilder. getValueCase()static LabelValue.ValueCaseLabelValue.ValueCase. valueOf(int value)Deprecated.static LabelValue.ValueCaseLabelValue.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.
-