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
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: service.proto
package service;
public final class Service {
private Service() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\rservice.proto\022\007service\032\rcontext.proto2" +
"\271\001\n\016ServiceService\0227\n\rCreateService\022\020.co" +
"ntext.Service\032\022.context.ServiceId\"\000\0227\n\rU" +
"pdateService\022\020.context.Service\032\022.context" +
".ServiceId\"\000\0225\n\rDeleteService\022\022.context." +
"ServiceId\032\016.context.Empty\"\000b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
context.ContextOuterClass.getDescriptor(),
});
context.ContextOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}