Uses of Class
io.opentelemetry.proto.metrics.v1.DataPointFlags
-
Packages that use DataPointFlags Package Description io.opentelemetry.proto.metrics.v1 -
-
Uses of DataPointFlags in io.opentelemetry.proto.metrics.v1
Methods in io.opentelemetry.proto.metrics.v1 that return DataPointFlags Modifier and Type Method Description static DataPointFlagsDataPointFlags. forNumber(int value)static DataPointFlagsDataPointFlags. valueOf(int value)Deprecated.static DataPointFlagsDataPointFlags. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DataPointFlagsDataPointFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static DataPointFlags[]DataPointFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opentelemetry.proto.metrics.v1 that return types with arguments of type DataPointFlags Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DataPointFlags>DataPointFlags. internalGetValueMap()
-