Uses of Class
gql.GqlServiceOuterClass.ExecuteResponse
Packages that use GqlServiceOuterClass.ExecuteResponse
-
Uses of GqlServiceOuterClass.ExecuteResponse in dev.grafeo.gwp
Constructor parameters in dev.grafeo.gwp with type arguments of type GqlServiceOuterClass.ExecuteResponseModifierConstructorDescriptionCreate a new ResultCursor wrapping a gRPC response stream. -
Uses of GqlServiceOuterClass.ExecuteResponse in gql
Methods in gql that return GqlServiceOuterClass.ExecuteResponseModifier and TypeMethodDescriptionGqlServiceOuterClass.ExecuteResponse.Builder.build()GqlServiceOuterClass.ExecuteResponse.Builder.buildPartial()GqlServiceOuterClass.ExecuteResponse.getDefaultInstance()GqlServiceOuterClass.ExecuteResponse.Builder.getDefaultInstanceForType()GqlServiceOuterClass.ExecuteResponse.getDefaultInstanceForType()GqlServiceOuterClass.ExecuteResponse.parseDelimitedFrom(InputStream input) GqlServiceOuterClass.ExecuteResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.ExecuteResponse.parseFrom(byte[] data) GqlServiceOuterClass.ExecuteResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.ExecuteResponse.parseFrom(com.google.protobuf.ByteString data) GqlServiceOuterClass.ExecuteResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.ExecuteResponse.parseFrom(com.google.protobuf.CodedInputStream input) GqlServiceOuterClass.ExecuteResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.ExecuteResponse.parseFrom(InputStream input) GqlServiceOuterClass.ExecuteResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlServiceOuterClass.ExecuteResponse.parseFrom(ByteBuffer data) GqlServiceOuterClass.ExecuteResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gql that return types with arguments of type GqlServiceOuterClass.ExecuteResponseModifier and TypeMethodDescriptionGqlServiceGrpc.GqlServiceBlockingStub.execute(GqlServiceOuterClass.ExecuteRequest request) Execute any GQL statement.static io.grpc.MethodDescriptor<GqlServiceOuterClass.ExecuteRequest,GqlServiceOuterClass.ExecuteResponse> GqlServiceGrpc.getExecuteMethod()com.google.protobuf.Parser<GqlServiceOuterClass.ExecuteResponse>GqlServiceOuterClass.ExecuteResponse.getParserForType()static com.google.protobuf.Parser<GqlServiceOuterClass.ExecuteResponse>GqlServiceOuterClass.ExecuteResponse.parser()Methods in gql with parameters of type GqlServiceOuterClass.ExecuteResponseModifier and TypeMethodDescriptionGqlServiceOuterClass.ExecuteResponse.Builder.mergeFrom(GqlServiceOuterClass.ExecuteResponse other) GqlServiceOuterClass.ExecuteResponse.newBuilder(GqlServiceOuterClass.ExecuteResponse prototype) Method parameters in gql with type arguments of type GqlServiceOuterClass.ExecuteResponseModifier and TypeMethodDescriptiondefault voidGqlServiceGrpc.AsyncService.execute(GqlServiceOuterClass.ExecuteRequest request, io.grpc.stub.StreamObserver<GqlServiceOuterClass.ExecuteResponse> responseObserver) Execute any GQL statement.voidGqlServiceGrpc.GqlServiceStub.execute(GqlServiceOuterClass.ExecuteRequest request, io.grpc.stub.StreamObserver<GqlServiceOuterClass.ExecuteResponse> responseObserver) Execute any GQL statement.