Package atessera.sensei.grpc
Interface StudentInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StudentInfo,StudentInfo.Builder
public interface StudentInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncomma-separated list of lab work identifierscom.google.protobuf.ByteStringcomma-separated list of lab work identifiersintgetGroup()int32 group = 4;longint64 lastChecked = 7;string localGitRepo = 5;com.google.protobuf.ByteStringstring localGitRepo = 5;getMail()string mail = 1;com.google.protobuf.ByteStringstring mail = 1;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;booleanbool suspended = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMail
String getMail()string mail = 1;- Returns:
- The mail.
-
getMailBytes
com.google.protobuf.ByteString getMailBytes()string mail = 1;- Returns:
- The bytes for mail.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getAssignedLabWorks
String getAssignedLabWorks()comma-separated list of lab work identifiers
string assignedLabWorks = 3;- Returns:
- The assignedLabWorks.
-
getAssignedLabWorksBytes
com.google.protobuf.ByteString getAssignedLabWorksBytes()comma-separated list of lab work identifiers
string assignedLabWorks = 3;- Returns:
- The bytes for assignedLabWorks.
-
getGroup
int getGroup()int32 group = 4;- Returns:
- The group.
-
getLocalGitRepo
String getLocalGitRepo()string localGitRepo = 5;- Returns:
- The localGitRepo.
-
getLocalGitRepoBytes
com.google.protobuf.ByteString getLocalGitRepoBytes()string localGitRepo = 5;- Returns:
- The bytes for localGitRepo.
-
getSuspended
boolean getSuspended()bool suspended = 6;- Returns:
- The suspended.
-
getLastChecked
long getLastChecked()int64 lastChecked = 7;- Returns:
- The lastChecked.
-