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 Type
    Method
    Description
    comma-separated list of lab work identifiers
    com.google.protobuf.ByteString
    comma-separated list of lab work identifiers
    int
    optional int32 group = 4;
    optional string localGitRepo = 5;
    com.google.protobuf.ByteString
    optional string localGitRepo = 5;
    string mail = 1;
    com.google.protobuf.ByteString
    string mail = 1;
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    boolean
    comma-separated list of lab work identifiers
    boolean
    optional int32 group = 4;
    boolean
    optional string localGitRepo = 5;
    boolean
    optional string name = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.