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