# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: chromiumos/storage_path.proto """Generated protocol buffer code.""" 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='chromiumos/storage_path.proto', package='chromiumos', syntax='proto3', serialized_options=b'Z1go.chromium.org/chromiumos/config/go;storage_path', create_key=_descriptor._internal_create_key, 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' ) _STORAGEPATH_HOSTTYPE = _descriptor.EnumDescriptor( name='HostType', full_name='chromiumos.StoragePath.HostType', filename=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, values=[ _descriptor.EnumValueDescriptor( name='HOSTTYPE_UNSPECIFIED', index=0, number=0, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='LOCAL', index=1, number=1, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='GS', index=2, number=2, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='ANDROID_BUILD', index=3, number=3, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), ], containing_type=None, serialized_options=None, serialized_start=128, serialized_end=202, ) _sym_db.RegisterEnumDescriptor(_STORAGEPATH_HOSTTYPE) _STORAGEPATH = _descriptor.Descriptor( name='StoragePath', full_name='chromiumos.StoragePath', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='host_type', full_name='chromiumos.StoragePath.host_type', index=0, number=1, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), _descriptor.FieldDescriptor( name='path', full_name='chromiumos.StoragePath.path', index=1, number=2, 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, create_key=_descriptor._internal_create_key), ], extensions=[ ], nested_types=[], enum_types=[ _STORAGEPATH_HOSTTYPE, ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=46, serialized_end=202, ) _STORAGEPATH.fields_by_name['host_type'].enum_type = _STORAGEPATH_HOSTTYPE _STORAGEPATH_HOSTTYPE.containing_type = _STORAGEPATH DESCRIPTOR.message_types_by_name['StoragePath'] = _STORAGEPATH _sym_db.RegisterFileDescriptor(DESCRIPTOR) StoragePath = _reflection.GeneratedProtocolMessageType('StoragePath', (_message.Message,), { 'DESCRIPTOR' : _STORAGEPATH, '__module__' : 'chromiumos.storage_path_pb2' # @@protoc_insertion_point(class_scope:chromiumos.StoragePath) }) _sym_db.RegisterMessage(StoragePath) DESCRIPTOR._options = None # @@protoc_insertion_point(module_scope)