Uses of Enum
io.flowcean.learner.grpc.LearnerOuterClass.LogLevel
Packages that use LearnerOuterClass.LogLevel
-
Uses of LearnerOuterClass.LogLevel in io.flowcean.learner.grpc
Methods in io.flowcean.learner.grpc that return LearnerOuterClass.LogLevelModifier and TypeMethodDescriptionstatic LearnerOuterClass.LogLevelLearnerOuterClass.LogLevel.forNumber(int value) LearnerOuterClass.Message.Builder.getLogLevel().LogLevel log_level = 1;LearnerOuterClass.Message.getLogLevel().LogLevel log_level = 1;LearnerOuterClass.MessageOrBuilder.getLogLevel().LogLevel log_level = 1;static LearnerOuterClass.LogLevelLearnerOuterClass.LogLevel.valueOf(int value) Deprecated.static LearnerOuterClass.LogLevelLearnerOuterClass.LogLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static LearnerOuterClass.LogLevelReturns the enum constant of this type with the specified name.static LearnerOuterClass.LogLevel[]LearnerOuterClass.LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.flowcean.learner.grpc that return types with arguments of type LearnerOuterClass.LogLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<LearnerOuterClass.LogLevel> LearnerOuterClass.LogLevel.internalGetValueMap()Methods in io.flowcean.learner.grpc with parameters of type LearnerOuterClass.LogLevelModifier and TypeMethodDescriptionLearnerOuterClass.Message.Builder.setLogLevel(LearnerOuterClass.LogLevel value) .LogLevel log_level = 1;