blob: 6b10482df6ef658b4e284037647f7c7f92067c82 [file] [log] [blame]
Shivanagouda Malaginahalli335fe4d2021-03-31 16:52:28 +05301// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: dmi/commons.proto
3
4#ifndef PROTOBUF_INCLUDED_dmi_2fcommons_2eproto
5#define PROTOBUF_INCLUDED_dmi_2fcommons_2eproto
6
7#include <limits>
8#include <string>
9
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3007000
12#error This file was generated by a newer version of protoc which is
13#error incompatible with your Protocol Buffer headers. Please update
14#error your headers.
15#endif
16#if 3007000 < PROTOBUF_MIN_PROTOC_VERSION
17#error This file was generated by an older version of protoc which is
18#error incompatible with your Protocol Buffer headers. Please
19#error regenerate this file with a newer version of protoc.
20#endif
21
22#include <google/protobuf/port_undef.inc>
23#include <google/protobuf/io/coded_stream.h>
24#include <google/protobuf/arena.h>
25#include <google/protobuf/arenastring.h>
26#include <google/protobuf/generated_message_table_driven.h>
27#include <google/protobuf/generated_message_util.h>
28#include <google/protobuf/inlined_string_field.h>
29#include <google/protobuf/metadata.h>
30#include <google/protobuf/repeated_field.h> // IWYU pragma: export
31#include <google/protobuf/extension_set.h> // IWYU pragma: export
32#include <google/protobuf/generated_enum_reflection.h>
33// @@protoc_insertion_point(includes)
34#include <google/protobuf/port_def.inc>
35#define PROTOBUF_INTERNAL_EXPORT_dmi_2fcommons_2eproto
36
37// Internal implementation detail -- do not use these members.
38struct TableStruct_dmi_2fcommons_2eproto {
39 static const ::google::protobuf::internal::ParseTableField entries[]
40 PROTOBUF_SECTION_VARIABLE(protodesc_cold);
41 static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
42 PROTOBUF_SECTION_VARIABLE(protodesc_cold);
43 static const ::google::protobuf::internal::ParseTable schema[1]
44 PROTOBUF_SECTION_VARIABLE(protodesc_cold);
45 static const ::google::protobuf::internal::FieldMetadata field_metadata[];
46 static const ::google::protobuf::internal::SerializationTable serialization_table[];
47 static const ::google::protobuf::uint32 offsets[];
48};
49void AddDescriptors_dmi_2fcommons_2eproto();
50namespace google {
51namespace protobuf {
52} // namespace protobuf
53} // namespace google
54namespace dmi {
55
56enum Status {
57 UNDEFINED_STATUS = 0,
58 OK_STATUS = 1,
59 ERROR_STATUS = 2,
60 Status_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
61 Status_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
62};
63bool Status_IsValid(int value);
64const Status Status_MIN = UNDEFINED_STATUS;
65const Status Status_MAX = ERROR_STATUS;
66const int Status_ARRAYSIZE = Status_MAX + 1;
67
68const ::google::protobuf::EnumDescriptor* Status_descriptor();
69inline const ::std::string& Status_Name(Status value) {
70 return ::google::protobuf::internal::NameOfEnum(
71 Status_descriptor(), value);
72}
73inline bool Status_Parse(
74 const ::std::string& name, Status* value) {
75 return ::google::protobuf::internal::ParseNamedEnum<Status>(
76 Status_descriptor(), name, value);
77}
78enum LogLevel {
79 TRACE = 0,
80 DEBUG = 1,
81 INFO = 2,
82 WARN = 3,
83 ERROR = 4,
84 LogLevel_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(),
85 LogLevel_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max()
86};
87bool LogLevel_IsValid(int value);
88const LogLevel LogLevel_MIN = TRACE;
89const LogLevel LogLevel_MAX = ERROR;
90const int LogLevel_ARRAYSIZE = LogLevel_MAX + 1;
91
92const ::google::protobuf::EnumDescriptor* LogLevel_descriptor();
93inline const ::std::string& LogLevel_Name(LogLevel value) {
94 return ::google::protobuf::internal::NameOfEnum(
95 LogLevel_descriptor(), value);
96}
97inline bool LogLevel_Parse(
98 const ::std::string& name, LogLevel* value) {
99 return ::google::protobuf::internal::ParseNamedEnum<LogLevel>(
100 LogLevel_descriptor(), name, value);
101}
102// ===================================================================
103
104
105// ===================================================================
106
107
108// ===================================================================
109
110#ifdef __GNUC__
111 #pragma GCC diagnostic push
112 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
113#endif // __GNUC__
114#ifdef __GNUC__
115 #pragma GCC diagnostic pop
116#endif // __GNUC__
117
118// @@protoc_insertion_point(namespace_scope)
119
120} // namespace dmi
121
122namespace google {
123namespace protobuf {
124
125template <> struct is_proto_enum< ::dmi::Status> : ::std::true_type {};
126template <>
127inline const EnumDescriptor* GetEnumDescriptor< ::dmi::Status>() {
128 return ::dmi::Status_descriptor();
129}
130template <> struct is_proto_enum< ::dmi::LogLevel> : ::std::true_type {};
131template <>
132inline const EnumDescriptor* GetEnumDescriptor< ::dmi::LogLevel>() {
133 return ::dmi::LogLevel_descriptor();
134}
135
136} // namespace protobuf
137} // namespace google
138
139// @@protoc_insertion_point(global_scope)
140
141#include <google/protobuf/port_undef.inc>
142#endif // PROTOBUF_INCLUDED_dmi_2fcommons_2eproto