Uses of Class
io.flowcean.learner.grpc.LearnerOuterClass.Status
-
Packages that use LearnerOuterClass.Status Package Description io.flowcean.learner.grpc -
-
Uses of LearnerOuterClass.Status in io.flowcean.learner.grpc
Methods in io.flowcean.learner.grpc that return LearnerOuterClass.Status Modifier and Type Method Description static LearnerOuterClass.Status
LearnerOuterClass.Status. forNumber(int value)
LearnerOuterClass.Status
LearnerOuterClass.StatusMessage.Builder. getStatus()
.Status status = 1;
LearnerOuterClass.Status
LearnerOuterClass.StatusMessage. getStatus()
.Status status = 1;
LearnerOuterClass.Status
LearnerOuterClass.StatusMessageOrBuilder. getStatus()
.Status status = 1;
static LearnerOuterClass.Status
LearnerOuterClass.Status. valueOf(int value)
Deprecated.static LearnerOuterClass.Status
LearnerOuterClass.Status. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static LearnerOuterClass.Status
LearnerOuterClass.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static LearnerOuterClass.Status[]
LearnerOuterClass.Status. 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.Status Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LearnerOuterClass.Status>
LearnerOuterClass.Status. internalGetValueMap()
Methods in io.flowcean.learner.grpc with parameters of type LearnerOuterClass.Status Modifier and Type Method Description LearnerOuterClass.StatusMessage.Builder
LearnerOuterClass.StatusMessage.Builder. setStatus(LearnerOuterClass.Status value)
.Status status = 1;
-