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