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