Skip to content
Snippets Groups Projects
template_pb2.py 1.83 KiB
Newer Older
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: template.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
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()


import identification_pb2 as identification__pb2


DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0etemplate.proto\x1a\x14identification.proto\")\n\x06Vector\x12\t\n\x01x\x18\x01 \x02(\x02\x12\t\n\x01y\x18\x02 \x02(\x02\x12\t\n\x01z\x18\x03 \x01(\x02:&\n\x08\x63\x65ntroid\x12\x0b.Properties\x18\x64 \x01(\x0b\x32\x07.Vector:\x19\n\x04size\x12\x0b.Properties\x18\x65 \x01(\x02:&\n\x11my_classification\x12\x0b.Properties\x18\x66 \x01(\x03')
centroid = DESCRIPTOR.extensions_by_name['centroid']
SIZE_FIELD_NUMBER = 101
size = DESCRIPTOR.extensions_by_name['size']
MY_CLASSIFICATION_FIELD_NUMBER = 102
my_classification = DESCRIPTOR.extensions_by_name['my_classification']
_VECTOR = DESCRIPTOR.message_types_by_name['Vector']
Vector = _reflection.GeneratedProtocolMessageType('Vector', (_message.Message,), {
  'DESCRIPTOR' : _VECTOR,
  '__module__' : 'template_pb2'
  # @@protoc_insertion_point(class_scope:Vector)
_sym_db.RegisterMessage(Vector)

if _descriptor._USE_C_DESCRIPTORS == False:
  identification__pb2.Properties.RegisterExtension(centroid)
  identification__pb2.Properties.RegisterExtension(size)
  identification__pb2.Properties.RegisterExtension(my_classification)
  DESCRIPTOR._options = None
  _VECTOR._serialized_start=40
  _VECTOR._serialized_end=81
# @@protoc_insertion_point(module_scope)