nucliadb-protos 6.3.7.post4077__py3-none-any.whl → 6.3.7.post4079__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nucliadb_protos/audit_pb2.py +19 -9
- nucliadb_protos/backups_pb2.py +13 -3
- nucliadb_protos/backups_pb2_grpc.py +20 -0
- nucliadb_protos/dataset_pb2.py +13 -3
- nucliadb_protos/kb_usage_pb2.py +14 -4
- nucliadb_protos/knowledgebox_pb2.py +26 -16
- nucliadb_protos/migrations_pb2.py +13 -3
- nucliadb_protos/nodereader_pb2.py +18 -8
- nucliadb_protos/nodereader_pb2_grpc.py +189 -48
- nucliadb_protos/noderesources_pb2.py +30 -20
- nucliadb_protos/nodewriter_pb2.py +23 -13
- nucliadb_protos/nodewriter_pb2_grpc.py +189 -48
- nucliadb_protos/resources_pb2.py +39 -29
- nucliadb_protos/standalone_pb2.py +13 -3
- nucliadb_protos/standalone_pb2_grpc.py +49 -8
- nucliadb_protos/train_pb2.py +18 -8
- nucliadb_protos/train_pb2_grpc.py +133 -32
- nucliadb_protos/utils_pb2.py +17 -7
- nucliadb_protos/writer_pb2.py +29 -19
- nucliadb_protos/writer_pb2_grpc.py +259 -68
- {nucliadb_protos-6.3.7.post4077.dist-info → nucliadb_protos-6.3.7.post4079.dist-info}/METADATA +1 -1
- nucliadb_protos-6.3.7.post4079.dist-info/RECORD +46 -0
- nucliadb_protos-6.3.7.post4077.dist-info/RECORD +0 -46
- {nucliadb_protos-6.3.7.post4077.dist-info → nucliadb_protos-6.3.7.post4079.dist-info}/WHEEL +0 -0
- {nucliadb_protos-6.3.7.post4077.dist-info → nucliadb_protos-6.3.7.post4079.dist-info}/top_level.txt +0 -0
nucliadb_protos/train_pb2.py
CHANGED
@@ -1,12 +1,22 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
3
4
|
# source: nucliadb_protos/train.proto
|
4
|
-
# Protobuf Python Version:
|
5
|
+
# Protobuf Python Version: 5.29.0
|
5
6
|
"""Generated protocol buffer code."""
|
6
7
|
from google.protobuf import descriptor as _descriptor
|
7
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
8
10
|
from google.protobuf import symbol_database as _symbol_database
|
9
11
|
from google.protobuf.internal import builder as _builder
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
14
|
+
5,
|
15
|
+
29,
|
16
|
+
0,
|
17
|
+
'',
|
18
|
+
'nucliadb_protos/train.proto'
|
19
|
+
)
|
10
20
|
# @@protoc_insertion_point(imports)
|
11
21
|
|
12
22
|
_sym_db = _symbol_database.Default()
|
@@ -90,17 +100,17 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bnucliadb_proto
|
|
90
100
|
_globals = globals()
|
91
101
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
92
102
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'nucliadb_protos.train_pb2', _globals)
|
93
|
-
if _descriptor._USE_C_DESCRIPTORS
|
94
|
-
DESCRIPTOR.
|
95
|
-
_globals['_TRAINMETADATA_ENTITIESENTRY'].
|
103
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
104
|
+
DESCRIPTOR._loaded_options = None
|
105
|
+
_globals['_TRAINMETADATA_ENTITIESENTRY']._loaded_options = None
|
96
106
|
_globals['_TRAINMETADATA_ENTITIESENTRY']._serialized_options = b'8\001'
|
97
|
-
_globals['_TRAINMETADATA_ENTITYPOSITIONSENTRY'].
|
107
|
+
_globals['_TRAINMETADATA_ENTITYPOSITIONSENTRY']._loaded_options = None
|
98
108
|
_globals['_TRAINMETADATA_ENTITYPOSITIONSENTRY']._serialized_options = b'8\001'
|
99
|
-
_globals['_LABELSETCOUNT_PARAGRAPHSENTRY'].
|
109
|
+
_globals['_LABELSETCOUNT_PARAGRAPHSENTRY']._loaded_options = None
|
100
110
|
_globals['_LABELSETCOUNT_PARAGRAPHSENTRY']._serialized_options = b'8\001'
|
101
|
-
_globals['_LABELSETCOUNT_RESOURCESENTRY'].
|
111
|
+
_globals['_LABELSETCOUNT_RESOURCESENTRY']._loaded_options = None
|
102
112
|
_globals['_LABELSETCOUNT_RESOURCESENTRY']._serialized_options = b'8\001'
|
103
|
-
_globals['_LABELSETSCOUNT_LABELSETSENTRY'].
|
113
|
+
_globals['_LABELSETSCOUNT_LABELSETSENTRY']._loaded_options = None
|
104
114
|
_globals['_LABELSETSCOUNT_LABELSETSENTRY']._serialized_options = b'8\001'
|
105
115
|
_globals['_ENABLEDMETADATA']._serialized_start=170
|
106
116
|
_globals['_ENABLEDMETADATA']._serialized_end=251
|
@@ -1,10 +1,30 @@
|
|
1
1
|
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
2
2
|
"""Client and server classes corresponding to protobuf-defined services."""
|
3
3
|
import grpc
|
4
|
+
import warnings
|
4
5
|
|
5
6
|
from nucliadb_protos import train_pb2 as nucliadb__protos_dot_train__pb2
|
6
7
|
from nucliadb_protos import writer_pb2 as nucliadb__protos_dot_writer__pb2
|
7
8
|
|
9
|
+
GRPC_GENERATED_VERSION = '1.71.0'
|
10
|
+
GRPC_VERSION = grpc.__version__
|
11
|
+
_version_not_supported = False
|
12
|
+
|
13
|
+
try:
|
14
|
+
from grpc._utilities import first_version_is_lower
|
15
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
16
|
+
except ImportError:
|
17
|
+
_version_not_supported = True
|
18
|
+
|
19
|
+
if _version_not_supported:
|
20
|
+
raise RuntimeError(
|
21
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
22
|
+
+ f' but the generated code in nucliadb_protos/train_pb2_grpc.py depends on'
|
23
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
24
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
25
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
26
|
+
)
|
27
|
+
|
8
28
|
|
9
29
|
class TrainStub(object):
|
10
30
|
"""Missing associated documentation comment in .proto file."""
|
@@ -19,42 +39,42 @@ class TrainStub(object):
|
|
19
39
|
'/train.Train/GetInfo',
|
20
40
|
request_serializer=nucliadb__protos_dot_train__pb2.GetInfoRequest.SerializeToString,
|
21
41
|
response_deserializer=nucliadb__protos_dot_train__pb2.TrainInfo.FromString,
|
22
|
-
)
|
42
|
+
_registered_method=True)
|
23
43
|
self.GetSentences = channel.unary_stream(
|
24
44
|
'/train.Train/GetSentences',
|
25
45
|
request_serializer=nucliadb__protos_dot_train__pb2.GetSentencesRequest.SerializeToString,
|
26
46
|
response_deserializer=nucliadb__protos_dot_train__pb2.TrainSentence.FromString,
|
27
|
-
)
|
47
|
+
_registered_method=True)
|
28
48
|
self.GetParagraphs = channel.unary_stream(
|
29
49
|
'/train.Train/GetParagraphs',
|
30
50
|
request_serializer=nucliadb__protos_dot_train__pb2.GetParagraphsRequest.SerializeToString,
|
31
51
|
response_deserializer=nucliadb__protos_dot_train__pb2.TrainParagraph.FromString,
|
32
|
-
)
|
52
|
+
_registered_method=True)
|
33
53
|
self.GetFields = channel.unary_stream(
|
34
54
|
'/train.Train/GetFields',
|
35
55
|
request_serializer=nucliadb__protos_dot_train__pb2.GetFieldsRequest.SerializeToString,
|
36
56
|
response_deserializer=nucliadb__protos_dot_train__pb2.TrainField.FromString,
|
37
|
-
)
|
57
|
+
_registered_method=True)
|
38
58
|
self.GetResources = channel.unary_stream(
|
39
59
|
'/train.Train/GetResources',
|
40
60
|
request_serializer=nucliadb__protos_dot_train__pb2.GetResourcesRequest.SerializeToString,
|
41
61
|
response_deserializer=nucliadb__protos_dot_train__pb2.TrainResource.FromString,
|
42
|
-
)
|
62
|
+
_registered_method=True)
|
43
63
|
self.GetOntology = channel.unary_unary(
|
44
64
|
'/train.Train/GetOntology',
|
45
65
|
request_serializer=nucliadb__protos_dot_writer__pb2.GetLabelsRequest.SerializeToString,
|
46
66
|
response_deserializer=nucliadb__protos_dot_writer__pb2.GetLabelsResponse.FromString,
|
47
|
-
)
|
67
|
+
_registered_method=True)
|
48
68
|
self.GetEntities = channel.unary_unary(
|
49
69
|
'/train.Train/GetEntities',
|
50
70
|
request_serializer=nucliadb__protos_dot_writer__pb2.GetEntitiesRequest.SerializeToString,
|
51
71
|
response_deserializer=nucliadb__protos_dot_writer__pb2.GetEntitiesResponse.FromString,
|
52
|
-
)
|
72
|
+
_registered_method=True)
|
53
73
|
self.GetOntologyCount = channel.unary_unary(
|
54
74
|
'/train.Train/GetOntologyCount',
|
55
75
|
request_serializer=nucliadb__protos_dot_train__pb2.GetLabelsetsCountRequest.SerializeToString,
|
56
76
|
response_deserializer=nucliadb__protos_dot_train__pb2.LabelsetsCount.FromString,
|
57
|
-
)
|
77
|
+
_registered_method=True)
|
58
78
|
|
59
79
|
|
60
80
|
class TrainServicer(object):
|
@@ -155,6 +175,7 @@ def add_TrainServicer_to_server(servicer, server):
|
|
155
175
|
generic_handler = grpc.method_handlers_generic_handler(
|
156
176
|
'train.Train', rpc_method_handlers)
|
157
177
|
server.add_generic_rpc_handlers((generic_handler,))
|
178
|
+
server.add_registered_method_handlers('train.Train', rpc_method_handlers)
|
158
179
|
|
159
180
|
|
160
181
|
# This class is part of an EXPERIMENTAL API.
|
@@ -172,11 +193,21 @@ class Train(object):
|
|
172
193
|
wait_for_ready=None,
|
173
194
|
timeout=None,
|
174
195
|
metadata=None):
|
175
|
-
return grpc.experimental.unary_unary(
|
196
|
+
return grpc.experimental.unary_unary(
|
197
|
+
request,
|
198
|
+
target,
|
199
|
+
'/train.Train/GetInfo',
|
176
200
|
nucliadb__protos_dot_train__pb2.GetInfoRequest.SerializeToString,
|
177
201
|
nucliadb__protos_dot_train__pb2.TrainInfo.FromString,
|
178
|
-
options,
|
179
|
-
|
202
|
+
options,
|
203
|
+
channel_credentials,
|
204
|
+
insecure,
|
205
|
+
call_credentials,
|
206
|
+
compression,
|
207
|
+
wait_for_ready,
|
208
|
+
timeout,
|
209
|
+
metadata,
|
210
|
+
_registered_method=True)
|
180
211
|
|
181
212
|
@staticmethod
|
182
213
|
def GetSentences(request,
|
@@ -189,11 +220,21 @@ class Train(object):
|
|
189
220
|
wait_for_ready=None,
|
190
221
|
timeout=None,
|
191
222
|
metadata=None):
|
192
|
-
return grpc.experimental.unary_stream(
|
223
|
+
return grpc.experimental.unary_stream(
|
224
|
+
request,
|
225
|
+
target,
|
226
|
+
'/train.Train/GetSentences',
|
193
227
|
nucliadb__protos_dot_train__pb2.GetSentencesRequest.SerializeToString,
|
194
228
|
nucliadb__protos_dot_train__pb2.TrainSentence.FromString,
|
195
|
-
options,
|
196
|
-
|
229
|
+
options,
|
230
|
+
channel_credentials,
|
231
|
+
insecure,
|
232
|
+
call_credentials,
|
233
|
+
compression,
|
234
|
+
wait_for_ready,
|
235
|
+
timeout,
|
236
|
+
metadata,
|
237
|
+
_registered_method=True)
|
197
238
|
|
198
239
|
@staticmethod
|
199
240
|
def GetParagraphs(request,
|
@@ -206,11 +247,21 @@ class Train(object):
|
|
206
247
|
wait_for_ready=None,
|
207
248
|
timeout=None,
|
208
249
|
metadata=None):
|
209
|
-
return grpc.experimental.unary_stream(
|
250
|
+
return grpc.experimental.unary_stream(
|
251
|
+
request,
|
252
|
+
target,
|
253
|
+
'/train.Train/GetParagraphs',
|
210
254
|
nucliadb__protos_dot_train__pb2.GetParagraphsRequest.SerializeToString,
|
211
255
|
nucliadb__protos_dot_train__pb2.TrainParagraph.FromString,
|
212
|
-
options,
|
213
|
-
|
256
|
+
options,
|
257
|
+
channel_credentials,
|
258
|
+
insecure,
|
259
|
+
call_credentials,
|
260
|
+
compression,
|
261
|
+
wait_for_ready,
|
262
|
+
timeout,
|
263
|
+
metadata,
|
264
|
+
_registered_method=True)
|
214
265
|
|
215
266
|
@staticmethod
|
216
267
|
def GetFields(request,
|
@@ -223,11 +274,21 @@ class Train(object):
|
|
223
274
|
wait_for_ready=None,
|
224
275
|
timeout=None,
|
225
276
|
metadata=None):
|
226
|
-
return grpc.experimental.unary_stream(
|
277
|
+
return grpc.experimental.unary_stream(
|
278
|
+
request,
|
279
|
+
target,
|
280
|
+
'/train.Train/GetFields',
|
227
281
|
nucliadb__protos_dot_train__pb2.GetFieldsRequest.SerializeToString,
|
228
282
|
nucliadb__protos_dot_train__pb2.TrainField.FromString,
|
229
|
-
options,
|
230
|
-
|
283
|
+
options,
|
284
|
+
channel_credentials,
|
285
|
+
insecure,
|
286
|
+
call_credentials,
|
287
|
+
compression,
|
288
|
+
wait_for_ready,
|
289
|
+
timeout,
|
290
|
+
metadata,
|
291
|
+
_registered_method=True)
|
231
292
|
|
232
293
|
@staticmethod
|
233
294
|
def GetResources(request,
|
@@ -240,11 +301,21 @@ class Train(object):
|
|
240
301
|
wait_for_ready=None,
|
241
302
|
timeout=None,
|
242
303
|
metadata=None):
|
243
|
-
return grpc.experimental.unary_stream(
|
304
|
+
return grpc.experimental.unary_stream(
|
305
|
+
request,
|
306
|
+
target,
|
307
|
+
'/train.Train/GetResources',
|
244
308
|
nucliadb__protos_dot_train__pb2.GetResourcesRequest.SerializeToString,
|
245
309
|
nucliadb__protos_dot_train__pb2.TrainResource.FromString,
|
246
|
-
options,
|
247
|
-
|
310
|
+
options,
|
311
|
+
channel_credentials,
|
312
|
+
insecure,
|
313
|
+
call_credentials,
|
314
|
+
compression,
|
315
|
+
wait_for_ready,
|
316
|
+
timeout,
|
317
|
+
metadata,
|
318
|
+
_registered_method=True)
|
248
319
|
|
249
320
|
@staticmethod
|
250
321
|
def GetOntology(request,
|
@@ -257,11 +328,21 @@ class Train(object):
|
|
257
328
|
wait_for_ready=None,
|
258
329
|
timeout=None,
|
259
330
|
metadata=None):
|
260
|
-
return grpc.experimental.unary_unary(
|
331
|
+
return grpc.experimental.unary_unary(
|
332
|
+
request,
|
333
|
+
target,
|
334
|
+
'/train.Train/GetOntology',
|
261
335
|
nucliadb__protos_dot_writer__pb2.GetLabelsRequest.SerializeToString,
|
262
336
|
nucliadb__protos_dot_writer__pb2.GetLabelsResponse.FromString,
|
263
|
-
options,
|
264
|
-
|
337
|
+
options,
|
338
|
+
channel_credentials,
|
339
|
+
insecure,
|
340
|
+
call_credentials,
|
341
|
+
compression,
|
342
|
+
wait_for_ready,
|
343
|
+
timeout,
|
344
|
+
metadata,
|
345
|
+
_registered_method=True)
|
265
346
|
|
266
347
|
@staticmethod
|
267
348
|
def GetEntities(request,
|
@@ -274,11 +355,21 @@ class Train(object):
|
|
274
355
|
wait_for_ready=None,
|
275
356
|
timeout=None,
|
276
357
|
metadata=None):
|
277
|
-
return grpc.experimental.unary_unary(
|
358
|
+
return grpc.experimental.unary_unary(
|
359
|
+
request,
|
360
|
+
target,
|
361
|
+
'/train.Train/GetEntities',
|
278
362
|
nucliadb__protos_dot_writer__pb2.GetEntitiesRequest.SerializeToString,
|
279
363
|
nucliadb__protos_dot_writer__pb2.GetEntitiesResponse.FromString,
|
280
|
-
options,
|
281
|
-
|
364
|
+
options,
|
365
|
+
channel_credentials,
|
366
|
+
insecure,
|
367
|
+
call_credentials,
|
368
|
+
compression,
|
369
|
+
wait_for_ready,
|
370
|
+
timeout,
|
371
|
+
metadata,
|
372
|
+
_registered_method=True)
|
282
373
|
|
283
374
|
@staticmethod
|
284
375
|
def GetOntologyCount(request,
|
@@ -291,8 +382,18 @@ class Train(object):
|
|
291
382
|
wait_for_ready=None,
|
292
383
|
timeout=None,
|
293
384
|
metadata=None):
|
294
|
-
return grpc.experimental.unary_unary(
|
385
|
+
return grpc.experimental.unary_unary(
|
386
|
+
request,
|
387
|
+
target,
|
388
|
+
'/train.Train/GetOntologyCount',
|
295
389
|
nucliadb__protos_dot_train__pb2.GetLabelsetsCountRequest.SerializeToString,
|
296
390
|
nucliadb__protos_dot_train__pb2.LabelsetsCount.FromString,
|
297
|
-
options,
|
298
|
-
|
391
|
+
options,
|
392
|
+
channel_credentials,
|
393
|
+
insecure,
|
394
|
+
call_credentials,
|
395
|
+
compression,
|
396
|
+
wait_for_ready,
|
397
|
+
timeout,
|
398
|
+
metadata,
|
399
|
+
_registered_method=True)
|
nucliadb_protos/utils_pb2.py
CHANGED
@@ -1,12 +1,22 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
3
4
|
# source: nucliadb_protos/utils.proto
|
4
|
-
# Protobuf Python Version:
|
5
|
+
# Protobuf Python Version: 5.29.0
|
5
6
|
"""Generated protocol buffer code."""
|
6
7
|
from google.protobuf import descriptor as _descriptor
|
7
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
8
10
|
from google.protobuf import symbol_database as _symbol_database
|
9
11
|
from google.protobuf.internal import builder as _builder
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
14
|
+
5,
|
15
|
+
29,
|
16
|
+
0,
|
17
|
+
'',
|
18
|
+
'nucliadb_protos/utils.proto'
|
19
|
+
)
|
10
20
|
# @@protoc_insertion_point(imports)
|
11
21
|
|
12
22
|
_sym_db = _symbol_database.Default()
|
@@ -19,15 +29,15 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1bnucliadb_proto
|
|
19
29
|
_globals = globals()
|
20
30
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
21
31
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'nucliadb_protos.utils_pb2', _globals)
|
22
|
-
if _descriptor._USE_C_DESCRIPTORS
|
23
|
-
DESCRIPTOR.
|
24
|
-
_globals['_EXTRACTEDTEXT_SPLITTEXTENTRY'].
|
32
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
33
|
+
DESCRIPTOR._loaded_options = None
|
34
|
+
_globals['_EXTRACTEDTEXT_SPLITTEXTENTRY']._loaded_options = None
|
25
35
|
_globals['_EXTRACTEDTEXT_SPLITTEXTENTRY']._serialized_options = b'8\001'
|
26
|
-
_globals['_VECTOROBJECT_SPLITVECTORSENTRY'].
|
36
|
+
_globals['_VECTOROBJECT_SPLITVECTORSENTRY']._loaded_options = None
|
27
37
|
_globals['_VECTOROBJECT_SPLITVECTORSENTRY']._serialized_options = b'8\001'
|
28
|
-
_globals['_USERVECTORS_VECTORSENTRY'].
|
38
|
+
_globals['_USERVECTORS_VECTORSENTRY']._loaded_options = None
|
29
39
|
_globals['_USERVECTORS_VECTORSENTRY']._serialized_options = b'8\001'
|
30
|
-
_globals['_USERVECTORSET_VECTORSENTRY'].
|
40
|
+
_globals['_USERVECTORSET_VECTORSENTRY']._loaded_options = None
|
31
41
|
_globals['_USERVECTORSET_VECTORSENTRY']._serialized_options = b'8\001'
|
32
42
|
_globals['_VECTORSIMILARITY']._serialized_start=1690
|
33
43
|
_globals['_VECTORSIMILARITY']._serialized_end=1729
|
nucliadb_protos/writer_pb2.py
CHANGED
@@ -1,12 +1,22 @@
|
|
1
1
|
# -*- coding: utf-8 -*-
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
3
4
|
# source: nucliadb_protos/writer.proto
|
4
|
-
# Protobuf Python Version:
|
5
|
+
# Protobuf Python Version: 5.29.0
|
5
6
|
"""Generated protocol buffer code."""
|
6
7
|
from google.protobuf import descriptor as _descriptor
|
7
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
8
10
|
from google.protobuf import symbol_database as _symbol_database
|
9
11
|
from google.protobuf.internal import builder as _builder
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
14
|
+
5,
|
15
|
+
29,
|
16
|
+
0,
|
17
|
+
'',
|
18
|
+
'nucliadb_protos/writer.proto'
|
19
|
+
)
|
10
20
|
# @@protoc_insertion_point(imports)
|
11
21
|
|
12
22
|
_sym_db = _symbol_database.Default()
|
@@ -54,39 +64,39 @@ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1cnucliadb_proto
|
|
54
64
|
_globals = globals()
|
55
65
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
56
66
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'nucliadb_protos.writer_pb2', _globals)
|
57
|
-
if _descriptor._USE_C_DESCRIPTORS
|
58
|
-
DESCRIPTOR.
|
59
|
-
_globals['_BROKERMESSAGE_CONVERSATIONSENTRY'].
|
67
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
68
|
+
DESCRIPTOR._loaded_options = None
|
69
|
+
_globals['_BROKERMESSAGE_CONVERSATIONSENTRY']._loaded_options = None
|
60
70
|
_globals['_BROKERMESSAGE_CONVERSATIONSENTRY']._serialized_options = b'8\001'
|
61
|
-
_globals['_BROKERMESSAGE_TEXTSENTRY'].
|
71
|
+
_globals['_BROKERMESSAGE_TEXTSENTRY']._loaded_options = None
|
62
72
|
_globals['_BROKERMESSAGE_TEXTSENTRY']._serialized_options = b'8\001'
|
63
|
-
_globals['_BROKERMESSAGE_LINKSENTRY'].
|
73
|
+
_globals['_BROKERMESSAGE_LINKSENTRY']._loaded_options = None
|
64
74
|
_globals['_BROKERMESSAGE_LINKSENTRY']._serialized_options = b'8\001'
|
65
|
-
_globals['_BROKERMESSAGE_FILESENTRY'].
|
75
|
+
_globals['_BROKERMESSAGE_FILESENTRY']._loaded_options = None
|
66
76
|
_globals['_BROKERMESSAGE_FILESENTRY']._serialized_options = b'8\001'
|
67
|
-
_globals['_BROKERMESSAGE'].fields_by_name['txseqid'].
|
77
|
+
_globals['_BROKERMESSAGE'].fields_by_name['txseqid']._loaded_options = None
|
68
78
|
_globals['_BROKERMESSAGE'].fields_by_name['txseqid']._serialized_options = b'\030\001'
|
69
|
-
_globals['_WRITERSTATUSRESPONSE_MSGIDENTRY'].
|
79
|
+
_globals['_WRITERSTATUSRESPONSE_MSGIDENTRY']._loaded_options = None
|
70
80
|
_globals['_WRITERSTATUSRESPONSE_MSGIDENTRY']._serialized_options = b'8\001'
|
71
|
-
_globals['_UPDATEENTITIESGROUPREQUEST_ADDENTRY'].
|
81
|
+
_globals['_UPDATEENTITIESGROUPREQUEST_ADDENTRY']._loaded_options = None
|
72
82
|
_globals['_UPDATEENTITIESGROUPREQUEST_ADDENTRY']._serialized_options = b'8\001'
|
73
|
-
_globals['_UPDATEENTITIESGROUPREQUEST_UPDATEENTRY'].
|
83
|
+
_globals['_UPDATEENTITIESGROUPREQUEST_UPDATEENTRY']._loaded_options = None
|
74
84
|
_globals['_UPDATEENTITIESGROUPREQUEST_UPDATEENTRY']._serialized_options = b'8\001'
|
75
|
-
_globals['_LISTENTITIESGROUPSRESPONSE_GROUPSENTRY'].
|
85
|
+
_globals['_LISTENTITIESGROUPSRESPONSE_GROUPSENTRY']._loaded_options = None
|
76
86
|
_globals['_LISTENTITIESGROUPSRESPONSE_GROUPSENTRY']._serialized_options = b'8\001'
|
77
|
-
_globals['_GETENTITIESRESPONSE_GROUPSENTRY'].
|
87
|
+
_globals['_GETENTITIESRESPONSE_GROUPSENTRY']._loaded_options = None
|
78
88
|
_globals['_GETENTITIESRESPONSE_GROUPSENTRY']._serialized_options = b'8\001'
|
79
|
-
_globals['_NOTIFICATION'].fields_by_name['message'].
|
89
|
+
_globals['_NOTIFICATION'].fields_by_name['message']._loaded_options = None
|
80
90
|
_globals['_NOTIFICATION'].fields_by_name['message']._serialized_options = b'\030\001'
|
81
|
-
_globals['_SHARDOBJECT'].fields_by_name['timestamp'].
|
91
|
+
_globals['_SHARDOBJECT'].fields_by_name['timestamp']._loaded_options = None
|
82
92
|
_globals['_SHARDOBJECT'].fields_by_name['timestamp']._serialized_options = b'\030\001'
|
83
|
-
_globals['_SHARDS_EXTRAENTRY'].
|
93
|
+
_globals['_SHARDS_EXTRAENTRY']._loaded_options = None
|
84
94
|
_globals['_SHARDS_EXTRAENTRY']._serialized_options = b'8\001'
|
85
|
-
_globals['_SHARDS'].fields_by_name['actual'].
|
95
|
+
_globals['_SHARDS'].fields_by_name['actual']._loaded_options = None
|
86
96
|
_globals['_SHARDS'].fields_by_name['actual']._serialized_options = b'\030\001'
|
87
|
-
_globals['_SHARDS'].fields_by_name['similarity'].
|
97
|
+
_globals['_SHARDS'].fields_by_name['similarity']._loaded_options = None
|
88
98
|
_globals['_SHARDS'].fields_by_name['similarity']._serialized_options = b'\030\001'
|
89
|
-
_globals['_SHARDS'].fields_by_name['model'].
|
99
|
+
_globals['_SHARDS'].fields_by_name['model']._loaded_options = None
|
90
100
|
_globals['_SHARDS'].fields_by_name['model']._serialized_options = b'\030\001'
|
91
101
|
_globals['_NOTIFICATIONSOURCE']._serialized_start=8330
|
92
102
|
_globals['_NOTIFICATIONSOURCE']._serialized_end=8388
|