RIC-642 related changes: REST subscription, rnib enhancements, symptomdata, rest...
[ric-plt/xapp-frame-py.git] / ricxappframe / entities / rnib / nb_identity_pb2.py
1 # -*- coding: utf-8 -*-
2 # Generated by the protocol buffer compiler.  DO NOT EDIT!
3 # source: nb_identity.proto
4
5 import sys
6 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
7 from google.protobuf.internal import enum_type_wrapper
8 from google.protobuf import descriptor as _descriptor
9 from google.protobuf import message as _message
10 from google.protobuf import reflection as _reflection
11 from google.protobuf import symbol_database as _symbol_database
12 # @@protoc_insertion_point(imports)
13
14 _sym_db = _symbol_database.Default()
15
16
17
18
19 DESCRIPTOR = _descriptor.FileDescriptor(
20   name='nb_identity.proto',
21   package='entities',
22   syntax='proto3',
23   serialized_options=None,
24   serialized_pb=_b('\n\x11nb_identity.proto\x12\x08\x65ntities\",\n\nGlobalNbId\x12\x0f\n\x07plmn_id\x18\x01 \x01(\t\x12\r\n\x05nb_id\x18\x02 \x01(\t\"\xd5\x01\n\nNbIdentity\x12\x16\n\x0einventory_name\x18\x01 \x01(\t\x12*\n\x0cglobal_nb_id\x18\x02 \x01(\x0b\x32\x14.entities.GlobalNbId\x12\x35\n\x11\x63onnection_status\x18\x03 \x01(\x0e\x32\x1a.entities.ConnectionStatus\x12#\n\x1bhealth_check_timestamp_sent\x18\x04 \x01(\x03\x12\'\n\x1fhealth_check_timestamp_received\x18\x05 \x01(\x03*\xa0\x01\n\x10\x43onnectionStatus\x12\x1d\n\x19UNKNOWN_CONNECTION_STATUS\x10\x00\x12\r\n\tCONNECTED\x10\x01\x12\x10\n\x0c\x44ISCONNECTED\x10\x02\x12\x1a\n\x16\x43ONNECTED_SETUP_FAILED\x10\x03\x12\x0e\n\nCONNECTING\x10\x04\x12\x11\n\rSHUTTING_DOWN\x10\x05\x12\r\n\tSHUT_DOWN\x10\x06\x62\x06proto3')
25 )
26
27 _CONNECTIONSTATUS = _descriptor.EnumDescriptor(
28   name='ConnectionStatus',
29   full_name='entities.ConnectionStatus',
30   filename=None,
31   file=DESCRIPTOR,
32   values=[
33     _descriptor.EnumValueDescriptor(
34       name='UNKNOWN_CONNECTION_STATUS', index=0, number=0,
35       serialized_options=None,
36       type=None),
37     _descriptor.EnumValueDescriptor(
38       name='CONNECTED', index=1, number=1,
39       serialized_options=None,
40       type=None),
41     _descriptor.EnumValueDescriptor(
42       name='DISCONNECTED', index=2, number=2,
43       serialized_options=None,
44       type=None),
45     _descriptor.EnumValueDescriptor(
46       name='CONNECTED_SETUP_FAILED', index=3, number=3,
47       serialized_options=None,
48       type=None),
49     _descriptor.EnumValueDescriptor(
50       name='CONNECTING', index=4, number=4,
51       serialized_options=None,
52       type=None),
53     _descriptor.EnumValueDescriptor(
54       name='SHUTTING_DOWN', index=5, number=5,
55       serialized_options=None,
56       type=None),
57     _descriptor.EnumValueDescriptor(
58       name='SHUT_DOWN', index=6, number=6,
59       serialized_options=None,
60       type=None),
61   ],
62   containing_type=None,
63   serialized_options=None,
64   serialized_start=294,
65   serialized_end=454,
66 )
67 _sym_db.RegisterEnumDescriptor(_CONNECTIONSTATUS)
68
69 ConnectionStatus = enum_type_wrapper.EnumTypeWrapper(_CONNECTIONSTATUS)
70 UNKNOWN_CONNECTION_STATUS = 0
71 CONNECTED = 1
72 DISCONNECTED = 2
73 CONNECTED_SETUP_FAILED = 3
74 CONNECTING = 4
75 SHUTTING_DOWN = 5
76 SHUT_DOWN = 6
77
78
79
80 _GLOBALNBID = _descriptor.Descriptor(
81   name='GlobalNbId',
82   full_name='entities.GlobalNbId',
83   filename=None,
84   file=DESCRIPTOR,
85   containing_type=None,
86   fields=[
87     _descriptor.FieldDescriptor(
88       name='plmn_id', full_name='entities.GlobalNbId.plmn_id', index=0,
89       number=1, type=9, cpp_type=9, label=1,
90       has_default_value=False, default_value=_b("").decode('utf-8'),
91       message_type=None, enum_type=None, containing_type=None,
92       is_extension=False, extension_scope=None,
93       serialized_options=None, file=DESCRIPTOR),
94     _descriptor.FieldDescriptor(
95       name='nb_id', full_name='entities.GlobalNbId.nb_id', index=1,
96       number=2, type=9, cpp_type=9, label=1,
97       has_default_value=False, default_value=_b("").decode('utf-8'),
98       message_type=None, enum_type=None, containing_type=None,
99       is_extension=False, extension_scope=None,
100       serialized_options=None, file=DESCRIPTOR),
101   ],
102   extensions=[
103   ],
104   nested_types=[],
105   enum_types=[
106   ],
107   serialized_options=None,
108   is_extendable=False,
109   syntax='proto3',
110   extension_ranges=[],
111   oneofs=[
112   ],
113   serialized_start=31,
114   serialized_end=75,
115 )
116
117
118 _NBIDENTITY = _descriptor.Descriptor(
119   name='NbIdentity',
120   full_name='entities.NbIdentity',
121   filename=None,
122   file=DESCRIPTOR,
123   containing_type=None,
124   fields=[
125     _descriptor.FieldDescriptor(
126       name='inventory_name', full_name='entities.NbIdentity.inventory_name', index=0,
127       number=1, type=9, cpp_type=9, label=1,
128       has_default_value=False, default_value=_b("").decode('utf-8'),
129       message_type=None, enum_type=None, containing_type=None,
130       is_extension=False, extension_scope=None,
131       serialized_options=None, file=DESCRIPTOR),
132     _descriptor.FieldDescriptor(
133       name='global_nb_id', full_name='entities.NbIdentity.global_nb_id', index=1,
134       number=2, type=11, cpp_type=10, label=1,
135       has_default_value=False, default_value=None,
136       message_type=None, enum_type=None, containing_type=None,
137       is_extension=False, extension_scope=None,
138       serialized_options=None, file=DESCRIPTOR),
139     _descriptor.FieldDescriptor(
140       name='connection_status', full_name='entities.NbIdentity.connection_status', index=2,
141       number=3, type=14, cpp_type=8, label=1,
142       has_default_value=False, default_value=0,
143       message_type=None, enum_type=None, containing_type=None,
144       is_extension=False, extension_scope=None,
145       serialized_options=None, file=DESCRIPTOR),
146     _descriptor.FieldDescriptor(
147       name='health_check_timestamp_sent', full_name='entities.NbIdentity.health_check_timestamp_sent', index=3,
148       number=4, type=3, cpp_type=2, label=1,
149       has_default_value=False, default_value=0,
150       message_type=None, enum_type=None, containing_type=None,
151       is_extension=False, extension_scope=None,
152       serialized_options=None, file=DESCRIPTOR),
153     _descriptor.FieldDescriptor(
154       name='health_check_timestamp_received', full_name='entities.NbIdentity.health_check_timestamp_received', index=4,
155       number=5, type=3, cpp_type=2, label=1,
156       has_default_value=False, default_value=0,
157       message_type=None, enum_type=None, containing_type=None,
158       is_extension=False, extension_scope=None,
159       serialized_options=None, file=DESCRIPTOR),
160   ],
161   extensions=[
162   ],
163   nested_types=[],
164   enum_types=[
165   ],
166   serialized_options=None,
167   is_extendable=False,
168   syntax='proto3',
169   extension_ranges=[],
170   oneofs=[
171   ],
172   serialized_start=78,
173   serialized_end=291,
174 )
175
176 _NBIDENTITY.fields_by_name['global_nb_id'].message_type = _GLOBALNBID
177 _NBIDENTITY.fields_by_name['connection_status'].enum_type = _CONNECTIONSTATUS
178 DESCRIPTOR.message_types_by_name['GlobalNbId'] = _GLOBALNBID
179 DESCRIPTOR.message_types_by_name['NbIdentity'] = _NBIDENTITY
180 DESCRIPTOR.enum_types_by_name['ConnectionStatus'] = _CONNECTIONSTATUS
181 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
182
183 GlobalNbId = _reflection.GeneratedProtocolMessageType('GlobalNbId', (_message.Message,), {
184   'DESCRIPTOR' : _GLOBALNBID,
185   '__module__' : 'nb_identity_pb2'
186   # @@protoc_insertion_point(class_scope:entities.GlobalNbId)
187   })
188 _sym_db.RegisterMessage(GlobalNbId)
189
190 NbIdentity = _reflection.GeneratedProtocolMessageType('NbIdentity', (_message.Message,), {
191   'DESCRIPTOR' : _NBIDENTITY,
192   '__module__' : 'nb_identity_pb2'
193   # @@protoc_insertion_point(class_scope:entities.NbIdentity)
194   })
195 _sym_db.RegisterMessage(NbIdentity)
196
197
198 # @@protoc_insertion_point(module_scope)