Package ai.blip.deckard
Class DeckardGrpc
- java.lang.Object
-
- ai.blip.deckard.DeckardGrpc
-
@Generated(value="by gRPC proto compiler (version 1.52.1)", comments="Source: proto/deckard_service.proto") public final class DeckardGrpc extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeckardGrpc.DeckardBlockingStubstatic classDeckardGrpc.DeckardFutureStubstatic classDeckardGrpc.DeckardImplBasestatic classDeckardGrpc.DeckardStub
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<AckRequest,AckResponse>getAckMethod()static io.grpc.MethodDescriptor<AddRequest,AddResponse>getAddMethod()static io.grpc.MethodDescriptor<CountRequest,CountResponse>getCountMethod()static io.grpc.MethodDescriptor<EditQueueRequest,EditQueueResponse>getEditQueueMethod()static io.grpc.MethodDescriptor<FlushRequest,FlushResponse>getFlushMethod()static io.grpc.MethodDescriptor<GetByIdRequest,GetByIdResponse>getGetByIdMethod()static io.grpc.MethodDescriptor<GetQueueRequest,GetQueueResponse>getGetQueueMethod()static io.grpc.MethodDescriptor<AckRequest,AckResponse>getNackMethod()static io.grpc.MethodDescriptor<PullRequest,PullResponse>getPullMethod()static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse>getRemoveMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static DeckardGrpc.DeckardBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DeckardGrpc.DeckardFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DeckardGrpc.DeckardStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAddMethod
public static io.grpc.MethodDescriptor<AddRequest,AddResponse> getAddMethod()
-
getPullMethod
public static io.grpc.MethodDescriptor<PullRequest,PullResponse> getPullMethod()
-
getAckMethod
public static io.grpc.MethodDescriptor<AckRequest,AckResponse> getAckMethod()
-
getNackMethod
public static io.grpc.MethodDescriptor<AckRequest,AckResponse> getNackMethod()
-
getCountMethod
public static io.grpc.MethodDescriptor<CountRequest,CountResponse> getCountMethod()
-
getRemoveMethod
public static io.grpc.MethodDescriptor<RemoveRequest,RemoveResponse> getRemoveMethod()
-
getFlushMethod
public static io.grpc.MethodDescriptor<FlushRequest,FlushResponse> getFlushMethod()
-
getGetByIdMethod
public static io.grpc.MethodDescriptor<GetByIdRequest,GetByIdResponse> getGetByIdMethod()
-
getEditQueueMethod
public static io.grpc.MethodDescriptor<EditQueueRequest,EditQueueResponse> getEditQueueMethod()
-
getGetQueueMethod
public static io.grpc.MethodDescriptor<GetQueueRequest,GetQueueResponse> getGetQueueMethod()
-
newStub
public static DeckardGrpc.DeckardStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DeckardGrpc.DeckardBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DeckardGrpc.DeckardFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-