Uses of Class
app.hypi.mekadb.client.AuthReq
-
Packages that use AuthReq Package Description app.hypi.mekadb.client -
-
Uses of AuthReq in app.hypi.mekadb.client
Methods in app.hypi.mekadb.client that return AuthReq Modifier and Type Method Description AuthReqAuthReq.Builder. build()AuthReqAuthReq.Builder. buildPartial()static AuthReqAuthReq. getDefaultInstance()AuthReqAuthReq.Builder. getDefaultInstanceForType()AuthReqAuthReq. getDefaultInstanceForType()static AuthReqAuthReq. parseDelimitedFrom(java.io.InputStream input)static AuthReqAuthReq. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthReqAuthReq. parseFrom(byte[] data)static AuthReqAuthReq. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthReqAuthReq. parseFrom(com.google.protobuf.ByteString data)static AuthReqAuthReq. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthReqAuthReq. parseFrom(com.google.protobuf.CodedInputStream input)static AuthReqAuthReq. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthReqAuthReq. parseFrom(java.io.InputStream input)static AuthReqAuthReq. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AuthReqAuthReq. parseFrom(java.nio.ByteBuffer data)static AuthReqAuthReq. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in app.hypi.mekadb.client that return types with arguments of type AuthReq Modifier and Type Method Description static io.grpc.MethodDescriptor<AuthReq,AuthCtx>MekaDBClientGrpc. getAuthenticateMethod()com.google.protobuf.Parser<AuthReq>AuthReq. getParserForType()static com.google.protobuf.Parser<AuthReq>AuthReq. parser()Methods in app.hypi.mekadb.client with parameters of type AuthReq Modifier and Type Method Description default voidMekaDBClientGrpc.AsyncService. authenticate(AuthReq request, io.grpc.stub.StreamObserver<AuthCtx> responseObserver)Log into a database to obtain an authentication context that can be used to execute SQL queriesAuthCtxMekaDBClientGrpc.MekaDBClientBlockingStub. authenticate(AuthReq request)Log into a database to obtain an authentication context that can be used to execute SQL queriescom.google.common.util.concurrent.ListenableFuture<AuthCtx>MekaDBClientGrpc.MekaDBClientFutureStub. authenticate(AuthReq request)Log into a database to obtain an authentication context that can be used to execute SQL queriesvoidMekaDBClientGrpc.MekaDBClientStub. authenticate(AuthReq request, io.grpc.stub.StreamObserver<AuthCtx> responseObserver)Log into a database to obtain an authentication context that can be used to execute SQL queriesAuthReq.BuilderAuthReq.Builder. mergeFrom(AuthReq other)static AuthReq.BuilderAuthReq. newBuilder(AuthReq prototype)
-