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

Unified Diff: recipe_engine/arguments_pb2.py

Issue 2231253002: Add the ability to dump initial recipe properties. (Closed) Base URL: https://github.com/luci/recipes-py@recipes-proto-config
Patch Set: Rebarse 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_engine/arguments.proto ('k') | recipes.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_engine/arguments_pb2.py
diff --git a/recipe_engine/arguments_pb2.py b/recipe_engine/arguments_pb2.py
index e14f012524eaa86bd97ab6b92fbd723ff729d397..ffb473c508eb3311d339089d83b09102e1556699 100644
--- a/recipe_engine/arguments_pb2.py
+++ b/recipe_engine/arguments_pb2.py
@@ -19,7 +19,7 @@ DESCRIPTOR = _descriptor.FileDescriptor(
name='arguments.proto',
package='recipe_engine',
syntax='proto3',
- serialized_pb=_b('\n\x0f\x61rguments.proto\x12\rrecipe_engine\"\xfb\x04\n\tArguments\x12\x38\n\nproperties\x18\x01 \x01(\x0b\x32$.recipe_engine.Arguments.PropertyMap\x12\x42\n\x10\x61nnotation_flags\x18\x02 \x01(\x0b\x32(.recipe_engine.Arguments.AnnotationFlags\x1a\xd5\x01\n\x08Property\x12\x0b\n\x01s\x18\x01 \x01(\tH\x00\x12\r\n\x03int\x18\x02 \x01(\x03H\x00\x12\x0e\n\x04uint\x18\x03 \x01(\x04H\x00\x12\x0b\n\x01\x64\x18\x04 \x01(\x01H\x00\x12\x0b\n\x01\x62\x18\x05 \x01(\x08H\x00\x12\x0e\n\x04\x64\x61ta\x18\x06 \x01(\x0cH\x00\x12\x33\n\x03map\x18\x07 \x01(\x0b\x32$.recipe_engine.Arguments.PropertyMapH\x00\x12\x35\n\x04list\x18\x08 \x01(\x0b\x32%.recipe_engine.Arguments.PropertyListH\x00\x42\x07\n\x05value\x1a\x43\n\x0cPropertyList\x12\x33\n\x08property\x18\x01 \x03(\x0b\x32!.recipe_engine.Arguments.Property\x1a\xa7\x01\n\x0bPropertyMap\x12\x44\n\x08property\x18\x01 \x03(\x0b\x32\x32.recipe_engine.Arguments.PropertyMap.PropertyEntry\x1aR\n\rPropertyEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x30\n\x05value\x18\x02 \x01(\x0b\x32!.recipe_engine.Arguments.Property:\x02\x38\x01\x1a)\n\x0f\x41nnotationFlags\x12\x16\n\x0e\x65mit_timestamp\x18\x01 \x01(\x08\x62\x06proto3')
+ serialized_pb=_b('\n\x0f\x61rguments.proto\x12\rrecipe_engine\"\x9c\x05\n\tArguments\x12\x38\n\nproperties\x18\x01 \x01(\x0b\x32$.recipe_engine.Arguments.PropertyMap\x12\x42\n\x10\x61nnotation_flags\x18\x02 \x01(\x0b\x32(.recipe_engine.Arguments.AnnotationFlags\x1a\xd5\x01\n\x08Property\x12\x0b\n\x01s\x18\x01 \x01(\tH\x00\x12\r\n\x03int\x18\x02 \x01(\x03H\x00\x12\x0e\n\x04uint\x18\x03 \x01(\x04H\x00\x12\x0b\n\x01\x64\x18\x04 \x01(\x01H\x00\x12\x0b\n\x01\x62\x18\x05 \x01(\x08H\x00\x12\x0e\n\x04\x64\x61ta\x18\x06 \x01(\x0cH\x00\x12\x33\n\x03map\x18\x07 \x01(\x0b\x32$.recipe_engine.Arguments.PropertyMapH\x00\x12\x35\n\x04list\x18\x08 \x01(\x0b\x32%.recipe_engine.Arguments.PropertyListH\x00\x42\x07\n\x05value\x1a\x43\n\x0cPropertyList\x12\x33\n\x08property\x18\x01 \x03(\x0b\x32!.recipe_engine.Arguments.Property\x1a\xa7\x01\n\x0bPropertyMap\x12\x44\n\x08property\x18\x01 \x03(\x0b\x32\x32.recipe_engine.Arguments.PropertyMap.PropertyEntry\x1aR\n\rPropertyEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x30\n\x05value\x18\x02 \x01(\x0b\x32!.recipe_engine.Arguments.Property:\x02\x38\x01\x1aJ\n\x0f\x41nnotationFlags\x12\x16\n\x0e\x65mit_timestamp\x18\x01 \x01(\x08\x12\x1f\n\x17\x65mit_initial_properties\x18\x02 \x01(\x08\x62\x06proto3')
)
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
@@ -219,6 +219,13 @@ _ARGUMENTS_ANNOTATIONFLAGS = _descriptor.Descriptor(
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None),
+ _descriptor.FieldDescriptor(
+ name='emit_initial_properties', full_name='recipe_engine.Arguments.AnnotationFlags.emit_initial_properties', index=1,
+ number=2, type=8, cpp_type=7, label=1,
+ has_default_value=False, default_value=False,
+ message_type=None, enum_type=None, containing_type=None,
+ is_extension=False, extension_scope=None,
+ options=None),
],
extensions=[
],
@@ -232,7 +239,7 @@ _ARGUMENTS_ANNOTATIONFLAGS = _descriptor.Descriptor(
oneofs=[
],
serialized_start=629,
- serialized_end=670,
+ serialized_end=703,
)
_ARGUMENTS = _descriptor.Descriptor(
@@ -269,7 +276,7 @@ _ARGUMENTS = _descriptor.Descriptor(
oneofs=[
],
serialized_start=35,
- serialized_end=670,
+ serialized_end=703,
)
_ARGUMENTS_PROPERTY.fields_by_name['map'].message_type = _ARGUMENTS_PROPERTYMAP
« no previous file with comments | « recipe_engine/arguments.proto ('k') | recipes.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698