Uses of Class
ai.blip.deckard.PullResponse
-
-
Uses of PullResponse in ai.blip.deckard
Methods in ai.blip.deckard that return PullResponse Modifier and Type Method Description PullResponsePullResponse.Builder. build()PullResponsePullResponse.Builder. buildPartial()static PullResponsePullResponse. getDefaultInstance()PullResponsePullResponse.Builder. getDefaultInstanceForType()PullResponsePullResponse. getDefaultInstanceForType()static PullResponsePullResponse. parseDelimitedFrom(InputStream input)static PullResponsePullResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullResponsePullResponse. parseFrom(byte[] data)static PullResponsePullResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullResponsePullResponse. parseFrom(com.google.protobuf.ByteString data)static PullResponsePullResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullResponsePullResponse. parseFrom(com.google.protobuf.CodedInputStream input)static PullResponsePullResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullResponsePullResponse. parseFrom(InputStream input)static PullResponsePullResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PullResponsePullResponse. parseFrom(ByteBuffer data)static PullResponsePullResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PullResponseDeckardGrpc.DeckardBlockingStub. pull(PullRequest request)Pulls messages from the queueMethods in ai.blip.deckard that return types with arguments of type PullResponse Modifier and Type Method Description com.google.protobuf.Parser<PullResponse>PullResponse. getParserForType()static io.grpc.MethodDescriptor<PullRequest,PullResponse>DeckardGrpc. getPullMethod()static com.google.protobuf.Parser<PullResponse>PullResponse. parser()com.google.common.util.concurrent.ListenableFuture<PullResponse>DeckardGrpc.DeckardFutureStub. pull(PullRequest request)Pulls messages from the queueMethods in ai.blip.deckard with parameters of type PullResponse Modifier and Type Method Description PullResponse.BuilderPullResponse.Builder. mergeFrom(PullResponse other)static PullResponse.BuilderPullResponse. newBuilder(PullResponse prototype)Method parameters in ai.blip.deckard with type arguments of type PullResponse Modifier and Type Method Description voidDeckardGrpc.DeckardImplBase. pull(PullRequest request, io.grpc.stub.StreamObserver<PullResponse> responseObserver)Pulls messages from the queuevoidDeckardGrpc.DeckardStub. pull(PullRequest request, io.grpc.stub.StreamObserver<PullResponse> responseObserver)Pulls messages from the queue
-