-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrr_northbound_pb2.py
333 lines (295 loc) · 19.3 KB
/
frr_northbound_pb2.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: frr-northbound.proto
"""Generated protocol buffer code."""
from google.protobuf.internal import enum_type_wrapper
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x14\x66rr-northbound.proto\x12\x03\x66rr\"\x18\n\x16GetCapabilitiesRequest\"\xa0\x01\n\x17GetCapabilitiesResponse\x12\x13\n\x0b\x66rr_version\x18\x01 \x01(\t\x12\x18\n\x10rollback_support\x18\x02 \x01(\x08\x12*\n\x11supported_modules\x18\x03 \x03(\x0b\x32\x0f.frr.ModuleData\x12*\n\x13supported_encodings\x18\x04 \x03(\x0e\x32\r.frr.Encoding\"\xa6\x01\n\nGetRequest\x12&\n\x04type\x18\x01 \x01(\x0e\x32\x18.frr.GetRequest.DataType\x12\x1f\n\x08\x65ncoding\x18\x02 \x01(\x0e\x32\r.frr.Encoding\x12\x15\n\rwith_defaults\x18\x03 \x01(\x08\x12\x0c\n\x04path\x18\x04 \x03(\t\"*\n\x08\x44\x61taType\x12\x07\n\x03\x41LL\x10\x00\x12\n\n\x06\x43ONFIG\x10\x01\x12\t\n\x05STATE\x10\x02\"=\n\x0bGetResponse\x12\x11\n\ttimestamp\x18\x01 \x01(\x03\x12\x1b\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\r.frr.DataTree\"\x18\n\x16\x43reateCandidateRequest\"/\n\x17\x43reateCandidateResponse\x12\x14\n\x0c\x63\x61ndidate_id\x18\x01 \x01(\r\".\n\x16\x44\x65leteCandidateRequest\x12\x14\n\x0c\x63\x61ndidate_id\x18\x01 \x01(\r\"\x19\n\x17\x44\x65leteCandidateResponse\".\n\x16UpdateCandidateRequest\x12\x14\n\x0c\x63\x61ndidate_id\x18\x01 \x01(\r\"\x19\n\x17UpdateCandidateResponse\"l\n\x14\x45\x64itCandidateRequest\x12\x14\n\x0c\x63\x61ndidate_id\x18\x01 \x01(\r\x12\x1e\n\x06update\x18\x02 \x03(\x0b\x32\x0e.frr.PathValue\x12\x1e\n\x06\x64\x65lete\x18\x03 \x03(\x0b\x32\x0e.frr.PathValue\"\x17\n\x15\x45\x64itCandidateResponse\"\xa5\x01\n\x16LoadToCandidateRequest\x12\x14\n\x0c\x63\x61ndidate_id\x18\x01 \x01(\r\x12\x32\n\x04type\x18\x02 \x01(\x0e\x32$.frr.LoadToCandidateRequest.LoadType\x12\x1d\n\x06\x63onfig\x18\x03 \x01(\x0b\x32\r.frr.DataTree\"\"\n\x08LoadType\x12\t\n\x05MERGE\x10\x00\x12\x0b\n\x07REPLACE\x10\x01\"\x19\n\x17LoadToCandidateResponse\"\xa2\x01\n\rCommitRequest\x12\x14\n\x0c\x63\x61ndidate_id\x18\x01 \x01(\r\x12\'\n\x05phase\x18\x02 \x01(\x0e\x32\x18.frr.CommitRequest.Phase\x12\x0f\n\x07\x63omment\x18\x03 \x01(\t\"A\n\x05Phase\x12\x0c\n\x08VALIDATE\x10\x00\x12\x0b\n\x07PREPARE\x10\x01\x12\t\n\x05\x41\x42ORT\x10\x02\x12\t\n\x05\x41PPLY\x10\x03\x12\x07\n\x03\x41LL\x10\x04\"?\n\x0e\x43ommitResponse\x12\x16\n\x0etransaction_id\x18\x01 \x01(\r\x12\x15\n\rerror_message\x18\x02 \x01(\t\"\x19\n\x17ListTransactionsRequest\"U\n\x18ListTransactionsResponse\x12\n\n\x02id\x18\x01 \x01(\r\x12\x0e\n\x06\x63lient\x18\x02 \x01(\t\x12\x0c\n\x04\x64\x61te\x18\x03 \x01(\t\x12\x0f\n\x07\x63omment\x18\x04 \x01(\t\"g\n\x15GetTransactionRequest\x12\x16\n\x0etransaction_id\x18\x01 \x01(\r\x12\x1f\n\x08\x65ncoding\x18\x02 \x01(\x0e\x32\r.frr.Encoding\x12\x15\n\rwith_defaults\x18\x03 \x01(\x08\"7\n\x16GetTransactionResponse\x12\x1d\n\x06\x63onfig\x18\x01 \x01(\x0b\x32\r.frr.DataTree\"\x13\n\x11LockConfigRequest\"\x14\n\x12LockConfigResponse\"\x15\n\x13UnlockConfigRequest\"\x16\n\x14UnlockConfigResponse\"=\n\x0e\x45xecuteRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x1d\n\x05input\x18\x02 \x03(\x0b\x32\x0e.frr.PathValue\"1\n\x0f\x45xecuteResponse\x12\x1e\n\x06output\x18\x01 \x03(\x0b\x32\x0e.frr.PathValue\"B\n\nModuleData\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0corganization\x18\x02 \x01(\t\x12\x10\n\x08revision\x18\x03 \x01(\t\"(\n\tPathValue\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"9\n\x08\x44\x61taTree\x12\x1f\n\x08\x65ncoding\x18\x01 \x01(\x0e\x32\r.frr.Encoding\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\t*\x1d\n\x08\x45ncoding\x12\x08\n\x04JSON\x10\x00\x12\x07\n\x03XML\x10\x01\x32\xab\x07\n\nNorthbound\x12N\n\x0fGetCapabilities\x12\x1b.frr.GetCapabilitiesRequest\x1a\x1c.frr.GetCapabilitiesResponse\"\x00\x12,\n\x03Get\x12\x0f.frr.GetRequest\x1a\x10.frr.GetResponse\"\x00\x30\x01\x12N\n\x0f\x43reateCandidate\x12\x1b.frr.CreateCandidateRequest\x1a\x1c.frr.CreateCandidateResponse\"\x00\x12N\n\x0f\x44\x65leteCandidate\x12\x1b.frr.DeleteCandidateRequest\x1a\x1c.frr.DeleteCandidateResponse\"\x00\x12N\n\x0fUpdateCandidate\x12\x1b.frr.UpdateCandidateRequest\x1a\x1c.frr.UpdateCandidateResponse\"\x00\x12H\n\rEditCandidate\x12\x19.frr.EditCandidateRequest\x1a\x1a.frr.EditCandidateResponse\"\x00\x12N\n\x0fLoadToCandidate\x12\x1b.frr.LoadToCandidateRequest\x1a\x1c.frr.LoadToCandidateResponse\"\x00\x12\x33\n\x06\x43ommit\x12\x12.frr.CommitRequest\x1a\x13.frr.CommitResponse\"\x00\x12S\n\x10ListTransactions\x12\x1c.frr.ListTransactionsRequest\x1a\x1d.frr.ListTransactionsResponse\"\x00\x30\x01\x12K\n\x0eGetTransaction\x12\x1a.frr.GetTransactionRequest\x1a\x1b.frr.GetTransactionResponse\"\x00\x12?\n\nLockConfig\x12\x16.frr.LockConfigRequest\x1a\x17.frr.LockConfigResponse\"\x00\x12\x45\n\x0cUnlockConfig\x12\x18.frr.UnlockConfigRequest\x1a\x19.frr.UnlockConfigResponse\"\x00\x12\x36\n\x07\x45xecute\x12\x13.frr.ExecuteRequest\x1a\x14.frr.ExecuteResponse\"\x00\x62\x06proto3')
_ENCODING = DESCRIPTOR.enum_types_by_name['Encoding']
Encoding = enum_type_wrapper.EnumTypeWrapper(_ENCODING)
JSON = 0
XML = 1
_GETCAPABILITIESREQUEST = DESCRIPTOR.message_types_by_name['GetCapabilitiesRequest']
_GETCAPABILITIESRESPONSE = DESCRIPTOR.message_types_by_name['GetCapabilitiesResponse']
_GETREQUEST = DESCRIPTOR.message_types_by_name['GetRequest']
_GETRESPONSE = DESCRIPTOR.message_types_by_name['GetResponse']
_CREATECANDIDATEREQUEST = DESCRIPTOR.message_types_by_name['CreateCandidateRequest']
_CREATECANDIDATERESPONSE = DESCRIPTOR.message_types_by_name['CreateCandidateResponse']
_DELETECANDIDATEREQUEST = DESCRIPTOR.message_types_by_name['DeleteCandidateRequest']
_DELETECANDIDATERESPONSE = DESCRIPTOR.message_types_by_name['DeleteCandidateResponse']
_UPDATECANDIDATEREQUEST = DESCRIPTOR.message_types_by_name['UpdateCandidateRequest']
_UPDATECANDIDATERESPONSE = DESCRIPTOR.message_types_by_name['UpdateCandidateResponse']
_EDITCANDIDATEREQUEST = DESCRIPTOR.message_types_by_name['EditCandidateRequest']
_EDITCANDIDATERESPONSE = DESCRIPTOR.message_types_by_name['EditCandidateResponse']
_LOADTOCANDIDATEREQUEST = DESCRIPTOR.message_types_by_name['LoadToCandidateRequest']
_LOADTOCANDIDATERESPONSE = DESCRIPTOR.message_types_by_name['LoadToCandidateResponse']
_COMMITREQUEST = DESCRIPTOR.message_types_by_name['CommitRequest']
_COMMITRESPONSE = DESCRIPTOR.message_types_by_name['CommitResponse']
_LISTTRANSACTIONSREQUEST = DESCRIPTOR.message_types_by_name['ListTransactionsRequest']
_LISTTRANSACTIONSRESPONSE = DESCRIPTOR.message_types_by_name['ListTransactionsResponse']
_GETTRANSACTIONREQUEST = DESCRIPTOR.message_types_by_name['GetTransactionRequest']
_GETTRANSACTIONRESPONSE = DESCRIPTOR.message_types_by_name['GetTransactionResponse']
_LOCKCONFIGREQUEST = DESCRIPTOR.message_types_by_name['LockConfigRequest']
_LOCKCONFIGRESPONSE = DESCRIPTOR.message_types_by_name['LockConfigResponse']
_UNLOCKCONFIGREQUEST = DESCRIPTOR.message_types_by_name['UnlockConfigRequest']
_UNLOCKCONFIGRESPONSE = DESCRIPTOR.message_types_by_name['UnlockConfigResponse']
_EXECUTEREQUEST = DESCRIPTOR.message_types_by_name['ExecuteRequest']
_EXECUTERESPONSE = DESCRIPTOR.message_types_by_name['ExecuteResponse']
_MODULEDATA = DESCRIPTOR.message_types_by_name['ModuleData']
_PATHVALUE = DESCRIPTOR.message_types_by_name['PathValue']
_DATATREE = DESCRIPTOR.message_types_by_name['DataTree']
_GETREQUEST_DATATYPE = _GETREQUEST.enum_types_by_name['DataType']
_LOADTOCANDIDATEREQUEST_LOADTYPE = _LOADTOCANDIDATEREQUEST.enum_types_by_name['LoadType']
_COMMITREQUEST_PHASE = _COMMITREQUEST.enum_types_by_name['Phase']
GetCapabilitiesRequest = _reflection.GeneratedProtocolMessageType('GetCapabilitiesRequest', (_message.Message,), {
'DESCRIPTOR' : _GETCAPABILITIESREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.GetCapabilitiesRequest)
})
_sym_db.RegisterMessage(GetCapabilitiesRequest)
GetCapabilitiesResponse = _reflection.GeneratedProtocolMessageType('GetCapabilitiesResponse', (_message.Message,), {
'DESCRIPTOR' : _GETCAPABILITIESRESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.GetCapabilitiesResponse)
})
_sym_db.RegisterMessage(GetCapabilitiesResponse)
GetRequest = _reflection.GeneratedProtocolMessageType('GetRequest', (_message.Message,), {
'DESCRIPTOR' : _GETREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.GetRequest)
})
_sym_db.RegisterMessage(GetRequest)
GetResponse = _reflection.GeneratedProtocolMessageType('GetResponse', (_message.Message,), {
'DESCRIPTOR' : _GETRESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.GetResponse)
})
_sym_db.RegisterMessage(GetResponse)
CreateCandidateRequest = _reflection.GeneratedProtocolMessageType('CreateCandidateRequest', (_message.Message,), {
'DESCRIPTOR' : _CREATECANDIDATEREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.CreateCandidateRequest)
})
_sym_db.RegisterMessage(CreateCandidateRequest)
CreateCandidateResponse = _reflection.GeneratedProtocolMessageType('CreateCandidateResponse', (_message.Message,), {
'DESCRIPTOR' : _CREATECANDIDATERESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.CreateCandidateResponse)
})
_sym_db.RegisterMessage(CreateCandidateResponse)
DeleteCandidateRequest = _reflection.GeneratedProtocolMessageType('DeleteCandidateRequest', (_message.Message,), {
'DESCRIPTOR' : _DELETECANDIDATEREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.DeleteCandidateRequest)
})
_sym_db.RegisterMessage(DeleteCandidateRequest)
DeleteCandidateResponse = _reflection.GeneratedProtocolMessageType('DeleteCandidateResponse', (_message.Message,), {
'DESCRIPTOR' : _DELETECANDIDATERESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.DeleteCandidateResponse)
})
_sym_db.RegisterMessage(DeleteCandidateResponse)
UpdateCandidateRequest = _reflection.GeneratedProtocolMessageType('UpdateCandidateRequest', (_message.Message,), {
'DESCRIPTOR' : _UPDATECANDIDATEREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.UpdateCandidateRequest)
})
_sym_db.RegisterMessage(UpdateCandidateRequest)
UpdateCandidateResponse = _reflection.GeneratedProtocolMessageType('UpdateCandidateResponse', (_message.Message,), {
'DESCRIPTOR' : _UPDATECANDIDATERESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.UpdateCandidateResponse)
})
_sym_db.RegisterMessage(UpdateCandidateResponse)
EditCandidateRequest = _reflection.GeneratedProtocolMessageType('EditCandidateRequest', (_message.Message,), {
'DESCRIPTOR' : _EDITCANDIDATEREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.EditCandidateRequest)
})
_sym_db.RegisterMessage(EditCandidateRequest)
EditCandidateResponse = _reflection.GeneratedProtocolMessageType('EditCandidateResponse', (_message.Message,), {
'DESCRIPTOR' : _EDITCANDIDATERESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.EditCandidateResponse)
})
_sym_db.RegisterMessage(EditCandidateResponse)
LoadToCandidateRequest = _reflection.GeneratedProtocolMessageType('LoadToCandidateRequest', (_message.Message,), {
'DESCRIPTOR' : _LOADTOCANDIDATEREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.LoadToCandidateRequest)
})
_sym_db.RegisterMessage(LoadToCandidateRequest)
LoadToCandidateResponse = _reflection.GeneratedProtocolMessageType('LoadToCandidateResponse', (_message.Message,), {
'DESCRIPTOR' : _LOADTOCANDIDATERESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.LoadToCandidateResponse)
})
_sym_db.RegisterMessage(LoadToCandidateResponse)
CommitRequest = _reflection.GeneratedProtocolMessageType('CommitRequest', (_message.Message,), {
'DESCRIPTOR' : _COMMITREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.CommitRequest)
})
_sym_db.RegisterMessage(CommitRequest)
CommitResponse = _reflection.GeneratedProtocolMessageType('CommitResponse', (_message.Message,), {
'DESCRIPTOR' : _COMMITRESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.CommitResponse)
})
_sym_db.RegisterMessage(CommitResponse)
ListTransactionsRequest = _reflection.GeneratedProtocolMessageType('ListTransactionsRequest', (_message.Message,), {
'DESCRIPTOR' : _LISTTRANSACTIONSREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.ListTransactionsRequest)
})
_sym_db.RegisterMessage(ListTransactionsRequest)
ListTransactionsResponse = _reflection.GeneratedProtocolMessageType('ListTransactionsResponse', (_message.Message,), {
'DESCRIPTOR' : _LISTTRANSACTIONSRESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.ListTransactionsResponse)
})
_sym_db.RegisterMessage(ListTransactionsResponse)
GetTransactionRequest = _reflection.GeneratedProtocolMessageType('GetTransactionRequest', (_message.Message,), {
'DESCRIPTOR' : _GETTRANSACTIONREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.GetTransactionRequest)
})
_sym_db.RegisterMessage(GetTransactionRequest)
GetTransactionResponse = _reflection.GeneratedProtocolMessageType('GetTransactionResponse', (_message.Message,), {
'DESCRIPTOR' : _GETTRANSACTIONRESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.GetTransactionResponse)
})
_sym_db.RegisterMessage(GetTransactionResponse)
LockConfigRequest = _reflection.GeneratedProtocolMessageType('LockConfigRequest', (_message.Message,), {
'DESCRIPTOR' : _LOCKCONFIGREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.LockConfigRequest)
})
_sym_db.RegisterMessage(LockConfigRequest)
LockConfigResponse = _reflection.GeneratedProtocolMessageType('LockConfigResponse', (_message.Message,), {
'DESCRIPTOR' : _LOCKCONFIGRESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.LockConfigResponse)
})
_sym_db.RegisterMessage(LockConfigResponse)
UnlockConfigRequest = _reflection.GeneratedProtocolMessageType('UnlockConfigRequest', (_message.Message,), {
'DESCRIPTOR' : _UNLOCKCONFIGREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.UnlockConfigRequest)
})
_sym_db.RegisterMessage(UnlockConfigRequest)
UnlockConfigResponse = _reflection.GeneratedProtocolMessageType('UnlockConfigResponse', (_message.Message,), {
'DESCRIPTOR' : _UNLOCKCONFIGRESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.UnlockConfigResponse)
})
_sym_db.RegisterMessage(UnlockConfigResponse)
ExecuteRequest = _reflection.GeneratedProtocolMessageType('ExecuteRequest', (_message.Message,), {
'DESCRIPTOR' : _EXECUTEREQUEST,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.ExecuteRequest)
})
_sym_db.RegisterMessage(ExecuteRequest)
ExecuteResponse = _reflection.GeneratedProtocolMessageType('ExecuteResponse', (_message.Message,), {
'DESCRIPTOR' : _EXECUTERESPONSE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.ExecuteResponse)
})
_sym_db.RegisterMessage(ExecuteResponse)
ModuleData = _reflection.GeneratedProtocolMessageType('ModuleData', (_message.Message,), {
'DESCRIPTOR' : _MODULEDATA,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.ModuleData)
})
_sym_db.RegisterMessage(ModuleData)
PathValue = _reflection.GeneratedProtocolMessageType('PathValue', (_message.Message,), {
'DESCRIPTOR' : _PATHVALUE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.PathValue)
})
_sym_db.RegisterMessage(PathValue)
DataTree = _reflection.GeneratedProtocolMessageType('DataTree', (_message.Message,), {
'DESCRIPTOR' : _DATATREE,
'__module__' : 'frr_northbound_pb2'
# @@protoc_insertion_point(class_scope:frr.DataTree)
})
_sym_db.RegisterMessage(DataTree)
_NORTHBOUND = DESCRIPTOR.services_by_name['Northbound']
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
_ENCODING._serialized_start=1884
_ENCODING._serialized_end=1913
_GETCAPABILITIESREQUEST._serialized_start=29
_GETCAPABILITIESREQUEST._serialized_end=53
_GETCAPABILITIESRESPONSE._serialized_start=56
_GETCAPABILITIESRESPONSE._serialized_end=216
_GETREQUEST._serialized_start=219
_GETREQUEST._serialized_end=385
_GETREQUEST_DATATYPE._serialized_start=343
_GETREQUEST_DATATYPE._serialized_end=385
_GETRESPONSE._serialized_start=387
_GETRESPONSE._serialized_end=448
_CREATECANDIDATEREQUEST._serialized_start=450
_CREATECANDIDATEREQUEST._serialized_end=474
_CREATECANDIDATERESPONSE._serialized_start=476
_CREATECANDIDATERESPONSE._serialized_end=523
_DELETECANDIDATEREQUEST._serialized_start=525
_DELETECANDIDATEREQUEST._serialized_end=571
_DELETECANDIDATERESPONSE._serialized_start=573
_DELETECANDIDATERESPONSE._serialized_end=598
_UPDATECANDIDATEREQUEST._serialized_start=600
_UPDATECANDIDATEREQUEST._serialized_end=646
_UPDATECANDIDATERESPONSE._serialized_start=648
_UPDATECANDIDATERESPONSE._serialized_end=673
_EDITCANDIDATEREQUEST._serialized_start=675
_EDITCANDIDATEREQUEST._serialized_end=783
_EDITCANDIDATERESPONSE._serialized_start=785
_EDITCANDIDATERESPONSE._serialized_end=808
_LOADTOCANDIDATEREQUEST._serialized_start=811
_LOADTOCANDIDATEREQUEST._serialized_end=976
_LOADTOCANDIDATEREQUEST_LOADTYPE._serialized_start=942
_LOADTOCANDIDATEREQUEST_LOADTYPE._serialized_end=976
_LOADTOCANDIDATERESPONSE._serialized_start=978
_LOADTOCANDIDATERESPONSE._serialized_end=1003
_COMMITREQUEST._serialized_start=1006
_COMMITREQUEST._serialized_end=1168
_COMMITREQUEST_PHASE._serialized_start=1103
_COMMITREQUEST_PHASE._serialized_end=1168
_COMMITRESPONSE._serialized_start=1170
_COMMITRESPONSE._serialized_end=1233
_LISTTRANSACTIONSREQUEST._serialized_start=1235
_LISTTRANSACTIONSREQUEST._serialized_end=1260
_LISTTRANSACTIONSRESPONSE._serialized_start=1262
_LISTTRANSACTIONSRESPONSE._serialized_end=1347
_GETTRANSACTIONREQUEST._serialized_start=1349
_GETTRANSACTIONREQUEST._serialized_end=1452
_GETTRANSACTIONRESPONSE._serialized_start=1454
_GETTRANSACTIONRESPONSE._serialized_end=1509
_LOCKCONFIGREQUEST._serialized_start=1511
_LOCKCONFIGREQUEST._serialized_end=1530
_LOCKCONFIGRESPONSE._serialized_start=1532
_LOCKCONFIGRESPONSE._serialized_end=1552
_UNLOCKCONFIGREQUEST._serialized_start=1554
_UNLOCKCONFIGREQUEST._serialized_end=1575
_UNLOCKCONFIGRESPONSE._serialized_start=1577
_UNLOCKCONFIGRESPONSE._serialized_end=1599
_EXECUTEREQUEST._serialized_start=1601
_EXECUTEREQUEST._serialized_end=1662
_EXECUTERESPONSE._serialized_start=1664
_EXECUTERESPONSE._serialized_end=1713
_MODULEDATA._serialized_start=1715
_MODULEDATA._serialized_end=1781
_PATHVALUE._serialized_start=1783
_PATHVALUE._serialized_end=1823
_DATATREE._serialized_start=1825
_DATATREE._serialized_end=1882
_NORTHBOUND._serialized_start=1916
_NORTHBOUND._serialized_end=2855
# @@protoc_insertion_point(module_scope)