| # Generated by the protocol buffer compiler. DO NOT EDIT! |
| # source: common.proto |
| |
| import sys |
| _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) |
| 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 |
| from google.protobuf import descriptor_pb2 |
| # @@protoc_insertion_point(imports) |
| |
| _sym_db = _symbol_database.Default() |
| |
| |
| |
| |
| DESCRIPTOR = _descriptor.FileDescriptor( |
| name='common.proto', |
| package='voltha', |
| syntax='proto3', |
| serialized_pb=_b('\n\x0c\x63ommon.proto\x12\x06voltha\"\x10\n\x02ID\x12\n\n\x02id\x18\x01 \x01(\tb\x06proto3') |
| ) |
| _sym_db.RegisterFileDescriptor(DESCRIPTOR) |
| |
| |
| |
| |
| _ID = _descriptor.Descriptor( |
| name='ID', |
| full_name='voltha.ID', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='id', full_name='voltha.ID.id', 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, |
| options=None), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=24, |
| serialized_end=40, |
| ) |
| |
| DESCRIPTOR.message_types_by_name['ID'] = _ID |
| |
| ID = _reflection.GeneratedProtocolMessageType('ID', (_message.Message,), dict( |
| DESCRIPTOR = _ID, |
| __module__ = 'common_pb2' |
| # @@protoc_insertion_point(class_scope:voltha.ID) |
| )) |
| _sym_db.RegisterMessage(ID) |
| |
| |
| import grpc |
| from grpc.beta import implementations as beta_implementations |
| from grpc.beta import interfaces as beta_interfaces |
| from grpc.framework.common import cardinality |
| from grpc.framework.interfaces.face import utilities as face_utilities |
| # @@protoc_insertion_point(module_scope) |