Uses of Class
io.github.xezzon.zeroweb.dict.DictImportReq
Packages that use DictImportReq
-
Uses of DictImportReq in io.github.xezzon.zeroweb.dict
Methods in io.github.xezzon.zeroweb.dict that return DictImportReqModifier and TypeMethodDescriptionDictImportReq.Builder.build()
DictImportReq.Builder.buildPartial()
DictImportReqList.Builder.getData
(int index) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
DictImportReqList.getData
(int index) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
DictImportReqListOrBuilder.getData
(int index) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
static DictImportReq
DictImportReq.getDefaultInstance()
DictImportReq.Builder.getDefaultInstanceForType()
DictImportReq.getDefaultInstanceForType()
static DictImportReq
DictImportReq.parseDelimitedFrom
(InputStream input) static DictImportReq
DictImportReq.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReq
DictImportReq.parseFrom
(byte[] data) static DictImportReq
DictImportReq.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReq
DictImportReq.parseFrom
(com.google.protobuf.ByteString data) static DictImportReq
DictImportReq.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReq
DictImportReq.parseFrom
(com.google.protobuf.CodedInputStream input) static DictImportReq
DictImportReq.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReq
DictImportReq.parseFrom
(InputStream input) static DictImportReq
DictImportReq.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReq
DictImportReq.parseFrom
(ByteBuffer data) static DictImportReq
DictImportReq.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.github.xezzon.zeroweb.dict that return types with arguments of type DictImportReqModifier and TypeMethodDescriptionDictImportReqList.Builder.getDataList()
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
DictImportReqList.getDataList()
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
DictImportReqListOrBuilder.getDataList()
repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
com.google.protobuf.Parser<DictImportReq>
DictImportReq.getParserForType()
static com.google.protobuf.Parser<DictImportReq>
DictImportReq.parser()
Methods in io.github.xezzon.zeroweb.dict with parameters of type DictImportReqModifier and TypeMethodDescriptionDictImportReqList.Builder.addData
(int index, DictImportReq value) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
DictImportReqList.Builder.addData
(DictImportReq value) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
DictImportReq.Builder.mergeFrom
(DictImportReq other) static DictImportReq.Builder
DictImportReq.newBuilder
(DictImportReq prototype) DictImportReqList.Builder.setData
(int index, DictImportReq value) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;
Method parameters in io.github.xezzon.zeroweb.dict with type arguments of type DictImportReqModifier and TypeMethodDescriptionDictImportReqList.Builder.addAllData
(Iterable<? extends DictImportReq> values) repeated .io.github.xezzon.zeroweb.dict.DictImportReq data = 1;