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

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

Issue 2225263004: Adds config component to Machine Provider (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: . Created 4 years, 4 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
« no previous file with comments | « appengine/machine_provider/proto/config.proto ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Generated by the protocol buffer compiler. DO NOT EDIT! 1 # Generated by the protocol buffer compiler. DO NOT EDIT!
2 # source: test_config.proto 2 # source: config.proto
3 3
4 from google.protobuf import descriptor as _descriptor 4 from google.protobuf import descriptor as _descriptor
5 from google.protobuf import message as _message 5 from google.protobuf import message as _message
6 from google.protobuf import reflection as _reflection 6 from google.protobuf import reflection as _reflection
7 from google.protobuf import descriptor_pb2 7 from google.protobuf import descriptor_pb2
8 # @@protoc_insertion_point(imports) 8 # @@protoc_insertion_point(imports)
9 9
10 10
11 11
12 12
13 DESCRIPTOR = _descriptor.FileDescriptor( 13 DESCRIPTOR = _descriptor.FileDescriptor(
14 name='test_config.proto', 14 name='config.proto',
15 package='config_service', 15 package='machine_provider',
16 serialized_pb='\n\x11test_config.proto\x12\x0e\x63onfig_service\"\x17\n\x06\x4 3onfig\x12\r\n\x05param\x18\x01 \x01(\t') 16 serialized_pb='\n\x0c\x63onfig.proto\x12\x10machine_provider\"+\n\x0bSettingsC fg\x12\x1c\n\x14\x65nable_ts_monitoring\x18\x01 \x01(\x08')
17 17
18 18
19 19
20 20
21 _CONFIG = _descriptor.Descriptor( 21 _SETTINGSCFG = _descriptor.Descriptor(
22 name='Config', 22 name='SettingsCfg',
23 full_name='config_service.Config', 23 full_name='machine_provider.SettingsCfg',
24 filename=None, 24 filename=None,
25 file=DESCRIPTOR, 25 file=DESCRIPTOR,
26 containing_type=None, 26 containing_type=None,
27 fields=[ 27 fields=[
28 _descriptor.FieldDescriptor( 28 _descriptor.FieldDescriptor(
29 name='param', full_name='config_service.Config.param', index=0, 29 name='enable_ts_monitoring', full_name='machine_provider.SettingsCfg.enabl e_ts_monitoring', index=0,
30 number=1, type=9, cpp_type=9, label=1, 30 number=1, type=8, cpp_type=7, label=1,
31 has_default_value=False, default_value=unicode("", "utf-8"), 31 has_default_value=False, default_value=False,
32 message_type=None, enum_type=None, containing_type=None, 32 message_type=None, enum_type=None, containing_type=None,
33 is_extension=False, extension_scope=None, 33 is_extension=False, extension_scope=None,
34 options=None), 34 options=None),
35 ], 35 ],
36 extensions=[ 36 extensions=[
37 ], 37 ],
38 nested_types=[], 38 nested_types=[],
39 enum_types=[ 39 enum_types=[
40 ], 40 ],
41 options=None, 41 options=None,
42 is_extendable=False, 42 is_extendable=False,
43 extension_ranges=[], 43 extension_ranges=[],
44 serialized_start=37, 44 serialized_start=34,
45 serialized_end=60, 45 serialized_end=77,
46 ) 46 )
47 47
48 DESCRIPTOR.message_types_by_name['Config'] = _CONFIG 48 DESCRIPTOR.message_types_by_name['SettingsCfg'] = _SETTINGSCFG
49 49
50 class Config(_message.Message): 50 class SettingsCfg(_message.Message):
51 __metaclass__ = _reflection.GeneratedProtocolMessageType 51 __metaclass__ = _reflection.GeneratedProtocolMessageType
52 DESCRIPTOR = _CONFIG 52 DESCRIPTOR = _SETTINGSCFG
53 53
54 # @@protoc_insertion_point(class_scope:config_service.Config) 54 # @@protoc_insertion_point(class_scope:machine_provider.SettingsCfg)
55 55
56 56
57 # @@protoc_insertion_point(module_scope) 57 # @@protoc_insertion_point(module_scope)
OLDNEW
« no previous file with comments | « appengine/machine_provider/proto/config.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698