Shivanagouda Malaginahalli | 335fe4d | 2021-03-31 16:52:28 +0530 | [diff] [blame] | 1 | // Generated by the protocol buffer compiler. DO NOT EDIT! |
| 2 | // source: dmi/commons.proto |
| 3 | |
| 4 | #include "dmi/commons.pb.h" |
| 5 | |
| 6 | #include <algorithm> |
| 7 | |
| 8 | #include <google/protobuf/stubs/common.h> |
| 9 | #include <google/protobuf/io/coded_stream.h> |
| 10 | #include <google/protobuf/extension_set.h> |
| 11 | #include <google/protobuf/wire_format_lite_inl.h> |
| 12 | #include <google/protobuf/descriptor.h> |
| 13 | #include <google/protobuf/generated_message_reflection.h> |
| 14 | #include <google/protobuf/reflection_ops.h> |
| 15 | #include <google/protobuf/wire_format.h> |
| 16 | // @@protoc_insertion_point(includes) |
| 17 | #include <google/protobuf/port_def.inc> |
| 18 | |
| 19 | namespace dmi { |
| 20 | } // namespace dmi |
| 21 | void InitDefaults_dmi_2fcommons_2eproto() { |
| 22 | } |
| 23 | |
| 24 | constexpr ::google::protobuf::Metadata* file_level_metadata_dmi_2fcommons_2eproto = nullptr; |
| 25 | const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors_dmi_2fcommons_2eproto[2]; |
| 26 | constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_dmi_2fcommons_2eproto = nullptr; |
| 27 | const ::google::protobuf::uint32 TableStruct_dmi_2fcommons_2eproto::offsets[1] = {}; |
| 28 | static constexpr ::google::protobuf::internal::MigrationSchema* schemas = nullptr; |
| 29 | static constexpr ::google::protobuf::Message* const* file_default_instances = nullptr; |
| 30 | |
| 31 | ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_dmi_2fcommons_2eproto = { |
| 32 | {}, AddDescriptors_dmi_2fcommons_2eproto, "dmi/commons.proto", schemas, |
| 33 | file_default_instances, TableStruct_dmi_2fcommons_2eproto::offsets, |
| 34 | file_level_metadata_dmi_2fcommons_2eproto, 0, file_level_enum_descriptors_dmi_2fcommons_2eproto, file_level_service_descriptors_dmi_2fcommons_2eproto, |
| 35 | }; |
| 36 | |
| 37 | const char descriptor_table_protodef_dmi_2fcommons_2eproto[] = |
| 38 | "\n\021dmi/commons.proto\022\003dmi*\?\n\006Status\022\024\n\020UN" |
| 39 | "DEFINED_STATUS\020\000\022\r\n\tOK_STATUS\020\001\022\020\n\014ERROR" |
| 40 | "_STATUS\020\002*\?\n\010LogLevel\022\t\n\005TRACE\020\000\022\t\n\005DEBU" |
| 41 | "G\020\001\022\010\n\004INFO\020\002\022\010\n\004WARN\020\003\022\t\n\005ERROR\020\004B;Z9gi" |
| 42 | "thub.com/opencord/device-management-inte" |
| 43 | "rface/v3/go/dmib\006proto3" |
| 44 | ; |
| 45 | ::google::protobuf::internal::DescriptorTable descriptor_table_dmi_2fcommons_2eproto = { |
| 46 | false, InitDefaults_dmi_2fcommons_2eproto, |
| 47 | descriptor_table_protodef_dmi_2fcommons_2eproto, |
| 48 | "dmi/commons.proto", &assign_descriptors_table_dmi_2fcommons_2eproto, 223, |
| 49 | }; |
| 50 | |
| 51 | void AddDescriptors_dmi_2fcommons_2eproto() { |
| 52 | static constexpr ::google::protobuf::internal::InitFunc deps[1] = |
| 53 | { |
| 54 | }; |
| 55 | ::google::protobuf::internal::AddDescriptors(&descriptor_table_dmi_2fcommons_2eproto, deps, 0); |
| 56 | } |
| 57 | |
| 58 | // Force running AddDescriptors() at dynamic initialization time. |
| 59 | static bool dynamic_init_dummy_dmi_2fcommons_2eproto = []() { AddDescriptors_dmi_2fcommons_2eproto(); return true; }(); |
| 60 | namespace dmi { |
| 61 | const ::google::protobuf::EnumDescriptor* Status_descriptor() { |
| 62 | ::google::protobuf::internal::AssignDescriptors(&assign_descriptors_table_dmi_2fcommons_2eproto); |
| 63 | return file_level_enum_descriptors_dmi_2fcommons_2eproto[0]; |
| 64 | } |
| 65 | bool Status_IsValid(int value) { |
| 66 | switch (value) { |
| 67 | case 0: |
| 68 | case 1: |
| 69 | case 2: |
| 70 | return true; |
| 71 | default: |
| 72 | return false; |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | const ::google::protobuf::EnumDescriptor* LogLevel_descriptor() { |
| 77 | ::google::protobuf::internal::AssignDescriptors(&assign_descriptors_table_dmi_2fcommons_2eproto); |
| 78 | return file_level_enum_descriptors_dmi_2fcommons_2eproto[1]; |
| 79 | } |
| 80 | bool LogLevel_IsValid(int value) { |
| 81 | switch (value) { |
| 82 | case 0: |
| 83 | case 1: |
| 84 | case 2: |
| 85 | case 3: |
| 86 | case 4: |
| 87 | return true; |
| 88 | default: |
| 89 | return false; |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | |
| 94 | // @@protoc_insertion_point(namespace_scope) |
| 95 | } // namespace dmi |
| 96 | namespace google { |
| 97 | namespace protobuf { |
| 98 | } // namespace protobuf |
| 99 | } // namespace google |
| 100 | |
| 101 | // @@protoc_insertion_point(global_scope) |
| 102 | #include <google/protobuf/port_undef.inc> |