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 DictImportReqDictImportReq.getDefaultInstance()DictImportReq.Builder.getDefaultInstanceForType()DictImportReq.getDefaultInstanceForType()static DictImportReqDictImportReq.parseDelimitedFrom(InputStream input) static DictImportReqDictImportReq.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReqDictImportReq.parseFrom(byte[] data) static DictImportReqDictImportReq.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReqDictImportReq.parseFrom(com.google.protobuf.ByteString data) static DictImportReqDictImportReq.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReqDictImportReq.parseFrom(com.google.protobuf.CodedInputStream input) static DictImportReqDictImportReq.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReqDictImportReq.parseFrom(InputStream input) static DictImportReqDictImportReq.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReqDictImportReq.parseFrom(ByteBuffer data) static DictImportReqDictImportReq.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.BuilderDictImportReq.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;