# -*- coding: utf-8 -*- # Generated by the protocol buffer compiler. DO NOT EDIT! # source: chromiumos/test/scheduling/swarming_dimensions.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() DESCRIPTOR = _descriptor.FileDescriptor( name='chromiumos/test/scheduling/swarming_dimensions.proto', package='chromiumos.test.scheduling', syntax='proto3', serialized_options=b'Z\007./proto', create_key=_descriptor._internal_create_key, serialized_pb=b'\n4chromiumos/test/scheduling/swarming_dimensions.proto\x12\x1a\x63hromiumos.test.scheduling\"\xba\x01\n\x12SwarmingDimensions\x12M\n\x08\x64ims_map\x18\x01 \x03(\x0b\x32;.chromiumos.test.scheduling.SwarmingDimensions.DimsMapEntry\x1aU\n\x0c\x44imsMapEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32%.chromiumos.test.scheduling.DimValues:\x02\x38\x01\"\x1b\n\tDimValues\x12\x0e\n\x06values\x18\x02 \x03(\tB\tZ\x07./protob\x06proto3' ) _SWARMINGDIMENSIONS_DIMSMAPENTRY = _descriptor.Descriptor( name='DimsMapEntry', full_name='chromiumos.test.scheduling.SwarmingDimensions.DimsMapEntry', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='key', full_name='chromiumos.test.scheduling.SwarmingDimensions.DimsMapEntry.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.scheduling.SwarmingDimensions.DimsMapEntry.value', 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=b'8\001', is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=186, serialized_end=271, ) _SWARMINGDIMENSIONS = _descriptor.Descriptor( name='SwarmingDimensions', full_name='chromiumos.test.scheduling.SwarmingDimensions', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='dims_map', full_name='chromiumos.test.scheduling.SwarmingDimensions.dims_map', 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=[_SWARMINGDIMENSIONS_DIMSMAPENTRY, ], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=85, serialized_end=271, ) _DIMVALUES = _descriptor.Descriptor( name='DimValues', full_name='chromiumos.test.scheduling.DimValues', filename=None, file=DESCRIPTOR, containing_type=None, create_key=_descriptor._internal_create_key, fields=[ _descriptor.FieldDescriptor( name='values', full_name='chromiumos.test.scheduling.DimValues.values', index=0, number=2, type=9, cpp_type=9, 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=[], enum_types=[ ], serialized_options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=273, serialized_end=300, ) _SWARMINGDIMENSIONS_DIMSMAPENTRY.fields_by_name['value'].message_type = _DIMVALUES _SWARMINGDIMENSIONS_DIMSMAPENTRY.containing_type = _SWARMINGDIMENSIONS _SWARMINGDIMENSIONS.fields_by_name['dims_map'].message_type = _SWARMINGDIMENSIONS_DIMSMAPENTRY DESCRIPTOR.message_types_by_name['SwarmingDimensions'] = _SWARMINGDIMENSIONS DESCRIPTOR.message_types_by_name['DimValues'] = _DIMVALUES _sym_db.RegisterFileDescriptor(DESCRIPTOR) SwarmingDimensions = _reflection.GeneratedProtocolMessageType('SwarmingDimensions', (_message.Message,), { 'DimsMapEntry' : _reflection.GeneratedProtocolMessageType('DimsMapEntry', (_message.Message,), { 'DESCRIPTOR' : _SWARMINGDIMENSIONS_DIMSMAPENTRY, '__module__' : 'chromiumos.test.scheduling.swarming_dimensions_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.scheduling.SwarmingDimensions.DimsMapEntry) }) , 'DESCRIPTOR' : _SWARMINGDIMENSIONS, '__module__' : 'chromiumos.test.scheduling.swarming_dimensions_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.scheduling.SwarmingDimensions) }) _sym_db.RegisterMessage(SwarmingDimensions) _sym_db.RegisterMessage(SwarmingDimensions.DimsMapEntry) DimValues = _reflection.GeneratedProtocolMessageType('DimValues', (_message.Message,), { 'DESCRIPTOR' : _DIMVALUES, '__module__' : 'chromiumos.test.scheduling.swarming_dimensions_pb2' # @@protoc_insertion_point(class_scope:chromiumos.test.scheduling.DimValues) }) _sym_db.RegisterMessage(DimValues) DESCRIPTOR._options = None _SWARMINGDIMENSIONS_DIMSMAPENTRY._options = None # @@protoc_insertion_point(module_scope)