Uses of Class
io.github.xezzon.zeroweb.user.AddUserResp
Packages that use AddUserResp
-
Uses of AddUserResp in io.github.xezzon.zeroweb.user
Methods in io.github.xezzon.zeroweb.user that return AddUserRespModifier and TypeMethodDescriptionUserGrpc.UserBlockingStub.addUser(AddUserReq request) 新增用户UserGrpc.UserBlockingV2Stub.addUser(AddUserReq request) 新增用户AddUserResp.Builder.build()AddUserResp.Builder.buildPartial()static AddUserRespAddUserResp.getDefaultInstance()AddUserResp.Builder.getDefaultInstanceForType()AddUserResp.getDefaultInstanceForType()static AddUserRespAddUserResp.parseDelimitedFrom(InputStream input) static AddUserRespAddUserResp.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddUserRespAddUserResp.parseFrom(byte[] data) static AddUserRespAddUserResp.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddUserRespAddUserResp.parseFrom(com.google.protobuf.ByteString data) static AddUserRespAddUserResp.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddUserRespAddUserResp.parseFrom(com.google.protobuf.CodedInputStream input) static AddUserRespAddUserResp.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddUserRespAddUserResp.parseFrom(InputStream input) static AddUserRespAddUserResp.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AddUserRespAddUserResp.parseFrom(ByteBuffer data) static AddUserRespAddUserResp.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.github.xezzon.zeroweb.user that return types with arguments of type AddUserRespModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<AddUserResp>UserGrpc.UserFutureStub.addUser(AddUserReq request) 新增用户static io.grpc.MethodDescriptor<AddUserReq,AddUserResp> UserGrpc.getAddUserMethod()com.google.protobuf.Parser<AddUserResp>AddUserResp.getParserForType()static com.google.protobuf.Parser<AddUserResp>AddUserResp.parser()Methods in io.github.xezzon.zeroweb.user with parameters of type AddUserRespModifier and TypeMethodDescriptionAddUserResp.Builder.mergeFrom(AddUserResp other) static AddUserResp.BuilderAddUserResp.newBuilder(AddUserResp prototype) Method parameters in io.github.xezzon.zeroweb.user with type arguments of type AddUserRespModifier and TypeMethodDescriptiondefault voidUserGrpc.AsyncService.addUser(AddUserReq request, io.grpc.stub.StreamObserver<AddUserResp> responseObserver) 新增用户voidUserGrpc.UserStub.addUser(AddUserReq request, io.grpc.stub.StreamObserver<AddUserResp> responseObserver) 新增用户