nucliadb-protos 6.8.1.post5003__py3-none-any.whl → 6.10.0.post5780__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.
- build.py +1 -1
- nucliadb_protos/audit_pb2.py +4 -4
- nucliadb_protos/backups_pb2.py +4 -4
- nucliadb_protos/backups_pb2_grpc.py +2 -2
- nucliadb_protos/dataset_pb2.py +4 -4
- nucliadb_protos/dataset_pb2.pyi +3 -0
- nucliadb_protos/kb_usage_pb2.py +10 -10
- nucliadb_protos/kb_usage_pb2.pyi +2 -0
- nucliadb_protos/knowledgebox_pb2.py +80 -82
- nucliadb_protos/knowledgebox_pb2.pyi +8 -8
- nucliadb_protos/migrations_pb2.py +4 -4
- nucliadb_protos/resources_pb2.py +201 -191
- nucliadb_protos/resources_pb2.pyi +77 -10
- nucliadb_protos/standalone_pb2.py +4 -4
- nucliadb_protos/standalone_pb2_grpc.py +2 -2
- nucliadb_protos/train_pb2.py +4 -4
- nucliadb_protos/train_pb2.pyi +3 -7
- nucliadb_protos/train_pb2_grpc.py +2 -2
- nucliadb_protos/train_pb2_grpc.pyi +3 -7
- nucliadb_protos/utils_pb2.py +5 -7
- nucliadb_protos/utils_pb2.pyi +0 -15
- nucliadb_protos/writer_pb2.py +79 -107
- nucliadb_protos/writer_pb2.pyi +16 -257
- nucliadb_protos/writer_pb2_grpc.py +3 -175
- nucliadb_protos/writer_pb2_grpc.pyi +7 -72
- {nucliadb_protos-6.8.1.post5003.dist-info → nucliadb_protos-6.10.0.post5780.dist-info}/METADATA +5 -6
- nucliadb_protos-6.10.0.post5780.dist-info/RECORD +37 -0
- {nucliadb_protos-6.8.1.post5003.dist-info → nucliadb_protos-6.10.0.post5780.dist-info}/WHEEL +1 -1
- nucliadb_protos-6.8.1.post5003.dist-info/RECORD +0 -37
- {nucliadb_protos-6.8.1.post5003.dist-info → nucliadb_protos-6.10.0.post5780.dist-info}/entry_points.txt +0 -0
|
@@ -7,7 +7,7 @@ from nucliadb_protos import backups_pb2 as nucliadb__protos_dot_backups__pb2
|
|
|
7
7
|
from nucliadb_protos import knowledgebox_pb2 as nucliadb__protos_dot_knowledgebox__pb2
|
|
8
8
|
from nucliadb_protos import writer_pb2 as nucliadb__protos_dot_writer__pb2
|
|
9
9
|
|
|
10
|
-
GRPC_GENERATED_VERSION = '1.
|
|
10
|
+
GRPC_GENERATED_VERSION = '1.76.0'
|
|
11
11
|
GRPC_VERSION = grpc.__version__
|
|
12
12
|
_version_not_supported = False
|
|
13
13
|
|
|
@@ -20,7 +20,7 @@ except ImportError:
|
|
|
20
20
|
if _version_not_supported:
|
|
21
21
|
raise RuntimeError(
|
|
22
22
|
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
23
|
-
+
|
|
23
|
+
+ ' but the generated code in nucliadb_protos/writer_pb2_grpc.py depends on'
|
|
24
24
|
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
25
25
|
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
26
26
|
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
@@ -56,11 +56,6 @@ class WriterStub(object):
|
|
|
56
56
|
request_serializer=nucliadb__protos_dot_writer__pb2.BrokerMessage.SerializeToString,
|
|
57
57
|
response_deserializer=nucliadb__protos_dot_writer__pb2.OpStatusWriter.FromString,
|
|
58
58
|
_registered_method=True)
|
|
59
|
-
self.NewEntitiesGroup = channel.unary_unary(
|
|
60
|
-
'/fdbwriter.Writer/NewEntitiesGroup',
|
|
61
|
-
request_serializer=nucliadb__protos_dot_writer__pb2.NewEntitiesGroupRequest.SerializeToString,
|
|
62
|
-
response_deserializer=nucliadb__protos_dot_writer__pb2.NewEntitiesGroupResponse.FromString,
|
|
63
|
-
_registered_method=True)
|
|
64
59
|
self.GetEntities = channel.unary_unary(
|
|
65
60
|
'/fdbwriter.Writer/GetEntities',
|
|
66
61
|
request_serializer=nucliadb__protos_dot_writer__pb2.GetEntitiesRequest.SerializeToString,
|
|
@@ -76,21 +71,6 @@ class WriterStub(object):
|
|
|
76
71
|
request_serializer=nucliadb__protos_dot_writer__pb2.ListEntitiesGroupsRequest.SerializeToString,
|
|
77
72
|
response_deserializer=nucliadb__protos_dot_writer__pb2.ListEntitiesGroupsResponse.FromString,
|
|
78
73
|
_registered_method=True)
|
|
79
|
-
self.SetEntities = channel.unary_unary(
|
|
80
|
-
'/fdbwriter.Writer/SetEntities',
|
|
81
|
-
request_serializer=nucliadb__protos_dot_writer__pb2.SetEntitiesRequest.SerializeToString,
|
|
82
|
-
response_deserializer=nucliadb__protos_dot_writer__pb2.OpStatusWriter.FromString,
|
|
83
|
-
_registered_method=True)
|
|
84
|
-
self.UpdateEntitiesGroup = channel.unary_unary(
|
|
85
|
-
'/fdbwriter.Writer/UpdateEntitiesGroup',
|
|
86
|
-
request_serializer=nucliadb__protos_dot_writer__pb2.UpdateEntitiesGroupRequest.SerializeToString,
|
|
87
|
-
response_deserializer=nucliadb__protos_dot_writer__pb2.UpdateEntitiesGroupResponse.FromString,
|
|
88
|
-
_registered_method=True)
|
|
89
|
-
self.DelEntities = channel.unary_unary(
|
|
90
|
-
'/fdbwriter.Writer/DelEntities',
|
|
91
|
-
request_serializer=nucliadb__protos_dot_writer__pb2.DelEntitiesRequest.SerializeToString,
|
|
92
|
-
response_deserializer=nucliadb__protos_dot_writer__pb2.OpStatusWriter.FromString,
|
|
93
|
-
_registered_method=True)
|
|
94
74
|
self.Status = channel.unary_unary(
|
|
95
75
|
'/fdbwriter.Writer/Status',
|
|
96
76
|
request_serializer=nucliadb__protos_dot_writer__pb2.WriterStatusRequest.SerializeToString,
|
|
@@ -150,19 +130,13 @@ class WriterServicer(object):
|
|
|
150
130
|
context.set_details('Method not implemented!')
|
|
151
131
|
raise NotImplementedError('Method not implemented!')
|
|
152
132
|
|
|
153
|
-
def
|
|
133
|
+
def GetEntities(self, request, context):
|
|
154
134
|
"""Entities
|
|
155
135
|
"""
|
|
156
136
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
157
137
|
context.set_details('Method not implemented!')
|
|
158
138
|
raise NotImplementedError('Method not implemented!')
|
|
159
139
|
|
|
160
|
-
def GetEntities(self, request, context):
|
|
161
|
-
"""Missing associated documentation comment in .proto file."""
|
|
162
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
163
|
-
context.set_details('Method not implemented!')
|
|
164
|
-
raise NotImplementedError('Method not implemented!')
|
|
165
|
-
|
|
166
140
|
def GetEntitiesGroup(self, request, context):
|
|
167
141
|
"""Missing associated documentation comment in .proto file."""
|
|
168
142
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
@@ -175,24 +149,6 @@ class WriterServicer(object):
|
|
|
175
149
|
context.set_details('Method not implemented!')
|
|
176
150
|
raise NotImplementedError('Method not implemented!')
|
|
177
151
|
|
|
178
|
-
def SetEntities(self, request, context):
|
|
179
|
-
"""Missing associated documentation comment in .proto file."""
|
|
180
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
181
|
-
context.set_details('Method not implemented!')
|
|
182
|
-
raise NotImplementedError('Method not implemented!')
|
|
183
|
-
|
|
184
|
-
def UpdateEntitiesGroup(self, request, context):
|
|
185
|
-
"""Missing associated documentation comment in .proto file."""
|
|
186
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
187
|
-
context.set_details('Method not implemented!')
|
|
188
|
-
raise NotImplementedError('Method not implemented!')
|
|
189
|
-
|
|
190
|
-
def DelEntities(self, request, context):
|
|
191
|
-
"""Missing associated documentation comment in .proto file."""
|
|
192
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
193
|
-
context.set_details('Method not implemented!')
|
|
194
|
-
raise NotImplementedError('Method not implemented!')
|
|
195
|
-
|
|
196
152
|
def Status(self, request, context):
|
|
197
153
|
"""Missing associated documentation comment in .proto file."""
|
|
198
154
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
@@ -252,11 +208,6 @@ def add_WriterServicer_to_server(servicer, server):
|
|
|
252
208
|
request_deserializer=nucliadb__protos_dot_writer__pb2.BrokerMessage.FromString,
|
|
253
209
|
response_serializer=nucliadb__protos_dot_writer__pb2.OpStatusWriter.SerializeToString,
|
|
254
210
|
),
|
|
255
|
-
'NewEntitiesGroup': grpc.unary_unary_rpc_method_handler(
|
|
256
|
-
servicer.NewEntitiesGroup,
|
|
257
|
-
request_deserializer=nucliadb__protos_dot_writer__pb2.NewEntitiesGroupRequest.FromString,
|
|
258
|
-
response_serializer=nucliadb__protos_dot_writer__pb2.NewEntitiesGroupResponse.SerializeToString,
|
|
259
|
-
),
|
|
260
211
|
'GetEntities': grpc.unary_unary_rpc_method_handler(
|
|
261
212
|
servicer.GetEntities,
|
|
262
213
|
request_deserializer=nucliadb__protos_dot_writer__pb2.GetEntitiesRequest.FromString,
|
|
@@ -272,21 +223,6 @@ def add_WriterServicer_to_server(servicer, server):
|
|
|
272
223
|
request_deserializer=nucliadb__protos_dot_writer__pb2.ListEntitiesGroupsRequest.FromString,
|
|
273
224
|
response_serializer=nucliadb__protos_dot_writer__pb2.ListEntitiesGroupsResponse.SerializeToString,
|
|
274
225
|
),
|
|
275
|
-
'SetEntities': grpc.unary_unary_rpc_method_handler(
|
|
276
|
-
servicer.SetEntities,
|
|
277
|
-
request_deserializer=nucliadb__protos_dot_writer__pb2.SetEntitiesRequest.FromString,
|
|
278
|
-
response_serializer=nucliadb__protos_dot_writer__pb2.OpStatusWriter.SerializeToString,
|
|
279
|
-
),
|
|
280
|
-
'UpdateEntitiesGroup': grpc.unary_unary_rpc_method_handler(
|
|
281
|
-
servicer.UpdateEntitiesGroup,
|
|
282
|
-
request_deserializer=nucliadb__protos_dot_writer__pb2.UpdateEntitiesGroupRequest.FromString,
|
|
283
|
-
response_serializer=nucliadb__protos_dot_writer__pb2.UpdateEntitiesGroupResponse.SerializeToString,
|
|
284
|
-
),
|
|
285
|
-
'DelEntities': grpc.unary_unary_rpc_method_handler(
|
|
286
|
-
servicer.DelEntities,
|
|
287
|
-
request_deserializer=nucliadb__protos_dot_writer__pb2.DelEntitiesRequest.FromString,
|
|
288
|
-
response_serializer=nucliadb__protos_dot_writer__pb2.OpStatusWriter.SerializeToString,
|
|
289
|
-
),
|
|
290
226
|
'Status': grpc.unary_unary_rpc_method_handler(
|
|
291
227
|
servicer.Status,
|
|
292
228
|
request_deserializer=nucliadb__protos_dot_writer__pb2.WriterStatusRequest.FromString,
|
|
@@ -436,33 +372,6 @@ class Writer(object):
|
|
|
436
372
|
metadata,
|
|
437
373
|
_registered_method=True)
|
|
438
374
|
|
|
439
|
-
@staticmethod
|
|
440
|
-
def NewEntitiesGroup(request,
|
|
441
|
-
target,
|
|
442
|
-
options=(),
|
|
443
|
-
channel_credentials=None,
|
|
444
|
-
call_credentials=None,
|
|
445
|
-
insecure=False,
|
|
446
|
-
compression=None,
|
|
447
|
-
wait_for_ready=None,
|
|
448
|
-
timeout=None,
|
|
449
|
-
metadata=None):
|
|
450
|
-
return grpc.experimental.unary_unary(
|
|
451
|
-
request,
|
|
452
|
-
target,
|
|
453
|
-
'/fdbwriter.Writer/NewEntitiesGroup',
|
|
454
|
-
nucliadb__protos_dot_writer__pb2.NewEntitiesGroupRequest.SerializeToString,
|
|
455
|
-
nucliadb__protos_dot_writer__pb2.NewEntitiesGroupResponse.FromString,
|
|
456
|
-
options,
|
|
457
|
-
channel_credentials,
|
|
458
|
-
insecure,
|
|
459
|
-
call_credentials,
|
|
460
|
-
compression,
|
|
461
|
-
wait_for_ready,
|
|
462
|
-
timeout,
|
|
463
|
-
metadata,
|
|
464
|
-
_registered_method=True)
|
|
465
|
-
|
|
466
375
|
@staticmethod
|
|
467
376
|
def GetEntities(request,
|
|
468
377
|
target,
|
|
@@ -544,87 +453,6 @@ class Writer(object):
|
|
|
544
453
|
metadata,
|
|
545
454
|
_registered_method=True)
|
|
546
455
|
|
|
547
|
-
@staticmethod
|
|
548
|
-
def SetEntities(request,
|
|
549
|
-
target,
|
|
550
|
-
options=(),
|
|
551
|
-
channel_credentials=None,
|
|
552
|
-
call_credentials=None,
|
|
553
|
-
insecure=False,
|
|
554
|
-
compression=None,
|
|
555
|
-
wait_for_ready=None,
|
|
556
|
-
timeout=None,
|
|
557
|
-
metadata=None):
|
|
558
|
-
return grpc.experimental.unary_unary(
|
|
559
|
-
request,
|
|
560
|
-
target,
|
|
561
|
-
'/fdbwriter.Writer/SetEntities',
|
|
562
|
-
nucliadb__protos_dot_writer__pb2.SetEntitiesRequest.SerializeToString,
|
|
563
|
-
nucliadb__protos_dot_writer__pb2.OpStatusWriter.FromString,
|
|
564
|
-
options,
|
|
565
|
-
channel_credentials,
|
|
566
|
-
insecure,
|
|
567
|
-
call_credentials,
|
|
568
|
-
compression,
|
|
569
|
-
wait_for_ready,
|
|
570
|
-
timeout,
|
|
571
|
-
metadata,
|
|
572
|
-
_registered_method=True)
|
|
573
|
-
|
|
574
|
-
@staticmethod
|
|
575
|
-
def UpdateEntitiesGroup(request,
|
|
576
|
-
target,
|
|
577
|
-
options=(),
|
|
578
|
-
channel_credentials=None,
|
|
579
|
-
call_credentials=None,
|
|
580
|
-
insecure=False,
|
|
581
|
-
compression=None,
|
|
582
|
-
wait_for_ready=None,
|
|
583
|
-
timeout=None,
|
|
584
|
-
metadata=None):
|
|
585
|
-
return grpc.experimental.unary_unary(
|
|
586
|
-
request,
|
|
587
|
-
target,
|
|
588
|
-
'/fdbwriter.Writer/UpdateEntitiesGroup',
|
|
589
|
-
nucliadb__protos_dot_writer__pb2.UpdateEntitiesGroupRequest.SerializeToString,
|
|
590
|
-
nucliadb__protos_dot_writer__pb2.UpdateEntitiesGroupResponse.FromString,
|
|
591
|
-
options,
|
|
592
|
-
channel_credentials,
|
|
593
|
-
insecure,
|
|
594
|
-
call_credentials,
|
|
595
|
-
compression,
|
|
596
|
-
wait_for_ready,
|
|
597
|
-
timeout,
|
|
598
|
-
metadata,
|
|
599
|
-
_registered_method=True)
|
|
600
|
-
|
|
601
|
-
@staticmethod
|
|
602
|
-
def DelEntities(request,
|
|
603
|
-
target,
|
|
604
|
-
options=(),
|
|
605
|
-
channel_credentials=None,
|
|
606
|
-
call_credentials=None,
|
|
607
|
-
insecure=False,
|
|
608
|
-
compression=None,
|
|
609
|
-
wait_for_ready=None,
|
|
610
|
-
timeout=None,
|
|
611
|
-
metadata=None):
|
|
612
|
-
return grpc.experimental.unary_unary(
|
|
613
|
-
request,
|
|
614
|
-
target,
|
|
615
|
-
'/fdbwriter.Writer/DelEntities',
|
|
616
|
-
nucliadb__protos_dot_writer__pb2.DelEntitiesRequest.SerializeToString,
|
|
617
|
-
nucliadb__protos_dot_writer__pb2.OpStatusWriter.FromString,
|
|
618
|
-
options,
|
|
619
|
-
channel_credentials,
|
|
620
|
-
insecure,
|
|
621
|
-
call_credentials,
|
|
622
|
-
compression,
|
|
623
|
-
wait_for_ready,
|
|
624
|
-
timeout,
|
|
625
|
-
metadata,
|
|
626
|
-
_registered_method=True)
|
|
627
|
-
|
|
628
456
|
@staticmethod
|
|
629
457
|
def Status(request,
|
|
630
458
|
target,
|
|
@@ -151,6 +151,9 @@ from nucliadb_protos.resources_pb2 import (
|
|
|
151
151
|
Representation as Representation,
|
|
152
152
|
RowsPreview as RowsPreview,
|
|
153
153
|
Sentence as Sentence,
|
|
154
|
+
SplitMetadata as SplitMetadata,
|
|
155
|
+
SplitsMetadata as SplitsMetadata,
|
|
156
|
+
SyncMetadata as SyncMetadata,
|
|
154
157
|
TEXT as TEXT,
|
|
155
158
|
UserFieldMetadata as UserFieldMetadata,
|
|
156
159
|
UserMetadata as UserMetadata,
|
|
@@ -186,16 +189,11 @@ class WriterStub:
|
|
|
186
189
|
nucliadb_protos.writer_pb2.OpStatusWriter,
|
|
187
190
|
]
|
|
188
191
|
|
|
189
|
-
NewEntitiesGroup: grpc.UnaryUnaryMultiCallable[
|
|
190
|
-
nucliadb_protos.writer_pb2.NewEntitiesGroupRequest,
|
|
191
|
-
nucliadb_protos.writer_pb2.NewEntitiesGroupResponse,
|
|
192
|
-
]
|
|
193
|
-
"""Entities"""
|
|
194
|
-
|
|
195
192
|
GetEntities: grpc.UnaryUnaryMultiCallable[
|
|
196
193
|
nucliadb_protos.writer_pb2.GetEntitiesRequest,
|
|
197
194
|
nucliadb_protos.writer_pb2.GetEntitiesResponse,
|
|
198
195
|
]
|
|
196
|
+
"""Entities"""
|
|
199
197
|
|
|
200
198
|
GetEntitiesGroup: grpc.UnaryUnaryMultiCallable[
|
|
201
199
|
nucliadb_protos.writer_pb2.GetEntitiesGroupRequest,
|
|
@@ -207,21 +205,6 @@ class WriterStub:
|
|
|
207
205
|
nucliadb_protos.writer_pb2.ListEntitiesGroupsResponse,
|
|
208
206
|
]
|
|
209
207
|
|
|
210
|
-
SetEntities: grpc.UnaryUnaryMultiCallable[
|
|
211
|
-
nucliadb_protos.writer_pb2.SetEntitiesRequest,
|
|
212
|
-
nucliadb_protos.writer_pb2.OpStatusWriter,
|
|
213
|
-
]
|
|
214
|
-
|
|
215
|
-
UpdateEntitiesGroup: grpc.UnaryUnaryMultiCallable[
|
|
216
|
-
nucliadb_protos.writer_pb2.UpdateEntitiesGroupRequest,
|
|
217
|
-
nucliadb_protos.writer_pb2.UpdateEntitiesGroupResponse,
|
|
218
|
-
]
|
|
219
|
-
|
|
220
|
-
DelEntities: grpc.UnaryUnaryMultiCallable[
|
|
221
|
-
nucliadb_protos.writer_pb2.DelEntitiesRequest,
|
|
222
|
-
nucliadb_protos.writer_pb2.OpStatusWriter,
|
|
223
|
-
]
|
|
224
|
-
|
|
225
208
|
Status: grpc.UnaryUnaryMultiCallable[
|
|
226
209
|
nucliadb_protos.writer_pb2.WriterStatusRequest,
|
|
227
210
|
nucliadb_protos.writer_pb2.WriterStatusResponse,
|
|
@@ -273,16 +256,11 @@ class WriterAsyncStub:
|
|
|
273
256
|
nucliadb_protos.writer_pb2.OpStatusWriter,
|
|
274
257
|
]
|
|
275
258
|
|
|
276
|
-
NewEntitiesGroup: grpc.aio.UnaryUnaryMultiCallable[
|
|
277
|
-
nucliadb_protos.writer_pb2.NewEntitiesGroupRequest,
|
|
278
|
-
nucliadb_protos.writer_pb2.NewEntitiesGroupResponse,
|
|
279
|
-
]
|
|
280
|
-
"""Entities"""
|
|
281
|
-
|
|
282
259
|
GetEntities: grpc.aio.UnaryUnaryMultiCallable[
|
|
283
260
|
nucliadb_protos.writer_pb2.GetEntitiesRequest,
|
|
284
261
|
nucliadb_protos.writer_pb2.GetEntitiesResponse,
|
|
285
262
|
]
|
|
263
|
+
"""Entities"""
|
|
286
264
|
|
|
287
265
|
GetEntitiesGroup: grpc.aio.UnaryUnaryMultiCallable[
|
|
288
266
|
nucliadb_protos.writer_pb2.GetEntitiesGroupRequest,
|
|
@@ -294,21 +272,6 @@ class WriterAsyncStub:
|
|
|
294
272
|
nucliadb_protos.writer_pb2.ListEntitiesGroupsResponse,
|
|
295
273
|
]
|
|
296
274
|
|
|
297
|
-
SetEntities: grpc.aio.UnaryUnaryMultiCallable[
|
|
298
|
-
nucliadb_protos.writer_pb2.SetEntitiesRequest,
|
|
299
|
-
nucliadb_protos.writer_pb2.OpStatusWriter,
|
|
300
|
-
]
|
|
301
|
-
|
|
302
|
-
UpdateEntitiesGroup: grpc.aio.UnaryUnaryMultiCallable[
|
|
303
|
-
nucliadb_protos.writer_pb2.UpdateEntitiesGroupRequest,
|
|
304
|
-
nucliadb_protos.writer_pb2.UpdateEntitiesGroupResponse,
|
|
305
|
-
]
|
|
306
|
-
|
|
307
|
-
DelEntities: grpc.aio.UnaryUnaryMultiCallable[
|
|
308
|
-
nucliadb_protos.writer_pb2.DelEntitiesRequest,
|
|
309
|
-
nucliadb_protos.writer_pb2.OpStatusWriter,
|
|
310
|
-
]
|
|
311
|
-
|
|
312
275
|
Status: grpc.aio.UnaryUnaryMultiCallable[
|
|
313
276
|
nucliadb_protos.writer_pb2.WriterStatusRequest,
|
|
314
277
|
nucliadb_protos.writer_pb2.WriterStatusResponse,
|
|
@@ -368,20 +331,13 @@ class WriterServicer(metaclass=abc.ABCMeta):
|
|
|
368
331
|
context: _ServicerContext,
|
|
369
332
|
) -> typing.Union[nucliadb_protos.writer_pb2.OpStatusWriter, collections.abc.Awaitable[nucliadb_protos.writer_pb2.OpStatusWriter]]: ...
|
|
370
333
|
|
|
371
|
-
@abc.abstractmethod
|
|
372
|
-
def NewEntitiesGroup(
|
|
373
|
-
self,
|
|
374
|
-
request: nucliadb_protos.writer_pb2.NewEntitiesGroupRequest,
|
|
375
|
-
context: _ServicerContext,
|
|
376
|
-
) -> typing.Union[nucliadb_protos.writer_pb2.NewEntitiesGroupResponse, collections.abc.Awaitable[nucliadb_protos.writer_pb2.NewEntitiesGroupResponse]]:
|
|
377
|
-
"""Entities"""
|
|
378
|
-
|
|
379
334
|
@abc.abstractmethod
|
|
380
335
|
def GetEntities(
|
|
381
336
|
self,
|
|
382
337
|
request: nucliadb_protos.writer_pb2.GetEntitiesRequest,
|
|
383
338
|
context: _ServicerContext,
|
|
384
|
-
) -> typing.Union[nucliadb_protos.writer_pb2.GetEntitiesResponse, collections.abc.Awaitable[nucliadb_protos.writer_pb2.GetEntitiesResponse]]:
|
|
339
|
+
) -> typing.Union[nucliadb_protos.writer_pb2.GetEntitiesResponse, collections.abc.Awaitable[nucliadb_protos.writer_pb2.GetEntitiesResponse]]:
|
|
340
|
+
"""Entities"""
|
|
385
341
|
|
|
386
342
|
@abc.abstractmethod
|
|
387
343
|
def GetEntitiesGroup(
|
|
@@ -397,27 +353,6 @@ class WriterServicer(metaclass=abc.ABCMeta):
|
|
|
397
353
|
context: _ServicerContext,
|
|
398
354
|
) -> typing.Union[nucliadb_protos.writer_pb2.ListEntitiesGroupsResponse, collections.abc.Awaitable[nucliadb_protos.writer_pb2.ListEntitiesGroupsResponse]]: ...
|
|
399
355
|
|
|
400
|
-
@abc.abstractmethod
|
|
401
|
-
def SetEntities(
|
|
402
|
-
self,
|
|
403
|
-
request: nucliadb_protos.writer_pb2.SetEntitiesRequest,
|
|
404
|
-
context: _ServicerContext,
|
|
405
|
-
) -> typing.Union[nucliadb_protos.writer_pb2.OpStatusWriter, collections.abc.Awaitable[nucliadb_protos.writer_pb2.OpStatusWriter]]: ...
|
|
406
|
-
|
|
407
|
-
@abc.abstractmethod
|
|
408
|
-
def UpdateEntitiesGroup(
|
|
409
|
-
self,
|
|
410
|
-
request: nucliadb_protos.writer_pb2.UpdateEntitiesGroupRequest,
|
|
411
|
-
context: _ServicerContext,
|
|
412
|
-
) -> typing.Union[nucliadb_protos.writer_pb2.UpdateEntitiesGroupResponse, collections.abc.Awaitable[nucliadb_protos.writer_pb2.UpdateEntitiesGroupResponse]]: ...
|
|
413
|
-
|
|
414
|
-
@abc.abstractmethod
|
|
415
|
-
def DelEntities(
|
|
416
|
-
self,
|
|
417
|
-
request: nucliadb_protos.writer_pb2.DelEntitiesRequest,
|
|
418
|
-
context: _ServicerContext,
|
|
419
|
-
) -> typing.Union[nucliadb_protos.writer_pb2.OpStatusWriter, collections.abc.Awaitable[nucliadb_protos.writer_pb2.OpStatusWriter]]: ...
|
|
420
|
-
|
|
421
356
|
@abc.abstractmethod
|
|
422
357
|
def Status(
|
|
423
358
|
self,
|
{nucliadb_protos-6.8.1.post5003.dist-info → nucliadb_protos-6.10.0.post5780.dist-info}/METADATA
RENAMED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nucliadb_protos
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.10.0.post5780
|
|
4
4
|
Summary: Protobuf definitions for nucliadb
|
|
5
5
|
Author-Email: Nuclia <nucliadb@nuclia.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
7
7
|
Classifier: Development Status :: 4 - Beta
|
|
8
8
|
Classifier: Programming Language :: Python
|
|
9
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
10
9
|
Classifier: Programming Language :: Python :: 3.10
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -14,8 +13,8 @@ Classifier: Programming Language :: Python :: 3 :: Only
|
|
|
14
13
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
15
14
|
Project-URL: Homepage, https://nuclia.com
|
|
16
15
|
Project-URL: Repository, https://github.com/nuclia/nucliadb
|
|
17
|
-
Requires-Python: <4,>=3.
|
|
18
|
-
Requires-Dist: protobuf
|
|
19
|
-
|
|
20
|
-
Requires-Dist:
|
|
16
|
+
Requires-Python: <4,>=3.10
|
|
17
|
+
Requires-Dist: protobuf<7.0.0,>=6.31.1
|
|
18
|
+
Provides-Extra: grpc
|
|
19
|
+
Requires-Dist: grpcio>=1.76.0; extra == "grpc"
|
|
21
20
|
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.gitignore,sha256=zbyuFRBda3geYggTx5x-hodA1OnMU85vX8u8Ejh630s,2
|
|
2
|
+
build.py,sha256=6HYEavsyZ_2Ox-omEvVOaUPqrFLFR8aG3L_Gvm9Aibk,1980
|
|
3
|
+
nucliadb_protos-6.10.0.post5780.dist-info/METADATA,sha256=-kQOsZxnx-_etbDolyDH_Bde4RCC_n6vVAS6f2nPZ9w,791
|
|
4
|
+
nucliadb_protos-6.10.0.post5780.dist-info/WHEEL,sha256=tsUv_t7BDeJeRHaSrczbGeuK-TtDpGsWi_JfpzD255I,90
|
|
5
|
+
nucliadb_protos-6.10.0.post5780.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
6
|
+
nucliadb_protos/audit_pb2.py,sha256=8d6gSTgXc1s3GFclf389S0C96OAN2CXykPpOjtxQ5-E,8908
|
|
7
|
+
nucliadb_protos/audit_pb2.pyi,sha256=kIPFiMONnk5dO1YpPXsX4euADG8JR6waHfESSX5qQ7g,22719
|
|
8
|
+
nucliadb_protos/backups_pb2.py,sha256=VvfDZQoMkhLJ376Kxptsei9421ookdpnAxnUz5SV9Rk,3676
|
|
9
|
+
nucliadb_protos/backups_pb2.pyi,sha256=OU3jM6utKOuYS0sEqP6ajEEMkl-dYQv8muJZ21-oX7I,6938
|
|
10
|
+
nucliadb_protos/backups_pb2_grpc.py,sha256=IJF5ER24ztwzjtFTuUX05ExXMDFRcb3a25X9EPOb4xM,903
|
|
11
|
+
nucliadb_protos/backups_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
12
|
+
nucliadb_protos/dataset_pb2.py,sha256=4qfCreuTv9hKNeBn_g66U0Pb9n9a2rULwS7POMzpCPA,7648
|
|
13
|
+
nucliadb_protos/dataset_pb2.pyi,sha256=SKYDJSsCqHg9xl0WIaMrqzY-4-0s0i5oOS6cTinVOWE,22218
|
|
14
|
+
nucliadb_protos/kb_usage_pb2.py,sha256=KNpXTXep_D3nySMbeO-CoOauJjctS8fx5zuLZZnKAfQ,6393
|
|
15
|
+
nucliadb_protos/kb_usage_pb2.pyi,sha256=gsmirQlQYQX0QlMTcouOFPiR8PaBjm8fQU24tritPTA,16412
|
|
16
|
+
nucliadb_protos/knowledgebox_pb2.py,sha256=A7Y4WKUooAw98qsvIDgI5oTUvAKdwEBv03s1nXutN3s,16639
|
|
17
|
+
nucliadb_protos/knowledgebox_pb2.pyi,sha256=ceTOGBdl8lyMVyadYAGFms2VsNloh4qQ9KQxHjZy9d0,40910
|
|
18
|
+
nucliadb_protos/migrations_pb2.py,sha256=FBB2yxjIb_MX1TkI6ICJWNQFK-WIXrFSBbvaYheJaoY,1407
|
|
19
|
+
nucliadb_protos/migrations_pb2.pyi,sha256=K1doWaVBMDlpF1pHBdZd97AZKBKynJz6C7uHDYhaJs4,844
|
|
20
|
+
nucliadb_protos/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
|
+
nucliadb_protos/resources_pb2.py,sha256=jBN53rcIoQPIhIfiQ2rdh_ff6iNINj1ra-BZ-CnxRnw,38406
|
|
22
|
+
nucliadb_protos/resources_pb2.pyi,sha256=aYcGC-bz5zjKEY3Sw10zjnerqEDl4i10BVZWmu0Iq2c,100878
|
|
23
|
+
nucliadb_protos/standalone_pb2.py,sha256=PxTfgiM_Zs8QyprY5U3OEn51C36YLQWOaNim6hctlTA,2447
|
|
24
|
+
nucliadb_protos/standalone_pb2.pyi,sha256=t5qzk1ZPg-98lAqDIsp3aE_8fzMOtI0J2Emex1b79xg,2533
|
|
25
|
+
nucliadb_protos/standalone_pb2_grpc.py,sha256=tnfokmouDnQsdGZMquNAUWcl8Q8dM4oBBcBBWMSBFGA,5594
|
|
26
|
+
nucliadb_protos/standalone_pb2_grpc.pyi,sha256=0gHvBKQW5abeoK64pVfBekpK1o_lMg89gPdd3ar8Rco,2145
|
|
27
|
+
nucliadb_protos/train_pb2.py,sha256=SLNg829Jxequ3D--fxLPGHCE2BNmx7Bd37krBm2sL4Q,12484
|
|
28
|
+
nucliadb_protos/train_pb2.pyi,sha256=XtGWvrZZ2cSUVi5I5om-R_KzqBFDVLf_KxNnJEC5tyk,28104
|
|
29
|
+
nucliadb_protos/train_pb2_grpc.py,sha256=GwrVAoe71jMeV3iGzbQJ2uPqsOhXcNhMF5qBCYoiB14,16142
|
|
30
|
+
nucliadb_protos/train_pb2_grpc.pyi,sha256=kMUHpEER1iEo57VVlGHiey_Qa5LivhUUkdi6x1O8Cng,11774
|
|
31
|
+
nucliadb_protos/utils_pb2.py,sha256=MdPeSoU6smU-Twldgf2UM_1Rw317Wh6B5-uEP9X1pyU,6887
|
|
32
|
+
nucliadb_protos/utils_pb2.pyi,sha256=gzyEM2t9ttnNyh_nciKfWDytsW8n3PmiQhacGXDyFK4,18339
|
|
33
|
+
nucliadb_protos/writer_pb2.py,sha256=rSgiPqxTix_hgGxXq4L50DIQB38dmb94Dq2eWjpc6FE,24002
|
|
34
|
+
nucliadb_protos/writer_pb2.pyi,sha256=90gR8hVxQ-fs40eAHqhmOMDXIZP5EJa69cIAJBvzlN4,61977
|
|
35
|
+
nucliadb_protos/writer_pb2_grpc.py,sha256=ca1SxDoGlUJmQdmTrYw83ajun511GtgiJn4R3tiHYyQ,25838
|
|
36
|
+
nucliadb_protos/writer_pb2_grpc.pyi,sha256=gbOUJZ3ftN3dNMEc7Xvxy1k6Ms-PQcKldrVC1WUICC8,15010
|
|
37
|
+
nucliadb_protos-6.10.0.post5780.dist-info/RECORD,,
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
.gitignore,sha256=zbyuFRBda3geYggTx5x-hodA1OnMU85vX8u8Ejh630s,2
|
|
2
|
-
build.py,sha256=h-aaVtinmScEf_OztPYidglweRx8SEu5yrFmu6NGDt4,1988
|
|
3
|
-
nucliadb_protos-6.8.1.post5003.dist-info/METADATA,sha256=jnlcZ8y4X0QsVbZly8I6NoFnycMBZnwNfcyTy18QoHA,828
|
|
4
|
-
nucliadb_protos-6.8.1.post5003.dist-info/WHEEL,sha256=9P2ygRxDrTJz3gsagc0Z96ukrxjr-LFBGOgv3AuKlCA,90
|
|
5
|
-
nucliadb_protos-6.8.1.post5003.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
6
|
-
nucliadb_protos/audit_pb2.py,sha256=eh2rN_iVpDTJkHsqgc7jz3TSTBu6dgj5XCQQPj0ZH0E,8908
|
|
7
|
-
nucliadb_protos/audit_pb2.pyi,sha256=kIPFiMONnk5dO1YpPXsX4euADG8JR6waHfESSX5qQ7g,22719
|
|
8
|
-
nucliadb_protos/backups_pb2.py,sha256=CYNHQ6u2m6LBTuzdCwvc3L3SotD2dbOE1w8D_0CwidU,3676
|
|
9
|
-
nucliadb_protos/backups_pb2.pyi,sha256=OU3jM6utKOuYS0sEqP6ajEEMkl-dYQv8muJZ21-oX7I,6938
|
|
10
|
-
nucliadb_protos/backups_pb2_grpc.py,sha256=rfQlAMHvnbTkUr-3AG1GdBkW8oN37mdYTUA50rWuOaA,904
|
|
11
|
-
nucliadb_protos/backups_pb2_grpc.pyi,sha256=Dl8kkjhqb6F1Kt24mcFg7ppish4iKVfjRiiBxEjsMMA,413
|
|
12
|
-
nucliadb_protos/dataset_pb2.py,sha256=kci_RjD_fQlfS7_lZKypmNruKkrVA_hUGTFkMv2Tg74,7648
|
|
13
|
-
nucliadb_protos/dataset_pb2.pyi,sha256=p4foSgu_u2taIL9nf-A2KtsRG8LmQTu0HC5rMXRefhs,22110
|
|
14
|
-
nucliadb_protos/kb_usage_pb2.py,sha256=8T2t7lF-iWBFPWc2bs8tspDB9MR8jQEqDuus-_9RYp0,6360
|
|
15
|
-
nucliadb_protos/kb_usage_pb2.pyi,sha256=egxQoXOLDUcuOpYnkNIyk698rKGeopRBtKX6brhglH8,16321
|
|
16
|
-
nucliadb_protos/knowledgebox_pb2.py,sha256=_8WeoW1NZTHyxryOrvUx7sMaSVWFYWqXEvl2_dpfgds,16855
|
|
17
|
-
nucliadb_protos/knowledgebox_pb2.pyi,sha256=gPpknorc6L2B0_-SzVKG8hOpgxKHGFMFINXqHgGiI-c,40963
|
|
18
|
-
nucliadb_protos/migrations_pb2.py,sha256=SRLR8yH9stiYQJ6fLFBgsj7h_5quH6OEx8Y1EtyfQBY,1407
|
|
19
|
-
nucliadb_protos/migrations_pb2.pyi,sha256=K1doWaVBMDlpF1pHBdZd97AZKBKynJz6C7uHDYhaJs4,844
|
|
20
|
-
nucliadb_protos/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
|
-
nucliadb_protos/resources_pb2.py,sha256=2BVsv_w-DBoock8CEsBqboOmCTgPnve0W3AXc-tS7Ak,37351
|
|
22
|
-
nucliadb_protos/resources_pb2.pyi,sha256=CaCoOdFIMd_5-quJtYYzxgmB-5IkZX0Z-3cKkNXvGIE,98292
|
|
23
|
-
nucliadb_protos/standalone_pb2.py,sha256=h0-EuNCarB-RBqmqJMt4GNnXDxd0bbHTdW2q16hsdiQ,2447
|
|
24
|
-
nucliadb_protos/standalone_pb2.pyi,sha256=t5qzk1ZPg-98lAqDIsp3aE_8fzMOtI0J2Emex1b79xg,2533
|
|
25
|
-
nucliadb_protos/standalone_pb2_grpc.py,sha256=Fm_jw7C1fkpMz9VFIuLHE1y6UxQpFlzSmJBzthtgb-c,5595
|
|
26
|
-
nucliadb_protos/standalone_pb2_grpc.pyi,sha256=0gHvBKQW5abeoK64pVfBekpK1o_lMg89gPdd3ar8Rco,2145
|
|
27
|
-
nucliadb_protos/train_pb2.py,sha256=H-ORaT2z0W97_eXok1sojjnlueXhc1T6OIfIPeHT634,12484
|
|
28
|
-
nucliadb_protos/train_pb2.pyi,sha256=cQ0_jDTdALF-_KvN3VAR1K-77A-uNMuusXu8Z60KBz8,28378
|
|
29
|
-
nucliadb_protos/train_pb2_grpc.py,sha256=IZAwhOzKrbrVZSq55_45TIm3BywGmlWmWVM3iadhQl8,16143
|
|
30
|
-
nucliadb_protos/train_pb2_grpc.pyi,sha256=liTLwIyE9JuJpJZL4c0g4M2oF89u6mBvSpV8Ik1Upfk,12048
|
|
31
|
-
nucliadb_protos/utils_pb2.py,sha256=DjWGFcZquXuJoG-wRSMxKUT0OExc9NaYvoT_w4lqFbc,7076
|
|
32
|
-
nucliadb_protos/utils_pb2.pyi,sha256=_ebOQU711CHIpXRQ9nJ4Z1I410wVVSYmcrgU1Cw1B-o,18970
|
|
33
|
-
nucliadb_protos/writer_pb2.py,sha256=ZQ7dJ_ESjsFnLmDCL4SDRxZ5E3G7BuzN-XtcfCV6_lg,28485
|
|
34
|
-
nucliadb_protos/writer_pb2.pyi,sha256=hUXGtMSkbf-0-Dyj64_JaIp_9Lg8EGN5WCXKHJyT30g,71982
|
|
35
|
-
nucliadb_protos/writer_pb2_grpc.py,sha256=08SyrUd6XU-JepqNQYtyf1S0-UWRIrXLTC32CJyP0cE,33238
|
|
36
|
-
nucliadb_protos/writer_pb2_grpc.pyi,sha256=U1_V1kRdMMUL2XbYcRQ_N9Pa-V0W9AelXZ9Lo1sUO2E,17564
|
|
37
|
-
nucliadb_protos-6.8.1.post5003.dist-info/RECORD,,
|
|
File without changes
|