Package cloud.filibuster.examples
Class HelloServiceGrpc
- java.lang.Object
-
- cloud.filibuster.examples.HelloServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.36.1)", comments="Source: hello.proto") public final class HelloServiceGrpc extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HelloServiceGrpc.HelloServiceBlockingStub
static class
HelloServiceGrpc.HelloServiceFutureStub
static class
HelloServiceGrpc.HelloServiceImplBase
static class
HelloServiceGrpc.HelloServiceStub
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHelloMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getHelloMethod()
-
getPartialHelloMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getPartialHelloMethod()
-
getPartialHelloWithErrorHandlingMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getPartialHelloWithErrorHandlingMethod()
-
getPartialHelloExternalGrpcMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getPartialHelloExternalGrpcMethod()
-
getPartialHelloExternalHttpMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getPartialHelloExternalHttpMethod()
-
getParallelPartialHelloMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getParallelPartialHelloMethod()
-
getParallelSynchronousPartialHelloMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getParallelSynchronousPartialHelloMethod()
-
getLazyHelloMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getLazyHelloMethod()
-
getBlockingHelloMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getBlockingHelloMethod()
-
getLotsOfRepliesMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getLotsOfRepliesMethod()
-
getLotsOfGreetingsMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getLotsOfGreetingsMethod()
-
getBidiHelloMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getBidiHelloMethod()
-
getUnimplementedMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getUnimplementedMethod()
-
getSmellyRedundantRPCMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getSmellyRedundantRPCMethod()
-
getSmellyUnimplementedFailuresMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getSmellyUnimplementedFailuresMethod()
-
getSmellyResponseBecomesRequestMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getSmellyResponseBecomesRequestMethod()
-
getSmellyMultipleInvocationsForIndividualMutationsMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getSmellyMultipleInvocationsForIndividualMutationsMethod()
-
getCompositionalHelloMethod
public static io.grpc.MethodDescriptor<Hello.HelloExtendedRequest,Hello.HelloExtendedReply> getCompositionalHelloMethod()
-
getSimplePartialHelloMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getSimplePartialHelloMethod()
-
getThrowExceptionMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getThrowExceptionMethod()
-
getGetLastSessionLocationMethod
public static io.grpc.MethodDescriptor<Hello.HelloRequest,Hello.HelloReply> getGetLastSessionLocationMethod()
-
newStub
public static HelloServiceGrpc.HelloServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static HelloServiceGrpc.HelloServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static HelloServiceGrpc.HelloServiceFutureStub 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()
-
-