Uses of Class
io.opencensus.proto.stats.v1.Measure.Type
-
Packages that use Measure.Type Package Description io.opencensus.proto.stats.v1 -
-
Uses of Measure.Type in io.opencensus.proto.stats.v1
Methods in io.opencensus.proto.stats.v1 that return Measure.Type Modifier and Type Method Description static Measure.TypeMeasure.Type. forNumber(int value)Measure.TypeMeasure.Builder. getType()The type used for this Measure.Measure.TypeMeasure. getType()The type used for this Measure.Measure.TypeMeasureOrBuilder. getType()The type used for this Measure.static Measure.TypeMeasure.Type. valueOf(int value)Deprecated.static Measure.TypeMeasure.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Measure.TypeMeasure.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Measure.Type[]Measure.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.proto.stats.v1 that return types with arguments of type Measure.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Measure.Type>Measure.Type. internalGetValueMap()Methods in io.opencensus.proto.stats.v1 with parameters of type Measure.Type Modifier and Type Method Description Measure.BuilderMeasure.Builder. setType(Measure.Type value)The type used for this Measure.
-