1# -*- coding: utf-8 -*- 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: chromiumos/build/api/dlc.proto 4"""Generated protocol buffer code.""" 5from google.protobuf import descriptor as _descriptor 6from google.protobuf import message as _message 7from google.protobuf import reflection as _reflection 8from google.protobuf import symbol_database as _symbol_database 9# @@protoc_insertion_point(imports) 10 11_sym_db = _symbol_database.Default() 12 13 14 15 16DESCRIPTOR = _descriptor.FileDescriptor( 17 name='chromiumos/build/api/dlc.proto', 18 package='chromiumos.build.api', 19 syntax='proto3', 20 serialized_options=b'Z.go.chromium.org/chromiumos/config/go/build/api', 21 create_key=_descriptor._internal_create_key, 22 serialized_pb=b'\n\x1e\x63hromiumos/build/api/dlc.proto\x12\x14\x63hromiumos.build.api\"D\n\x03\x44lc\x12(\n\x02id\x18\x01 \x01(\x0b\x32\x1c.chromiumos.build.api.Dlc.Id\x1a\x13\n\x02Id\x12\r\n\x05value\x18\x01 \x01(\tB0Z.go.chromium.org/chromiumos/config/go/build/apib\x06proto3' 23) 24 25 26 27 28_DLC_ID = _descriptor.Descriptor( 29 name='Id', 30 full_name='chromiumos.build.api.Dlc.Id', 31 filename=None, 32 file=DESCRIPTOR, 33 containing_type=None, 34 create_key=_descriptor._internal_create_key, 35 fields=[ 36 _descriptor.FieldDescriptor( 37 name='value', full_name='chromiumos.build.api.Dlc.Id.value', index=0, 38 number=1, type=9, cpp_type=9, label=1, 39 has_default_value=False, default_value=b"".decode('utf-8'), 40 message_type=None, enum_type=None, containing_type=None, 41 is_extension=False, extension_scope=None, 42 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 43 ], 44 extensions=[ 45 ], 46 nested_types=[], 47 enum_types=[ 48 ], 49 serialized_options=None, 50 is_extendable=False, 51 syntax='proto3', 52 extension_ranges=[], 53 oneofs=[ 54 ], 55 serialized_start=105, 56 serialized_end=124, 57) 58 59_DLC = _descriptor.Descriptor( 60 name='Dlc', 61 full_name='chromiumos.build.api.Dlc', 62 filename=None, 63 file=DESCRIPTOR, 64 containing_type=None, 65 create_key=_descriptor._internal_create_key, 66 fields=[ 67 _descriptor.FieldDescriptor( 68 name='id', full_name='chromiumos.build.api.Dlc.id', index=0, 69 number=1, type=11, cpp_type=10, label=1, 70 has_default_value=False, default_value=None, 71 message_type=None, enum_type=None, containing_type=None, 72 is_extension=False, extension_scope=None, 73 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 74 ], 75 extensions=[ 76 ], 77 nested_types=[_DLC_ID, ], 78 enum_types=[ 79 ], 80 serialized_options=None, 81 is_extendable=False, 82 syntax='proto3', 83 extension_ranges=[], 84 oneofs=[ 85 ], 86 serialized_start=56, 87 serialized_end=124, 88) 89 90_DLC_ID.containing_type = _DLC 91_DLC.fields_by_name['id'].message_type = _DLC_ID 92DESCRIPTOR.message_types_by_name['Dlc'] = _DLC 93_sym_db.RegisterFileDescriptor(DESCRIPTOR) 94 95Dlc = _reflection.GeneratedProtocolMessageType('Dlc', (_message.Message,), { 96 97 'Id' : _reflection.GeneratedProtocolMessageType('Id', (_message.Message,), { 98 'DESCRIPTOR' : _DLC_ID, 99 '__module__' : 'chromiumos.build.api.dlc_pb2' 100 # @@protoc_insertion_point(class_scope:chromiumos.build.api.Dlc.Id) 101 }) 102 , 103 'DESCRIPTOR' : _DLC, 104 '__module__' : 'chromiumos.build.api.dlc_pb2' 105 # @@protoc_insertion_point(class_scope:chromiumos.build.api.Dlc) 106 }) 107_sym_db.RegisterMessage(Dlc) 108_sym_db.RegisterMessage(Dlc.Id) 109 110 111DESCRIPTOR._options = None 112# @@protoc_insertion_point(module_scope) 113