1
2
3
4 package com.pingcap.tidb.tipb;
5
6 public final class Metadata {
7 private Metadata() {}
8 public static void registerAllExtensions(
9 com.google.protobuf.ExtensionRegistryLite registry) {
10 }
11
12 public static void registerAllExtensions(
13 com.google.protobuf.ExtensionRegistry registry) {
14 registerAllExtensions(
15 (com.google.protobuf.ExtensionRegistryLite) registry);
16 }
17 static final com.google.protobuf.Descriptors.Descriptor
18 internal_static_tipb_InUnionMetadata_descriptor;
19 static final
20 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
21 internal_static_tipb_InUnionMetadata_fieldAccessorTable;
22 static final com.google.protobuf.Descriptors.Descriptor
23 internal_static_tipb_CompareInMetadata_descriptor;
24 static final
25 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
26 internal_static_tipb_CompareInMetadata_fieldAccessorTable;
27
28 public static com.google.protobuf.Descriptors.FileDescriptor
29 getDescriptor() {
30 return descriptor;
31 }
32 private static com.google.protobuf.Descriptors.FileDescriptor
33 descriptor;
34 static {
35 java.lang.String[] descriptorData = {
36 "\n\016metadata.proto\022\004tipb\032\024gogoproto/gogo.p" +
37 "roto\")\n\017InUnionMetadata\022\026\n\010in_union\030\001 \002(" +
38 "\010B\004\310\336\037\000\";\n\021CompareInMetadata\022\026\n\010has_null" +
39 "\030\001 \002(\010B\004\310\336\037\000\022\016\n\006consts\030\002 \001(\014B%\n\025com.ping" +
40 "cap.tidb.tipbP\001\310\342\036\001\340\342\036\001\320\342\036\001"
41 };
42 descriptor = com.google.protobuf.Descriptors.FileDescriptor
43 .internalBuildGeneratedFileFrom(descriptorData,
44 new com.google.protobuf.Descriptors.FileDescriptor[] {
45 com.google.protobuf.GoGoProtos.getDescriptor(),
46 });
47 internal_static_tipb_InUnionMetadata_descriptor =
48 getDescriptor().getMessageTypes().get(0);
49 internal_static_tipb_InUnionMetadata_fieldAccessorTable = new
50 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
51 internal_static_tipb_InUnionMetadata_descriptor,
52 new java.lang.String[] { "InUnion", });
53 internal_static_tipb_CompareInMetadata_descriptor =
54 getDescriptor().getMessageTypes().get(1);
55 internal_static_tipb_CompareInMetadata_fieldAccessorTable = new
56 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
57 internal_static_tipb_CompareInMetadata_descriptor,
58 new java.lang.String[] { "HasNull", "Consts", });
59 com.google.protobuf.ExtensionRegistry registry =
60 com.google.protobuf.ExtensionRegistry.newInstance();
61 registry.add(com.google.protobuf.GoGoProtos.marshalerAll);
62 registry.add(com.google.protobuf.GoGoProtos.nullable);
63 registry.add(com.google.protobuf.GoGoProtos.sizerAll);
64 registry.add(com.google.protobuf.GoGoProtos.unmarshalerAll);
65 com.google.protobuf.Descriptors.FileDescriptor
66 .internalUpdateFileDescriptor(descriptor, registry);
67 com.google.protobuf.GoGoProtos.getDescriptor();
68 }
69
70
71 }