Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(398)

Side by Side Diff: appengine/auth_service/proto/config_pb2.py

Issue 1148073005: Use luci-config for infrequently changing settings, part 2. (Closed) Base URL: git@github.com:luci/luci-py@master
Patch Set: fix pylint (??!) Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Generated by the protocol buffer compiler. DO NOT EDIT!
2 # source: config.proto
3
4 from google.protobuf import descriptor as _descriptor
5 from google.protobuf import message as _message
6 from google.protobuf import reflection as _reflection
7 from google.protobuf import descriptor_pb2
8 # @@protoc_insertion_point(imports)
9
10
11
12
13 DESCRIPTOR = _descriptor.FileDescriptor(
14 name='config.proto',
15 package='auth_service',
16 serialized_pb='\n\x0c\x63onfig.proto\x12\x0c\x61uth_service\"\xd3\x02\n\x13Gro upImporterConfig\x12?\n\x07tarball\x18\x01 \x03(\x0b\x32..auth_service.GroupImpo rterConfig.TarballEntry\x12\x43\n\tplainlist\x18\x02 \x03(\x0b\x32\x30.auth_serv ice.GroupImporterConfig.PlainlistEntry\x1a\x62\n\x0cTarballEntry\x12\x0b\n\x03ur l\x18\x01 \x01(\t\x12\x14\n\x0coauth_scopes\x18\x02 \x03(\t\x12\x0e\n\x06\x64oma in\x18\x03 \x01(\t\x12\x0f\n\x07systems\x18\x04 \x03(\t\x12\x0e\n\x06groups\x18\ x05 \x03(\t\x1aR\n\x0ePlainlistEntry\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x14\n\ x0coauth_scopes\x18\x02 \x03(\t\x12\x0e\n\x06\x64omain\x18\x03 \x01(\t\x12\r\n\x 05group\x18\x04 \x01(\t')
17
18
19
20
21 _GROUPIMPORTERCONFIG_TARBALLENTRY = _descriptor.Descriptor(
22 name='TarballEntry',
23 full_name='auth_service.GroupImporterConfig.TarballEntry',
24 filename=None,
25 file=DESCRIPTOR,
26 containing_type=None,
27 fields=[
28 _descriptor.FieldDescriptor(
29 name='url', full_name='auth_service.GroupImporterConfig.TarballEntry.url', index=0,
30 number=1, type=9, cpp_type=9, label=1,
31 has_default_value=False, default_value=unicode("", "utf-8"),
32 message_type=None, enum_type=None, containing_type=None,
33 is_extension=False, extension_scope=None,
34 options=None),
35 _descriptor.FieldDescriptor(
36 name='oauth_scopes', full_name='auth_service.GroupImporterConfig.TarballEn try.oauth_scopes', index=1,
37 number=2, type=9, cpp_type=9, label=3,
38 has_default_value=False, default_value=[],
39 message_type=None, enum_type=None, containing_type=None,
40 is_extension=False, extension_scope=None,
41 options=None),
42 _descriptor.FieldDescriptor(
43 name='domain', full_name='auth_service.GroupImporterConfig.TarballEntry.do main', index=2,
44 number=3, type=9, cpp_type=9, label=1,
45 has_default_value=False, default_value=unicode("", "utf-8"),
46 message_type=None, enum_type=None, containing_type=None,
47 is_extension=False, extension_scope=None,
48 options=None),
49 _descriptor.FieldDescriptor(
50 name='systems', full_name='auth_service.GroupImporterConfig.TarballEntry.s ystems', index=3,
51 number=4, type=9, cpp_type=9, label=3,
52 has_default_value=False, default_value=[],
53 message_type=None, enum_type=None, containing_type=None,
54 is_extension=False, extension_scope=None,
55 options=None),
56 _descriptor.FieldDescriptor(
57 name='groups', full_name='auth_service.GroupImporterConfig.TarballEntry.gr oups', index=4,
58 number=5, type=9, cpp_type=9, label=3,
59 has_default_value=False, default_value=[],
60 message_type=None, enum_type=None, containing_type=None,
61 is_extension=False, extension_scope=None,
62 options=None),
63 ],
64 extensions=[
65 ],
66 nested_types=[],
67 enum_types=[
68 ],
69 options=None,
70 is_extendable=False,
71 extension_ranges=[],
72 serialized_start=188,
73 serialized_end=286,
74 )
75
76 _GROUPIMPORTERCONFIG_PLAINLISTENTRY = _descriptor.Descriptor(
77 name='PlainlistEntry',
78 full_name='auth_service.GroupImporterConfig.PlainlistEntry',
79 filename=None,
80 file=DESCRIPTOR,
81 containing_type=None,
82 fields=[
83 _descriptor.FieldDescriptor(
84 name='url', full_name='auth_service.GroupImporterConfig.PlainlistEntry.url ', index=0,
85 number=1, type=9, cpp_type=9, label=1,
86 has_default_value=False, default_value=unicode("", "utf-8"),
87 message_type=None, enum_type=None, containing_type=None,
88 is_extension=False, extension_scope=None,
89 options=None),
90 _descriptor.FieldDescriptor(
91 name='oauth_scopes', full_name='auth_service.GroupImporterConfig.Plainlist Entry.oauth_scopes', index=1,
92 number=2, type=9, cpp_type=9, label=3,
93 has_default_value=False, default_value=[],
94 message_type=None, enum_type=None, containing_type=None,
95 is_extension=False, extension_scope=None,
96 options=None),
97 _descriptor.FieldDescriptor(
98 name='domain', full_name='auth_service.GroupImporterConfig.PlainlistEntry. domain', index=2,
99 number=3, type=9, cpp_type=9, label=1,
100 has_default_value=False, default_value=unicode("", "utf-8"),
101 message_type=None, enum_type=None, containing_type=None,
102 is_extension=False, extension_scope=None,
103 options=None),
104 _descriptor.FieldDescriptor(
105 name='group', full_name='auth_service.GroupImporterConfig.PlainlistEntry.g roup', index=3,
106 number=4, type=9, cpp_type=9, label=1,
107 has_default_value=False, default_value=unicode("", "utf-8"),
108 message_type=None, enum_type=None, containing_type=None,
109 is_extension=False, extension_scope=None,
110 options=None),
111 ],
112 extensions=[
113 ],
114 nested_types=[],
115 enum_types=[
116 ],
117 options=None,
118 is_extendable=False,
119 extension_ranges=[],
120 serialized_start=288,
121 serialized_end=370,
122 )
123
124 _GROUPIMPORTERCONFIG = _descriptor.Descriptor(
125 name='GroupImporterConfig',
126 full_name='auth_service.GroupImporterConfig',
127 filename=None,
128 file=DESCRIPTOR,
129 containing_type=None,
130 fields=[
131 _descriptor.FieldDescriptor(
132 name='tarball', full_name='auth_service.GroupImporterConfig.tarball', inde x=0,
133 number=1, type=11, cpp_type=10, label=3,
134 has_default_value=False, default_value=[],
135 message_type=None, enum_type=None, containing_type=None,
136 is_extension=False, extension_scope=None,
137 options=None),
138 _descriptor.FieldDescriptor(
139 name='plainlist', full_name='auth_service.GroupImporterConfig.plainlist', index=1,
140 number=2, type=11, cpp_type=10, label=3,
141 has_default_value=False, default_value=[],
142 message_type=None, enum_type=None, containing_type=None,
143 is_extension=False, extension_scope=None,
144 options=None),
145 ],
146 extensions=[
147 ],
148 nested_types=[_GROUPIMPORTERCONFIG_TARBALLENTRY, _GROUPIMPORTERCONFIG_PLAINLIS TENTRY, ],
149 enum_types=[
150 ],
151 options=None,
152 is_extendable=False,
153 extension_ranges=[],
154 serialized_start=31,
155 serialized_end=370,
156 )
157
158 _GROUPIMPORTERCONFIG_TARBALLENTRY.containing_type = _GROUPIMPORTERCONFIG;
159 _GROUPIMPORTERCONFIG_PLAINLISTENTRY.containing_type = _GROUPIMPORTERCONFIG;
160 _GROUPIMPORTERCONFIG.fields_by_name['tarball'].message_type = _GROUPIMPORTERCONF IG_TARBALLENTRY
161 _GROUPIMPORTERCONFIG.fields_by_name['plainlist'].message_type = _GROUPIMPORTERCO NFIG_PLAINLISTENTRY
162 DESCRIPTOR.message_types_by_name['GroupImporterConfig'] = _GROUPIMPORTERCONFIG
163
164 class GroupImporterConfig(_message.Message):
165 __metaclass__ = _reflection.GeneratedProtocolMessageType
166
167 class TarballEntry(_message.Message):
168 __metaclass__ = _reflection.GeneratedProtocolMessageType
169 DESCRIPTOR = _GROUPIMPORTERCONFIG_TARBALLENTRY
170
171 # @@protoc_insertion_point(class_scope:auth_service.GroupImporterConfig.Tarb allEntry)
172
173 class PlainlistEntry(_message.Message):
174 __metaclass__ = _reflection.GeneratedProtocolMessageType
175 DESCRIPTOR = _GROUPIMPORTERCONFIG_PLAINLISTENTRY
176
177 # @@protoc_insertion_point(class_scope:auth_service.GroupImporterConfig.Plai nlistEntry)
178 DESCRIPTOR = _GROUPIMPORTERCONFIG
179
180 # @@protoc_insertion_point(class_scope:auth_service.GroupImporterConfig)
181
182
183 # @@protoc_insertion_point(module_scope)
OLDNEW
« no previous file with comments | « appengine/auth_service/proto/config.proto ('k') | appengine/auth_service/static/js/config_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698