| # -*- coding: utf-8 -*- |
| # Generated by the protocol buffer compiler. DO NOT EDIT! |
| # source: dmi/commons.proto |
| """Generated protocol buffer code.""" |
| from google.protobuf.internal import enum_type_wrapper |
| 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() |
| |
| |
| |
| |
| DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x11\x64mi/commons.proto\x12\x03\x64mi*?\n\x06Status\x12\x14\n\x10UNDEFINED_STATUS\x10\x00\x12\r\n\tOK_STATUS\x10\x01\x12\x10\n\x0c\x45RROR_STATUS\x10\x02*?\n\x08LogLevel\x12\t\n\x05TRACE\x10\x00\x12\t\n\x05\x44\x45\x42UG\x10\x01\x12\x08\n\x04INFO\x10\x02\x12\x08\n\x04WARN\x10\x03\x12\t\n\x05\x45RROR\x10\x04\x42;Z9github.com/opencord/device-management-interface/v3/go/dmib\x06proto3') |
| |
| _STATUS = DESCRIPTOR.enum_types_by_name['Status'] |
| Status = enum_type_wrapper.EnumTypeWrapper(_STATUS) |
| _LOGLEVEL = DESCRIPTOR.enum_types_by_name['LogLevel'] |
| LogLevel = enum_type_wrapper.EnumTypeWrapper(_LOGLEVEL) |
| UNDEFINED_STATUS = 0 |
| OK_STATUS = 1 |
| ERROR_STATUS = 2 |
| TRACE = 0 |
| DEBUG = 1 |
| INFO = 2 |
| WARN = 3 |
| ERROR = 4 |
| |
| |
| if _descriptor._USE_C_DESCRIPTORS == False: |
| |
| DESCRIPTOR._options = None |
| DESCRIPTOR._serialized_options = b'Z9github.com/opencord/device-management-interface/v3/go/dmi' |
| _STATUS._serialized_start=26 |
| _STATUS._serialized_end=89 |
| _LOGLEVEL._serialized_start=91 |
| _LOGLEVEL._serialized_end=154 |
| # @@protoc_insertion_point(module_scope) |