Class DictImportReqList.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<DictImportReqList.Builder>
io.github.xezzon.zeroweb.dict.DictImportReqList.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DictImportReqListOrBuilder, Cloneable
Enclosing class:
DictImportReqList

public static final class DictImportReqList.Builder extends com.google.protobuf.GeneratedMessage.Builder<DictImportReqList.Builder> implements DictImportReqListOrBuilder
Protobuf type io.github.xezzon.zeroweb.dict.DictImportReqList
  • Method Details

    • getDescriptor

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

      public DictImportReqList.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.GeneratedMessage.Builder<DictImportReqList.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.GeneratedMessage.Builder<DictImportReqList.Builder>
    • getDefaultInstanceForType

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

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

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

      public DictImportReqList.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<DictImportReqList.Builder>
    • mergeFrom

      public DictImportReqList.Builder mergeFrom(DictImportReqList other)
    • isInitialized

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

      public DictImportReqList.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<DictImportReqList.Builder>
      Throws:
      IOException
    • getDataList

      public List<DictImportReq> getDataList()
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
      Specified by:
      getDataList in interface DictImportReqListOrBuilder
    • getDataCount

      public int getDataCount()
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
      Specified by:
      getDataCount in interface DictImportReqListOrBuilder
    • getData

      public DictImportReq getData(int index)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
      Specified by:
      getData in interface DictImportReqListOrBuilder
    • setData

      public DictImportReqList.Builder setData(int index, DictImportReq value)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • setData

      public DictImportReqList.Builder setData(int index, DictImportReq.Builder builderForValue)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • addData

      public DictImportReqList.Builder addData(DictImportReq value)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • addData

      public DictImportReqList.Builder addData(int index, DictImportReq value)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • addData

      public DictImportReqList.Builder addData(DictImportReq.Builder builderForValue)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • addData

      public DictImportReqList.Builder addData(int index, DictImportReq.Builder builderForValue)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • addAllData

      public DictImportReqList.Builder addAllData(Iterable<? extends DictImportReq> values)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • clearData

      public DictImportReqList.Builder clearData()
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • removeData

      public DictImportReqList.Builder removeData(int index)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • getDataBuilder

      public DictImportReq.Builder getDataBuilder(int index)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • getDataOrBuilder

      public DictImportReqOrBuilder getDataOrBuilder(int index)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
      Specified by:
      getDataOrBuilder in interface DictImportReqListOrBuilder
    • getDataOrBuilderList

      public List<? extends DictImportReqOrBuilder> getDataOrBuilderList()
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
      Specified by:
      getDataOrBuilderList in interface DictImportReqListOrBuilder
    • addDataBuilder

      public DictImportReq.Builder addDataBuilder()
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • addDataBuilder

      public DictImportReq.Builder addDataBuilder(int index)
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
    • getDataBuilderList

      public List<DictImportReq.Builder> getDataBuilderList()
      repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;