Uses of Class
io.github.xezzon.zeroweb.dict.DictImportReqList
Packages that use DictImportReqList
-
Uses of DictImportReqList in io.github.xezzon.zeroweb.dict
Methods in io.github.xezzon.zeroweb.dict that return DictImportReqListModifier and TypeMethodDescriptionDictImportReqList.Builder.build()
DictImportReqList.Builder.buildPartial()
static DictImportReqList
DictImportReqList.getDefaultInstance()
DictImportReqList.Builder.getDefaultInstanceForType()
DictImportReqList.getDefaultInstanceForType()
static DictImportReqList
DictImportReqList.parseDelimitedFrom
(InputStream input) static DictImportReqList
DictImportReqList.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReqList
DictImportReqList.parseFrom
(byte[] data) static DictImportReqList
DictImportReqList.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReqList
DictImportReqList.parseFrom
(com.google.protobuf.ByteString data) static DictImportReqList
DictImportReqList.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReqList
DictImportReqList.parseFrom
(com.google.protobuf.CodedInputStream input) static DictImportReqList
DictImportReqList.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReqList
DictImportReqList.parseFrom
(InputStream input) static DictImportReqList
DictImportReqList.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DictImportReqList
DictImportReqList.parseFrom
(ByteBuffer data) static DictImportReqList
DictImportReqList.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.github.xezzon.zeroweb.dict that return types with arguments of type DictImportReqListModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DictImportReqList,
com.google.protobuf.Empty> DictGrpc.getImportDictMethod()
com.google.protobuf.Parser<DictImportReqList>
DictImportReqList.getParserForType()
static com.google.protobuf.Parser<DictImportReqList>
DictImportReqList.parser()
Methods in io.github.xezzon.zeroweb.dict with parameters of type DictImportReqListModifier and TypeMethodDescriptionvoid
DictDbHandler.importDict
(DictImportReqList reqList) default void
DictGrpc.AsyncService.importDict
(DictImportReqList request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) 导入字典com.google.protobuf.Empty
DictGrpc.DictBlockingStub.importDict
(DictImportReqList request) 导入字典com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
DictGrpc.DictFutureStub.importDict
(DictImportReqList request) 导入字典void
DictGrpc.DictStub.importDict
(DictImportReqList request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) 导入字典void
DictGrpcServer.importDict
(DictImportReqList request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) 导入字典数据(服务间接口)void
DictImporter.importDict
(DictImportReqList reqList) 批量导入字典 逐个判断。void
DictRpcHandler.importDict
(DictImportReqList reqList) DictImportReqList.Builder.mergeFrom
(DictImportReqList other) static DictImportReqList.Builder
DictImportReqList.newBuilder
(DictImportReqList prototype)