1# -*- coding: utf-8 -*- 2# Generated by the protocol buffer compiler. DO NOT EDIT! 3# source: chromiumos/test/api/trv2_dynamic_updates.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 14from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2 15from chromiumos.test.api import trv2_dynamic_pb2 as chromiumos_dot_test_dot_api_dot_trv2__dynamic__pb2 16 17 18DESCRIPTOR = _descriptor.FileDescriptor( 19 name='chromiumos/test/api/trv2_dynamic_updates.proto', 20 package='chromiumos.test.api', 21 syntax='proto3', 22 serialized_options=b'Z-go.chromium.org/chromiumos/config/go/test/api', 23 create_key=_descriptor._internal_create_key, 24 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' 25 , 26 dependencies=[google_dot_protobuf_dot_any__pb2.DESCRIPTOR,chromiumos_dot_test_dot_api_dot_trv2__dynamic__pb2.DESCRIPTOR,]) 27 28 29 30_FOCALTASKFINDER_TASKTYPE = _descriptor.EnumDescriptor( 31 name='TaskType', 32 full_name='chromiumos.test.api.FocalTaskFinder.TaskType', 33 filename=None, 34 file=DESCRIPTOR, 35 create_key=_descriptor._internal_create_key, 36 values=[ 37 _descriptor.EnumValueDescriptor( 38 name='PROVISION', index=0, number=0, 39 serialized_options=None, 40 type=None, 41 create_key=_descriptor._internal_create_key), 42 _descriptor.EnumValueDescriptor( 43 name='PRETEST', index=1, number=1, 44 serialized_options=None, 45 type=None, 46 create_key=_descriptor._internal_create_key), 47 _descriptor.EnumValueDescriptor( 48 name='TEST', index=2, number=2, 49 serialized_options=None, 50 type=None, 51 create_key=_descriptor._internal_create_key), 52 _descriptor.EnumValueDescriptor( 53 name='POSTTEST', index=3, number=3, 54 serialized_options=None, 55 type=None, 56 create_key=_descriptor._internal_create_key), 57 _descriptor.EnumValueDescriptor( 58 name='PUBLISH', index=4, number=4, 59 serialized_options=None, 60 type=None, 61 create_key=_descriptor._internal_create_key), 62 _descriptor.EnumValueDescriptor( 63 name='GENERIC', index=5, number=5, 64 serialized_options=None, 65 type=None, 66 create_key=_descriptor._internal_create_key), 67 ], 68 containing_type=None, 69 serialized_options=None, 70 serialized_start=867, 71 serialized_end=955, 72) 73_sym_db.RegisterEnumDescriptor(_FOCALTASKFINDER_TASKTYPE) 74 75_UPDATEACTION_INSERT_INSERTTYPE = _descriptor.EnumDescriptor( 76 name='InsertType', 77 full_name='chromiumos.test.api.UpdateAction.Insert.InsertType', 78 filename=None, 79 file=DESCRIPTOR, 80 create_key=_descriptor._internal_create_key, 81 values=[ 82 _descriptor.EnumValueDescriptor( 83 name='APPEND', index=0, number=0, 84 serialized_options=None, 85 type=None, 86 create_key=_descriptor._internal_create_key), 87 _descriptor.EnumValueDescriptor( 88 name='PREPEND', index=1, number=1, 89 serialized_options=None, 90 type=None, 91 create_key=_descriptor._internal_create_key), 92 _descriptor.EnumValueDescriptor( 93 name='REPLACE', index=2, number=2, 94 serialized_options=None, 95 type=None, 96 create_key=_descriptor._internal_create_key), 97 ], 98 containing_type=None, 99 serialized_options=None, 100 serialized_start=1319, 101 serialized_end=1369, 102) 103_sym_db.RegisterEnumDescriptor(_UPDATEACTION_INSERT_INSERTTYPE) 104 105 106_USERDEFINEDDYNAMICUPDATE = _descriptor.Descriptor( 107 name='UserDefinedDynamicUpdate', 108 full_name='chromiumos.test.api.UserDefinedDynamicUpdate', 109 filename=None, 110 file=DESCRIPTOR, 111 containing_type=None, 112 create_key=_descriptor._internal_create_key, 113 fields=[ 114 _descriptor.FieldDescriptor( 115 name='focal_task_finder', full_name='chromiumos.test.api.UserDefinedDynamicUpdate.focal_task_finder', index=0, 116 number=1, type=11, cpp_type=10, label=1, 117 has_default_value=False, default_value=None, 118 message_type=None, enum_type=None, containing_type=None, 119 is_extension=False, extension_scope=None, 120 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 121 _descriptor.FieldDescriptor( 122 name='update_action', full_name='chromiumos.test.api.UserDefinedDynamicUpdate.update_action', index=1, 123 number=2, type=11, cpp_type=10, label=1, 124 has_default_value=False, default_value=None, 125 message_type=None, enum_type=None, containing_type=None, 126 is_extension=False, extension_scope=None, 127 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 128 ], 129 extensions=[ 130 ], 131 nested_types=[], 132 enum_types=[ 133 ], 134 serialized_options=None, 135 is_extendable=False, 136 syntax='proto3', 137 extension_ranges=[], 138 oneofs=[ 139 ], 140 serialized_start=139, 141 serialized_end=288, 142) 143 144 145_FOCALTASKFINDER_FIRST = _descriptor.Descriptor( 146 name='First', 147 full_name='chromiumos.test.api.FocalTaskFinder.First', 148 filename=None, 149 file=DESCRIPTOR, 150 containing_type=None, 151 create_key=_descriptor._internal_create_key, 152 fields=[ 153 _descriptor.FieldDescriptor( 154 name='task_type', full_name='chromiumos.test.api.FocalTaskFinder.First.task_type', index=0, 155 number=1, type=14, cpp_type=8, label=1, 156 has_default_value=False, default_value=0, 157 message_type=None, enum_type=None, containing_type=None, 158 is_extension=False, extension_scope=None, 159 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 160 ], 161 extensions=[ 162 ], 163 nested_types=[], 164 enum_types=[ 165 ], 166 serialized_options=None, 167 is_extendable=False, 168 syntax='proto3', 169 extension_ranges=[], 170 oneofs=[ 171 ], 172 serialized_start=647, 173 serialized_end=720, 174) 175 176_FOCALTASKFINDER_LAST = _descriptor.Descriptor( 177 name='Last', 178 full_name='chromiumos.test.api.FocalTaskFinder.Last', 179 filename=None, 180 file=DESCRIPTOR, 181 containing_type=None, 182 create_key=_descriptor._internal_create_key, 183 fields=[ 184 _descriptor.FieldDescriptor( 185 name='task_type', full_name='chromiumos.test.api.FocalTaskFinder.Last.task_type', index=0, 186 number=1, type=14, cpp_type=8, label=1, 187 has_default_value=False, default_value=0, 188 message_type=None, enum_type=None, containing_type=None, 189 is_extension=False, extension_scope=None, 190 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 191 ], 192 extensions=[ 193 ], 194 nested_types=[], 195 enum_types=[ 196 ], 197 serialized_options=None, 198 is_extendable=False, 199 syntax='proto3', 200 extension_ranges=[], 201 oneofs=[ 202 ], 203 serialized_start=722, 204 serialized_end=794, 205) 206 207_FOCALTASKFINDER_BEGINNING = _descriptor.Descriptor( 208 name='Beginning', 209 full_name='chromiumos.test.api.FocalTaskFinder.Beginning', 210 filename=None, 211 file=DESCRIPTOR, 212 containing_type=None, 213 create_key=_descriptor._internal_create_key, 214 fields=[ 215 ], 216 extensions=[ 217 ], 218 nested_types=[], 219 enum_types=[ 220 ], 221 serialized_options=None, 222 is_extendable=False, 223 syntax='proto3', 224 extension_ranges=[], 225 oneofs=[ 226 ], 227 serialized_start=796, 228 serialized_end=807, 229) 230 231_FOCALTASKFINDER_END = _descriptor.Descriptor( 232 name='End', 233 full_name='chromiumos.test.api.FocalTaskFinder.End', 234 filename=None, 235 file=DESCRIPTOR, 236 containing_type=None, 237 create_key=_descriptor._internal_create_key, 238 fields=[ 239 ], 240 extensions=[ 241 ], 242 nested_types=[], 243 enum_types=[ 244 ], 245 serialized_options=None, 246 is_extendable=False, 247 syntax='proto3', 248 extension_ranges=[], 249 oneofs=[ 250 ], 251 serialized_start=809, 252 serialized_end=814, 253) 254 255_FOCALTASKFINDER_BYDYNAMICIDENTIFIER = _descriptor.Descriptor( 256 name='ByDynamicIdentifier', 257 full_name='chromiumos.test.api.FocalTaskFinder.ByDynamicIdentifier', 258 filename=None, 259 file=DESCRIPTOR, 260 containing_type=None, 261 create_key=_descriptor._internal_create_key, 262 fields=[ 263 _descriptor.FieldDescriptor( 264 name='dynamic_identifier', full_name='chromiumos.test.api.FocalTaskFinder.ByDynamicIdentifier.dynamic_identifier', index=0, 265 number=1, type=9, cpp_type=9, label=1, 266 has_default_value=False, default_value=b"".decode('utf-8'), 267 message_type=None, enum_type=None, containing_type=None, 268 is_extension=False, extension_scope=None, 269 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 270 ], 271 extensions=[ 272 ], 273 nested_types=[], 274 enum_types=[ 275 ], 276 serialized_options=None, 277 is_extendable=False, 278 syntax='proto3', 279 extension_ranges=[], 280 oneofs=[ 281 ], 282 serialized_start=816, 283 serialized_end=865, 284) 285 286_FOCALTASKFINDER = _descriptor.Descriptor( 287 name='FocalTaskFinder', 288 full_name='chromiumos.test.api.FocalTaskFinder', 289 filename=None, 290 file=DESCRIPTOR, 291 containing_type=None, 292 create_key=_descriptor._internal_create_key, 293 fields=[ 294 _descriptor.FieldDescriptor( 295 name='first', full_name='chromiumos.test.api.FocalTaskFinder.first', index=0, 296 number=1, type=11, cpp_type=10, label=1, 297 has_default_value=False, default_value=None, 298 message_type=None, enum_type=None, containing_type=None, 299 is_extension=False, extension_scope=None, 300 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 301 _descriptor.FieldDescriptor( 302 name='last', full_name='chromiumos.test.api.FocalTaskFinder.last', index=1, 303 number=2, type=11, cpp_type=10, label=1, 304 has_default_value=False, default_value=None, 305 message_type=None, enum_type=None, containing_type=None, 306 is_extension=False, extension_scope=None, 307 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 308 _descriptor.FieldDescriptor( 309 name='beginning', full_name='chromiumos.test.api.FocalTaskFinder.beginning', index=2, 310 number=3, type=11, cpp_type=10, label=1, 311 has_default_value=False, default_value=None, 312 message_type=None, enum_type=None, containing_type=None, 313 is_extension=False, extension_scope=None, 314 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 315 _descriptor.FieldDescriptor( 316 name='end', full_name='chromiumos.test.api.FocalTaskFinder.end', index=3, 317 number=4, type=11, cpp_type=10, label=1, 318 has_default_value=False, default_value=None, 319 message_type=None, enum_type=None, containing_type=None, 320 is_extension=False, extension_scope=None, 321 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 322 _descriptor.FieldDescriptor( 323 name='by_dynamic_identifier', full_name='chromiumos.test.api.FocalTaskFinder.by_dynamic_identifier', index=4, 324 number=5, type=11, cpp_type=10, label=1, 325 has_default_value=False, default_value=None, 326 message_type=None, enum_type=None, containing_type=None, 327 is_extension=False, extension_scope=None, 328 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 329 ], 330 extensions=[ 331 ], 332 nested_types=[_FOCALTASKFINDER_FIRST, _FOCALTASKFINDER_LAST, _FOCALTASKFINDER_BEGINNING, _FOCALTASKFINDER_END, _FOCALTASKFINDER_BYDYNAMICIDENTIFIER, ], 333 enum_types=[ 334 _FOCALTASKFINDER_TASKTYPE, 335 ], 336 serialized_options=None, 337 is_extendable=False, 338 syntax='proto3', 339 extension_ranges=[], 340 oneofs=[ 341 _descriptor.OneofDescriptor( 342 name='finder', full_name='chromiumos.test.api.FocalTaskFinder.finder', 343 index=0, containing_type=None, 344 create_key=_descriptor._internal_create_key, 345 fields=[]), 346 ], 347 serialized_start=291, 348 serialized_end=965, 349) 350 351 352_UPDATEACTION_INSERT = _descriptor.Descriptor( 353 name='Insert', 354 full_name='chromiumos.test.api.UpdateAction.Insert', 355 filename=None, 356 file=DESCRIPTOR, 357 containing_type=None, 358 create_key=_descriptor._internal_create_key, 359 fields=[ 360 _descriptor.FieldDescriptor( 361 name='insert_type', full_name='chromiumos.test.api.UpdateAction.Insert.insert_type', index=0, 362 number=1, type=14, cpp_type=8, label=1, 363 has_default_value=False, default_value=0, 364 message_type=None, enum_type=None, containing_type=None, 365 is_extension=False, extension_scope=None, 366 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 367 _descriptor.FieldDescriptor( 368 name='task', full_name='chromiumos.test.api.UpdateAction.Insert.task', index=1, 369 number=2, type=11, cpp_type=10, label=1, 370 has_default_value=False, default_value=None, 371 message_type=None, enum_type=None, containing_type=None, 372 is_extension=False, extension_scope=None, 373 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 374 ], 375 extensions=[ 376 ], 377 nested_types=[], 378 enum_types=[ 379 _UPDATEACTION_INSERT_INSERTTYPE, 380 ], 381 serialized_options=None, 382 is_extendable=False, 383 syntax='proto3', 384 extension_ranges=[], 385 oneofs=[ 386 ], 387 serialized_start=1165, 388 serialized_end=1369, 389) 390 391_UPDATEACTION_REMOVE = _descriptor.Descriptor( 392 name='Remove', 393 full_name='chromiumos.test.api.UpdateAction.Remove', 394 filename=None, 395 file=DESCRIPTOR, 396 containing_type=None, 397 create_key=_descriptor._internal_create_key, 398 fields=[ 399 ], 400 extensions=[ 401 ], 402 nested_types=[], 403 enum_types=[ 404 ], 405 serialized_options=None, 406 is_extendable=False, 407 syntax='proto3', 408 extension_ranges=[], 409 oneofs=[ 410 ], 411 serialized_start=1371, 412 serialized_end=1379, 413) 414 415_UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY = _descriptor.Descriptor( 416 name='InstructionsEntry', 417 full_name='chromiumos.test.api.UpdateAction.Modify.Modification.InstructionsEntry', 418 filename=None, 419 file=DESCRIPTOR, 420 containing_type=None, 421 create_key=_descriptor._internal_create_key, 422 fields=[ 423 _descriptor.FieldDescriptor( 424 name='key', full_name='chromiumos.test.api.UpdateAction.Modify.Modification.InstructionsEntry.key', index=0, 425 number=1, type=9, cpp_type=9, label=1, 426 has_default_value=False, default_value=b"".decode('utf-8'), 427 message_type=None, enum_type=None, containing_type=None, 428 is_extension=False, extension_scope=None, 429 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 430 _descriptor.FieldDescriptor( 431 name='value', full_name='chromiumos.test.api.UpdateAction.Modify.Modification.InstructionsEntry.value', index=1, 432 number=2, type=9, cpp_type=9, label=1, 433 has_default_value=False, default_value=b"".decode('utf-8'), 434 message_type=None, enum_type=None, containing_type=None, 435 is_extension=False, extension_scope=None, 436 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 437 ], 438 extensions=[ 439 ], 440 nested_types=[], 441 enum_types=[ 442 ], 443 serialized_options=b'8\001', 444 is_extendable=False, 445 syntax='proto3', 446 extension_ranges=[], 447 oneofs=[ 448 ], 449 serialized_start=1621, 450 serialized_end=1672, 451) 452 453_UPDATEACTION_MODIFY_MODIFICATION = _descriptor.Descriptor( 454 name='Modification', 455 full_name='chromiumos.test.api.UpdateAction.Modify.Modification', 456 filename=None, 457 file=DESCRIPTOR, 458 containing_type=None, 459 create_key=_descriptor._internal_create_key, 460 fields=[ 461 _descriptor.FieldDescriptor( 462 name='payload', full_name='chromiumos.test.api.UpdateAction.Modify.Modification.payload', index=0, 463 number=1, type=11, cpp_type=10, label=1, 464 has_default_value=False, default_value=None, 465 message_type=None, enum_type=None, containing_type=None, 466 is_extension=False, extension_scope=None, 467 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 468 _descriptor.FieldDescriptor( 469 name='instructions', full_name='chromiumos.test.api.UpdateAction.Modify.Modification.instructions', index=1, 470 number=2, type=11, cpp_type=10, label=3, 471 has_default_value=False, default_value=[], 472 message_type=None, enum_type=None, containing_type=None, 473 is_extension=False, extension_scope=None, 474 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 475 ], 476 extensions=[ 477 ], 478 nested_types=[_UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY, ], 479 enum_types=[ 480 ], 481 serialized_options=None, 482 is_extendable=False, 483 syntax='proto3', 484 extension_ranges=[], 485 oneofs=[ 486 ], 487 serialized_start=1471, 488 serialized_end=1672, 489) 490 491_UPDATEACTION_MODIFY = _descriptor.Descriptor( 492 name='Modify', 493 full_name='chromiumos.test.api.UpdateAction.Modify', 494 filename=None, 495 file=DESCRIPTOR, 496 containing_type=None, 497 create_key=_descriptor._internal_create_key, 498 fields=[ 499 _descriptor.FieldDescriptor( 500 name='modifications', full_name='chromiumos.test.api.UpdateAction.Modify.modifications', index=0, 501 number=1, type=11, cpp_type=10, label=3, 502 has_default_value=False, default_value=[], 503 message_type=None, enum_type=None, containing_type=None, 504 is_extension=False, extension_scope=None, 505 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 506 ], 507 extensions=[ 508 ], 509 nested_types=[_UPDATEACTION_MODIFY_MODIFICATION, ], 510 enum_types=[ 511 ], 512 serialized_options=None, 513 is_extendable=False, 514 syntax='proto3', 515 extension_ranges=[], 516 oneofs=[ 517 ], 518 serialized_start=1382, 519 serialized_end=1672, 520) 521 522_UPDATEACTION = _descriptor.Descriptor( 523 name='UpdateAction', 524 full_name='chromiumos.test.api.UpdateAction', 525 filename=None, 526 file=DESCRIPTOR, 527 containing_type=None, 528 create_key=_descriptor._internal_create_key, 529 fields=[ 530 _descriptor.FieldDescriptor( 531 name='insert', full_name='chromiumos.test.api.UpdateAction.insert', index=0, 532 number=1, type=11, cpp_type=10, label=1, 533 has_default_value=False, default_value=None, 534 message_type=None, enum_type=None, containing_type=None, 535 is_extension=False, extension_scope=None, 536 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 537 _descriptor.FieldDescriptor( 538 name='remove', full_name='chromiumos.test.api.UpdateAction.remove', index=1, 539 number=2, type=11, cpp_type=10, label=1, 540 has_default_value=False, default_value=None, 541 message_type=None, enum_type=None, containing_type=None, 542 is_extension=False, extension_scope=None, 543 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 544 _descriptor.FieldDescriptor( 545 name='modify', full_name='chromiumos.test.api.UpdateAction.modify', index=2, 546 number=3, type=11, cpp_type=10, label=1, 547 has_default_value=False, default_value=None, 548 message_type=None, enum_type=None, containing_type=None, 549 is_extension=False, extension_scope=None, 550 serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), 551 ], 552 extensions=[ 553 ], 554 nested_types=[_UPDATEACTION_INSERT, _UPDATEACTION_REMOVE, _UPDATEACTION_MODIFY, ], 555 enum_types=[ 556 ], 557 serialized_options=None, 558 is_extendable=False, 559 syntax='proto3', 560 extension_ranges=[], 561 oneofs=[ 562 _descriptor.OneofDescriptor( 563 name='action', full_name='chromiumos.test.api.UpdateAction.action', 564 index=0, containing_type=None, 565 create_key=_descriptor._internal_create_key, 566 fields=[]), 567 ], 568 serialized_start=968, 569 serialized_end=1682, 570) 571 572_USERDEFINEDDYNAMICUPDATE.fields_by_name['focal_task_finder'].message_type = _FOCALTASKFINDER 573_USERDEFINEDDYNAMICUPDATE.fields_by_name['update_action'].message_type = _UPDATEACTION 574_FOCALTASKFINDER_FIRST.fields_by_name['task_type'].enum_type = _FOCALTASKFINDER_TASKTYPE 575_FOCALTASKFINDER_FIRST.containing_type = _FOCALTASKFINDER 576_FOCALTASKFINDER_LAST.fields_by_name['task_type'].enum_type = _FOCALTASKFINDER_TASKTYPE 577_FOCALTASKFINDER_LAST.containing_type = _FOCALTASKFINDER 578_FOCALTASKFINDER_BEGINNING.containing_type = _FOCALTASKFINDER 579_FOCALTASKFINDER_END.containing_type = _FOCALTASKFINDER 580_FOCALTASKFINDER_BYDYNAMICIDENTIFIER.containing_type = _FOCALTASKFINDER 581_FOCALTASKFINDER.fields_by_name['first'].message_type = _FOCALTASKFINDER_FIRST 582_FOCALTASKFINDER.fields_by_name['last'].message_type = _FOCALTASKFINDER_LAST 583_FOCALTASKFINDER.fields_by_name['beginning'].message_type = _FOCALTASKFINDER_BEGINNING 584_FOCALTASKFINDER.fields_by_name['end'].message_type = _FOCALTASKFINDER_END 585_FOCALTASKFINDER.fields_by_name['by_dynamic_identifier'].message_type = _FOCALTASKFINDER_BYDYNAMICIDENTIFIER 586_FOCALTASKFINDER_TASKTYPE.containing_type = _FOCALTASKFINDER 587_FOCALTASKFINDER.oneofs_by_name['finder'].fields.append( 588 _FOCALTASKFINDER.fields_by_name['first']) 589_FOCALTASKFINDER.fields_by_name['first'].containing_oneof = _FOCALTASKFINDER.oneofs_by_name['finder'] 590_FOCALTASKFINDER.oneofs_by_name['finder'].fields.append( 591 _FOCALTASKFINDER.fields_by_name['last']) 592_FOCALTASKFINDER.fields_by_name['last'].containing_oneof = _FOCALTASKFINDER.oneofs_by_name['finder'] 593_FOCALTASKFINDER.oneofs_by_name['finder'].fields.append( 594 _FOCALTASKFINDER.fields_by_name['beginning']) 595_FOCALTASKFINDER.fields_by_name['beginning'].containing_oneof = _FOCALTASKFINDER.oneofs_by_name['finder'] 596_FOCALTASKFINDER.oneofs_by_name['finder'].fields.append( 597 _FOCALTASKFINDER.fields_by_name['end']) 598_FOCALTASKFINDER.fields_by_name['end'].containing_oneof = _FOCALTASKFINDER.oneofs_by_name['finder'] 599_FOCALTASKFINDER.oneofs_by_name['finder'].fields.append( 600 _FOCALTASKFINDER.fields_by_name['by_dynamic_identifier']) 601_FOCALTASKFINDER.fields_by_name['by_dynamic_identifier'].containing_oneof = _FOCALTASKFINDER.oneofs_by_name['finder'] 602_UPDATEACTION_INSERT.fields_by_name['insert_type'].enum_type = _UPDATEACTION_INSERT_INSERTTYPE 603_UPDATEACTION_INSERT.fields_by_name['task'].message_type = chromiumos_dot_test_dot_api_dot_trv2__dynamic__pb2._CROSTESTRUNNERDYNAMICREQUEST_TASK 604_UPDATEACTION_INSERT.containing_type = _UPDATEACTION 605_UPDATEACTION_INSERT_INSERTTYPE.containing_type = _UPDATEACTION_INSERT 606_UPDATEACTION_REMOVE.containing_type = _UPDATEACTION 607_UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY.containing_type = _UPDATEACTION_MODIFY_MODIFICATION 608_UPDATEACTION_MODIFY_MODIFICATION.fields_by_name['payload'].message_type = google_dot_protobuf_dot_any__pb2._ANY 609_UPDATEACTION_MODIFY_MODIFICATION.fields_by_name['instructions'].message_type = _UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY 610_UPDATEACTION_MODIFY_MODIFICATION.containing_type = _UPDATEACTION_MODIFY 611_UPDATEACTION_MODIFY.fields_by_name['modifications'].message_type = _UPDATEACTION_MODIFY_MODIFICATION 612_UPDATEACTION_MODIFY.containing_type = _UPDATEACTION 613_UPDATEACTION.fields_by_name['insert'].message_type = _UPDATEACTION_INSERT 614_UPDATEACTION.fields_by_name['remove'].message_type = _UPDATEACTION_REMOVE 615_UPDATEACTION.fields_by_name['modify'].message_type = _UPDATEACTION_MODIFY 616_UPDATEACTION.oneofs_by_name['action'].fields.append( 617 _UPDATEACTION.fields_by_name['insert']) 618_UPDATEACTION.fields_by_name['insert'].containing_oneof = _UPDATEACTION.oneofs_by_name['action'] 619_UPDATEACTION.oneofs_by_name['action'].fields.append( 620 _UPDATEACTION.fields_by_name['remove']) 621_UPDATEACTION.fields_by_name['remove'].containing_oneof = _UPDATEACTION.oneofs_by_name['action'] 622_UPDATEACTION.oneofs_by_name['action'].fields.append( 623 _UPDATEACTION.fields_by_name['modify']) 624_UPDATEACTION.fields_by_name['modify'].containing_oneof = _UPDATEACTION.oneofs_by_name['action'] 625DESCRIPTOR.message_types_by_name['UserDefinedDynamicUpdate'] = _USERDEFINEDDYNAMICUPDATE 626DESCRIPTOR.message_types_by_name['FocalTaskFinder'] = _FOCALTASKFINDER 627DESCRIPTOR.message_types_by_name['UpdateAction'] = _UPDATEACTION 628_sym_db.RegisterFileDescriptor(DESCRIPTOR) 629 630UserDefinedDynamicUpdate = _reflection.GeneratedProtocolMessageType('UserDefinedDynamicUpdate', (_message.Message,), { 631 'DESCRIPTOR' : _USERDEFINEDDYNAMICUPDATE, 632 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 633 # @@protoc_insertion_point(class_scope:chromiumos.test.api.UserDefinedDynamicUpdate) 634 }) 635_sym_db.RegisterMessage(UserDefinedDynamicUpdate) 636 637FocalTaskFinder = _reflection.GeneratedProtocolMessageType('FocalTaskFinder', (_message.Message,), { 638 639 'First' : _reflection.GeneratedProtocolMessageType('First', (_message.Message,), { 640 'DESCRIPTOR' : _FOCALTASKFINDER_FIRST, 641 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 642 # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder.First) 643 }) 644 , 645 646 'Last' : _reflection.GeneratedProtocolMessageType('Last', (_message.Message,), { 647 'DESCRIPTOR' : _FOCALTASKFINDER_LAST, 648 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 649 # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder.Last) 650 }) 651 , 652 653 'Beginning' : _reflection.GeneratedProtocolMessageType('Beginning', (_message.Message,), { 654 'DESCRIPTOR' : _FOCALTASKFINDER_BEGINNING, 655 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 656 # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder.Beginning) 657 }) 658 , 659 660 'End' : _reflection.GeneratedProtocolMessageType('End', (_message.Message,), { 661 'DESCRIPTOR' : _FOCALTASKFINDER_END, 662 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 663 # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder.End) 664 }) 665 , 666 667 'ByDynamicIdentifier' : _reflection.GeneratedProtocolMessageType('ByDynamicIdentifier', (_message.Message,), { 668 'DESCRIPTOR' : _FOCALTASKFINDER_BYDYNAMICIDENTIFIER, 669 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 670 # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder.ByDynamicIdentifier) 671 }) 672 , 673 'DESCRIPTOR' : _FOCALTASKFINDER, 674 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 675 # @@protoc_insertion_point(class_scope:chromiumos.test.api.FocalTaskFinder) 676 }) 677_sym_db.RegisterMessage(FocalTaskFinder) 678_sym_db.RegisterMessage(FocalTaskFinder.First) 679_sym_db.RegisterMessage(FocalTaskFinder.Last) 680_sym_db.RegisterMessage(FocalTaskFinder.Beginning) 681_sym_db.RegisterMessage(FocalTaskFinder.End) 682_sym_db.RegisterMessage(FocalTaskFinder.ByDynamicIdentifier) 683 684UpdateAction = _reflection.GeneratedProtocolMessageType('UpdateAction', (_message.Message,), { 685 686 'Insert' : _reflection.GeneratedProtocolMessageType('Insert', (_message.Message,), { 687 'DESCRIPTOR' : _UPDATEACTION_INSERT, 688 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 689 # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction.Insert) 690 }) 691 , 692 693 'Remove' : _reflection.GeneratedProtocolMessageType('Remove', (_message.Message,), { 694 'DESCRIPTOR' : _UPDATEACTION_REMOVE, 695 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 696 # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction.Remove) 697 }) 698 , 699 700 'Modify' : _reflection.GeneratedProtocolMessageType('Modify', (_message.Message,), { 701 702 'Modification' : _reflection.GeneratedProtocolMessageType('Modification', (_message.Message,), { 703 704 'InstructionsEntry' : _reflection.GeneratedProtocolMessageType('InstructionsEntry', (_message.Message,), { 705 'DESCRIPTOR' : _UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY, 706 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 707 # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction.Modify.Modification.InstructionsEntry) 708 }) 709 , 710 'DESCRIPTOR' : _UPDATEACTION_MODIFY_MODIFICATION, 711 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 712 # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction.Modify.Modification) 713 }) 714 , 715 'DESCRIPTOR' : _UPDATEACTION_MODIFY, 716 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 717 # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction.Modify) 718 }) 719 , 720 'DESCRIPTOR' : _UPDATEACTION, 721 '__module__' : 'chromiumos.test.api.trv2_dynamic_updates_pb2' 722 # @@protoc_insertion_point(class_scope:chromiumos.test.api.UpdateAction) 723 }) 724_sym_db.RegisterMessage(UpdateAction) 725_sym_db.RegisterMessage(UpdateAction.Insert) 726_sym_db.RegisterMessage(UpdateAction.Remove) 727_sym_db.RegisterMessage(UpdateAction.Modify) 728_sym_db.RegisterMessage(UpdateAction.Modify.Modification) 729_sym_db.RegisterMessage(UpdateAction.Modify.Modification.InstructionsEntry) 730 731 732DESCRIPTOR._options = None 733_UPDATEACTION_MODIFY_MODIFICATION_INSTRUCTIONSENTRY._options = None 734# @@protoc_insertion_point(module_scope) 735