# Generated by the protocol buffer compiler. DO NOT EDIT! # source: hapi/chart/config.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) from google.protobuf import descriptor as _descriptor from google.protobuf import message as _message from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() DESCRIPTOR = _descriptor.FileDescriptor( name='hapi/chart/config.proto', package='hapi.chart', syntax='proto3', serialized_options=_b('Z\005chart'), serialized_pb=_b('\n\x17hapi/chart/config.proto\x12\nhapi.chart\"\x87\x01\n\x06\x43onfig\x12\x0b\n\x03raw\x18\x01 \x01(\t\x12.\n\x06values\x18\x02 \x03(\x0b\x32\x1e.hapi.chart.Config.ValuesEntry\x1a@\n\x0bValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12 \n\x05value\x18\x02 \x01(\x0b\x32\x11.hapi.chart.Value:\x02\x38\x01\"\x16\n\x05Value\x12\r\n\x05value\x18\x01 \x01(\tB\x07Z\x05\x63hartb\x06proto3') ) _CONFIG_VALUESENTRY = _descriptor.Descriptor( name='ValuesEntry', full_name='hapi.chart.Config.ValuesEntry', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='key', full_name='hapi.chart.Config.ValuesEntry.key', index=0, number=1, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( name='value', full_name='hapi.chart.Config.ValuesEntry.value', index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=_b('8\001'), is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=111, serialized_end=175, ) _CONFIG = _descriptor.Descriptor( name='Config', full_name='hapi.chart.Config', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='raw', full_name='hapi.chart.Config.raw', index=0, number=1, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( name='values', full_name='hapi.chart.Config.values', index=1, number=2, type=11, cpp_type=10, label=3, has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[_CONFIG_VALUESENTRY, ], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=40, serialized_end=175, ) _VALUE = _descriptor.Descriptor( name='Value', full_name='hapi.chart.Value', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='value', full_name='hapi.chart.Value.value', index=0, number=1, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=177, serialized_end=199, ) _CONFIG_VALUESENTRY.fields_by_name['value'].message_type = _VALUE _CONFIG_VALUESENTRY.containing_type = _CONFIG _CONFIG.fields_by_name['values'].message_type = _CONFIG_VALUESENTRY DESCRIPTOR.message_types_by_name['Config'] = _CONFIG DESCRIPTOR.message_types_by_name['Value'] = _VALUE _sym_db.RegisterFileDescriptor(DESCRIPTOR) Config = _reflection.GeneratedProtocolMessageType('Config', (_message.Message,), dict( ValuesEntry = _reflection.GeneratedProtocolMessageType('ValuesEntry', (_message.Message,), dict( DESCRIPTOR = _CONFIG_VALUESENTRY, __module__ = 'hapi.chart.config_pb2' # @@protoc_insertion_point(class_scope:hapi.chart.Config.ValuesEntry) )) , DESCRIPTOR = _CONFIG, __module__ = 'hapi.chart.config_pb2' # @@protoc_insertion_point(class_scope:hapi.chart.Config) )) _sym_db.RegisterMessage(Config) _sym_db.RegisterMessage(Config.ValuesEntry) Value = _reflection.GeneratedProtocolMessageType('Value', (_message.Message,), dict( DESCRIPTOR = _VALUE, __module__ = 'hapi.chart.config_pb2' # @@protoc_insertion_point(class_scope:hapi.chart.Value) )) _sym_db.RegisterMessage(Value) DESCRIPTOR._options = None _CONFIG_VALUESENTRY._options = None # @@protoc_insertion_point(module_scope)