1# -*- coding: utf-8 -*- 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: chromiumos/storage_path.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/storage_path.proto', 18 package='chromiumos', 19 syntax='proto3', 20 serialized_options=b'Z1go.chromium.org/chromiumos/config/go;storage_path', 21 create_key=_descriptor._internal_create_key, 22 serialized_pb=b'\n\x1d\x63hromiumos/storage_path.proto\x12\nchromiumos\"\x9c\x01\n\x0bStoragePath\x12\x33\n\thost_type\x18\x01 \x01(\x0e\x32 .chromiumos.StoragePath.HostType\x12\x0c\n\x04path\x18\x02 \x01(\t\"J\n\x08HostType\x12\x18\n\x14HOSTTYPE_UNSPECIFIED\x10\x00\x12\t\n\x05LOCAL\x10\x01\x12\x06\n\x02GS\x10\x02\x12\x11\n\rANDROID_BUILD\x10\x03\x42\x33Z1go.chromium.org/chromiumos/config/go;storage_pathb\x06proto3' 23) 24 25 26 27_STORAGEPATH_HOSTTYPE = _descriptor.EnumDescriptor( 28 name='HostType', 29 full_name='chromiumos.StoragePath.HostType', 30 filename=None, 31 file=DESCRIPTOR, 32 create_key=_descriptor._internal_create_key, 33 values=[ 34 _descriptor.EnumValueDescriptor( 35 name='HOSTTYPE_UNSPECIFIED', index=0, number=0, 36 serialized_options=None, 37 type=None, 38 create_key=_descriptor._internal_create_key), 39 _descriptor.EnumValueDescriptor( 40 name='LOCAL', index=1, number=1, 41 serialized_options=None, 42 type=None, 43 create_key=_descriptor._internal_create_key), 44 _descriptor.EnumValueDescriptor( 45 name='GS', index=2, number=2, 46 serialized_options=None, 47 type=None, 48 create_key=_descriptor._internal_create_key), 49 _descriptor.EnumValueDescriptor( 50 name='ANDROID_BUILD', index=3, number=3, 51 serialized_options=None, 52 type=None, 53 create_key=_descriptor._internal_create_key), 54 ], 55 containing_type=None, 56 serialized_options=None, 57 serialized_start=128, 58 serialized_end=202, 59) 60_sym_db.RegisterEnumDescriptor(_STORAGEPATH_HOSTTYPE) 61 62 63_STORAGEPATH = _descriptor.Descriptor( 64 name='StoragePath', 65 full_name='chromiumos.StoragePath', 66 filename=None, 67 file=DESCRIPTOR, 68 containing_type=None, 69 create_key=_descriptor._internal_create_key, 70 fields=[ 71 _descriptor.FieldDescriptor( 72 name='host_type', full_name='chromiumos.StoragePath.host_type', index=0, 73 number=1, type=14, cpp_type=8, label=1, 74 has_default_value=False, default_value=0, 75 message_type=None, enum_type=None, containing_type=None, 76 is_extension=False, extension_scope=None, 77 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 78 _descriptor.FieldDescriptor( 79 name='path', full_name='chromiumos.StoragePath.path', index=1, 80 number=2, type=9, cpp_type=9, label=1, 81 has_default_value=False, default_value=b"".decode('utf-8'), 82 message_type=None, enum_type=None, containing_type=None, 83 is_extension=False, extension_scope=None, 84 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 85 ], 86 extensions=[ 87 ], 88 nested_types=[], 89 enum_types=[ 90 _STORAGEPATH_HOSTTYPE, 91 ], 92 serialized_options=None, 93 is_extendable=False, 94 syntax='proto3', 95 extension_ranges=[], 96 oneofs=[ 97 ], 98 serialized_start=46, 99 serialized_end=202, 100) 101 102_STORAGEPATH.fields_by_name['host_type'].enum_type = _STORAGEPATH_HOSTTYPE 103_STORAGEPATH_HOSTTYPE.containing_type = _STORAGEPATH 104DESCRIPTOR.message_types_by_name['StoragePath'] = _STORAGEPATH 105_sym_db.RegisterFileDescriptor(DESCRIPTOR) 106 107StoragePath = _reflection.GeneratedProtocolMessageType('StoragePath', (_message.Message,), { 108 'DESCRIPTOR' : _STORAGEPATH, 109 '__module__' : 'chromiumos.storage_path_pb2' 110 # @@protoc_insertion_point(class_scope:chromiumos.StoragePath) 111 }) 112_sym_db.RegisterMessage(StoragePath) 113 114 115DESCRIPTOR._options = None 116# @@protoc_insertion_point(module_scope) 117