aboutsummaryrefslogtreecommitdiff
path: root/services/src/generated/main/java/io/grpc/binarylog/BinaryLogProto.java
blob: f493a500fa61a0f63c47e5d1379c118149d46645 (plain)
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
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: io/grpc/binarylog.proto

package io.grpc.binarylog;

public final class BinaryLogProto {
  private BinaryLogProto() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_grpc_binarylog_v1alpha_GrpcLogEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grpc_binarylog_v1alpha_GrpcLogEntry_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_grpc_binarylog_v1alpha_Message_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grpc_binarylog_v1alpha_Message_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_grpc_binarylog_v1alpha_Metadata_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grpc_binarylog_v1alpha_Metadata_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_grpc_binarylog_v1alpha_MetadataEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grpc_binarylog_v1alpha_MetadataEntry_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_grpc_binarylog_v1alpha_Peer_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grpc_binarylog_v1alpha_Peer_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_grpc_binarylog_v1alpha_Uint128_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grpc_binarylog_v1alpha_Uint128_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\027io/grpc/binarylog.proto\022\026grpc.binarylo" +
      "g.v1alpha\"\224\004\n\014GrpcLogEntry\0227\n\004type\030\001 \001(\016" +
      "2).grpc.binarylog.v1alpha.GrpcLogEntry.T" +
      "ype\022;\n\006logger\030\002 \001(\0162+.grpc.binarylog.v1a" +
      "lpha.GrpcLogEntry.Logger\0220\n\007call_id\030\003 \001(" +
      "\0132\037.grpc.binarylog.v1alpha.Uint128\0224\n\010me" +
      "tadata\030\004 \001(\0132 .grpc.binarylog.v1alpha.Me" +
      "tadataH\000\0222\n\007message\030\005 \001(\0132\037.grpc.binaryl" +
      "og.v1alpha.MessageH\000\022*\n\004peer\030\006 \001(\0132\034.grp" +
      "c.binarylog.v1alpha.Peer\"\230\001\n\004Type\022\031\n\025SEN" +
      "D_INITIAL_METADATA\020\000\022\032\n\026SEND_TRAILING_ME" +
      "TADATA\020\001\022\020\n\014SEND_MESSAGE\020\002\022\031\n\025RECV_INITI" +
      "AL_METADATA\020\003\022\032\n\026RECV_TRAILING_METADATA\020" +
      "\004\022\020\n\014RECV_MESSAGE\020\005\" \n\006Logger\022\n\n\006CLIENT\020" +
      "\000\022\n\n\006SERVER\020\001B\t\n\007payload\"6\n\007Message\022\r\n\005f" +
      "lags\030\001 \001(\r\022\016\n\006length\030\002 \001(\r\022\014\n\004data\030\003 \001(\014" +
      "\"@\n\010Metadata\0224\n\005entry\030\001 \003(\0132%.grpc.binar" +
      "ylog.v1alpha.MetadataEntry\"+\n\rMetadataEn" +
      "try\022\013\n\003key\030\001 \001(\t\022\r\n\005value\030\002 \001(\014\"\207\001\n\004Peer" +
      "\0228\n\tpeer_type\030\001 \001(\0162%.grpc.binarylog.v1a" +
      "lpha.Peer.PeerType\022\014\n\004peer\030\002 \001(\014\"7\n\010Peer" +
      "Type\022\r\n\tPEER_IPV4\020\000\022\r\n\tPEER_IPV6\020\001\022\r\n\tPE" +
      "ER_UNIX\020\002\"$\n\007Uint128\022\014\n\004high\030\001 \001(\006\022\013\n\003lo" +
      "w\030\002 \001(\006B%\n\021io.grpc.binarylogB\016BinaryLogP" +
      "rotoP\001b\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        }, assigner);
    internal_static_grpc_binarylog_v1alpha_GrpcLogEntry_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_grpc_binarylog_v1alpha_GrpcLogEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_grpc_binarylog_v1alpha_GrpcLogEntry_descriptor,
        new java.lang.String[] { "Type", "Logger", "CallId", "Metadata", "Message", "Peer", "Payload", });
    internal_static_grpc_binarylog_v1alpha_Message_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_grpc_binarylog_v1alpha_Message_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_grpc_binarylog_v1alpha_Message_descriptor,
        new java.lang.String[] { "Flags", "Length", "Data", });
    internal_static_grpc_binarylog_v1alpha_Metadata_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_grpc_binarylog_v1alpha_Metadata_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_grpc_binarylog_v1alpha_Metadata_descriptor,
        new java.lang.String[] { "Entry", });
    internal_static_grpc_binarylog_v1alpha_MetadataEntry_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_grpc_binarylog_v1alpha_MetadataEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_grpc_binarylog_v1alpha_MetadataEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    internal_static_grpc_binarylog_v1alpha_Peer_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_grpc_binarylog_v1alpha_Peer_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_grpc_binarylog_v1alpha_Peer_descriptor,
        new java.lang.String[] { "PeerType", "Peer", });
    internal_static_grpc_binarylog_v1alpha_Uint128_descriptor =
      getDescriptor().getMessageTypes().get(5);
    internal_static_grpc_binarylog_v1alpha_Uint128_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_grpc_binarylog_v1alpha_Uint128_descriptor,
        new java.lang.String[] { "High", "Low", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}