Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
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<context.ContextOuterClass.Device,
context.ContextOuterClass.DeviceId> 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<context.ContextOuterClass.Device,
context.ContextOuterClass.DeviceId> getAddDeviceMethod() {
io.grpc.MethodDescriptor<context.ContextOuterClass.Device, context.ContextOuterClass.DeviceId> getAddDeviceMethod;
if ((getAddDeviceMethod = DeviceServiceGrpc.getAddDeviceMethod) == null) {
synchronized (DeviceServiceGrpc.class) {
if ((getAddDeviceMethod = DeviceServiceGrpc.getAddDeviceMethod) == null) {
DeviceServiceGrpc.getAddDeviceMethod = getAddDeviceMethod =
io.grpc.MethodDescriptor.<context.ContextOuterClass.Device, context.ContextOuterClass.DeviceId>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<context.ContextOuterClass.Device,
context.ContextOuterClass.DeviceId> 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<context.ContextOuterClass.Device,
context.ContextOuterClass.DeviceId> getConfigureDeviceMethod() {
io.grpc.MethodDescriptor<context.ContextOuterClass.Device, context.ContextOuterClass.DeviceId> getConfigureDeviceMethod;
if ((getConfigureDeviceMethod = DeviceServiceGrpc.getConfigureDeviceMethod) == null) {
synchronized (DeviceServiceGrpc.class) {
if ((getConfigureDeviceMethod = DeviceServiceGrpc.getConfigureDeviceMethod) == null) {
DeviceServiceGrpc.getConfigureDeviceMethod = getConfigureDeviceMethod =
io.grpc.MethodDescriptor.<context.ContextOuterClass.Device, context.ContextOuterClass.DeviceId>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<context.ContextOuterClass.DeviceId,
context.ContextOuterClass.Empty> 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<context.ContextOuterClass.DeviceId,
context.ContextOuterClass.Empty> getDeleteDeviceMethod() {
io.grpc.MethodDescriptor<context.ContextOuterClass.DeviceId, context.ContextOuterClass.Empty> getDeleteDeviceMethod;
if ((getDeleteDeviceMethod = DeviceServiceGrpc.getDeleteDeviceMethod) == null) {
synchronized (DeviceServiceGrpc.class) {
if ((getDeleteDeviceMethod = DeviceServiceGrpc.getDeleteDeviceMethod) == null) {
DeviceServiceGrpc.getDeleteDeviceMethod = getDeleteDeviceMethod =
io.grpc.MethodDescriptor.<context.ContextOuterClass.DeviceId, context.ContextOuterClass.Empty>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<context.ContextOuterClass.DeviceId,
context.ContextOuterClass.DeviceConfig> 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<context.ContextOuterClass.DeviceId,
context.ContextOuterClass.DeviceConfig> getGetInitialConfigMethod() {
io.grpc.MethodDescriptor<context.ContextOuterClass.DeviceId, context.ContextOuterClass.DeviceConfig> getGetInitialConfigMethod;
if ((getGetInitialConfigMethod = DeviceServiceGrpc.getGetInitialConfigMethod) == null) {
synchronized (DeviceServiceGrpc.class) {
if ((getGetInitialConfigMethod = DeviceServiceGrpc.getGetInitialConfigMethod) == null) {
DeviceServiceGrpc.getGetInitialConfigMethod = getGetInitialConfigMethod =
io.grpc.MethodDescriptor.<context.ContextOuterClass.DeviceId, context.ContextOuterClass.DeviceConfig>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;
}
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
private static volatile io.grpc.MethodDescriptor<device.Device.MonitoringSettings,
context.ContextOuterClass.Empty> getMonitorDeviceKpiMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "MonitorDeviceKpi",
requestType = device.Device.MonitoringSettings.class,
responseType = context.ContextOuterClass.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<device.Device.MonitoringSettings,
context.ContextOuterClass.Empty> getMonitorDeviceKpiMethod() {
io.grpc.MethodDescriptor<device.Device.MonitoringSettings, context.ContextOuterClass.Empty> getMonitorDeviceKpiMethod;
if ((getMonitorDeviceKpiMethod = DeviceServiceGrpc.getMonitorDeviceKpiMethod) == null) {
synchronized (DeviceServiceGrpc.class) {
if ((getMonitorDeviceKpiMethod = DeviceServiceGrpc.getMonitorDeviceKpiMethod) == null) {
DeviceServiceGrpc.getMonitorDeviceKpiMethod = getMonitorDeviceKpiMethod =
io.grpc.MethodDescriptor.<device.Device.MonitoringSettings, context.ContextOuterClass.Empty>newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "MonitorDeviceKpi"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
device.Device.MonitoringSettings.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
context.ContextOuterClass.Empty.getDefaultInstance()))
.setSchemaDescriptor(new DeviceServiceMethodDescriptorSupplier("MonitorDeviceKpi"))
.build();
}
}
}
return getMonitorDeviceKpiMethod;
}
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
/**
* 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<DeviceServiceStub> factory =
new io.grpc.stub.AbstractStub.StubFactory<DeviceServiceStub>() {
@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<DeviceServiceBlockingStub> factory =
new io.grpc.stub.AbstractStub.StubFactory<DeviceServiceBlockingStub>() {
@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<DeviceServiceFutureStub> factory =
new io.grpc.stub.AbstractStub.StubFactory<DeviceServiceFutureStub>() {
@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<context.ContextOuterClass.DeviceId> responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getAddDeviceMethod(), responseObserver);
}
/**
*/
public void configureDevice(context.ContextOuterClass.Device request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.DeviceId> responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getConfigureDeviceMethod(), responseObserver);
}
/**
*/
public void deleteDevice(context.ContextOuterClass.DeviceId request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.Empty> responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteDeviceMethod(), responseObserver);
}
/**
*/
public void getInitialConfig(context.ContextOuterClass.DeviceId request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.DeviceConfig> responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetInitialConfigMethod(), responseObserver);
}
/**
*/
public void monitorDeviceKpi(device.Device.MonitoringSettings request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.Empty> responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getMonitorDeviceKpiMethod(), responseObserver);
}
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
@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)))
.addMethod(
getMonitorDeviceKpiMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
device.Device.MonitoringSettings,
context.ContextOuterClass.Empty>(
this, METHODID_MONITOR_DEVICE_KPI)))
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
.build();
}
}
/**
*/
public static final class DeviceServiceStub extends io.grpc.stub.AbstractAsyncStub<DeviceServiceStub> {
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<context.ContextOuterClass.DeviceId> responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getAddDeviceMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void configureDevice(context.ContextOuterClass.Device request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.DeviceId> responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getConfigureDeviceMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void deleteDevice(context.ContextOuterClass.DeviceId request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.Empty> responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getDeleteDeviceMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void getInitialConfig(context.ContextOuterClass.DeviceId request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.DeviceConfig> responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetInitialConfigMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void monitorDeviceKpi(device.Device.MonitoringSettings request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.Empty> responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getMonitorDeviceKpiMethod(), getCallOptions()), request, responseObserver);
}
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
}
/**
*/
public static final class DeviceServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<DeviceServiceBlockingStub> {
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 context.ContextOuterClass.Empty monitorDeviceKpi(device.Device.MonitoringSettings request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getMonitorDeviceKpiMethod(), getCallOptions(), request);
}
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
}
/**
*/
public static final class DeviceServiceFutureStub extends io.grpc.stub.AbstractFutureStub<DeviceServiceFutureStub> {
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<context.ContextOuterClass.DeviceId> addDevice(
context.ContextOuterClass.Device request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getAddDeviceMethod(), getCallOptions()), request);
}
/**
*/
public com.google.common.util.concurrent.ListenableFuture<context.ContextOuterClass.DeviceId> configureDevice(
context.ContextOuterClass.Device request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getConfigureDeviceMethod(), getCallOptions()), request);
}
/**
*/
public com.google.common.util.concurrent.ListenableFuture<context.ContextOuterClass.Empty> deleteDevice(
context.ContextOuterClass.DeviceId request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getDeleteDeviceMethod(), getCallOptions()), request);
}
/**
*/
public com.google.common.util.concurrent.ListenableFuture<context.ContextOuterClass.DeviceConfig> getInitialConfig(
context.ContextOuterClass.DeviceId request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetInitialConfigMethod(), getCallOptions()), request);
}
/**
*/
public com.google.common.util.concurrent.ListenableFuture<context.ContextOuterClass.Empty> monitorDeviceKpi(
device.Device.MonitoringSettings request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getMonitorDeviceKpiMethod(), 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 int METHODID_MONITOR_DEVICE_KPI = 4;
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
private static final class MethodHandlers<Req, Resp> implements
io.grpc.stub.ServerCalls.UnaryMethod<Req, Resp>,
io.grpc.stub.ServerCalls.ServerStreamingMethod<Req, Resp>,
io.grpc.stub.ServerCalls.ClientStreamingMethod<Req, Resp>,
io.grpc.stub.ServerCalls.BidiStreamingMethod<Req, Resp> {
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<Resp> responseObserver) {
switch (methodId) {
case METHODID_ADD_DEVICE:
serviceImpl.addDevice((context.ContextOuterClass.Device) request,
(io.grpc.stub.StreamObserver<context.ContextOuterClass.DeviceId>) responseObserver);
break;
case METHODID_CONFIGURE_DEVICE:
serviceImpl.configureDevice((context.ContextOuterClass.Device) request,
(io.grpc.stub.StreamObserver<context.ContextOuterClass.DeviceId>) responseObserver);
break;
case METHODID_DELETE_DEVICE:
serviceImpl.deleteDevice((context.ContextOuterClass.DeviceId) request,
(io.grpc.stub.StreamObserver<context.ContextOuterClass.Empty>) responseObserver);
break;
case METHODID_GET_INITIAL_CONFIG:
serviceImpl.getInitialConfig((context.ContextOuterClass.DeviceId) request,
(io.grpc.stub.StreamObserver<context.ContextOuterClass.DeviceConfig>) responseObserver);
break;
case METHODID_MONITOR_DEVICE_KPI:
serviceImpl.monitorDeviceKpi((device.Device.MonitoringSettings) request,
(io.grpc.stub.StreamObserver<context.ContextOuterClass.Empty>) responseObserver);
break;
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
default:
throw new AssertionError();
}
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public io.grpc.stub.StreamObserver<Req> invoke(
io.grpc.stub.StreamObserver<Resp> 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())