Package atessera.sensei.grpc
Interface UpdateStudentRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateStudentRequest,UpdateStudentRequest.Builder
public interface UpdateStudentRequestOrBuilder
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()optional int32 group = 4;optional string localGitRepo = 5;com.google.protobuf.ByteStringoptional string localGitRepo = 5;getMail()string mail = 1;com.google.protobuf.ByteStringstring mail = 1;getName()optional string name = 2;com.google.protobuf.ByteStringoptional string name = 2;booleancomma-separated list of lab work identifiersbooleanhasGroup()optional int32 group = 4;booleanoptional string localGitRepo = 5;booleanhasName()optional string name = 2;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.
-
hasName
boolean hasName()optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2;- Returns:
- The bytes for name.
-
hasAssignedLabWorks
boolean hasAssignedLabWorks()comma-separated list of lab work identifiers
optional string assignedLabWorks = 3;- Returns:
- Whether the assignedLabWorks field is set.
-
getAssignedLabWorks
String getAssignedLabWorks()comma-separated list of lab work identifiers
optional string assignedLabWorks = 3;- Returns:
- The assignedLabWorks.
-
getAssignedLabWorksBytes
com.google.protobuf.ByteString getAssignedLabWorksBytes()comma-separated list of lab work identifiers
optional string assignedLabWorks = 3;- Returns:
- The bytes for assignedLabWorks.
-
hasGroup
boolean hasGroup()optional int32 group = 4;- Returns:
- Whether the group field is set.
-
getGroup
int getGroup()optional int32 group = 4;- Returns:
- The group.
-
hasLocalGitRepo
boolean hasLocalGitRepo()optional string localGitRepo = 5;- Returns:
- Whether the localGitRepo field is set.
-
getLocalGitRepo
String getLocalGitRepo()optional string localGitRepo = 5;- Returns:
- The localGitRepo.
-
getLocalGitRepoBytes
com.google.protobuf.ByteString getLocalGitRepoBytes()optional string localGitRepo = 5;- Returns:
- The bytes for localGitRepo.
-