All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.grpc.testing.protobuf.SimpleServiceGrpc Maven / Gradle / Ivy

There is a newer version: 1.68.1
Show newest version
package io.grpc.testing.protobuf;

import static io.grpc.MethodDescriptor.generateFullMethodName;

/**
 * 
 * A simple service for test.
 * 
*/ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: io/grpc/testing/protobuf/simpleservice.proto") @io.grpc.stub.annotations.GrpcGenerated public final class SimpleServiceGrpc { private SimpleServiceGrpc() {} public static final java.lang.String SERVICE_NAME = "grpc.testing.SimpleService"; // Static method descriptors that strictly reflect the proto. private static volatile io.grpc.MethodDescriptor getUnaryRpcMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "UnaryRpc", requestType = io.grpc.testing.protobuf.SimpleRequest.class, responseType = io.grpc.testing.protobuf.SimpleResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getUnaryRpcMethod() { io.grpc.MethodDescriptor getUnaryRpcMethod; if ((getUnaryRpcMethod = SimpleServiceGrpc.getUnaryRpcMethod) == null) { synchronized (SimpleServiceGrpc.class) { if ((getUnaryRpcMethod = SimpleServiceGrpc.getUnaryRpcMethod) == null) { SimpleServiceGrpc.getUnaryRpcMethod = getUnaryRpcMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "UnaryRpc")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.grpc.testing.protobuf.SimpleRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.grpc.testing.protobuf.SimpleResponse.getDefaultInstance())) .setSchemaDescriptor(new SimpleServiceMethodDescriptorSupplier("UnaryRpc")) .build(); } } } return getUnaryRpcMethod; } private static volatile io.grpc.MethodDescriptor getClientStreamingRpcMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ClientStreamingRpc", requestType = io.grpc.testing.protobuf.SimpleRequest.class, responseType = io.grpc.testing.protobuf.SimpleResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) public static io.grpc.MethodDescriptor getClientStreamingRpcMethod() { io.grpc.MethodDescriptor getClientStreamingRpcMethod; if ((getClientStreamingRpcMethod = SimpleServiceGrpc.getClientStreamingRpcMethod) == null) { synchronized (SimpleServiceGrpc.class) { if ((getClientStreamingRpcMethod = SimpleServiceGrpc.getClientStreamingRpcMethod) == null) { SimpleServiceGrpc.getClientStreamingRpcMethod = getClientStreamingRpcMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ClientStreamingRpc")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.grpc.testing.protobuf.SimpleRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.grpc.testing.protobuf.SimpleResponse.getDefaultInstance())) .setSchemaDescriptor(new SimpleServiceMethodDescriptorSupplier("ClientStreamingRpc")) .build(); } } } return getClientStreamingRpcMethod; } private static volatile io.grpc.MethodDescriptor getServerStreamingRpcMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ServerStreamingRpc", requestType = io.grpc.testing.protobuf.SimpleRequest.class, responseType = io.grpc.testing.protobuf.SimpleResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) public static io.grpc.MethodDescriptor getServerStreamingRpcMethod() { io.grpc.MethodDescriptor getServerStreamingRpcMethod; if ((getServerStreamingRpcMethod = SimpleServiceGrpc.getServerStreamingRpcMethod) == null) { synchronized (SimpleServiceGrpc.class) { if ((getServerStreamingRpcMethod = SimpleServiceGrpc.getServerStreamingRpcMethod) == null) { SimpleServiceGrpc.getServerStreamingRpcMethod = getServerStreamingRpcMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ServerStreamingRpc")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.grpc.testing.protobuf.SimpleRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.grpc.testing.protobuf.SimpleResponse.getDefaultInstance())) .setSchemaDescriptor(new SimpleServiceMethodDescriptorSupplier("ServerStreamingRpc")) .build(); } } } return getServerStreamingRpcMethod; } private static volatile io.grpc.MethodDescriptor getBidiStreamingRpcMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "BidiStreamingRpc", requestType = io.grpc.testing.protobuf.SimpleRequest.class, responseType = io.grpc.testing.protobuf.SimpleResponse.class, methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) public static io.grpc.MethodDescriptor getBidiStreamingRpcMethod() { io.grpc.MethodDescriptor getBidiStreamingRpcMethod; if ((getBidiStreamingRpcMethod = SimpleServiceGrpc.getBidiStreamingRpcMethod) == null) { synchronized (SimpleServiceGrpc.class) { if ((getBidiStreamingRpcMethod = SimpleServiceGrpc.getBidiStreamingRpcMethod) == null) { SimpleServiceGrpc.getBidiStreamingRpcMethod = getBidiStreamingRpcMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BidiStreamingRpc")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.grpc.testing.protobuf.SimpleRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( io.grpc.testing.protobuf.SimpleResponse.getDefaultInstance())) .setSchemaDescriptor(new SimpleServiceMethodDescriptorSupplier("BidiStreamingRpc")) .build(); } } } return getBidiStreamingRpcMethod; } /** * Creates a new async stub that supports all call types for the service */ public static SimpleServiceStub newStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public SimpleServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SimpleServiceStub(channel, callOptions); } }; return SimpleServiceStub.newStub(factory, channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static SimpleServiceBlockingStub newBlockingStub( io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public SimpleServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SimpleServiceBlockingStub(channel, callOptions); } }; return SimpleServiceBlockingStub.newStub(factory, channel); } /** * Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static SimpleServiceFutureStub newFutureStub( io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public SimpleServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SimpleServiceFutureStub(channel, callOptions); } }; return SimpleServiceFutureStub.newStub(factory, channel); } /** *
   * A simple service for test.
   * 
*/ public interface AsyncService { /** *
     * Simple unary RPC.
     * 
*/ default void unaryRpc(io.grpc.testing.protobuf.SimpleRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUnaryRpcMethod(), responseObserver); } /** *
     * Simple client-to-server streaming RPC.
     * 
*/ default io.grpc.stub.StreamObserver clientStreamingRpc( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getClientStreamingRpcMethod(), responseObserver); } /** *
     * Simple server-to-client streaming RPC.
     * 
*/ default void serverStreamingRpc(io.grpc.testing.protobuf.SimpleRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getServerStreamingRpcMethod(), responseObserver); } /** *
     * Simple bidirectional streaming RPC.
     * 
*/ default io.grpc.stub.StreamObserver bidiStreamingRpc( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getBidiStreamingRpcMethod(), responseObserver); } } /** * Base class for the server implementation of the service SimpleService. *
   * A simple service for test.
   * 
*/ public static abstract class SimpleServiceImplBase implements io.grpc.BindableService, AsyncService { @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return SimpleServiceGrpc.bindService(this); } } /** * A stub to allow clients to do asynchronous rpc calls to service SimpleService. *
   * A simple service for test.
   * 
*/ public static final class SimpleServiceStub extends io.grpc.stub.AbstractAsyncStub { private SimpleServiceStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected SimpleServiceStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SimpleServiceStub(channel, callOptions); } /** *
     * Simple unary RPC.
     * 
*/ public void unaryRpc(io.grpc.testing.protobuf.SimpleRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getUnaryRpcMethod(), getCallOptions()), request, responseObserver); } /** *
     * Simple client-to-server streaming RPC.
     * 
*/ public io.grpc.stub.StreamObserver clientStreamingRpc( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ClientCalls.asyncClientStreamingCall( getChannel().newCall(getClientStreamingRpcMethod(), getCallOptions()), responseObserver); } /** *
     * Simple server-to-client streaming RPC.
     * 
*/ public void serverStreamingRpc(io.grpc.testing.protobuf.SimpleRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncServerStreamingCall( getChannel().newCall(getServerStreamingRpcMethod(), getCallOptions()), request, responseObserver); } /** *
     * Simple bidirectional streaming RPC.
     * 
*/ public io.grpc.stub.StreamObserver bidiStreamingRpc( io.grpc.stub.StreamObserver responseObserver) { return io.grpc.stub.ClientCalls.asyncBidiStreamingCall( getChannel().newCall(getBidiStreamingRpcMethod(), getCallOptions()), responseObserver); } } /** * A stub to allow clients to do synchronous rpc calls to service SimpleService. *
   * A simple service for test.
   * 
*/ public static final class SimpleServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { private SimpleServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected SimpleServiceBlockingStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SimpleServiceBlockingStub(channel, callOptions); } /** *
     * Simple unary RPC.
     * 
*/ public io.grpc.testing.protobuf.SimpleResponse unaryRpc(io.grpc.testing.protobuf.SimpleRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUnaryRpcMethod(), getCallOptions(), request); } /** *
     * Simple server-to-client streaming RPC.
     * 
*/ public java.util.Iterator serverStreamingRpc( io.grpc.testing.protobuf.SimpleRequest request) { return io.grpc.stub.ClientCalls.blockingServerStreamingCall( getChannel(), getServerStreamingRpcMethod(), getCallOptions(), request); } } /** * A stub to allow clients to do ListenableFuture-style rpc calls to service SimpleService. *
   * A simple service for test.
   * 
*/ public static final class SimpleServiceFutureStub extends io.grpc.stub.AbstractFutureStub { private SimpleServiceFutureStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected SimpleServiceFutureStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new SimpleServiceFutureStub(channel, callOptions); } /** *
     * Simple unary RPC.
     * 
*/ public com.google.common.util.concurrent.ListenableFuture unaryRpc( io.grpc.testing.protobuf.SimpleRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getUnaryRpcMethod(), getCallOptions()), request); } } private static final int METHODID_UNARY_RPC = 0; private static final int METHODID_SERVER_STREAMING_RPC = 1; private static final int METHODID_CLIENT_STREAMING_RPC = 2; private static final int METHODID_BIDI_STREAMING_RPC = 3; private static final class MethodHandlers implements io.grpc.stub.ServerCalls.UnaryMethod, io.grpc.stub.ServerCalls.ServerStreamingMethod, io.grpc.stub.ServerCalls.ClientStreamingMethod, io.grpc.stub.ServerCalls.BidiStreamingMethod { private final AsyncService serviceImpl; private final int methodId; MethodHandlers(AsyncService serviceImpl, int methodId) { this.serviceImpl = serviceImpl; this.methodId = methodId; } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_UNARY_RPC: serviceImpl.unaryRpc((io.grpc.testing.protobuf.SimpleRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_SERVER_STREAMING_RPC: serviceImpl.serverStreamingRpc((io.grpc.testing.protobuf.SimpleRequest) request, (io.grpc.stub.StreamObserver) responseObserver); break; default: throw new AssertionError(); } } @java.lang.Override @java.lang.SuppressWarnings("unchecked") public io.grpc.stub.StreamObserver invoke( io.grpc.stub.StreamObserver responseObserver) { switch (methodId) { case METHODID_CLIENT_STREAMING_RPC: return (io.grpc.stub.StreamObserver) serviceImpl.clientStreamingRpc( (io.grpc.stub.StreamObserver) responseObserver); case METHODID_BIDI_STREAMING_RPC: return (io.grpc.stub.StreamObserver) serviceImpl.bidiStreamingRpc( (io.grpc.stub.StreamObserver) responseObserver); default: throw new AssertionError(); } } } public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getUnaryRpcMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< io.grpc.testing.protobuf.SimpleRequest, io.grpc.testing.protobuf.SimpleResponse>( service, METHODID_UNARY_RPC))) .addMethod( getClientStreamingRpcMethod(), io.grpc.stub.ServerCalls.asyncClientStreamingCall( new MethodHandlers< io.grpc.testing.protobuf.SimpleRequest, io.grpc.testing.protobuf.SimpleResponse>( service, METHODID_CLIENT_STREAMING_RPC))) .addMethod( getServerStreamingRpcMethod(), io.grpc.stub.ServerCalls.asyncServerStreamingCall( new MethodHandlers< io.grpc.testing.protobuf.SimpleRequest, io.grpc.testing.protobuf.SimpleResponse>( service, METHODID_SERVER_STREAMING_RPC))) .addMethod( getBidiStreamingRpcMethod(), io.grpc.stub.ServerCalls.asyncBidiStreamingCall( new MethodHandlers< io.grpc.testing.protobuf.SimpleRequest, io.grpc.testing.protobuf.SimpleResponse>( service, METHODID_BIDI_STREAMING_RPC))) .build(); } private static abstract class SimpleServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { SimpleServiceBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return io.grpc.testing.protobuf.SimpleServiceProto.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("SimpleService"); } } private static final class SimpleServiceFileDescriptorSupplier extends SimpleServiceBaseDescriptorSupplier { SimpleServiceFileDescriptorSupplier() {} } private static final class SimpleServiceMethodDescriptorSupplier extends SimpleServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final java.lang.String methodName; SimpleServiceMethodDescriptorSupplier(java.lang.String methodName) { this.methodName = methodName; } @java.lang.Override public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() { return getServiceDescriptor().findMethodByName(methodName); } } private static volatile io.grpc.ServiceDescriptor serviceDescriptor; public static io.grpc.ServiceDescriptor getServiceDescriptor() { io.grpc.ServiceDescriptor result = serviceDescriptor; if (result == null) { synchronized (SimpleServiceGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new SimpleServiceFileDescriptorSupplier()) .addMethod(getUnaryRpcMethod()) .addMethod(getClientStreamingRpcMethod()) .addMethod(getServerStreamingRpcMethod()) .addMethod(getBidiStreamingRpcMethod()) .build(); } } } return result; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy