Uses of Class
com.service.basic.protos.Query
Packages that use Query
-
Uses of Query in com.service.basic.controllers.version1
Methods in com.service.basic.controllers.version1 with parameters of type QueryModifier and TypeMethodDescriptionvoidBasicGrpcControllerV1.doSomething(Query request, io.grpc.stub.StreamObserver<ResponseV1> responseObserver) Service command method that define the operation. -
Uses of Query in com.service.basic.protos
Fields in com.service.basic.protos with type parameters of type QueryModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<Query,ResponseV1> BasicControllerGrpc.METHOD_DO_SOMETHINGMethods in com.service.basic.protos that return QueryModifier and TypeMethodDescriptionQuery.Builder.build()Query.Builder.buildPartial()static QueryQuery.getDefaultInstance()Query.Builder.getDefaultInstanceForType()Query.getDefaultInstanceForType()static QueryQuery.parseDelimitedFrom(InputStream input) static QueryQuery.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryQuery.parseFrom(byte[] data) static QueryQuery.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryQuery.parseFrom(com.google.protobuf.ByteString data) static QueryQuery.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryQuery.parseFrom(com.google.protobuf.CodedInputStream input) static QueryQuery.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryQuery.parseFrom(InputStream input) static QueryQuery.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static QueryQuery.parseFrom(ByteBuffer data) static QueryQuery.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.service.basic.protos that return types with arguments of type QueryModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Query>Query.getParserForType()static com.google.protobuf.Parser<Query>Query.parser()Methods in com.service.basic.protos with parameters of type QueryModifier and TypeMethodDescriptionBasicControllerGrpc.BasicControllerBlockingStub.doSomething(Query request) Sends a greetingcom.google.common.util.concurrent.ListenableFuture<ResponseV1>BasicControllerGrpc.BasicControllerFutureStub.doSomething(Query request) Sends a greetingvoidBasicControllerGrpc.BasicControllerImplBase.doSomething(Query request, io.grpc.stub.StreamObserver<ResponseV1> responseObserver) Sends a greetingvoidBasicControllerGrpc.BasicControllerStub.doSomething(Query request, io.grpc.stub.StreamObserver<ResponseV1> responseObserver) Sends a greetingstatic Query.BuilderQuery.newBuilder(Query prototype)