# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: chromiumos/test/api/trv2_dynamic_updates.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() from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2 from chromiumos.test.api import trv2_dynamic_pb2 as chromiumos_dot_test_dot_api_dot_trv2__dynamic__pb2 DESCRIPTOR = _descriptor.FileDescriptor( name='chromiumos/test/api/trv2_dynamic_updates.proto', package='chromiumos.test.api', syntax='proto3', serialized_options=b'Z-go.chromium.org/chromiumos/config/go/test/api', create_key=_descriptor._internal_create_key, serialized_pb=b'\n.chromiumos/test/api/trv2_dynamic_updates.proto\x12\x13\x63hromiumos.test.api\x1a\x19google/protobuf/any.proto\x1a&chromiumos/test/api/trv2_dynamic.proto\"\x95\x01\n\x18UserDefinedDynamicUpdate\x12?\n\x11\x66ocal_task_finder\x18\x01 \x01(\x0b\x32$.chromiumos.test.api.FocalTaskFinder\x12\x38\n\rupdate_action\x18\x02 \x01(\x0b\x32!.chromiumos.test.api.UpdateAction\"\xa2\x05\n\x0f\x46ocalTaskFinder\x12;\n\x05\x66irst\x18\x01 \x01(\x0b\x32*.chromiumos.test.api.FocalTaskFinder.FirstH\x00\x12\x39\n\x04last\x18\x02 \x01(\x0b\x32).chromiumos.test.api.FocalTaskFinder.LastH\x00\x12\x43\n\tbeginning\x18\x03 \x01(\x0b\x32..chromiumos.test.api.FocalTaskFinder.BeginningH\x00\x12\x37\n\x03\x65nd\x18\x04 \x01(\x0b\x32(.chromiumos.test.api.FocalTaskFinder.EndH\x00\x12Y\n\x15\x62y_dynamic_identifier\x18\x05 \x01(\x0b\x32\x38.chromiumos.test.api.FocalTaskFinder.ByDynamicIdentifierH\x00\x1aI\n\x05\x46irst\x12@\n\ttask_type\x18\x01 \x01(\x0e\x32-.chromiumos.test.api.FocalTaskFinder.TaskType\x1aH\n\x04Last\x12@\n\ttask_type\x18\x01 \x01(\x0e\x32-.chromiumos.test.api.FocalTaskFinder.TaskType\x1a\x0b\n\tBeginning\x1a\x05\n\x03\x45nd\x1a\x31\n\x13\x42yDynamicIdentifier\x12\x1a\n\x12\x64ynamic_identifier\x18\x01 \x01(\t\"X\n\x08TaskType\x12\r\n\tPROVISION\x10\x00\x12\x0b\n\x07PRETEST\x10\x01\x12\x08\n\x04TEST\x10\x02\x12\x0c\n\x08POSTTEST\x10\x03\x12\x0b\n\x07PUBLISH\x10\x04\x12\x0b\n\x07GENERIC\x10\x05\x42\x08\n\x06\x66inder\"\xca\x05\n\x0cUpdateAction\x12:\n\x06insert\x18\x01 \x01(\x0b\x32(.chromiumos.test.api.UpdateAction.InsertH\x00\x12:\n\x06remove\x18\x02 \x01(\x0b\x32(.chromiumos.test.api.UpdateAction.RemoveH\x00\x12:\n\x06modify\x18\x03 \x01(\x0b\x32(.chromiumos.test.api.UpdateAction.ModifyH\x00\x1a\xcc\x01\n\x06Insert\x12H\n\x0binsert_type\x18\x01 \x01(\x0e\x32\x33.chromiumos.test.api.UpdateAction.Insert.InsertType\x12\x44\n\x04task\x18\x02 \x01(\x0b\x32\x36.chromiumos.test.api.CrosTestRunnerDynamicRequest.Task\"2\n\nInsertType\x12\n\n\x06\x41PPEND\x10\x00\x12\x0b\n\x07PREPEND\x10\x01\x12\x0b\n\x07REPLACE\x10\x02\x1a\x08\n\x06Remove\x1a\xa2\x02\n\x06Modify\x12L\n\rmodifications\x18\x01 \x03(\x0b\x32\x35.chromiumos.test.api.UpdateAction.Modify.Modification\x1a\xc9\x01\n\x0cModification\x12%\n\x07payload\x18\x01 \x01(\x0b\x32\x14.google.protobuf.Any\x12]\n\x0cinstructions\x18\x02 \x03(\x0b\x32G.chromiumos.test.api.UpdateAction.Modify.Modification.InstructionsEntry\x1a\x33\n\x11InstructionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x08\n\x06\x61\x63tionB/Z-go.chromium.org/chromiumos/config/go/test/apib\x06proto3' , dependencies=[google_dot_protobuf_dot_any__pb2.DESCRIPTOR,chromiumos_dot_test_dot_api_dot_trv2__dynamic__pb2.DESCRIPTOR,]) _FOCALTASKFINDER_TASKTYPE = _descriptor.EnumDescriptor( name='TaskType', full_name='chromiumos.test.api.FocalTaskFinder.TaskType', filename=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, values=[ _descriptor.EnumValueDescriptor( name='PROVISION', index=0, number=0, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='PRETEST', index=1, number=1, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='TEST', index=2, number=2, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='POSTTEST', index=3, number=3, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='PUBLISH', index=4, number=4, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='GENERIC', index=5, number=5, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), ], containing_type=None, serialized_options=None, serialized_start=867, serialized_end=955, ) _sym_db.RegisterEnumDescriptor(_FOCALTASKFINDER_TASKTYPE) _UPDATEACTION_INSERT_INSERTTYPE = _descriptor.EnumDescriptor( name='InsertType', full_name='chromiumos.test.api.UpdateAction.Insert.InsertType', filename=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key, values=[ _descriptor.EnumValueDescriptor( name='APPEND', index=0, number=0, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='PREPEND', index=1, number=1, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), _descriptor.EnumValueDescriptor( name='REPLACE', index=2, number=2, serialized_options=None, type=None, create_key=_descriptor._internal_create_key), ], containing_type=None, serialized_options=None, serialized_start=1319, serialized_end=1369, ) _sym_db.RegisterEnumDescriptor(_UPDATEACTION_INSERT_INSERTTYPE) _USERDEFINEDDYNAMICUPDATE = _descriptor.Descriptor( name='UserDefinedDynamicUpdate', full_name='chromiumos.test.api.UserDefinedDynamicUpdate', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='focal_task_finder', full_name='chromiumos.test.api.UserDefinedDynamicUpdate.focal_task_finder', index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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='update_action', full_name='chromiumos.test.api.UserDefinedDynamicUpdate.update_action', index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=139, serialized_end=288, ) _FOCALTASKFINDER_FIRST = _descriptor.Descriptor( name='First', full_name='chromiumos.test.api.FocalTaskFinder.First', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='task_type', full_name='chromiumos.test.api.FocalTaskFinder.First.task_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), ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=647, serialized_end=720, ) _FOCALTASKFINDER_LAST = _descriptor.Descriptor( name='Last', full_name='chromiumos.test.api.FocalTaskFinder.Last', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='task_type', full_name='chromiumos.test.api.FocalTaskFinder.Last.task_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), ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=722, serialized_end=794, ) _FOCALTASKFINDER_BEGINNING = _descriptor.Descriptor( name='Beginning', full_name='chromiumos.test.api.FocalTaskFinder.Beginning', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=796, serialized_end=807, ) _FOCALTASKFINDER_END = _descriptor.Descriptor( name='End', full_name='chromiumos.test.api.FocalTaskFinder.End', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=809, serialized_end=814, ) _FOCALTASKFINDER_BYDYNAMICIDENTIFIER = _descriptor.Descriptor( name='ByDynamicIdentifier', full_name='chromiumos.test.api.FocalTaskFinder.ByDynamicIdentifier', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='dynamic_identifier', full_name='chromiumos.test.api.FocalTaskFinder.ByDynamicIdentifier.dynamic_identifier', index=0, number=1, 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=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=816, serialized_end=865, ) _FOCALTASKFINDER = _descriptor.Descriptor( name='FocalTaskFinder', full_name='chromiumos.test.api.FocalTaskFinder', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='first', full_name='chromiumos.test.api.FocalTaskFinder.first', index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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='last', full_name='chromiumos.test.api.FocalTaskFinder.last', index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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='beginning', full_name='chromiumos.test.api.FocalTaskFinder.beginning', index=2, number=3, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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='end', full_name='chromiumos.test.api.FocalTaskFinder.end', index=3, number=4, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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='by_dynamic_identifier', full_name='chromiumos.test.api.FocalTaskFinder.by_dynamic_identifier', index=4, number=5, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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=[_FOCALTASKFINDER_FIRST, _FOCALTASKFINDER_LAST, _FOCALTASKFINDER_BEGINNING, _FOCALTASKFINDER_END, _FOCALTASKFINDER_BYDYNAMICIDENTIFIER, ], enum_types=[ _FOCALTASKFINDER_TASKTYPE, ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ _descriptor.OneofDescriptor( name='finder', full_name='chromiumos.test.api.FocalTaskFinder.finder', index=0, containing_type=None, create_key=_descriptor._internal_create_key, fields=[]), ], serialized_start=291, serialized_end=965, ) _UPDATEACTION_INSERT = _descriptor.Descriptor( name='Insert', full_name='chromiumos.test.api.UpdateAction.Insert', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='insert_type', full_name='chromiumos.test.api.UpdateAction.Insert.insert_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='task', full_name='chromiumos.test.api.UpdateAction.Insert.task', index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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=[ _UPDATEACTION_INSERT_INSERTTYPE, ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=1165, serialized_end=1369, ) _UPDATEACTION_REMOVE = _descriptor.Descriptor( name='Remove', full_name='chromiumos.test.api.UpdateAction.Remove', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ ], extensions=[ ], nested_types=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=1371, serialized_end=1379, ) _UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY = _descriptor.Descriptor( name='InstructionsEntry', full_name='chromiumos.test.api.UpdateAction.Modify.Modification.InstructionsEntry', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='key', full_name='chromiumos.test.api.UpdateAction.Modify.Modification.InstructionsEntry.key', index=0, number=1, 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), _descriptor.FieldDescriptor( name='value', full_name='chromiumos.test.api.UpdateAction.Modify.Modification.InstructionsEntry.value', 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=[ ], serialized_options=b'8\001', is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=1621, serialized_end=1672, ) _UPDATEACTION_MODIFY_MODIFICATION = _descriptor.Descriptor( name='Modification', full_name='chromiumos.test.api.UpdateAction.Modify.Modification', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='payload', full_name='chromiumos.test.api.UpdateAction.Modify.Modification.payload', index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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='instructions', full_name='chromiumos.test.api.UpdateAction.Modify.Modification.instructions', index=1, number=2, type=11, cpp_type=10, label=3, has_default_value=False, default_value=[], 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=[_UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY, ], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=1471, serialized_end=1672, ) _UPDATEACTION_MODIFY = _descriptor.Descriptor( name='Modify', full_name='chromiumos.test.api.UpdateAction.Modify', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='modifications', full_name='chromiumos.test.api.UpdateAction.Modify.modifications', index=0, number=1, type=11, cpp_type=10, label=3, has_default_value=False, default_value=[], 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=[_UPDATEACTION_MODIFY_MODIFICATION, ], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=1382, serialized_end=1672, ) _UPDATEACTION = _descriptor.Descriptor( name='UpdateAction', full_name='chromiumos.test.api.UpdateAction', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='insert', full_name='chromiumos.test.api.UpdateAction.insert', index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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='remove', full_name='chromiumos.test.api.UpdateAction.remove', index=1, number=2, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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='modify', full_name='chromiumos.test.api.UpdateAction.modify', index=2, number=3, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, 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=[_UPDATEACTION_INSERT, _UPDATEACTION_REMOVE, _UPDATEACTION_MODIFY, ], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ _descriptor.OneofDescriptor( name='action', full_name='chromiumos.test.api.UpdateAction.action', index=0, containing_type=None, create_key=_descriptor._internal_create_key, fields=[]), ], serialized_start=968, serialized_end=1682, ) _USERDEFINEDDYNAMICUPDATE.fields_by_name['focal_task_finder'].message_type = _FOCALTASKFINDER _USERDEFINEDDYNAMICUPDATE.fields_by_name['update_action'].message_type = _UPDATEACTION _FOCALTASKFINDER_FIRST.fields_by_name['task_type'].enum_type = _FOCALTASKFINDER_TASKTYPE _FOCALTASKFINDER_FIRST.containing_type = _FOCALTASKFINDER _FOCALTASKFINDER_LAST.fields_by_name['task_type'].enum_type = _FOCALTASKFINDER_TASKTYPE _FOCALTASKFINDER_LAST.containing_type = _FOCALTASKFINDER _FOCALTASKFINDER_BEGINNING.containing_type = _FOCALTASKFINDER _FOCALTASKFINDER_END.containing_type = _FOCALTASKFINDER _FOCALTASKFINDER_BYDYNAMICIDENTIFIER.containing_type = _FOCALTASKFINDER _FOCALTASKFINDER.fields_by_name['first'].message_type = _FOCALTASKFINDER_FIRST _FOCALTASKFINDER.fields_by_name['last'].message_type = _FOCALTASKFINDER_LAST _FOCALTASKFINDER.fields_by_name['beginning'].message_type = _FOCALTASKFINDER_BEGINNING _FOCALTASKFINDER.fields_by_name['end'].message_type = _FOCALTASKFINDER_END _FOCALTASKFINDER.fields_by_name['by_dynamic_identifier'].message_type = _FOCALTASKFINDER_BYDYNAMICIDENTIFIER _FOCALTASKFINDER_TASKTYPE.containing_type = _FOCALTASKFINDER _FOCALTASKFINDER.oneofs_by_name['finder'].fields.append( _FOCALTASKFINDER.fields_by_name['first']) _FOCALTASKFINDER.fields_by_name['first'].containing_oneof = _FOCALTASKFINDER.oneofs_by_name['finder'] _FOCALTASKFINDER.oneofs_by_name['finder'].fields.append( _FOCALTASKFINDER.fields_by_name['last']) _FOCALTASKFINDER.fields_by_name['last'].containing_oneof = _FOCALTASKFINDER.oneofs_by_name['finder'] _FOCALTASKFINDER.oneofs_by_name['finder'].fields.append( _FOCALTASKFINDER.fields_by_name['beginning']) _FOCALTASKFINDER.fields_by_name['beginning'].containing_oneof = _FOCALTASKFINDER.oneofs_by_name['finder'] _FOCALTASKFINDER.oneofs_by_name['finder'].fields.append( _FOCALTASKFINDER.fields_by_name['end']) _FOCALTASKFINDER.fields_by_name['end'].containing_oneof = _FOCALTASKFINDER.oneofs_by_name['finder'] _FOCALTASKFINDER.oneofs_by_name['finder'].fields.append( _FOCALTASKFINDER.fields_by_name['by_dynamic_identifier']) _FOCALTASKFINDER.fields_by_name['by_dynamic_identifier'].containing_oneof = _FOCALTASKFINDER.oneofs_by_name['finder'] _UPDATEACTION_INSERT.fields_by_name['insert_type'].enum_type = _UPDATEACTION_INSERT_INSERTTYPE _UPDATEACTION_INSERT.fields_by_name['task'].message_type = chromiumos_dot_test_dot_api_dot_trv2__dynamic__pb2._CROSTESTRUNNERDYNAMICREQUEST_TASK _UPDATEACTION_INSERT.containing_type = _UPDATEACTION _UPDATEACTION_INSERT_INSERTTYPE.containing_type = _UPDATEACTION_INSERT _UPDATEACTION_REMOVE.containing_type = _UPDATEACTION _UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY.containing_type = _UPDATEACTION_MODIFY_MODIFICATION _UPDATEACTION_MODIFY_MODIFICATION.fields_by_name['payload'].message_type = google_dot_protobuf_dot_any__pb2._ANY _UPDATEACTION_MODIFY_MODIFICATION.fields_by_name['instructions'].message_type = _UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY _UPDATEACTION_MODIFY_MODIFICATION.containing_type = _UPDATEACTION_MODIFY _UPDATEACTION_MODIFY.fields_by_name['modifications'].message_type = _UPDATEACTION_MODIFY_MODIFICATION _UPDATEACTION_MODIFY.containing_type = _UPDATEACTION _UPDATEACTION.fields_by_name['insert'].message_type = _UPDATEACTION_INSERT _UPDATEACTION.fields_by_name['remove'].message_type = _UPDATEACTION_REMOVE _UPDATEACTION.fields_by_name['modify'].message_type = _UPDATEACTION_MODIFY _UPDATEACTION.oneofs_by_name['action'].fields.append( _UPDATEACTION.fields_by_name['insert']) _UPDATEACTION.fields_by_name['insert'].containing_oneof = _UPDATEACTION.oneofs_by_name['action'] _UPDATEACTION.oneofs_by_name['action'].fields.append( _UPDATEACTION.fields_by_name['remove']) _UPDATEACTION.fields_by_name['remove'].containing_oneof = _UPDATEACTION.oneofs_by_name['action'] _UPDATEACTION.oneofs_by_name['action'].fields.append( _UPDATEACTION.fields_by_name['modify']) _UPDATEACTION.fields_by_name['modify'].containing_oneof = _UPDATEACTION.oneofs_by_name['action'] DESCRIPTOR.message_types_by_name['UserDefinedDynamicUpdate'] = _USERDEFINEDDYNAMICUPDATE DESCRIPTOR.message_types_by_name['FocalTaskFinder'] = _FOCALTASKFINDER DESCRIPTOR.message_types_by_name['UpdateAction'] = _UPDATEACTION _sym_db.RegisterFileDescriptor(DESCRIPTOR) UserDefinedDynamicUpdate = _reflection.GeneratedProtocolMessageType('UserDefinedDynamicUpdate', (_message.Message,), { 'DESCRIPTOR' : _USERDEFINEDDYNAMICUPDATE, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.UserDefinedDynamicUpdate) }) _sym_db.RegisterMessage(UserDefinedDynamicUpdate) FocalTaskFinder = _reflection.GeneratedProtocolMessageType('FocalTaskFinder', (_message.Message,), { 'First' : _reflection.GeneratedProtocolMessageType('First', (_message.Message,), { 'DESCRIPTOR' : _FOCALTASKFINDER_FIRST, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder.First) }) , 'Last' : _reflection.GeneratedProtocolMessageType('Last', (_message.Message,), { 'DESCRIPTOR' : _FOCALTASKFINDER_LAST, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder.Last) }) , 'Beginning' : _reflection.GeneratedProtocolMessageType('Beginning', (_message.Message,), { 'DESCRIPTOR' : _FOCALTASKFINDER_BEGINNING, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder.Beginning) }) , 'End' : _reflection.GeneratedProtocolMessageType('End', (_message.Message,), { 'DESCRIPTOR' : _FOCALTASKFINDER_END, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder.End) }) , 'ByDynamicIdentifier' : _reflection.GeneratedProtocolMessageType('ByDynamicIdentifier', (_message.Message,), { 'DESCRIPTOR' : _FOCALTASKFINDER_BYDYNAMICIDENTIFIER, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder.ByDynamicIdentifier) }) , 'DESCRIPTOR' : _FOCALTASKFINDER, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder) }) _sym_db.RegisterMessage(FocalTaskFinder) _sym_db.RegisterMessage(FocalTaskFinder.First) _sym_db.RegisterMessage(FocalTaskFinder.Last) _sym_db.RegisterMessage(FocalTaskFinder.Beginning) _sym_db.RegisterMessage(FocalTaskFinder.End) _sym_db.RegisterMessage(FocalTaskFinder.ByDynamicIdentifier) UpdateAction = _reflection.GeneratedProtocolMessageType('UpdateAction', (_message.Message,), { 'Insert' : _reflection.GeneratedProtocolMessageType('Insert', (_message.Message,), { 'DESCRIPTOR' : _UPDATEACTION_INSERT, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction.Insert) }) , 'Remove' : _reflection.GeneratedProtocolMessageType('Remove', (_message.Message,), { 'DESCRIPTOR' : _UPDATEACTION_REMOVE, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction.Remove) }) , 'Modify' : _reflection.GeneratedProtocolMessageType('Modify', (_message.Message,), { 'Modification' : _reflection.GeneratedProtocolMessageType('Modification', (_message.Message,), { 'InstructionsEntry' : _reflection.GeneratedProtocolMessageType('InstructionsEntry', (_message.Message,), { 'DESCRIPTOR' : _UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction.Modify.Modification.InstructionsEntry) }) , 'DESCRIPTOR' : _UPDATEACTION_MODIFY_MODIFICATION, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction.Modify.Modification) }) , 'DESCRIPTOR' : _UPDATEACTION_MODIFY, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction.Modify) }) , 'DESCRIPTOR' : _UPDATEACTION, '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction) }) _sym_db.RegisterMessage(UpdateAction) _sym_db.RegisterMessage(UpdateAction.Insert) _sym_db.RegisterMessage(UpdateAction.Remove) _sym_db.RegisterMessage(UpdateAction.Modify) _sym_db.RegisterMessage(UpdateAction.Modify.Modification) _sym_db.RegisterMessage(UpdateAction.Modify.Modification.InstructionsEntry) DESCRIPTOR._options = None _UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY._options = None # @@protoc_insertion_point(module_scope)