blob: 46008a993674877c634151815370b90429530247 [file] [log] [blame]
uwe ottrembka66d91ea2020-08-11 10:50:55 +02001# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler. DO NOT EDIT!
3# source: dmi/commons.proto
Andrea Campanellacb990bc2020-09-22 12:50:56 +02004"""Generated protocol buffer code."""
uwe ottrembka66d91ea2020-08-11 10:50:55 +02005from google.protobuf.internal import enum_type_wrapper
6from google.protobuf import descriptor as _descriptor
Girish Gowdra997432d2022-03-10 15:59:33 -08007from google.protobuf import descriptor_pool as _descriptor_pool
uwe ottrembka66d91ea2020-08-11 10:50:55 +02008from google.protobuf import message as _message
9from google.protobuf import reflection as _reflection
10from google.protobuf import symbol_database as _symbol_database
11# @@protoc_insertion_point(imports)
12
13_sym_db = _symbol_database.Default()
14
15
16
17
Girish Gowdra997432d2022-03-10 15:59:33 -080018DESCRIPTOR = _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')
uwe ottrembka66d91ea2020-08-11 10:50:55 +020019
Girish Gowdra997432d2022-03-10 15:59:33 -080020_STATUS = DESCRIPTOR.enum_types_by_name['Status']
uwe ottrembka66d91ea2020-08-11 10:50:55 +020021Status = enum_type_wrapper.EnumTypeWrapper(_STATUS)
Girish Gowdra997432d2022-03-10 15:59:33 -080022_LOGLEVEL = DESCRIPTOR.enum_types_by_name['LogLevel']
Andrea Campanellab91e9a42020-10-09 14:31:43 +020023LogLevel = enum_type_wrapper.EnumTypeWrapper(_LOGLEVEL)
uwe ottrembka66d91ea2020-08-11 10:50:55 +020024UNDEFINED_STATUS = 0
Andrea Campanellab91e9a42020-10-09 14:31:43 +020025OK_STATUS = 1
26ERROR_STATUS = 2
Andrea Campanellab91e9a42020-10-09 14:31:43 +020027TRACE = 0
28DEBUG = 1
29INFO = 2
30WARN = 3
31ERROR = 4
uwe ottrembka66d91ea2020-08-11 10:50:55 +020032
33
Girish Gowdra997432d2022-03-10 15:59:33 -080034if _descriptor._USE_C_DESCRIPTORS == False:
uwe ottrembka66d91ea2020-08-11 10:50:55 +020035
Girish Gowdra997432d2022-03-10 15:59:33 -080036 DESCRIPTOR._options = None
37 DESCRIPTOR._serialized_options = b'Z9github.com/opencord/device-management-interface/v3/go/dmi'
38 _STATUS._serialized_start=26
39 _STATUS._serialized_end=89
40 _LOGLEVEL._serialized_start=91
41 _LOGLEVEL._serialized_end=154
uwe ottrembka66d91ea2020-08-11 10:50:55 +020042# @@protoc_insertion_point(module_scope)