1# Generated by the protocol buffer compiler.  DO NOT EDIT!
2# source: opencensus/proto/metrics/v1/metrics.proto
3
4import sys
5_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
6from google.protobuf import descriptor as _descriptor
7from google.protobuf import message as _message
8from google.protobuf import reflection as _reflection
9from google.protobuf import symbol_database as _symbol_database
10# @@protoc_insertion_point(imports)
11
12_sym_db = _symbol_database.Default()
13
14
15from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
16from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
17from opencensus.proto.resource.v1 import resource_pb2 as opencensus_dot_proto_dot_resource_dot_v1_dot_resource__pb2
18
19
20DESCRIPTOR = _descriptor.FileDescriptor(
21  name='opencensus/proto/metrics/v1/metrics.proto',
22  package='opencensus.proto.metrics.v1',
23  syntax='proto3',
24  serialized_options=_b('\n\036io.opencensus.proto.metrics.v1B\014MetricsProtoP\001ZDgithub.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1\352\002\033OpenCensus.Proto.Metrics.V1'),
25  serialized_pb=_b('\n)opencensus/proto/metrics/v1/metrics.proto\x12\x1bopencensus.proto.metrics.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a+opencensus/proto/resource/v1/resource.proto\"\xc9\x01\n\x06Metric\x12H\n\x11metric_descriptor\x18\x01 \x01(\x0b\x32-.opencensus.proto.metrics.v1.MetricDescriptor\x12;\n\ntimeseries\x18\x02 \x03(\x0b\x32\'.opencensus.proto.metrics.v1.TimeSeries\x12\x38\n\x08resource\x18\x03 \x01(\x0b\x32&.opencensus.proto.resource.v1.Resource\"\xec\x02\n\x10MetricDescriptor\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0c\n\x04unit\x18\x03 \x01(\t\x12@\n\x04type\x18\x04 \x01(\x0e\x32\x32.opencensus.proto.metrics.v1.MetricDescriptor.Type\x12\x39\n\nlabel_keys\x18\x05 \x03(\x0b\x32%.opencensus.proto.metrics.v1.LabelKey\"\xa9\x01\n\x04Type\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0f\n\x0bGAUGE_INT64\x10\x01\x12\x10\n\x0cGAUGE_DOUBLE\x10\x02\x12\x16\n\x12GAUGE_DISTRIBUTION\x10\x03\x12\x14\n\x10\x43UMULATIVE_INT64\x10\x04\x12\x15\n\x11\x43UMULATIVE_DOUBLE\x10\x05\x12\x1b\n\x17\x43UMULATIVE_DISTRIBUTION\x10\x06\x12\x0b\n\x07SUMMARY\x10\x07\",\n\x08LabelKey\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\"\xb4\x01\n\nTimeSeries\x12\x33\n\x0fstart_timestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12=\n\x0clabel_values\x18\x02 \x03(\x0b\x32\'.opencensus.proto.metrics.v1.LabelValue\x12\x32\n\x06points\x18\x03 \x03(\x0b\x32\".opencensus.proto.metrics.v1.Point\".\n\nLabelValue\x12\r\n\x05value\x18\x01 \x01(\t\x12\x11\n\thas_value\x18\x02 \x01(\x08\"\x80\x02\n\x05Point\x12-\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x15\n\x0bint64_value\x18\x02 \x01(\x03H\x00\x12\x16\n\x0c\x64ouble_value\x18\x03 \x01(\x01H\x00\x12L\n\x12\x64istribution_value\x18\x04 \x01(\x0b\x32..opencensus.proto.metrics.v1.DistributionValueH\x00\x12\x42\n\rsummary_value\x18\x05 \x01(\x0b\x32).opencensus.proto.metrics.v1.SummaryValueH\x00\x42\x07\n\x05value\"\xc2\x05\n\x11\x44istributionValue\x12\r\n\x05\x63ount\x18\x01 \x01(\x03\x12\x0b\n\x03sum\x18\x02 \x01(\x01\x12 \n\x18sum_of_squared_deviation\x18\x03 \x01(\x01\x12T\n\x0e\x62ucket_options\x18\x04 \x01(\x0b\x32<.opencensus.proto.metrics.v1.DistributionValue.BucketOptions\x12\x46\n\x07\x62uckets\x18\x05 \x03(\x0b\x32\x35.opencensus.proto.metrics.v1.DistributionValue.Bucket\x1a\x8e\x01\n\rBucketOptions\x12Y\n\x08\x65xplicit\x18\x01 \x01(\x0b\x32\x45.opencensus.proto.metrics.v1.DistributionValue.BucketOptions.ExplicitH\x00\x1a\x1a\n\x08\x45xplicit\x12\x0e\n\x06\x62ounds\x18\x01 \x03(\x01\x42\x06\n\x04type\x1a\x62\n\x06\x42ucket\x12\r\n\x05\x63ount\x18\x01 \x01(\x03\x12I\n\x08\x65xemplar\x18\x02 \x01(\x0b\x32\x37.opencensus.proto.metrics.v1.DistributionValue.Exemplar\x1a\xdb\x01\n\x08\x45xemplar\x12\r\n\x05value\x18\x01 \x01(\x01\x12-\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12]\n\x0b\x61ttachments\x18\x03 \x03(\x0b\x32H.opencensus.proto.metrics.v1.DistributionValue.Exemplar.AttachmentsEntry\x1a\x32\n\x10\x41ttachmentsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xa8\x03\n\x0cSummaryValue\x12*\n\x05\x63ount\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12)\n\x03sum\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x44\n\x08snapshot\x18\x03 \x01(\x0b\x32\x32.opencensus.proto.metrics.v1.SummaryValue.Snapshot\x1a\xfa\x01\n\x08Snapshot\x12*\n\x05\x63ount\x18\x01 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12)\n\x03sum\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12_\n\x11percentile_values\x18\x03 \x03(\x0b\x32\x44.opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile\x1a\x36\n\x11ValueAtPercentile\x12\x12\n\npercentile\x18\x01 \x01(\x01\x12\r\n\x05value\x18\x02 \x01(\x01\x42\x94\x01\n\x1eio.opencensus.proto.metrics.v1B\x0cMetricsProtoP\x01ZDgithub.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1\xea\x02\x1bOpenCensus.Proto.Metrics.V1b\x06proto3')
26  ,
27  dependencies=[google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_wrappers__pb2.DESCRIPTOR,opencensus_dot_proto_dot_resource_dot_v1_dot_resource__pb2.DESCRIPTOR,])
28
29
30
31_METRICDESCRIPTOR_TYPE = _descriptor.EnumDescriptor(
32  name='Type',
33  full_name='opencensus.proto.metrics.v1.MetricDescriptor.Type',
34  filename=None,
35  file=DESCRIPTOR,
36  values=[
37    _descriptor.EnumValueDescriptor(
38      name='UNSPECIFIED', index=0, number=0,
39      serialized_options=None,
40      type=None),
41    _descriptor.EnumValueDescriptor(
42      name='GAUGE_INT64', index=1, number=1,
43      serialized_options=None,
44      type=None),
45    _descriptor.EnumValueDescriptor(
46      name='GAUGE_DOUBLE', index=2, number=2,
47      serialized_options=None,
48      type=None),
49    _descriptor.EnumValueDescriptor(
50      name='GAUGE_DISTRIBUTION', index=3, number=3,
51      serialized_options=None,
52      type=None),
53    _descriptor.EnumValueDescriptor(
54      name='CUMULATIVE_INT64', index=4, number=4,
55      serialized_options=None,
56      type=None),
57    _descriptor.EnumValueDescriptor(
58      name='CUMULATIVE_DOUBLE', index=5, number=5,
59      serialized_options=None,
60      type=None),
61    _descriptor.EnumValueDescriptor(
62      name='CUMULATIVE_DISTRIBUTION', index=6, number=6,
63      serialized_options=None,
64      type=None),
65    _descriptor.EnumValueDescriptor(
66      name='SUMMARY', index=7, number=7,
67      serialized_options=None,
68      type=None),
69  ],
70  containing_type=None,
71  serialized_options=None,
72  serialized_start=584,
73  serialized_end=753,
74)
75_sym_db.RegisterEnumDescriptor(_METRICDESCRIPTOR_TYPE)
76
77
78_METRIC = _descriptor.Descriptor(
79  name='Metric',
80  full_name='opencensus.proto.metrics.v1.Metric',
81  filename=None,
82  file=DESCRIPTOR,
83  containing_type=None,
84  fields=[
85    _descriptor.FieldDescriptor(
86      name='metric_descriptor', full_name='opencensus.proto.metrics.v1.Metric.metric_descriptor', index=0,
87      number=1, type=11, cpp_type=10, label=1,
88      has_default_value=False, default_value=None,
89      message_type=None, enum_type=None, containing_type=None,
90      is_extension=False, extension_scope=None,
91      serialized_options=None, file=DESCRIPTOR),
92    _descriptor.FieldDescriptor(
93      name='timeseries', full_name='opencensus.proto.metrics.v1.Metric.timeseries', index=1,
94      number=2, type=11, cpp_type=10, label=3,
95      has_default_value=False, default_value=[],
96      message_type=None, enum_type=None, containing_type=None,
97      is_extension=False, extension_scope=None,
98      serialized_options=None, file=DESCRIPTOR),
99    _descriptor.FieldDescriptor(
100      name='resource', full_name='opencensus.proto.metrics.v1.Metric.resource', index=2,
101      number=3, type=11, cpp_type=10, label=1,
102      has_default_value=False, default_value=None,
103      message_type=None, enum_type=None, containing_type=None,
104      is_extension=False, extension_scope=None,
105      serialized_options=None, file=DESCRIPTOR),
106  ],
107  extensions=[
108  ],
109  nested_types=[],
110  enum_types=[
111  ],
112  serialized_options=None,
113  is_extendable=False,
114  syntax='proto3',
115  extension_ranges=[],
116  oneofs=[
117  ],
118  serialized_start=185,
119  serialized_end=386,
120)
121
122
123_METRICDESCRIPTOR = _descriptor.Descriptor(
124  name='MetricDescriptor',
125  full_name='opencensus.proto.metrics.v1.MetricDescriptor',
126  filename=None,
127  file=DESCRIPTOR,
128  containing_type=None,
129  fields=[
130    _descriptor.FieldDescriptor(
131      name='name', full_name='opencensus.proto.metrics.v1.MetricDescriptor.name', index=0,
132      number=1, type=9, cpp_type=9, label=1,
133      has_default_value=False, default_value=_b("").decode('utf-8'),
134      message_type=None, enum_type=None, containing_type=None,
135      is_extension=False, extension_scope=None,
136      serialized_options=None, file=DESCRIPTOR),
137    _descriptor.FieldDescriptor(
138      name='description', full_name='opencensus.proto.metrics.v1.MetricDescriptor.description', index=1,
139      number=2, type=9, cpp_type=9, label=1,
140      has_default_value=False, default_value=_b("").decode('utf-8'),
141      message_type=None, enum_type=None, containing_type=None,
142      is_extension=False, extension_scope=None,
143      serialized_options=None, file=DESCRIPTOR),
144    _descriptor.FieldDescriptor(
145      name='unit', full_name='opencensus.proto.metrics.v1.MetricDescriptor.unit', index=2,
146      number=3, type=9, cpp_type=9, label=1,
147      has_default_value=False, default_value=_b("").decode('utf-8'),
148      message_type=None, enum_type=None, containing_type=None,
149      is_extension=False, extension_scope=None,
150      serialized_options=None, file=DESCRIPTOR),
151    _descriptor.FieldDescriptor(
152      name='type', full_name='opencensus.proto.metrics.v1.MetricDescriptor.type', index=3,
153      number=4, type=14, cpp_type=8, label=1,
154      has_default_value=False, default_value=0,
155      message_type=None, enum_type=None, containing_type=None,
156      is_extension=False, extension_scope=None,
157      serialized_options=None, file=DESCRIPTOR),
158    _descriptor.FieldDescriptor(
159      name='label_keys', full_name='opencensus.proto.metrics.v1.MetricDescriptor.label_keys', index=4,
160      number=5, type=11, cpp_type=10, label=3,
161      has_default_value=False, default_value=[],
162      message_type=None, enum_type=None, containing_type=None,
163      is_extension=False, extension_scope=None,
164      serialized_options=None, file=DESCRIPTOR),
165  ],
166  extensions=[
167  ],
168  nested_types=[],
169  enum_types=[
170    _METRICDESCRIPTOR_TYPE,
171  ],
172  serialized_options=None,
173  is_extendable=False,
174  syntax='proto3',
175  extension_ranges=[],
176  oneofs=[
177  ],
178  serialized_start=389,
179  serialized_end=753,
180)
181
182
183_LABELKEY = _descriptor.Descriptor(
184  name='LabelKey',
185  full_name='opencensus.proto.metrics.v1.LabelKey',
186  filename=None,
187  file=DESCRIPTOR,
188  containing_type=None,
189  fields=[
190    _descriptor.FieldDescriptor(
191      name='key', full_name='opencensus.proto.metrics.v1.LabelKey.key', index=0,
192      number=1, type=9, cpp_type=9, label=1,
193      has_default_value=False, default_value=_b("").decode('utf-8'),
194      message_type=None, enum_type=None, containing_type=None,
195      is_extension=False, extension_scope=None,
196      serialized_options=None, file=DESCRIPTOR),
197    _descriptor.FieldDescriptor(
198      name='description', full_name='opencensus.proto.metrics.v1.LabelKey.description', index=1,
199      number=2, type=9, cpp_type=9, label=1,
200      has_default_value=False, default_value=_b("").decode('utf-8'),
201      message_type=None, enum_type=None, containing_type=None,
202      is_extension=False, extension_scope=None,
203      serialized_options=None, file=DESCRIPTOR),
204  ],
205  extensions=[
206  ],
207  nested_types=[],
208  enum_types=[
209  ],
210  serialized_options=None,
211  is_extendable=False,
212  syntax='proto3',
213  extension_ranges=[],
214  oneofs=[
215  ],
216  serialized_start=755,
217  serialized_end=799,
218)
219
220
221_TIMESERIES = _descriptor.Descriptor(
222  name='TimeSeries',
223  full_name='opencensus.proto.metrics.v1.TimeSeries',
224  filename=None,
225  file=DESCRIPTOR,
226  containing_type=None,
227  fields=[
228    _descriptor.FieldDescriptor(
229      name='start_timestamp', full_name='opencensus.proto.metrics.v1.TimeSeries.start_timestamp', index=0,
230      number=1, type=11, cpp_type=10, label=1,
231      has_default_value=False, default_value=None,
232      message_type=None, enum_type=None, containing_type=None,
233      is_extension=False, extension_scope=None,
234      serialized_options=None, file=DESCRIPTOR),
235    _descriptor.FieldDescriptor(
236      name='label_values', full_name='opencensus.proto.metrics.v1.TimeSeries.label_values', index=1,
237      number=2, type=11, cpp_type=10, label=3,
238      has_default_value=False, default_value=[],
239      message_type=None, enum_type=None, containing_type=None,
240      is_extension=False, extension_scope=None,
241      serialized_options=None, file=DESCRIPTOR),
242    _descriptor.FieldDescriptor(
243      name='points', full_name='opencensus.proto.metrics.v1.TimeSeries.points', index=2,
244      number=3, type=11, cpp_type=10, label=3,
245      has_default_value=False, default_value=[],
246      message_type=None, enum_type=None, containing_type=None,
247      is_extension=False, extension_scope=None,
248      serialized_options=None, file=DESCRIPTOR),
249  ],
250  extensions=[
251  ],
252  nested_types=[],
253  enum_types=[
254  ],
255  serialized_options=None,
256  is_extendable=False,
257  syntax='proto3',
258  extension_ranges=[],
259  oneofs=[
260  ],
261  serialized_start=802,
262  serialized_end=982,
263)
264
265
266_LABELVALUE = _descriptor.Descriptor(
267  name='LabelValue',
268  full_name='opencensus.proto.metrics.v1.LabelValue',
269  filename=None,
270  file=DESCRIPTOR,
271  containing_type=None,
272  fields=[
273    _descriptor.FieldDescriptor(
274      name='value', full_name='opencensus.proto.metrics.v1.LabelValue.value', index=0,
275      number=1, type=9, cpp_type=9, label=1,
276      has_default_value=False, default_value=_b("").decode('utf-8'),
277      message_type=None, enum_type=None, containing_type=None,
278      is_extension=False, extension_scope=None,
279      serialized_options=None, file=DESCRIPTOR),
280    _descriptor.FieldDescriptor(
281      name='has_value', full_name='opencensus.proto.metrics.v1.LabelValue.has_value', index=1,
282      number=2, type=8, cpp_type=7, label=1,
283      has_default_value=False, default_value=False,
284      message_type=None, enum_type=None, containing_type=None,
285      is_extension=False, extension_scope=None,
286      serialized_options=None, file=DESCRIPTOR),
287  ],
288  extensions=[
289  ],
290  nested_types=[],
291  enum_types=[
292  ],
293  serialized_options=None,
294  is_extendable=False,
295  syntax='proto3',
296  extension_ranges=[],
297  oneofs=[
298  ],
299  serialized_start=984,
300  serialized_end=1030,
301)
302
303
304_POINT = _descriptor.Descriptor(
305  name='Point',
306  full_name='opencensus.proto.metrics.v1.Point',
307  filename=None,
308  file=DESCRIPTOR,
309  containing_type=None,
310  fields=[
311    _descriptor.FieldDescriptor(
312      name='timestamp', full_name='opencensus.proto.metrics.v1.Point.timestamp', index=0,
313      number=1, type=11, cpp_type=10, label=1,
314      has_default_value=False, default_value=None,
315      message_type=None, enum_type=None, containing_type=None,
316      is_extension=False, extension_scope=None,
317      serialized_options=None, file=DESCRIPTOR),
318    _descriptor.FieldDescriptor(
319      name='int64_value', full_name='opencensus.proto.metrics.v1.Point.int64_value', index=1,
320      number=2, type=3, cpp_type=2, label=1,
321      has_default_value=False, default_value=0,
322      message_type=None, enum_type=None, containing_type=None,
323      is_extension=False, extension_scope=None,
324      serialized_options=None, file=DESCRIPTOR),
325    _descriptor.FieldDescriptor(
326      name='double_value', full_name='opencensus.proto.metrics.v1.Point.double_value', index=2,
327      number=3, type=1, cpp_type=5, label=1,
328      has_default_value=False, default_value=float(0),
329      message_type=None, enum_type=None, containing_type=None,
330      is_extension=False, extension_scope=None,
331      serialized_options=None, file=DESCRIPTOR),
332    _descriptor.FieldDescriptor(
333      name='distribution_value', full_name='opencensus.proto.metrics.v1.Point.distribution_value', index=3,
334      number=4, type=11, cpp_type=10, label=1,
335      has_default_value=False, default_value=None,
336      message_type=None, enum_type=None, containing_type=None,
337      is_extension=False, extension_scope=None,
338      serialized_options=None, file=DESCRIPTOR),
339    _descriptor.FieldDescriptor(
340      name='summary_value', full_name='opencensus.proto.metrics.v1.Point.summary_value', index=4,
341      number=5, type=11, cpp_type=10, label=1,
342      has_default_value=False, default_value=None,
343      message_type=None, enum_type=None, containing_type=None,
344      is_extension=False, extension_scope=None,
345      serialized_options=None, file=DESCRIPTOR),
346  ],
347  extensions=[
348  ],
349  nested_types=[],
350  enum_types=[
351  ],
352  serialized_options=None,
353  is_extendable=False,
354  syntax='proto3',
355  extension_ranges=[],
356  oneofs=[
357    _descriptor.OneofDescriptor(
358      name='value', full_name='opencensus.proto.metrics.v1.Point.value',
359      index=0, containing_type=None, fields=[]),
360  ],
361  serialized_start=1033,
362  serialized_end=1289,
363)
364
365
366_DISTRIBUTIONVALUE_BUCKETOPTIONS_EXPLICIT = _descriptor.Descriptor(
367  name='Explicit',
368  full_name='opencensus.proto.metrics.v1.DistributionValue.BucketOptions.Explicit',
369  filename=None,
370  file=DESCRIPTOR,
371  containing_type=None,
372  fields=[
373    _descriptor.FieldDescriptor(
374      name='bounds', full_name='opencensus.proto.metrics.v1.DistributionValue.BucketOptions.Explicit.bounds', index=0,
375      number=1, type=1, cpp_type=5, label=3,
376      has_default_value=False, default_value=[],
377      message_type=None, enum_type=None, containing_type=None,
378      is_extension=False, extension_scope=None,
379      serialized_options=None, file=DESCRIPTOR),
380  ],
381  extensions=[
382  ],
383  nested_types=[],
384  enum_types=[
385  ],
386  serialized_options=None,
387  is_extendable=False,
388  syntax='proto3',
389  extension_ranges=[],
390  oneofs=[
391  ],
392  serialized_start=1642,
393  serialized_end=1668,
394)
395
396_DISTRIBUTIONVALUE_BUCKETOPTIONS = _descriptor.Descriptor(
397  name='BucketOptions',
398  full_name='opencensus.proto.metrics.v1.DistributionValue.BucketOptions',
399  filename=None,
400  file=DESCRIPTOR,
401  containing_type=None,
402  fields=[
403    _descriptor.FieldDescriptor(
404      name='explicit', full_name='opencensus.proto.metrics.v1.DistributionValue.BucketOptions.explicit', index=0,
405      number=1, type=11, cpp_type=10, label=1,
406      has_default_value=False, default_value=None,
407      message_type=None, enum_type=None, containing_type=None,
408      is_extension=False, extension_scope=None,
409      serialized_options=None, file=DESCRIPTOR),
410  ],
411  extensions=[
412  ],
413  nested_types=[_DISTRIBUTIONVALUE_BUCKETOPTIONS_EXPLICIT, ],
414  enum_types=[
415  ],
416  serialized_options=None,
417  is_extendable=False,
418  syntax='proto3',
419  extension_ranges=[],
420  oneofs=[
421    _descriptor.OneofDescriptor(
422      name='type', full_name='opencensus.proto.metrics.v1.DistributionValue.BucketOptions.type',
423      index=0, containing_type=None, fields=[]),
424  ],
425  serialized_start=1534,
426  serialized_end=1676,
427)
428
429_DISTRIBUTIONVALUE_BUCKET = _descriptor.Descriptor(
430  name='Bucket',
431  full_name='opencensus.proto.metrics.v1.DistributionValue.Bucket',
432  filename=None,
433  file=DESCRIPTOR,
434  containing_type=None,
435  fields=[
436    _descriptor.FieldDescriptor(
437      name='count', full_name='opencensus.proto.metrics.v1.DistributionValue.Bucket.count', index=0,
438      number=1, type=3, cpp_type=2, label=1,
439      has_default_value=False, default_value=0,
440      message_type=None, enum_type=None, containing_type=None,
441      is_extension=False, extension_scope=None,
442      serialized_options=None, file=DESCRIPTOR),
443    _descriptor.FieldDescriptor(
444      name='exemplar', full_name='opencensus.proto.metrics.v1.DistributionValue.Bucket.exemplar', index=1,
445      number=2, type=11, cpp_type=10, label=1,
446      has_default_value=False, default_value=None,
447      message_type=None, enum_type=None, containing_type=None,
448      is_extension=False, extension_scope=None,
449      serialized_options=None, file=DESCRIPTOR),
450  ],
451  extensions=[
452  ],
453  nested_types=[],
454  enum_types=[
455  ],
456  serialized_options=None,
457  is_extendable=False,
458  syntax='proto3',
459  extension_ranges=[],
460  oneofs=[
461  ],
462  serialized_start=1678,
463  serialized_end=1776,
464)
465
466_DISTRIBUTIONVALUE_EXEMPLAR_ATTACHMENTSENTRY = _descriptor.Descriptor(
467  name='AttachmentsEntry',
468  full_name='opencensus.proto.metrics.v1.DistributionValue.Exemplar.AttachmentsEntry',
469  filename=None,
470  file=DESCRIPTOR,
471  containing_type=None,
472  fields=[
473    _descriptor.FieldDescriptor(
474      name='key', full_name='opencensus.proto.metrics.v1.DistributionValue.Exemplar.AttachmentsEntry.key', index=0,
475      number=1, type=9, cpp_type=9, label=1,
476      has_default_value=False, default_value=_b("").decode('utf-8'),
477      message_type=None, enum_type=None, containing_type=None,
478      is_extension=False, extension_scope=None,
479      serialized_options=None, file=DESCRIPTOR),
480    _descriptor.FieldDescriptor(
481      name='value', full_name='opencensus.proto.metrics.v1.DistributionValue.Exemplar.AttachmentsEntry.value', index=1,
482      number=2, type=9, cpp_type=9, label=1,
483      has_default_value=False, default_value=_b("").decode('utf-8'),
484      message_type=None, enum_type=None, containing_type=None,
485      is_extension=False, extension_scope=None,
486      serialized_options=None, file=DESCRIPTOR),
487  ],
488  extensions=[
489  ],
490  nested_types=[],
491  enum_types=[
492  ],
493  serialized_options=_b('8\001'),
494  is_extendable=False,
495  syntax='proto3',
496  extension_ranges=[],
497  oneofs=[
498  ],
499  serialized_start=1948,
500  serialized_end=1998,
501)
502
503_DISTRIBUTIONVALUE_EXEMPLAR = _descriptor.Descriptor(
504  name='Exemplar',
505  full_name='opencensus.proto.metrics.v1.DistributionValue.Exemplar',
506  filename=None,
507  file=DESCRIPTOR,
508  containing_type=None,
509  fields=[
510    _descriptor.FieldDescriptor(
511      name='value', full_name='opencensus.proto.metrics.v1.DistributionValue.Exemplar.value', index=0,
512      number=1, type=1, cpp_type=5, label=1,
513      has_default_value=False, default_value=float(0),
514      message_type=None, enum_type=None, containing_type=None,
515      is_extension=False, extension_scope=None,
516      serialized_options=None, file=DESCRIPTOR),
517    _descriptor.FieldDescriptor(
518      name='timestamp', full_name='opencensus.proto.metrics.v1.DistributionValue.Exemplar.timestamp', index=1,
519      number=2, type=11, cpp_type=10, label=1,
520      has_default_value=False, default_value=None,
521      message_type=None, enum_type=None, containing_type=None,
522      is_extension=False, extension_scope=None,
523      serialized_options=None, file=DESCRIPTOR),
524    _descriptor.FieldDescriptor(
525      name='attachments', full_name='opencensus.proto.metrics.v1.DistributionValue.Exemplar.attachments', index=2,
526      number=3, type=11, cpp_type=10, label=3,
527      has_default_value=False, default_value=[],
528      message_type=None, enum_type=None, containing_type=None,
529      is_extension=False, extension_scope=None,
530      serialized_options=None, file=DESCRIPTOR),
531  ],
532  extensions=[
533  ],
534  nested_types=[_DISTRIBUTIONVALUE_EXEMPLAR_ATTACHMENTSENTRY, ],
535  enum_types=[
536  ],
537  serialized_options=None,
538  is_extendable=False,
539  syntax='proto3',
540  extension_ranges=[],
541  oneofs=[
542  ],
543  serialized_start=1779,
544  serialized_end=1998,
545)
546
547_DISTRIBUTIONVALUE = _descriptor.Descriptor(
548  name='DistributionValue',
549  full_name='opencensus.proto.metrics.v1.DistributionValue',
550  filename=None,
551  file=DESCRIPTOR,
552  containing_type=None,
553  fields=[
554    _descriptor.FieldDescriptor(
555      name='count', full_name='opencensus.proto.metrics.v1.DistributionValue.count', index=0,
556      number=1, type=3, cpp_type=2, label=1,
557      has_default_value=False, default_value=0,
558      message_type=None, enum_type=None, containing_type=None,
559      is_extension=False, extension_scope=None,
560      serialized_options=None, file=DESCRIPTOR),
561    _descriptor.FieldDescriptor(
562      name='sum', full_name='opencensus.proto.metrics.v1.DistributionValue.sum', index=1,
563      number=2, type=1, cpp_type=5, label=1,
564      has_default_value=False, default_value=float(0),
565      message_type=None, enum_type=None, containing_type=None,
566      is_extension=False, extension_scope=None,
567      serialized_options=None, file=DESCRIPTOR),
568    _descriptor.FieldDescriptor(
569      name='sum_of_squared_deviation', full_name='opencensus.proto.metrics.v1.DistributionValue.sum_of_squared_deviation', index=2,
570      number=3, type=1, cpp_type=5, label=1,
571      has_default_value=False, default_value=float(0),
572      message_type=None, enum_type=None, containing_type=None,
573      is_extension=False, extension_scope=None,
574      serialized_options=None, file=DESCRIPTOR),
575    _descriptor.FieldDescriptor(
576      name='bucket_options', full_name='opencensus.proto.metrics.v1.DistributionValue.bucket_options', index=3,
577      number=4, type=11, cpp_type=10, label=1,
578      has_default_value=False, default_value=None,
579      message_type=None, enum_type=None, containing_type=None,
580      is_extension=False, extension_scope=None,
581      serialized_options=None, file=DESCRIPTOR),
582    _descriptor.FieldDescriptor(
583      name='buckets', full_name='opencensus.proto.metrics.v1.DistributionValue.buckets', index=4,
584      number=5, type=11, cpp_type=10, label=3,
585      has_default_value=False, default_value=[],
586      message_type=None, enum_type=None, containing_type=None,
587      is_extension=False, extension_scope=None,
588      serialized_options=None, file=DESCRIPTOR),
589  ],
590  extensions=[
591  ],
592  nested_types=[_DISTRIBUTIONVALUE_BUCKETOPTIONS, _DISTRIBUTIONVALUE_BUCKET, _DISTRIBUTIONVALUE_EXEMPLAR, ],
593  enum_types=[
594  ],
595  serialized_options=None,
596  is_extendable=False,
597  syntax='proto3',
598  extension_ranges=[],
599  oneofs=[
600  ],
601  serialized_start=1292,
602  serialized_end=1998,
603)
604
605
606_SUMMARYVALUE_SNAPSHOT_VALUEATPERCENTILE = _descriptor.Descriptor(
607  name='ValueAtPercentile',
608  full_name='opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile',
609  filename=None,
610  file=DESCRIPTOR,
611  containing_type=None,
612  fields=[
613    _descriptor.FieldDescriptor(
614      name='percentile', full_name='opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile.percentile', index=0,
615      number=1, type=1, cpp_type=5, label=1,
616      has_default_value=False, default_value=float(0),
617      message_type=None, enum_type=None, containing_type=None,
618      is_extension=False, extension_scope=None,
619      serialized_options=None, file=DESCRIPTOR),
620    _descriptor.FieldDescriptor(
621      name='value', full_name='opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile.value', index=1,
622      number=2, type=1, cpp_type=5, label=1,
623      has_default_value=False, default_value=float(0),
624      message_type=None, enum_type=None, containing_type=None,
625      is_extension=False, extension_scope=None,
626      serialized_options=None, file=DESCRIPTOR),
627  ],
628  extensions=[
629  ],
630  nested_types=[],
631  enum_types=[
632  ],
633  serialized_options=None,
634  is_extendable=False,
635  syntax='proto3',
636  extension_ranges=[],
637  oneofs=[
638  ],
639  serialized_start=2371,
640  serialized_end=2425,
641)
642
643_SUMMARYVALUE_SNAPSHOT = _descriptor.Descriptor(
644  name='Snapshot',
645  full_name='opencensus.proto.metrics.v1.SummaryValue.Snapshot',
646  filename=None,
647  file=DESCRIPTOR,
648  containing_type=None,
649  fields=[
650    _descriptor.FieldDescriptor(
651      name='count', full_name='opencensus.proto.metrics.v1.SummaryValue.Snapshot.count', index=0,
652      number=1, type=11, cpp_type=10, label=1,
653      has_default_value=False, default_value=None,
654      message_type=None, enum_type=None, containing_type=None,
655      is_extension=False, extension_scope=None,
656      serialized_options=None, file=DESCRIPTOR),
657    _descriptor.FieldDescriptor(
658      name='sum', full_name='opencensus.proto.metrics.v1.SummaryValue.Snapshot.sum', index=1,
659      number=2, type=11, cpp_type=10, label=1,
660      has_default_value=False, default_value=None,
661      message_type=None, enum_type=None, containing_type=None,
662      is_extension=False, extension_scope=None,
663      serialized_options=None, file=DESCRIPTOR),
664    _descriptor.FieldDescriptor(
665      name='percentile_values', full_name='opencensus.proto.metrics.v1.SummaryValue.Snapshot.percentile_values', index=2,
666      number=3, type=11, cpp_type=10, label=3,
667      has_default_value=False, default_value=[],
668      message_type=None, enum_type=None, containing_type=None,
669      is_extension=False, extension_scope=None,
670      serialized_options=None, file=DESCRIPTOR),
671  ],
672  extensions=[
673  ],
674  nested_types=[_SUMMARYVALUE_SNAPSHOT_VALUEATPERCENTILE, ],
675  enum_types=[
676  ],
677  serialized_options=None,
678  is_extendable=False,
679  syntax='proto3',
680  extension_ranges=[],
681  oneofs=[
682  ],
683  serialized_start=2175,
684  serialized_end=2425,
685)
686
687_SUMMARYVALUE = _descriptor.Descriptor(
688  name='SummaryValue',
689  full_name='opencensus.proto.metrics.v1.SummaryValue',
690  filename=None,
691  file=DESCRIPTOR,
692  containing_type=None,
693  fields=[
694    _descriptor.FieldDescriptor(
695      name='count', full_name='opencensus.proto.metrics.v1.SummaryValue.count', index=0,
696      number=1, type=11, cpp_type=10, label=1,
697      has_default_value=False, default_value=None,
698      message_type=None, enum_type=None, containing_type=None,
699      is_extension=False, extension_scope=None,
700      serialized_options=None, file=DESCRIPTOR),
701    _descriptor.FieldDescriptor(
702      name='sum', full_name='opencensus.proto.metrics.v1.SummaryValue.sum', index=1,
703      number=2, type=11, cpp_type=10, label=1,
704      has_default_value=False, default_value=None,
705      message_type=None, enum_type=None, containing_type=None,
706      is_extension=False, extension_scope=None,
707      serialized_options=None, file=DESCRIPTOR),
708    _descriptor.FieldDescriptor(
709      name='snapshot', full_name='opencensus.proto.metrics.v1.SummaryValue.snapshot', index=2,
710      number=3, type=11, cpp_type=10, label=1,
711      has_default_value=False, default_value=None,
712      message_type=None, enum_type=None, containing_type=None,
713      is_extension=False, extension_scope=None,
714      serialized_options=None, file=DESCRIPTOR),
715  ],
716  extensions=[
717  ],
718  nested_types=[_SUMMARYVALUE_SNAPSHOT, ],
719  enum_types=[
720  ],
721  serialized_options=None,
722  is_extendable=False,
723  syntax='proto3',
724  extension_ranges=[],
725  oneofs=[
726  ],
727  serialized_start=2001,
728  serialized_end=2425,
729)
730
731_METRIC.fields_by_name['metric_descriptor'].message_type = _METRICDESCRIPTOR
732_METRIC.fields_by_name['timeseries'].message_type = _TIMESERIES
733_METRIC.fields_by_name['resource'].message_type = opencensus_dot_proto_dot_resource_dot_v1_dot_resource__pb2._RESOURCE
734_METRICDESCRIPTOR.fields_by_name['type'].enum_type = _METRICDESCRIPTOR_TYPE
735_METRICDESCRIPTOR.fields_by_name['label_keys'].message_type = _LABELKEY
736_METRICDESCRIPTOR_TYPE.containing_type = _METRICDESCRIPTOR
737_TIMESERIES.fields_by_name['start_timestamp'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
738_TIMESERIES.fields_by_name['label_values'].message_type = _LABELVALUE
739_TIMESERIES.fields_by_name['points'].message_type = _POINT
740_POINT.fields_by_name['timestamp'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
741_POINT.fields_by_name['distribution_value'].message_type = _DISTRIBUTIONVALUE
742_POINT.fields_by_name['summary_value'].message_type = _SUMMARYVALUE
743_POINT.oneofs_by_name['value'].fields.append(
744  _POINT.fields_by_name['int64_value'])
745_POINT.fields_by_name['int64_value'].containing_oneof = _POINT.oneofs_by_name['value']
746_POINT.oneofs_by_name['value'].fields.append(
747  _POINT.fields_by_name['double_value'])
748_POINT.fields_by_name['double_value'].containing_oneof = _POINT.oneofs_by_name['value']
749_POINT.oneofs_by_name['value'].fields.append(
750  _POINT.fields_by_name['distribution_value'])
751_POINT.fields_by_name['distribution_value'].containing_oneof = _POINT.oneofs_by_name['value']
752_POINT.oneofs_by_name['value'].fields.append(
753  _POINT.fields_by_name['summary_value'])
754_POINT.fields_by_name['summary_value'].containing_oneof = _POINT.oneofs_by_name['value']
755_DISTRIBUTIONVALUE_BUCKETOPTIONS_EXPLICIT.containing_type = _DISTRIBUTIONVALUE_BUCKETOPTIONS
756_DISTRIBUTIONVALUE_BUCKETOPTIONS.fields_by_name['explicit'].message_type = _DISTRIBUTIONVALUE_BUCKETOPTIONS_EXPLICIT
757_DISTRIBUTIONVALUE_BUCKETOPTIONS.containing_type = _DISTRIBUTIONVALUE
758_DISTRIBUTIONVALUE_BUCKETOPTIONS.oneofs_by_name['type'].fields.append(
759  _DISTRIBUTIONVALUE_BUCKETOPTIONS.fields_by_name['explicit'])
760_DISTRIBUTIONVALUE_BUCKETOPTIONS.fields_by_name['explicit'].containing_oneof = _DISTRIBUTIONVALUE_BUCKETOPTIONS.oneofs_by_name['type']
761_DISTRIBUTIONVALUE_BUCKET.fields_by_name['exemplar'].message_type = _DISTRIBUTIONVALUE_EXEMPLAR
762_DISTRIBUTIONVALUE_BUCKET.containing_type = _DISTRIBUTIONVALUE
763_DISTRIBUTIONVALUE_EXEMPLAR_ATTACHMENTSENTRY.containing_type = _DISTRIBUTIONVALUE_EXEMPLAR
764_DISTRIBUTIONVALUE_EXEMPLAR.fields_by_name['timestamp'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
765_DISTRIBUTIONVALUE_EXEMPLAR.fields_by_name['attachments'].message_type = _DISTRIBUTIONVALUE_EXEMPLAR_ATTACHMENTSENTRY
766_DISTRIBUTIONVALUE_EXEMPLAR.containing_type = _DISTRIBUTIONVALUE
767_DISTRIBUTIONVALUE.fields_by_name['bucket_options'].message_type = _DISTRIBUTIONVALUE_BUCKETOPTIONS
768_DISTRIBUTIONVALUE.fields_by_name['buckets'].message_type = _DISTRIBUTIONVALUE_BUCKET
769_SUMMARYVALUE_SNAPSHOT_VALUEATPERCENTILE.containing_type = _SUMMARYVALUE_SNAPSHOT
770_SUMMARYVALUE_SNAPSHOT.fields_by_name['count'].message_type = google_dot_protobuf_dot_wrappers__pb2._INT64VALUE
771_SUMMARYVALUE_SNAPSHOT.fields_by_name['sum'].message_type = google_dot_protobuf_dot_wrappers__pb2._DOUBLEVALUE
772_SUMMARYVALUE_SNAPSHOT.fields_by_name['percentile_values'].message_type = _SUMMARYVALUE_SNAPSHOT_VALUEATPERCENTILE
773_SUMMARYVALUE_SNAPSHOT.containing_type = _SUMMARYVALUE
774_SUMMARYVALUE.fields_by_name['count'].message_type = google_dot_protobuf_dot_wrappers__pb2._INT64VALUE
775_SUMMARYVALUE.fields_by_name['sum'].message_type = google_dot_protobuf_dot_wrappers__pb2._DOUBLEVALUE
776_SUMMARYVALUE.fields_by_name['snapshot'].message_type = _SUMMARYVALUE_SNAPSHOT
777DESCRIPTOR.message_types_by_name['Metric'] = _METRIC
778DESCRIPTOR.message_types_by_name['MetricDescriptor'] = _METRICDESCRIPTOR
779DESCRIPTOR.message_types_by_name['LabelKey'] = _LABELKEY
780DESCRIPTOR.message_types_by_name['TimeSeries'] = _TIMESERIES
781DESCRIPTOR.message_types_by_name['LabelValue'] = _LABELVALUE
782DESCRIPTOR.message_types_by_name['Point'] = _POINT
783DESCRIPTOR.message_types_by_name['DistributionValue'] = _DISTRIBUTIONVALUE
784DESCRIPTOR.message_types_by_name['SummaryValue'] = _SUMMARYVALUE
785_sym_db.RegisterFileDescriptor(DESCRIPTOR)
786
787Metric = _reflection.GeneratedProtocolMessageType('Metric', (_message.Message,), dict(
788  DESCRIPTOR = _METRIC,
789  __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
790  # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.Metric)
791  ))
792_sym_db.RegisterMessage(Metric)
793
794MetricDescriptor = _reflection.GeneratedProtocolMessageType('MetricDescriptor', (_message.Message,), dict(
795  DESCRIPTOR = _METRICDESCRIPTOR,
796  __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
797  # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.MetricDescriptor)
798  ))
799_sym_db.RegisterMessage(MetricDescriptor)
800
801LabelKey = _reflection.GeneratedProtocolMessageType('LabelKey', (_message.Message,), dict(
802  DESCRIPTOR = _LABELKEY,
803  __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
804  # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.LabelKey)
805  ))
806_sym_db.RegisterMessage(LabelKey)
807
808TimeSeries = _reflection.GeneratedProtocolMessageType('TimeSeries', (_message.Message,), dict(
809  DESCRIPTOR = _TIMESERIES,
810  __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
811  # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.TimeSeries)
812  ))
813_sym_db.RegisterMessage(TimeSeries)
814
815LabelValue = _reflection.GeneratedProtocolMessageType('LabelValue', (_message.Message,), dict(
816  DESCRIPTOR = _LABELVALUE,
817  __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
818  # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.LabelValue)
819  ))
820_sym_db.RegisterMessage(LabelValue)
821
822Point = _reflection.GeneratedProtocolMessageType('Point', (_message.Message,), dict(
823  DESCRIPTOR = _POINT,
824  __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
825  # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.Point)
826  ))
827_sym_db.RegisterMessage(Point)
828
829DistributionValue = _reflection.GeneratedProtocolMessageType('DistributionValue', (_message.Message,), dict(
830
831  BucketOptions = _reflection.GeneratedProtocolMessageType('BucketOptions', (_message.Message,), dict(
832
833    Explicit = _reflection.GeneratedProtocolMessageType('Explicit', (_message.Message,), dict(
834      DESCRIPTOR = _DISTRIBUTIONVALUE_BUCKETOPTIONS_EXPLICIT,
835      __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
836      # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.DistributionValue.BucketOptions.Explicit)
837      ))
838    ,
839    DESCRIPTOR = _DISTRIBUTIONVALUE_BUCKETOPTIONS,
840    __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
841    # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.DistributionValue.BucketOptions)
842    ))
843  ,
844
845  Bucket = _reflection.GeneratedProtocolMessageType('Bucket', (_message.Message,), dict(
846    DESCRIPTOR = _DISTRIBUTIONVALUE_BUCKET,
847    __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
848    # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.DistributionValue.Bucket)
849    ))
850  ,
851
852  Exemplar = _reflection.GeneratedProtocolMessageType('Exemplar', (_message.Message,), dict(
853
854    AttachmentsEntry = _reflection.GeneratedProtocolMessageType('AttachmentsEntry', (_message.Message,), dict(
855      DESCRIPTOR = _DISTRIBUTIONVALUE_EXEMPLAR_ATTACHMENTSENTRY,
856      __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
857      # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.DistributionValue.Exemplar.AttachmentsEntry)
858      ))
859    ,
860    DESCRIPTOR = _DISTRIBUTIONVALUE_EXEMPLAR,
861    __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
862    # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.DistributionValue.Exemplar)
863    ))
864  ,
865  DESCRIPTOR = _DISTRIBUTIONVALUE,
866  __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
867  # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.DistributionValue)
868  ))
869_sym_db.RegisterMessage(DistributionValue)
870_sym_db.RegisterMessage(DistributionValue.BucketOptions)
871_sym_db.RegisterMessage(DistributionValue.BucketOptions.Explicit)
872_sym_db.RegisterMessage(DistributionValue.Bucket)
873_sym_db.RegisterMessage(DistributionValue.Exemplar)
874_sym_db.RegisterMessage(DistributionValue.Exemplar.AttachmentsEntry)
875
876SummaryValue = _reflection.GeneratedProtocolMessageType('SummaryValue', (_message.Message,), dict(
877
878  Snapshot = _reflection.GeneratedProtocolMessageType('Snapshot', (_message.Message,), dict(
879
880    ValueAtPercentile = _reflection.GeneratedProtocolMessageType('ValueAtPercentile', (_message.Message,), dict(
881      DESCRIPTOR = _SUMMARYVALUE_SNAPSHOT_VALUEATPERCENTILE,
882      __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
883      # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.SummaryValue.Snapshot.ValueAtPercentile)
884      ))
885    ,
886    DESCRIPTOR = _SUMMARYVALUE_SNAPSHOT,
887    __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
888    # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.SummaryValue.Snapshot)
889    ))
890  ,
891  DESCRIPTOR = _SUMMARYVALUE,
892  __module__ = 'opencensus.proto.metrics.v1.metrics_pb2'
893  # @@protoc_insertion_point(class_scope:opencensus.proto.metrics.v1.SummaryValue)
894  ))
895_sym_db.RegisterMessage(SummaryValue)
896_sym_db.RegisterMessage(SummaryValue.Snapshot)
897_sym_db.RegisterMessage(SummaryValue.Snapshot.ValueAtPercentile)
898
899
900DESCRIPTOR._options = None
901_DISTRIBUTIONVALUE_EXEMPLAR_ATTACHMENTSENTRY._options = None
902# @@protoc_insertion_point(module_scope)
903