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
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
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
248
249
250
251
252
253
254
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
285
286
287
288
289
290
291
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
341
342
343
344
345
346
347
348
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
392
393
394
395
396
397
398
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
package service;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.38.1)",
comments = "Source: service.proto")
public final class ServiceServiceGrpc {
private ServiceServiceGrpc() {}
public static final String SERVICE_NAME = "service.ServiceService";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor<context.ContextOuterClass.Service,
context.ContextOuterClass.ServiceId> getCreateServiceMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "CreateService",
requestType = context.ContextOuterClass.Service.class,
responseType = context.ContextOuterClass.ServiceId.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<context.ContextOuterClass.Service,
context.ContextOuterClass.ServiceId> getCreateServiceMethod() {
io.grpc.MethodDescriptor<context.ContextOuterClass.Service, context.ContextOuterClass.ServiceId> getCreateServiceMethod;
if ((getCreateServiceMethod = ServiceServiceGrpc.getCreateServiceMethod) == null) {
synchronized (ServiceServiceGrpc.class) {
if ((getCreateServiceMethod = ServiceServiceGrpc.getCreateServiceMethod) == null) {
ServiceServiceGrpc.getCreateServiceMethod = getCreateServiceMethod =
io.grpc.MethodDescriptor.<context.ContextOuterClass.Service, context.ContextOuterClass.ServiceId>newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateService"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
context.ContextOuterClass.Service.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
context.ContextOuterClass.ServiceId.getDefaultInstance()))
.setSchemaDescriptor(new ServiceServiceMethodDescriptorSupplier("CreateService"))
.build();
}
}
}
return getCreateServiceMethod;
}
private static volatile io.grpc.MethodDescriptor<context.ContextOuterClass.Service,
context.ContextOuterClass.ServiceId> getUpdateServiceMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "UpdateService",
requestType = context.ContextOuterClass.Service.class,
responseType = context.ContextOuterClass.ServiceId.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<context.ContextOuterClass.Service,
context.ContextOuterClass.ServiceId> getUpdateServiceMethod() {
io.grpc.MethodDescriptor<context.ContextOuterClass.Service, context.ContextOuterClass.ServiceId> getUpdateServiceMethod;
if ((getUpdateServiceMethod = ServiceServiceGrpc.getUpdateServiceMethod) == null) {
synchronized (ServiceServiceGrpc.class) {
if ((getUpdateServiceMethod = ServiceServiceGrpc.getUpdateServiceMethod) == null) {
ServiceServiceGrpc.getUpdateServiceMethod = getUpdateServiceMethod =
io.grpc.MethodDescriptor.<context.ContextOuterClass.Service, context.ContextOuterClass.ServiceId>newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "UpdateService"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
context.ContextOuterClass.Service.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
context.ContextOuterClass.ServiceId.getDefaultInstance()))
.setSchemaDescriptor(new ServiceServiceMethodDescriptorSupplier("UpdateService"))
.build();
}
}
}
return getUpdateServiceMethod;
}
private static volatile io.grpc.MethodDescriptor<context.ContextOuterClass.ServiceId,
context.ContextOuterClass.Empty> getDeleteServiceMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "DeleteService",
requestType = context.ContextOuterClass.ServiceId.class,
responseType = context.ContextOuterClass.Empty.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<context.ContextOuterClass.ServiceId,
context.ContextOuterClass.Empty> getDeleteServiceMethod() {
io.grpc.MethodDescriptor<context.ContextOuterClass.ServiceId, context.ContextOuterClass.Empty> getDeleteServiceMethod;
if ((getDeleteServiceMethod = ServiceServiceGrpc.getDeleteServiceMethod) == null) {
synchronized (ServiceServiceGrpc.class) {
if ((getDeleteServiceMethod = ServiceServiceGrpc.getDeleteServiceMethod) == null) {
ServiceServiceGrpc.getDeleteServiceMethod = getDeleteServiceMethod =
io.grpc.MethodDescriptor.<context.ContextOuterClass.ServiceId, context.ContextOuterClass.Empty>newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "DeleteService"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
context.ContextOuterClass.ServiceId.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
context.ContextOuterClass.Empty.getDefaultInstance()))
.setSchemaDescriptor(new ServiceServiceMethodDescriptorSupplier("DeleteService"))
.build();
}
}
}
return getDeleteServiceMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static ServiceServiceStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory<ServiceServiceStub> factory =
new io.grpc.stub.AbstractStub.StubFactory<ServiceServiceStub>() {
@java.lang.Override
public ServiceServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ServiceServiceStub(channel, callOptions);
}
};
return ServiceServiceStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static ServiceServiceBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory<ServiceServiceBlockingStub> factory =
new io.grpc.stub.AbstractStub.StubFactory<ServiceServiceBlockingStub>() {
@java.lang.Override
public ServiceServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ServiceServiceBlockingStub(channel, callOptions);
}
};
return ServiceServiceBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static ServiceServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory<ServiceServiceFutureStub> factory =
new io.grpc.stub.AbstractStub.StubFactory<ServiceServiceFutureStub>() {
@java.lang.Override
public ServiceServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ServiceServiceFutureStub(channel, callOptions);
}
};
return ServiceServiceFutureStub.newStub(factory, channel);
}
/**
*/
public static abstract class ServiceServiceImplBase implements io.grpc.BindableService {
/**
*/
public void createService(context.ContextOuterClass.Service request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.ServiceId> responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateServiceMethod(), responseObserver);
}
/**
*/
public void updateService(context.ContextOuterClass.Service request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.ServiceId> responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getUpdateServiceMethod(), responseObserver);
}
/**
*/
public void deleteService(context.ContextOuterClass.ServiceId request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.Empty> responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getDeleteServiceMethod(), responseObserver);
}
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getCreateServiceMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
context.ContextOuterClass.Service,
context.ContextOuterClass.ServiceId>(
this, METHODID_CREATE_SERVICE)))
.addMethod(
getUpdateServiceMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
context.ContextOuterClass.Service,
context.ContextOuterClass.ServiceId>(
this, METHODID_UPDATE_SERVICE)))
.addMethod(
getDeleteServiceMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
context.ContextOuterClass.ServiceId,
context.ContextOuterClass.Empty>(
this, METHODID_DELETE_SERVICE)))
.build();
}
}
/**
*/
public static final class ServiceServiceStub extends io.grpc.stub.AbstractAsyncStub<ServiceServiceStub> {
private ServiceServiceStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected ServiceServiceStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ServiceServiceStub(channel, callOptions);
}
/**
*/
public void createService(context.ContextOuterClass.Service request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.ServiceId> responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getCreateServiceMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void updateService(context.ContextOuterClass.Service request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.ServiceId> responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getUpdateServiceMethod(), getCallOptions()), request, responseObserver);
}
/**
*/
public void deleteService(context.ContextOuterClass.ServiceId request,
io.grpc.stub.StreamObserver<context.ContextOuterClass.Empty> responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getDeleteServiceMethod(), getCallOptions()), request, responseObserver);
}
}
/**
*/
public static final class ServiceServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<ServiceServiceBlockingStub> {
private ServiceServiceBlockingStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected ServiceServiceBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ServiceServiceBlockingStub(channel, callOptions);
}
/**
*/
public context.ContextOuterClass.ServiceId createService(context.ContextOuterClass.Service request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getCreateServiceMethod(), getCallOptions(), request);
}
/**
*/
public context.ContextOuterClass.ServiceId updateService(context.ContextOuterClass.Service request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getUpdateServiceMethod(), getCallOptions(), request);
}
/**
*/
public context.ContextOuterClass.Empty deleteService(context.ContextOuterClass.ServiceId request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getDeleteServiceMethod(), getCallOptions(), request);
}
}
/**
*/
public static final class ServiceServiceFutureStub extends io.grpc.stub.AbstractFutureStub<ServiceServiceFutureStub> {
private ServiceServiceFutureStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected ServiceServiceFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new ServiceServiceFutureStub(channel, callOptions);
}
/**
*/
public com.google.common.util.concurrent.ListenableFuture<context.ContextOuterClass.ServiceId> createService(
context.ContextOuterClass.Service request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getCreateServiceMethod(), getCallOptions()), request);
}
/**
*/
public com.google.common.util.concurrent.ListenableFuture<context.ContextOuterClass.ServiceId> updateService(
context.ContextOuterClass.Service request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getUpdateServiceMethod(), getCallOptions()), request);
}
/**
*/
public com.google.common.util.concurrent.ListenableFuture<context.ContextOuterClass.Empty> deleteService(
context.ContextOuterClass.ServiceId request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getDeleteServiceMethod(), getCallOptions()), request);
}
}
private static final int METHODID_CREATE_SERVICE = 0;
private static final int METHODID_UPDATE_SERVICE = 1;
private static final int METHODID_DELETE_SERVICE = 2;
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 ServiceServiceImplBase serviceImpl;
private final int methodId;
MethodHandlers(ServiceServiceImplBase 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_CREATE_SERVICE:
serviceImpl.createService((context.ContextOuterClass.Service) request,
(io.grpc.stub.StreamObserver<context.ContextOuterClass.ServiceId>) responseObserver);
break;
case METHODID_UPDATE_SERVICE:
serviceImpl.updateService((context.ContextOuterClass.Service) request,
(io.grpc.stub.StreamObserver<context.ContextOuterClass.ServiceId>) responseObserver);
break;
case METHODID_DELETE_SERVICE:
serviceImpl.deleteService((context.ContextOuterClass.ServiceId) request,
(io.grpc.stub.StreamObserver<context.ContextOuterClass.Empty>) responseObserver);
break;
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 ServiceServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
ServiceServiceBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return service.Service.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("ServiceService");
}
}
private static final class ServiceServiceFileDescriptorSupplier
extends ServiceServiceBaseDescriptorSupplier {
ServiceServiceFileDescriptorSupplier() {}
}
private static final class ServiceServiceMethodDescriptorSupplier
extends ServiceServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
ServiceServiceMethodDescriptorSupplier(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 (ServiceServiceGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new ServiceServiceFileDescriptorSupplier())
.addMethod(getCreateServiceMethod())
.addMethod(getUpdateServiceMethod())
.addMethod(getDeleteServiceMethod())
.build();
}
}
}
return result;
}
}