• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler.  DO NOT EDIT!
3# source: chromiumos/config/api/software/ui_config.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/config/api/software/ui_config.proto',
18  package='chromiumos.config.api.software',
19  syntax='proto3',
20  serialized_options=b'Z1go.chromium.org/chromiumos/config/go/api/software',
21  create_key=_descriptor._internal_create_key,
22  serialized_pb=b'\n.chromiumos/config/api/software/ui_config.proto\x12\x1e\x63hromiumos.config.api.software\"\xec\x01\n\x08UiConfig\x12\x1a\n\x12\x65xtra_web_apps_dir\x18\x01 \x01(\t\x12I\n\x0brequisition\x18\x02 \x01(\x0e\x32\x34.chromiumos.config.api.software.UiConfig.Requisition\x12\x1b\n\x13\x63loud_gaming_device\x18\x03 \x01(\x08\"\\\n\x0bRequisition\x12\x1b\n\x17REQUISITION_UNSPECIFIED\x10\x00\x12\x18\n\x14REQUISITION_CHROMEOS\x10\x01\x12\x16\n\x12REQUISITION_MEETHW\x10\x02\x42\x33Z1go.chromium.org/chromiumos/config/go/api/softwareb\x06proto3'
23)
24
25
26
27_UICONFIG_REQUISITION = _descriptor.EnumDescriptor(
28  name='Requisition',
29  full_name='chromiumos.config.api.software.UiConfig.Requisition',
30  filename=None,
31  file=DESCRIPTOR,
32  create_key=_descriptor._internal_create_key,
33  values=[
34    _descriptor.EnumValueDescriptor(
35      name='REQUISITION_UNSPECIFIED', index=0, number=0,
36      serialized_options=None,
37      type=None,
38      create_key=_descriptor._internal_create_key),
39    _descriptor.EnumValueDescriptor(
40      name='REQUISITION_CHROMEOS', index=1, number=1,
41      serialized_options=None,
42      type=None,
43      create_key=_descriptor._internal_create_key),
44    _descriptor.EnumValueDescriptor(
45      name='REQUISITION_MEETHW', index=2, number=2,
46      serialized_options=None,
47      type=None,
48      create_key=_descriptor._internal_create_key),
49  ],
50  containing_type=None,
51  serialized_options=None,
52  serialized_start=227,
53  serialized_end=319,
54)
55_sym_db.RegisterEnumDescriptor(_UICONFIG_REQUISITION)
56
57
58_UICONFIG = _descriptor.Descriptor(
59  name='UiConfig',
60  full_name='chromiumos.config.api.software.UiConfig',
61  filename=None,
62  file=DESCRIPTOR,
63  containing_type=None,
64  create_key=_descriptor._internal_create_key,
65  fields=[
66    _descriptor.FieldDescriptor(
67      name='extra_web_apps_dir', full_name='chromiumos.config.api.software.UiConfig.extra_web_apps_dir', index=0,
68      number=1, type=9, cpp_type=9, label=1,
69      has_default_value=False, default_value=b"".decode('utf-8'),
70      message_type=None, enum_type=None, containing_type=None,
71      is_extension=False, extension_scope=None,
72      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
73    _descriptor.FieldDescriptor(
74      name='requisition', full_name='chromiumos.config.api.software.UiConfig.requisition', index=1,
75      number=2, type=14, cpp_type=8, label=1,
76      has_default_value=False, default_value=0,
77      message_type=None, enum_type=None, containing_type=None,
78      is_extension=False, extension_scope=None,
79      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
80    _descriptor.FieldDescriptor(
81      name='cloud_gaming_device', full_name='chromiumos.config.api.software.UiConfig.cloud_gaming_device', index=2,
82      number=3, type=8, cpp_type=7, label=1,
83      has_default_value=False, default_value=False,
84      message_type=None, enum_type=None, containing_type=None,
85      is_extension=False, extension_scope=None,
86      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
87  ],
88  extensions=[
89  ],
90  nested_types=[],
91  enum_types=[
92    _UICONFIG_REQUISITION,
93  ],
94  serialized_options=None,
95  is_extendable=False,
96  syntax='proto3',
97  extension_ranges=[],
98  oneofs=[
99  ],
100  serialized_start=83,
101  serialized_end=319,
102)
103
104_UICONFIG.fields_by_name['requisition'].enum_type = _UICONFIG_REQUISITION
105_UICONFIG_REQUISITION.containing_type = _UICONFIG
106DESCRIPTOR.message_types_by_name['UiConfig'] = _UICONFIG
107_sym_db.RegisterFileDescriptor(DESCRIPTOR)
108
109UiConfig = _reflection.GeneratedProtocolMessageType('UiConfig', (_message.Message,), {
110  'DESCRIPTOR' : _UICONFIG,
111  '__module__' : 'chromiumos.config.api.software.ui_config_pb2'
112  # @@protoc_insertion_point(class_scope:chromiumos.config.api.software.UiConfig)
113  })
114_sym_db.RegisterMessage(UiConfig)
115
116
117DESCRIPTOR._options = None
118# @@protoc_insertion_point(module_scope)
119