tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

exception_occurrences_pb2.py (1483B)


      1 # -*- coding: utf-8 -*-
      2 # Generated by the protocol buffer compiler.  DO NOT EDIT!
      3 # source: exception_occurrences.proto
      4 """Generated protocol buffer code."""
      5 from google.protobuf.internal import builder as _builder
      6 from google.protobuf import descriptor as _descriptor
      7 from google.protobuf import descriptor_pool as _descriptor_pool
      8 from google.protobuf import symbol_database as _symbol_database
      9 # @@protoc_insertion_point(imports)
     10 
     11 _sym_db = _symbol_database.Default()
     12 
     13 
     14 from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
     15 
     16 
     17 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1b\x65xception_occurrences.proto\x12\x14\x62uild.util.lib.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"U\n\x14\x45xceptionOccurrences\x12=\n\ndatapoints\x18\x01 \x03(\x0b\x32).build.util.lib.proto.ExceptionOccurrence\"j\n\x13\x45xceptionOccurrence\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\nstacktrace\x18\x02 \x03(\t\x12\x31\n\roccurred_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestampb\x06proto3')
     18 
     19 _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
     20 _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'exception_occurrences_pb2', globals())
     21 if _descriptor._USE_C_DESCRIPTORS == False:
     22 
     23  DESCRIPTOR._options = None
     24  _EXCEPTIONOCCURRENCES._serialized_start=86
     25  _EXCEPTIONOCCURRENCES._serialized_end=171
     26  _EXCEPTIONOCCURRENCE._serialized_start=173
     27  _EXCEPTIONOCCURRENCE._serialized_end=279
     28 # @@protoc_insertion_point(module_scope)