Class UpdateStudentRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
atessera.sensei.grpc.UpdateStudentRequest.Builder
All Implemented Interfaces:
UpdateStudentRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
UpdateStudentRequest

public static final class UpdateStudentRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder> implements UpdateStudentRequestOrBuilder
Protobuf type atessera.sensei.grpc.UpdateStudentRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
    • getDefaultInstanceForType

      public UpdateStudentRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public UpdateStudentRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public UpdateStudentRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
    • setField

      public UpdateStudentRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
    • clearField

      public UpdateStudentRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
    • clearOneof

      public UpdateStudentRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
    • setRepeatedField

      public UpdateStudentRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
    • addRepeatedField

      public UpdateStudentRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
    • mergeFrom

      public UpdateStudentRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateStudentRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
    • mergeFrom

      public UpdateStudentRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateStudentRequest.Builder>
      Throws:
      IOException
    • getMail

      public String getMail()
      string mail = 1;
      Specified by:
      getMail in interface UpdateStudentRequestOrBuilder
      Returns:
      The mail.
    • getMailBytes

      public com.google.protobuf.ByteString getMailBytes()
      string mail = 1;
      Specified by:
      getMailBytes in interface UpdateStudentRequestOrBuilder
      Returns:
      The bytes for mail.
    • setMail

      public UpdateStudentRequest.Builder setMail(String value)
      string mail = 1;
      Parameters:
      value - The mail to set.
      Returns:
      This builder for chaining.
    • clearMail

      public UpdateStudentRequest.Builder clearMail()
      string mail = 1;
      Returns:
      This builder for chaining.
    • setMailBytes

      public UpdateStudentRequest.Builder setMailBytes(com.google.protobuf.ByteString value)
      string mail = 1;
      Parameters:
      value - The bytes for mail to set.
      Returns:
      This builder for chaining.
    • hasName

      public boolean hasName()
      optional string name = 2;
      Specified by:
      hasName in interface UpdateStudentRequestOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
      optional string name = 2;
      Specified by:
      getName in interface UpdateStudentRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Specified by:
      getNameBytes in interface UpdateStudentRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

      public UpdateStudentRequest.Builder setName(String value)
      optional string name = 2;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public UpdateStudentRequest.Builder clearName()
      optional string name = 2;
      Returns:
      This builder for chaining.
    • setNameBytes

      public UpdateStudentRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
      optional string name = 2;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasAssignedLabWorks

      public boolean hasAssignedLabWorks()
       comma-separated list of lab work identifiers
       
      optional string assignedLabWorks = 3;
      Specified by:
      hasAssignedLabWorks in interface UpdateStudentRequestOrBuilder
      Returns:
      Whether the assignedLabWorks field is set.
    • getAssignedLabWorks

      public String getAssignedLabWorks()
       comma-separated list of lab work identifiers
       
      optional string assignedLabWorks = 3;
      Specified by:
      getAssignedLabWorks in interface UpdateStudentRequestOrBuilder
      Returns:
      The assignedLabWorks.
    • getAssignedLabWorksBytes

      public com.google.protobuf.ByteString getAssignedLabWorksBytes()
       comma-separated list of lab work identifiers
       
      optional string assignedLabWorks = 3;
      Specified by:
      getAssignedLabWorksBytes in interface UpdateStudentRequestOrBuilder
      Returns:
      The bytes for assignedLabWorks.
    • setAssignedLabWorks

      public UpdateStudentRequest.Builder setAssignedLabWorks(String value)
       comma-separated list of lab work identifiers
       
      optional string assignedLabWorks = 3;
      Parameters:
      value - The assignedLabWorks to set.
      Returns:
      This builder for chaining.
    • clearAssignedLabWorks

      public UpdateStudentRequest.Builder clearAssignedLabWorks()
       comma-separated list of lab work identifiers
       
      optional string assignedLabWorks = 3;
      Returns:
      This builder for chaining.
    • setAssignedLabWorksBytes

      public UpdateStudentRequest.Builder setAssignedLabWorksBytes(com.google.protobuf.ByteString value)
       comma-separated list of lab work identifiers
       
      optional string assignedLabWorks = 3;
      Parameters:
      value - The bytes for assignedLabWorks to set.
      Returns:
      This builder for chaining.
    • hasGroup

      public boolean hasGroup()
      optional int32 group = 4;
      Specified by:
      hasGroup in interface UpdateStudentRequestOrBuilder
      Returns:
      Whether the group field is set.
    • getGroup

      public int getGroup()
      optional int32 group = 4;
      Specified by:
      getGroup in interface UpdateStudentRequestOrBuilder
      Returns:
      The group.
    • setGroup

      public UpdateStudentRequest.Builder setGroup(int value)
      optional int32 group = 4;
      Parameters:
      value - The group to set.
      Returns:
      This builder for chaining.
    • clearGroup

      public UpdateStudentRequest.Builder clearGroup()
      optional int32 group = 4;
      Returns:
      This builder for chaining.
    • hasLocalGitRepo

      public boolean hasLocalGitRepo()
      optional string localGitRepo = 5;
      Specified by:
      hasLocalGitRepo in interface UpdateStudentRequestOrBuilder
      Returns:
      Whether the localGitRepo field is set.
    • getLocalGitRepo

      public String getLocalGitRepo()
      optional string localGitRepo = 5;
      Specified by:
      getLocalGitRepo in interface UpdateStudentRequestOrBuilder
      Returns:
      The localGitRepo.
    • getLocalGitRepoBytes

      public com.google.protobuf.ByteString getLocalGitRepoBytes()
      optional string localGitRepo = 5;
      Specified by:
      getLocalGitRepoBytes in interface UpdateStudentRequestOrBuilder
      Returns:
      The bytes for localGitRepo.
    • setLocalGitRepo

      public UpdateStudentRequest.Builder setLocalGitRepo(String value)
      optional string localGitRepo = 5;
      Parameters:
      value - The localGitRepo to set.
      Returns:
      This builder for chaining.
    • clearLocalGitRepo

      public UpdateStudentRequest.Builder clearLocalGitRepo()
      optional string localGitRepo = 5;
      Returns:
      This builder for chaining.
    • setLocalGitRepoBytes

      public UpdateStudentRequest.Builder setLocalGitRepoBytes(com.google.protobuf.ByteString value)
      optional string localGitRepo = 5;
      Parameters:
      value - The bytes for localGitRepo to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final UpdateStudentRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>
    • mergeUnknownFields

      public final UpdateStudentRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateStudentRequest.Builder>