Uses of Class
io.opencensus.proto.stats.v1.Measurement.ValueCase
-
Packages that use Measurement.ValueCase Package Description io.opencensus.proto.stats.v1 -
-
Uses of Measurement.ValueCase in io.opencensus.proto.stats.v1
Methods in io.opencensus.proto.stats.v1 that return Measurement.ValueCase Modifier and Type Method Description static Measurement.ValueCaseMeasurement.ValueCase. forNumber(int value)Measurement.ValueCaseMeasurement.Builder. getValueCase()Measurement.ValueCaseMeasurement. getValueCase()Measurement.ValueCaseMeasurementOrBuilder. getValueCase()static Measurement.ValueCaseMeasurement.ValueCase. valueOf(int value)Deprecated.static Measurement.ValueCaseMeasurement.ValueCase. valueOf(String name)Returns the enum constant of this type with the specified name.static Measurement.ValueCase[]Measurement.ValueCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-