package device; import static io.grpc.MethodDescriptor.generateFullMethodName; /** */ @javax.annotation.Generated( value = "by gRPC proto compiler (version 1.38.1)", comments = "Source: device.proto") public final class DeviceServiceGrpc { private DeviceServiceGrpc() {} public static final String SERVICE_NAME = "device.DeviceService"; // Static method descriptors that strictly reflect the proto. private static volatile io.grpc.MethodDescriptor getAddDeviceMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "AddDevice", requestType = context.ContextOuterClass.Device.class, responseType = context.ContextOuterClass.DeviceId.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getAddDeviceMethod() { io.grpc.MethodDescriptor getAddDeviceMethod; if ((getAddDeviceMethod = DeviceServiceGrpc.getAddDeviceMethod) == null) { synchronized (DeviceServiceGrpc.class) { if ((getAddDeviceMethod = DeviceServiceGrpc.getAddDeviceMethod) == null) { DeviceServiceGrpc.getAddDeviceMethod = getAddDeviceMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AddDevice")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( context.ContextOuterClass.Device.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( context.ContextOuterClass.DeviceId.getDefaultInstance())) .setSchemaDescriptor(new DeviceServiceMethodDescriptorSupplier("AddDevice")) .build(); } } } return getAddDeviceMethod; } private static volatile io.grpc.MethodDescriptor getConfigureDeviceMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "ConfigureDevice", requestType = context.ContextOuterClass.Device.class, responseType = context.ContextOuterClass.DeviceId.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getConfigureDeviceMethod() { io.grpc.MethodDescriptor getConfigureDeviceMethod; if ((getConfigureDeviceMethod = DeviceServiceGrpc.getConfigureDeviceMethod) == null) { synchronized (DeviceServiceGrpc.class) { if ((getConfigureDeviceMethod = DeviceServiceGrpc.getConfigureDeviceMethod) == null) { DeviceServiceGrpc.getConfigureDeviceMethod = getConfigureDeviceMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ConfigureDevice")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( context.ContextOuterClass.Device.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( context.ContextOuterClass.DeviceId.getDefaultInstance())) .setSchemaDescriptor(new DeviceServiceMethodDescriptorSupplier("ConfigureDevice")) .build(); } } } return getConfigureDeviceMethod; } private static volatile io.grpc.MethodDescriptor getDeleteDeviceMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "DeleteDevice", requestType = context.ContextOuterClass.DeviceId.class, responseType = context.ContextOuterClass.Empty.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getDeleteDeviceMethod() { io.grpc.MethodDescriptor getDeleteDeviceMethod; if ((getDeleteDeviceMethod = DeviceServiceGrpc.getDeleteDeviceMethod) == null) { synchronized (DeviceServiceGrpc.class) { if ((getDeleteDeviceMethod = DeviceServiceGrpc.getDeleteDeviceMethod) == null) { DeviceServiceGrpc.getDeleteDeviceMethod = getDeleteDeviceMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteDevice")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( context.ContextOuterClass.DeviceId.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( context.ContextOuterClass.Empty.getDefaultInstance())) .setSchemaDescriptor(new DeviceServiceMethodDescriptorSupplier("DeleteDevice")) .build(); } } } return getDeleteDeviceMethod; } private static volatile io.grpc.MethodDescriptor getGetInitialConfigMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetInitialConfig", requestType = context.ContextOuterClass.DeviceId.class, responseType = context.ContextOuterClass.DeviceConfig.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetInitialConfigMethod() { io.grpc.MethodDescriptor getGetInitialConfigMethod; if ((getGetInitialConfigMethod = DeviceServiceGrpc.getGetInitialConfigMethod) == null) { synchronized (DeviceServiceGrpc.class) { if ((getGetInitialConfigMethod = DeviceServiceGrpc.getGetInitialConfigMethod) == null) { DeviceServiceGrpc.getGetInitialConfigMethod = getGetInitialConfigMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetInitialConfig")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( context.ContextOuterClass.DeviceId.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( context.ContextOuterClass.DeviceConfig.getDefaultInstance())) .setSchemaDescriptor(new DeviceServiceMethodDescriptorSupplier("GetInitialConfig")) .build(); } } } return getGetInitialConfigMethod; } /** * Creates a new async stub that supports all call types for the service */ public static DeviceServiceStub newStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public DeviceServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DeviceServiceStub(channel, callOptions); } }; return DeviceServiceStub.newStub(factory, channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static DeviceServiceBlockingStub newBlockingStub( io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public DeviceServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DeviceServiceBlockingStub(channel, callOptions); } }; return DeviceServiceBlockingStub.newStub(factory, channel); } /** * Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static DeviceServiceFutureStub newFutureStub( io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public DeviceServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DeviceServiceFutureStub(channel, callOptions); } }; return DeviceServiceFutureStub.newStub(factory, channel); } /** */ public static abstract class DeviceServiceImplBase implements io.grpc.BindableService { /** */ public void addDevice(context.ContextOuterClass.Device request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAddDeviceMethod(), responseObserver); } /** */ public void configureDevice(context.ContextOuterClass.Device request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getConfigureDeviceMethod(), responseObserver); } /** */ public void deleteDevice(context.ContextOuterClass.DeviceId request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteDeviceMethod(), responseObserver); } /** */ public void getInitialConfig(context.ContextOuterClass.DeviceId request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetInitialConfigMethod(), responseObserver); } @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getAddDeviceMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< context.ContextOuterClass.Device, context.ContextOuterClass.DeviceId>( this, METHODID_ADD_DEVICE))) .addMethod( getConfigureDeviceMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< context.ContextOuterClass.Device, context.ContextOuterClass.DeviceId>( this, METHODID_CONFIGURE_DEVICE))) .addMethod( getDeleteDeviceMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< context.ContextOuterClass.DeviceId, context.ContextOuterClass.Empty>( this, METHODID_DELETE_DEVICE))) .addMethod( getGetInitialConfigMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< context.ContextOuterClass.DeviceId, context.ContextOuterClass.DeviceConfig>( this, METHODID_GET_INITIAL_CONFIG))) .build(); } } /** */ public static final class DeviceServiceStub extends io.grpc.stub.AbstractAsyncStub { private DeviceServiceStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected DeviceServiceStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DeviceServiceStub(channel, callOptions); } /** */ public void addDevice(context.ContextOuterClass.Device request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getAddDeviceMethod(), getCallOptions()), request, responseObserver); } /** */ public void configureDevice(context.ContextOuterClass.Device request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getConfigureDeviceMethod(), getCallOptions()), request, responseObserver); } /** */ public void deleteDevice(context.ContextOuterClass.DeviceId request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getDeleteDeviceMethod(), getCallOptions()), request, responseObserver); } /** */ public void getInitialConfig(context.ContextOuterClass.DeviceId request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetInitialConfigMethod(), getCallOptions()), request, responseObserver); } } /** */ public static final class DeviceServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { private DeviceServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected DeviceServiceBlockingStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DeviceServiceBlockingStub(channel, callOptions); } /** */ public context.ContextOuterClass.DeviceId addDevice(context.ContextOuterClass.Device request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getAddDeviceMethod(), getCallOptions(), request); } /** */ public context.ContextOuterClass.DeviceId configureDevice(context.ContextOuterClass.Device request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getConfigureDeviceMethod(), getCallOptions(), request); } /** */ public context.ContextOuterClass.Empty deleteDevice(context.ContextOuterClass.DeviceId request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getDeleteDeviceMethod(), getCallOptions(), request); } /** */ public context.ContextOuterClass.DeviceConfig getInitialConfig(context.ContextOuterClass.DeviceId request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetInitialConfigMethod(), getCallOptions(), request); } } /** */ public static final class DeviceServiceFutureStub extends io.grpc.stub.AbstractFutureStub { private DeviceServiceFutureStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected DeviceServiceFutureStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new DeviceServiceFutureStub(channel, callOptions); } /** */ public com.google.common.util.concurrent.ListenableFuture addDevice( context.ContextOuterClass.Device request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getAddDeviceMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture configureDevice( context.ContextOuterClass.Device request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getConfigureDeviceMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture deleteDevice( context.ContextOuterClass.DeviceId request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getDeleteDeviceMethod(), getCallOptions()), request); } /** */ public com.google.common.util.concurrent.ListenableFuture getInitialConfig( context.ContextOuterClass.DeviceId request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetInitialConfigMethod(), getCallOptions()), request); } } private static final int METHODID_ADD_DEVICE = 0; private static final int METHODID_CONFIGURE_DEVICE = 1; private static final int METHODID_DELETE_DEVICE = 2; private static final int METHODID_GET_INITIAL_CONFIG = 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 DeviceServiceImplBase serviceImpl; private final int methodId; MethodHandlers(DeviceServiceImplBase 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_ADD_DEVICE: serviceImpl.addDevice((context.ContextOuterClass.Device) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_CONFIGURE_DEVICE: serviceImpl.configureDevice((context.ContextOuterClass.Device) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_DELETE_DEVICE: serviceImpl.deleteDevice((context.ContextOuterClass.DeviceId) request, (io.grpc.stub.StreamObserver) responseObserver); break; case METHODID_GET_INITIAL_CONFIG: serviceImpl.getInitialConfig((context.ContextOuterClass.DeviceId) 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) { default: throw new AssertionError(); } } } private static abstract class DeviceServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { DeviceServiceBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return device.Device.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("DeviceService"); } } private static final class DeviceServiceFileDescriptorSupplier extends DeviceServiceBaseDescriptorSupplier { DeviceServiceFileDescriptorSupplier() {} } private static final class DeviceServiceMethodDescriptorSupplier extends DeviceServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final String methodName; DeviceServiceMethodDescriptorSupplier(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 (DeviceServiceGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new DeviceServiceFileDescriptorSupplier()) .addMethod(getAddDeviceMethod()) .addMethod(getConfigureDeviceMethod()) .addMethod(getDeleteDeviceMethod()) .addMethod(getGetInitialConfigMethod()) .build(); } } } return result; } }