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