Uses of Class
io.dingodb.document.Document.HelloRequest
Packages that use Document.HelloRequest
-
Uses of Document.HelloRequest in io.dingodb.document
Methods in io.dingodb.document that return Document.HelloRequestModifier and TypeMethodDescriptionDocument.HelloRequest.Builder.build()Document.HelloRequest.Builder.buildPartial()static Document.HelloRequestDocument.HelloRequest.getDefaultInstance()Document.HelloRequest.Builder.getDefaultInstanceForType()Document.HelloRequest.getDefaultInstanceForType()static Document.HelloRequestDocument.HelloRequest.parseDelimitedFrom(InputStream input) static Document.HelloRequestDocument.HelloRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Document.HelloRequestDocument.HelloRequest.parseFrom(byte[] data) static Document.HelloRequestDocument.HelloRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Document.HelloRequestDocument.HelloRequest.parseFrom(com.google.protobuf.ByteString data) static Document.HelloRequestDocument.HelloRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Document.HelloRequestDocument.HelloRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Document.HelloRequestDocument.HelloRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Document.HelloRequestDocument.HelloRequest.parseFrom(InputStream input) static Document.HelloRequestDocument.HelloRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Document.HelloRequestDocument.HelloRequest.parseFrom(ByteBuffer data) static Document.HelloRequestDocument.HelloRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.document that return types with arguments of type Document.HelloRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Document.HelloRequest,Document.HelloResponse> DocumentServiceGrpc.getGetMemoryInfoMethod()static io.grpc.MethodDescriptor<Document.HelloRequest,Document.HelloResponse> DocumentServiceGrpc.getHelloMethod()com.google.protobuf.Parser<Document.HelloRequest>Document.HelloRequest.getParserForType()static com.google.protobuf.Parser<Document.HelloRequest>Document.HelloRequest.parser()Methods in io.dingodb.document with parameters of type Document.HelloRequestModifier and TypeMethodDescriptiondefault voidDocumentServiceGrpc.AsyncService.getMemoryInfo(Document.HelloRequest request, io.grpc.stub.StreamObserver<Document.HelloResponse> responseObserver) DocumentServiceGrpc.DocumentServiceBlockingStub.getMemoryInfo(Document.HelloRequest request) com.google.common.util.concurrent.ListenableFuture<Document.HelloResponse>DocumentServiceGrpc.DocumentServiceFutureStub.getMemoryInfo(Document.HelloRequest request) voidDocumentServiceGrpc.DocumentServiceStub.getMemoryInfo(Document.HelloRequest request, io.grpc.stub.StreamObserver<Document.HelloResponse> responseObserver) default voidDocumentServiceGrpc.AsyncService.hello(Document.HelloRequest request, io.grpc.stub.StreamObserver<Document.HelloResponse> responseObserver) DocumentServiceGrpc.DocumentServiceBlockingStub.hello(Document.HelloRequest request) com.google.common.util.concurrent.ListenableFuture<Document.HelloResponse>DocumentServiceGrpc.DocumentServiceFutureStub.hello(Document.HelloRequest request) voidDocumentServiceGrpc.DocumentServiceStub.hello(Document.HelloRequest request, io.grpc.stub.StreamObserver<Document.HelloResponse> responseObserver) Document.HelloRequest.Builder.mergeFrom(Document.HelloRequest other) Document.HelloRequest.newBuilder(Document.HelloRequest prototype)