nucliadb-protos 6.9.4.post5357__py3-none-any.whl → 6.10.0.post5792__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.
Potentially problematic release.
This version of nucliadb-protos might be problematic. Click here for more details.
- 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 +1 -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 +1 -8
- nucliadb_protos/migrations_pb2.py +4 -4
- nucliadb_protos/resources_pb2.py +199 -197
- nucliadb_protos/resources_pb2.pyi +24 -5
- 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 +1 -7
- nucliadb_protos/train_pb2_grpc.py +2 -2
- nucliadb_protos/train_pb2_grpc.pyi +1 -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 +2 -254
- nucliadb_protos/writer_pb2_grpc.py +3 -175
- nucliadb_protos/writer_pb2_grpc.pyi +5 -72
- {nucliadb_protos-6.9.4.post5357.dist-info → nucliadb_protos-6.10.0.post5792.dist-info}/METADATA +4 -4
- nucliadb_protos-6.10.0.post5792.dist-info/RECORD +37 -0
- nucliadb_protos-6.9.4.post5357.dist-info/RECORD +0 -37
- {nucliadb_protos-6.9.4.post5357.dist-info → nucliadb_protos-6.10.0.post5792.dist-info}/WHEEL +0 -0
- {nucliadb_protos-6.9.4.post5357.dist-info → nucliadb_protos-6.10.0.post5792.dist-info}/entry_points.txt +0 -0
nucliadb_protos/resources_pb2.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: nucliadb_protos/resources.proto
|
|
5
|
-
# Protobuf Python Version:
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -11,9 +11,9 @@ from google.protobuf import symbol_database as _symbol_database
|
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
|
12
12
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
17
|
'',
|
|
18
18
|
'nucliadb_protos/resources.proto'
|
|
19
19
|
)
|
|
@@ -28,7 +28,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
|
28
28
|
|
|
29
29
|
from nucliadb_protos.utils_pb2 import *
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fnucliadb_protos/resources.proto\x12\tresources\x1a\x1bnucliadb_protos/utils.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xfb\x02\n\tCloudFile\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x0c\n\x04size\x18\x02 \x01(\x04\x12\x14\n\x0c\x63ontent_type\x18\x03 \x01(\t\x12\x13\n\x0b\x62ucket_name\x18\x04 \x01(\t\x12+\n\x06source\x18\x05 \x01(\x0e\x32\x1b.resources.CloudFile.Source\x12\x10\n\x08\x66ilename\x18\x06 \x01(\t\x12\x15\n\rresumable_uri\x18\x07 \x01(\t\x12\x0e\n\x06offset\x18\x08 \x01(\x04\x12\x12\n\nupload_uri\x18\t \x01(\t\x12\r\n\x05parts\x18\n \x03(\t\x12\x0f\n\x07old_uri\x18\x0b \x01(\t\x12\x12\n\nold_bucket\x18\x0c \x01(\t\x12\x0b\n\x03md5\x18\r \x01(\t\"m\n\x06Source\x12\t\n\x05\x46LAPS\x10\x00\x12\x07\n\x03GCS\x10\x01\x12\x06\n\x02S3\x10\x02\x12\t\n\x05LOCAL\x10\x03\x12\x0c\n\x08\x45XTERNAL\x10\x04\x12\t\n\x05\x45MPTY\x10\x05\x12\n\n\x06\x45XPORT\x10\x06\x12\x0c\n\x08POSTGRES\x10\x07\x12\t\n\x05\x41ZURE\x10\x08\"\xd9\x04\n\x05\x42\x61sic\x12\x0c\n\x04slug\x18\x01 \x01(\t\x12\x0c\n\x04icon\x18\x02 \x01(\t\x12\r\n\x05title\x18\x03 \x01(\t\x12\x0f\n\x07summary\x18\x04 \x01(\t\x12\x11\n\tthumbnail\x18\x05 \x01(\t\x12\x12\n\x06layout\x18\x06 \x01(\tB\x02\x18\x01\x12+\n\x07\x63reated\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08modified\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12%\n\x08metadata\x18\t \x01(\x0b\x32\x13.resources.Metadata\x12-\n\x0cusermetadata\x18\n \x01(\x0b\x32\x17.resources.UserMetadata\x12\x33\n\rfieldmetadata\x18\x0b \x03(\x0b\x32\x1c.resources.UserFieldMetadata\x12\x35\n\x10\x63omputedmetadata\x18\x0f \x01(\x0b\x32\x1b.resources.ComputedMetadata\x12\x0c\n\x04uuid\x18\x0c \x01(\t\x12\x0e\n\x06labels\x18\r \x03(\t\x12\x12\n\nlast_seqid\x18\x0e \x01(\x03\x12\x18\n\x10last_account_seq\x18# \x01(\x03\x12)\n\x05queue\x18$ \x01(\x0e\x32\x1a.resources.Basic.QueueType\x12\x13\n\x06hidden\x18% \x01(\x08H\x00\x88\x01\x01\x12\x13\n\x0breset_title\x18& \x01(\x08\"$\n\tQueueType\x12\x0b\n\x07PRIVATE\x10\x00\x12\n\n\x06SHARED\x10\x01\x42\t\n\x07_hidden\"\x8f\x03\n\x06Origin\x12(\n\x06source\x18\x01 \x01(\x0e\x32\x18.resources.Origin.Source\x12\x11\n\tsource_id\x18\x02 \x01(\t\x12\x0b\n\x03url\x18\x03 \x01(\t\x12+\n\x07\x63reated\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08modified\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x31\n\x08metadata\x18\x06 \x03(\x0b\x32\x1f.resources.Origin.MetadataEntry\x12\x0c\n\x04tags\x18\x07 \x03(\t\x12\x14\n\x0c\x63olaborators\x18\x08 \x03(\t\x12\x10\n\x08\x66ilename\x18\t \x01(\t\x12\x0f\n\x07related\x18\n \x03(\t\x12\x0c\n\x04path\x18\x0b \x01(\t\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\'\n\x06Source\x12\x07\n\x03WEB\x10\x00\x12\x0b\n\x07\x44\x45SKTOP\x10\x01\x12\x07\n\x03\x41PI\x10\x02\"2\n\x05\x45xtra\x12)\n\x08metadata\x18\x01 \x01(\x0b\x32\x17.google.protobuf.Struct\"/\n\tRelations\x12\"\n\trelations\x18\x01 \x03(\x0b\x32\x0f.utils.Relation\"U\n\x08\x46ieldRef\x12(\n\nfield_type\x18\x01 \x01(\x0e\x32\x14.resources.FieldType\x12\x10\n\x08\x66ield_id\x18\x02 \x01(\t\x12\r\n\x05split\x18\x03 \x01(\t\"\xff\x01\n\x0eMessageContent\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x30\n\x06\x66ormat\x18\x02 \x01(\x0e\x32 .resources.MessageContent.Format\x12)\n\x0b\x61ttachments\x18\x04 \x03(\x0b\x32\x14.resources.CloudFile\x12/\n\x12\x61ttachments_fields\x18\x05 \x03(\x0b\x32\x13.resources.FieldRef\"Q\n\x06\x46ormat\x12\t\n\x05PLAIN\x10\x00\x12\x08\n\x04HTML\x10\x01\x12\x0c\n\x08MARKDOWN\x10\x02\x12\x07\n\x03RST\x10\x03\x12\x11\n\rKEEP_MARKDOWN\x10\x04\x12\x08\n\x04JSON\x10\x05\"\xee\x01\n\x07Message\x12-\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0b\n\x03who\x18\x02 \x01(\t\x12\n\n\x02to\x18\x03 \x03(\t\x12*\n\x07\x63ontent\x18\x04 \x01(\x0b\x32\x19.resources.MessageContent\x12\r\n\x05ident\x18\x05 \x01(\t\x12,\n\x04type\x18\x06 \x01(\x0e\x32\x1e.resources.Message.MessageType\"2\n\x0bMessageType\x12\t\n\x05UNSET\x10\x00\x12\x0c\n\x08QUESTION\x10\x01\x12\n\n\x06\x41NSWER\x10\x02\"}\n\x0c\x43onversation\x12$\n\x08messages\x18\x01 \x03(\x0b\x32\x12.resources.Message\x12\x18\n\x10\x65xtract_strategy\x18\x02 \x01(\t\x12\x16\n\x0esplit_strategy\x18\x03 \x01(\t\x12\x15\n\rreplace_field\x18\x04 \x01(\x08\"q\n\x11\x46ieldConversation\x12\r\n\x05pages\x18\x01 \x01(\x05\x12\x0c\n\x04size\x18\x02 \x01(\x05\x12\r\n\x05total\x18\x03 \x01(\x05\x12\x18\n\x10\x65xtract_strategy\x18\x04 \x01(\t\x12\x16\n\x0esplit_strategy\x18\x05 \x01(\t\"\x0f\n\rSplitMetadata\"\x96\x01\n\x0eSplitsMetadata\x12\x39\n\x08metadata\x18\x01 \x03(\x0b\x32\'.resources.SplitsMetadata.MetadataEntry\x1aI\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\'\n\x05value\x18\x02 \x01(\x0b\x32\x18.resources.SplitMetadata:\x02\x38\x01\":\n\x0eNestedPosition\x12\r\n\x05start\x18\x01 \x01(\x03\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x03\x12\x0c\n\x04page\x18\x03 \x01(\x03\"B\n\x12NestedListPosition\x12,\n\tpositions\x18\x01 \x03(\x0b\x32\x19.resources.NestedPosition\"\xc8\x08\n\x11\x46ileExtractedData\x12\x10\n\x08language\x18\x01 \x01(\t\x12\x0b\n\x03md5\x18\x02 \x01(\t\x12<\n\x08metadata\x18\x03 \x03(\x0b\x32*.resources.FileExtractedData.MetadataEntry\x12\x38\n\x06nested\x18\x04 \x03(\x0b\x32(.resources.FileExtractedData.NestedEntry\x12G\n\x0e\x66ile_generated\x18\x05 \x03(\x0b\x32/.resources.FileExtractedData.FileGeneratedEntry\x12N\n\x12\x66ile_rows_previews\x18\x06 \x03(\x0b\x32\x32.resources.FileExtractedData.FileRowsPreviewsEntry\x12*\n\x0c\x66ile_preview\x18\x07 \x01(\x0b\x32\x14.resources.CloudFile\x12\x31\n\x13\x66ile_pages_previews\x18\x08 \x01(\x0b\x32\x14.resources.FilePages\x12,\n\x0e\x66ile_thumbnail\x18\t \x01(\x0b\x32\x14.resources.CloudFile\x12\r\n\x05\x66ield\x18\n \x01(\t\x12\x0c\n\x04icon\x18\x0b \x01(\t\x12M\n\x0fnested_position\x18\x0c \x03(\x0b\x32\x30.resources.FileExtractedData.NestedPositionEntryB\x02\x18\x01\x12R\n\x14nested_list_position\x18\r \x03(\x0b\x32\x34.resources.FileExtractedData.NestedListPositionEntry\x12\r\n\x05title\x18\x0e \x01(\t\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bNestedEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1aJ\n\x12\x46ileGeneratedEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.CloudFile:\x02\x38\x01\x1aO\n\x15\x46ileRowsPreviewsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.resources.RowsPreview:\x02\x38\x01\x1aP\n\x13NestedPositionEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12(\n\x05value\x18\x02 \x01(\x0b\x32\x19.resources.NestedPosition:\x02\x38\x01\x1aX\n\x17NestedListPositionEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x1d.resources.NestedListPosition:\x02\x38\x01\"\xd8\x04\n\x11LinkExtractedData\x12(\n\x04\x64\x61te\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x10\n\x08language\x18\x02 \x01(\t\x12\r\n\x05title\x18\x04 \x01(\t\x12<\n\x08metadata\x18\x05 \x03(\x0b\x32*.resources.LinkExtractedData.MetadataEntry\x12,\n\x0elink_thumbnail\x18\x06 \x01(\x0b\x32\x14.resources.CloudFile\x12*\n\x0clink_preview\x18\x07 \x01(\x0b\x32\x14.resources.CloudFile\x12\r\n\x05\x66ield\x18\x08 \x01(\t\x12(\n\nlink_image\x18\t \x01(\x0b\x32\x14.resources.CloudFile\x12\x13\n\x0b\x64\x65scription\x18\n \x01(\t\x12\x0c\n\x04type\x18\x0b \x01(\t\x12\r\n\x05\x65mbed\x18\x0c \x01(\t\x12/\n\rpdf_structure\x18\r \x01(\x0b\x32\x18.resources.PageStructure\x12G\n\x0e\x66ile_generated\x18\x0e \x03(\x0b\x32/.resources.LinkExtractedData.FileGeneratedEntry\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1aJ\n\x12\x46ileGeneratedEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.CloudFile:\x02\x38\x01\"\x95\x01\n\x14\x45xtractedTextWrapper\x12$\n\x04\x62ody\x18\x01 \x01(\x0b\x32\x14.utils.ExtractedTextH\x00\x12$\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x14.resources.CloudFileH\x00\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldIDB\x0e\n\x0c\x66ile_or_data\"\xb0\x01\n\x17\x45xtractedVectorsWrapper\x12&\n\x07vectors\x18\x01 \x01(\x0b\x32\x13.utils.VectorObjectH\x00\x12$\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x14.resources.CloudFileH\x00\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldID\x12\x14\n\x0cvectorset_id\x18\x04 \x01(\tB\x0e\n\x0c\x66ile_or_data\"\xfd\x01\n\x12UserVectorsWrapper\x12%\n\x07vectors\x18\x01 \x01(\x0b\x32\x14.utils.UserVectorSet\x12M\n\x11vectors_to_delete\x18\r \x03(\x0b\x32\x32.resources.UserVectorsWrapper.VectorsToDeleteEntry\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldID\x1aN\n\x14VectorsToDeleteEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.utils.UserVectorsList:\x02\x38\x01\"3\n\x08Sentence\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x05\x12\x0b\n\x03key\x18\x03 \x01(\t\"9\n\x0fPageInformation\x12\x0c\n\x04page\x18\x01 \x01(\r\x12\x18\n\x10page_with_visual\x18\x02 \x01(\x08\"<\n\x0eRepresentation\x12\x12\n\nis_a_table\x18\x01 \x01(\x08\x12\x16\n\x0ereference_file\x18\x02 \x01(\t\"M\n\x12ParagraphRelations\x12\x0f\n\x07parents\x18\x01 \x03(\t\x12\x10\n\x08siblings\x18\x02 \x03(\t\x12\x14\n\x0creplacements\x18\x03 \x03(\t\"\xee\x03\n\tParagraph\x12\r\n\x05start\x18\x01 \x01(\r\x12\x0b\n\x03\x65nd\x18\x02 \x01(\r\x12\x15\n\rstart_seconds\x18\x03 \x03(\r\x12\x13\n\x0b\x65nd_seconds\x18\x04 \x03(\r\x12\x30\n\x04kind\x18\x05 \x01(\x0e\x32\".resources.Paragraph.TypeParagraph\x12\x32\n\x0f\x63lassifications\x18\x06 \x03(\x0b\x32\x19.resources.Classification\x12&\n\tsentences\x18\x07 \x03(\x0b\x32\x13.resources.Sentence\x12\x0c\n\x04text\x18\t \x01(\t\x12(\n\x04page\x18\n \x01(\x0b\x32\x1a.resources.PageInformation\x12\x31\n\x0erepresentation\x18\x0b \x01(\x0b\x32\x19.resources.Representation\x12\x30\n\trelations\x18\x0c \x01(\x0b\x32\x1d.resources.ParagraphRelations\"h\n\rTypeParagraph\x12\x08\n\x04TEXT\x10\x00\x12\x07\n\x03OCR\x10\x01\x12\r\n\tINCEPTION\x10\x02\x12\x0f\n\x0b\x44\x45SCRIPTION\x10\x03\x12\x0e\n\nTRANSCRIPT\x10\x04\x12\t\n\x05TITLE\x10\x05\x12\t\n\x05TABLE\x10\x06J\x04\x08\x08\x10\t\"&\n\x08Position\x12\r\n\x05start\x18\x01 \x01(\x03\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x03\"B\n\tPositions\x12%\n\x08position\x18\x01 \x03(\x0b\x32\x13.resources.Position\x12\x0e\n\x06\x65ntity\x18\x02 \x01(\t\"R\n\x0b\x46ieldEntity\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12&\n\tpositions\x18\x03 \x03(\x0b\x32\x13.resources.Position\"9\n\rFieldEntities\x12(\n\x08\x65ntities\x18\x01 \x03(\x0b\x32\x16.resources.FieldEntity\"\xf0\x06\n\rFieldMetadata\x12\r\n\x05links\x18\x01 \x03(\t\x12(\n\nparagraphs\x18\x02 \x03(\x0b\x32\x14.resources.Paragraph\x12.\n\x03ner\x18\x03 \x03(\x0b\x32!.resources.FieldMetadata.NerEntry\x12\x38\n\x08\x65ntities\x18\x0f \x03(\x0b\x32&.resources.FieldMetadata.EntitiesEntry\x12\x32\n\x0f\x63lassifications\x18\x04 \x03(\x0b\x32\x19.resources.Classification\x12.\n\nlast_index\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x12last_understanding\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0clast_extract\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0clast_summary\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x15last_processing_start\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\'\n\tthumbnail\x18\t \x01(\x0b\x32\x14.resources.CloudFile\x12\x10\n\x08language\x18\n \x01(\t\x12\x0f\n\x07summary\x18\x0b \x01(\t\x12:\n\tpositions\x18\x0c \x03(\x0b\x32\'.resources.FieldMetadata.PositionsEntry\x12\'\n\trelations\x18\r \x03(\x0b\x32\x14.resources.Relations\x12\x11\n\tmime_type\x18\x0e \x01(\t\x1a*\n\x08NerEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1aI\n\rEntitiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\'\n\x05value\x18\x02 \x01(\x0b\x32\x18.resources.FieldEntities:\x02\x38\x01\x1a\x46\n\x0ePositionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.Positions:\x02\x38\x01\"B\n\x08Question\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x10\n\x08language\x18\x02 \x01(\t\x12\x16\n\x0eids_paragraphs\x18\x03 \x03(\t\"U\n\x07\x41nswers\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x14\n\x08language\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\x0eids_paragraphs\x18\x03 \x03(\t\x12\x0e\n\x06reason\x18\x04 \x01(\t\"\\\n\x0eQuestionAnswer\x12%\n\x08question\x18\x01 \x01(\x0b\x32\x13.resources.Question\x12#\n\x07\x61nswers\x18\x02 \x03(\x0b\x32\x12.resources.Answers\"E\n\x0fQuestionAnswers\x12\x32\n\x0fquestion_answer\x18\x01 \x03(\x0b\x32\x19.resources.QuestionAnswer\"\x98\x02\n\x14\x46ieldQuestionAnswers\x12\x34\n\x10question_answers\x18\x01 \x01(\x0b\x32\x1a.resources.QuestionAnswers\x12Y\n\x16split_question_answers\x18\x02 \x03(\x0b\x32\x39.resources.FieldQuestionAnswers.SplitQuestionAnswersEntry\x12\x16\n\x0e\x64\x65leted_splits\x18\x03 \x03(\t\x1aW\n\x19SplitQuestionAnswersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12)\n\x05value\x18\x02 \x01(\x0b\x32\x1a.resources.QuestionAnswers:\x02\x38\x01\"\xb2\x01\n\x1a\x46ieldQuestionAnswerWrapper\x12;\n\x10question_answers\x18\x01 \x01(\x0b\x32\x1f.resources.FieldQuestionAnswersH\x00\x12$\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x14.resources.CloudFileH\x00\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldIDB\x0e\n\x0c\x66ile_or_data\"\xa6\x01\n\x0b\x46ieldAuthor\x12+\n\x04user\x18\x01 \x01(\x0b\x32\x1b.resources.FieldAuthor.UserH\x00\x12\x44\n\x11\x64\x61ta_augmentation\x18\x02 \x01(\x0b\x32\'.resources.FieldAuthor.DataAugmentationH\x00\x1a\x06\n\x04User\x1a\x12\n\x10\x44\x61taAugmentationB\x08\n\x06\x61uthor\"\xf8\x01\n\x15\x46ieldComputedMetadata\x12*\n\x08metadata\x18\x01 \x01(\x0b\x32\x18.resources.FieldMetadata\x12K\n\x0esplit_metadata\x18\x02 \x03(\x0b\x32\x33.resources.FieldComputedMetadata.SplitMetadataEntry\x12\x16\n\x0e\x64\x65leted_splits\x18\x03 \x03(\t\x1aN\n\x12SplitMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\'\n\x05value\x18\x02 \x01(\x0b\x32\x18.resources.FieldMetadata:\x02\x38\x01\"u\n\x1c\x46ieldComputedMetadataWrapper\x12\x32\n\x08metadata\x18\x01 \x01(\x0b\x32 .resources.FieldComputedMetadata\x12!\n\x05\x66ield\x18\x04 \x01(\x0b\x32\x12.resources.FieldID\"\x9c\x02\n\x08Metadata\x12\x33\n\x08metadata\x18\x01 \x03(\x0b\x32!.resources.Metadata.MetadataEntry\x12\x10\n\x08language\x18\x02 \x01(\t\x12\x11\n\tlanguages\x18\x03 \x03(\t\x12\x0e\n\x06useful\x18\x04 \x01(\x08\x12*\n\x06status\x18\x05 \x01(\x0e\x32\x1a.resources.Metadata.Status\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"I\n\x06Status\x12\x0b\n\x07PENDING\x10\x00\x12\r\n\tPROCESSED\x10\x01\x12\t\n\x05\x45RROR\x10\x02\x12\x0b\n\x07\x42LOCKED\x10\x03\x12\x0b\n\x07\x45XPIRED\x10\x04\"\xac\x02\n\tFieldText\x12\x0c\n\x04\x62ody\x18\x01 \x01(\t\x12+\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x1b.resources.FieldText.Format\x12\x0b\n\x03md5\x18\x03 \x01(\t\x12,\n\x0cgenerated_by\x18\x04 \x01(\x0b\x32\x16.resources.FieldAuthor\x12\x18\n\x10\x65xtract_strategy\x18\x05 \x01(\t\x12\x16\n\x0esplit_strategy\x18\x06 \x01(\t\"w\n\x06\x46ormat\x12\t\n\x05PLAIN\x10\x00\x12\x08\n\x04HTML\x10\x01\x12\x07\n\x03RST\x10\x02\x12\x0c\n\x08MARKDOWN\x10\x03\x12\x08\n\x04JSON\x10\x04\x12\x11\n\rKEEP_MARKDOWN\x10\x05\x12\t\n\x05JSONL\x10\x06\x12\x19\n\x15PLAIN_BLANKLINE_SPLIT\x10\x07\"\x9c\x02\n\x05\x42lock\x12\t\n\x01x\x18\x01 \x01(\x05\x12\t\n\x01y\x18\x02 \x01(\x05\x12\x0c\n\x04\x63ols\x18\x03 \x01(\x05\x12\x0c\n\x04rows\x18\x04 \x01(\x05\x12(\n\x04type\x18\x05 \x01(\x0e\x32\x1a.resources.Block.TypeBlock\x12\r\n\x05ident\x18\x06 \x01(\t\x12\x0f\n\x07payload\x18\x07 \x01(\t\x12\"\n\x04\x66ile\x18\x08 \x01(\x0b\x32\x14.resources.CloudFile\"s\n\tTypeBlock\x12\t\n\x05TITLE\x10\x00\x12\x0f\n\x0b\x44\x45SCRIPTION\x10\x01\x12\x0c\n\x08RICHTEXT\x10\x02\x12\x08\n\x04TEXT\x10\x03\x12\x0f\n\x0b\x41TTACHMENTS\x10\x04\x12\x0c\n\x08\x43OMMENTS\x10\x05\x12\x13\n\x0f\x43LASSIFICATIONS\x10\x06\"[\n\x0e\x43lassification\x12\x10\n\x08labelset\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x19\n\x11\x63\x61ncelled_by_user\x18\x03 \x01(\x08\x12\r\n\x05split\x18\x04 \x01(\t\"B\n\x0cUserMetadata\x12\x32\n\x0f\x63lassifications\x18\x01 \x03(\x0b\x32\x19.resources.Classification\"m\n\x14\x46ieldClassifications\x12!\n\x05\x66ield\x18\x01 \x01(\x0b\x32\x12.resources.FieldID\x12\x32\n\x0f\x63lassifications\x18\x02 \x03(\x0b\x32\x19.resources.Classification\"R\n\x10\x43omputedMetadata\x12>\n\x15\x66ield_classifications\x18\x01 \x03(\x0b\x32\x1f.resources.FieldClassifications\"V\n\x13ParagraphAnnotation\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x32\n\x0f\x63lassifications\x18\x02 \x03(\x0b\x32\x19.resources.Classification\"i\n\x18QuestionAnswerAnnotation\x12\x32\n\x0fquestion_answer\x18\x01 \x01(\x0b\x32\x19.resources.QuestionAnswer\x12\x19\n\x11\x63\x61ncelled_by_user\x18\x02 \x01(\x08\"\xb5\x01\n\x11UserFieldMetadata\x12\x32\n\nparagraphs\x18\x02 \x03(\x0b\x32\x1e.resources.ParagraphAnnotation\x12=\n\x10question_answers\x18\x05 \x03(\x0b\x32#.resources.QuestionAnswerAnnotation\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldIDJ\x04\x08\x01\x10\x02J\x04\x08\x04\x10\x05\"\xe7\x03\n\tFieldLink\x12)\n\x05\x61\x64\x64\x65\x64\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x32\n\x07headers\x18\x02 \x03(\x0b\x32!.resources.FieldLink.HeadersEntry\x12\x32\n\x07\x63ookies\x18\x03 \x03(\x0b\x32!.resources.FieldLink.CookiesEntry\x12\x0b\n\x03uri\x18\x04 \x01(\t\x12\x10\n\x08language\x18\x05 \x01(\t\x12<\n\x0clocalstorage\x18\x06 \x03(\x0b\x32&.resources.FieldLink.LocalstorageEntry\x12\x14\n\x0c\x63ss_selector\x18\x07 \x01(\t\x12\r\n\x05xpath\x18\x08 \x01(\t\x12\x18\n\x10\x65xtract_strategy\x18\t \x01(\t\x12\x16\n\x0esplit_strategy\x18\n \x01(\t\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a.\n\x0c\x43ookiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x33\n\x11LocalstorageEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xa1\x02\n\tFieldFile\x12)\n\x05\x61\x64\x64\x65\x64\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\"\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x14.resources.CloudFile\x12\x10\n\x08language\x18\x03 \x01(\t\x12\x10\n\x08password\x18\x04 \x01(\t\x12\x0b\n\x03url\x18\x05 \x01(\t\x12\x32\n\x07headers\x18\x06 \x03(\x0b\x32!.resources.FieldFile.HeadersEntry\x12\x18\n\x10\x65xtract_strategy\x18\x07 \x01(\t\x12\x16\n\x0esplit_strategy\x18\n \x01(\t\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"3\n\x06\x45ntity\x12\r\n\x05token\x18\x01 \x01(\t\x12\x0c\n\x04root\x18\x02 \x01(\t\x12\x0c\n\x04type\x18\x03 \x01(\t\"\xa3\x01\n\x12\x46ieldLargeMetadata\x12#\n\x08\x65ntities\x18\x01 \x03(\x0b\x32\x11.resources.Entity\x12\x39\n\x06tokens\x18\x02 \x03(\x0b\x32).resources.FieldLargeMetadata.TokensEntry\x1a-\n\x0bTokensEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\"\x82\x02\n\x15LargeComputedMetadata\x12/\n\x08metadata\x18\x01 \x01(\x0b\x32\x1d.resources.FieldLargeMetadata\x12K\n\x0esplit_metadata\x18\x02 \x03(\x0b\x32\x33.resources.LargeComputedMetadata.SplitMetadataEntry\x12\x16\n\x0e\x64\x65leted_splits\x18\x03 \x03(\t\x1aS\n\x12SplitMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x1d.resources.FieldLargeMetadata:\x02\x38\x01\"\xa9\x01\n\x1cLargeComputedMetadataWrapper\x12\x30\n\x04real\x18\x01 \x01(\x0b\x32 .resources.LargeComputedMetadataH\x00\x12$\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x14.resources.CloudFileH\x00\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldIDB\x0e\n\x0c\x66ile_or_data\"+\n\rPagePositions\x12\r\n\x05start\x18\x01 \x01(\x03\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x03\"2\n\x11PageStructurePage\x12\r\n\x05width\x18\x01 \x01(\x03\x12\x0e\n\x06height\x18\x02 \x01(\x03\"e\n\x12PageStructureToken\x12\t\n\x01x\x18\x07 \x01(\x02\x12\t\n\x01y\x18\x08 \x01(\x02\x12\r\n\x05width\x18\t \x01(\x02\x12\x0e\n\x06height\x18\n \x01(\x02\x12\x0c\n\x04text\x18\x05 \x01(\t\x12\x0c\n\x04line\x18\x06 \x01(\x02\"j\n\rPageStructure\x12*\n\x04page\x18\x01 \x01(\x0b\x32\x1c.resources.PageStructurePage\x12-\n\x06tokens\x18\x02 \x03(\x0b\x32\x1d.resources.PageStructureToken\"\x8b\x01\n\tFilePages\x12#\n\x05pages\x18\x01 \x03(\x0b\x32\x14.resources.CloudFile\x12+\n\tpositions\x18\x02 \x03(\x0b\x32\x18.resources.PagePositions\x12,\n\nstructures\x18\x03 \x03(\x0b\x32\x18.resources.PageStructure\"\xdc\x01\n\x0bRowsPreview\x12\x32\n\x06sheets\x18\x01 \x03(\x0b\x32\".resources.RowsPreview.SheetsEntry\x1aL\n\x05Sheet\x12.\n\x04rows\x18\x01 \x03(\x0b\x32 .resources.RowsPreview.Sheet.Row\x1a\x13\n\x03Row\x12\x0c\n\x04\x63\x65ll\x18\x01 \x03(\t\x1aK\n\x0bSheetsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12+\n\x05value\x18\x02 \x01(\x0b\x32\x1c.resources.RowsPreview.Sheet:\x02\x38\x01\"B\n\x07\x46ieldID\x12(\n\nfield_type\x18\x01 \x01(\x0e\x32\x14.resources.FieldType\x12\r\n\x05\x66ield\x18\x02 \x01(\t\"1\n\x0b\x41llFieldIDs\x12\"\n\x06\x66ields\x18\x01 \x03(\x0b\x32\x12.resources.FieldID*Z\n\tFieldType\x12\x08\n\x04\x46ILE\x10\x00\x12\x08\n\x04LINK\x10\x01\x12\x08\n\x04TEXT\x10\x04\x12\x0b\n\x07GENERIC\x10\x06\x12\x10\n\x0c\x43ONVERSATION\x10\x07\"\x04\x08\x02\x10\x02\"\x04\x08\x03\x10\x03\"\x04\x08\x05\x10\x05P\x00\x62\x06proto3')
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fnucliadb_protos/resources.proto\x12\tresources\x1a\x1bnucliadb_protos/utils.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xfb\x02\n\tCloudFile\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x0c\n\x04size\x18\x02 \x01(\x04\x12\x14\n\x0c\x63ontent_type\x18\x03 \x01(\t\x12\x13\n\x0b\x62ucket_name\x18\x04 \x01(\t\x12+\n\x06source\x18\x05 \x01(\x0e\x32\x1b.resources.CloudFile.Source\x12\x10\n\x08\x66ilename\x18\x06 \x01(\t\x12\x15\n\rresumable_uri\x18\x07 \x01(\t\x12\x0e\n\x06offset\x18\x08 \x01(\x04\x12\x12\n\nupload_uri\x18\t \x01(\t\x12\r\n\x05parts\x18\n \x03(\t\x12\x0f\n\x07old_uri\x18\x0b \x01(\t\x12\x12\n\nold_bucket\x18\x0c \x01(\t\x12\x0b\n\x03md5\x18\r \x01(\t\"m\n\x06Source\x12\t\n\x05\x46LAPS\x10\x00\x12\x07\n\x03GCS\x10\x01\x12\x06\n\x02S3\x10\x02\x12\t\n\x05LOCAL\x10\x03\x12\x0c\n\x08\x45XTERNAL\x10\x04\x12\t\n\x05\x45MPTY\x10\x05\x12\n\n\x06\x45XPORT\x10\x06\x12\x0c\n\x08POSTGRES\x10\x07\x12\t\n\x05\x41ZURE\x10\x08\"\xd9\x04\n\x05\x42\x61sic\x12\x0c\n\x04slug\x18\x01 \x01(\t\x12\x0c\n\x04icon\x18\x02 \x01(\t\x12\r\n\x05title\x18\x03 \x01(\t\x12\x0f\n\x07summary\x18\x04 \x01(\t\x12\x11\n\tthumbnail\x18\x05 \x01(\t\x12\x12\n\x06layout\x18\x06 \x01(\tB\x02\x18\x01\x12+\n\x07\x63reated\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08modified\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12%\n\x08metadata\x18\t \x01(\x0b\x32\x13.resources.Metadata\x12-\n\x0cusermetadata\x18\n \x01(\x0b\x32\x17.resources.UserMetadata\x12\x33\n\rfieldmetadata\x18\x0b \x03(\x0b\x32\x1c.resources.UserFieldMetadata\x12\x35\n\x10\x63omputedmetadata\x18\x0f \x01(\x0b\x32\x1b.resources.ComputedMetadata\x12\x0c\n\x04uuid\x18\x0c \x01(\t\x12\x0e\n\x06labels\x18\r \x03(\t\x12\x12\n\nlast_seqid\x18\x0e \x01(\x03\x12\x18\n\x10last_account_seq\x18# \x01(\x03\x12)\n\x05queue\x18$ \x01(\x0e\x32\x1a.resources.Basic.QueueType\x12\x13\n\x06hidden\x18% \x01(\x08H\x00\x88\x01\x01\x12\x13\n\x0breset_title\x18& \x01(\x08\"$\n\tQueueType\x12\x0b\n\x07PRIVATE\x10\x00\x12\n\n\x06SHARED\x10\x01\x42\t\n\x07_hidden\"6\n\x0cSyncMetadata\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\x12\x15\n\rauth_provider\x18\x02 \x01(\t\"\xbf\x03\n\x06Origin\x12(\n\x06source\x18\x01 \x01(\x0e\x32\x18.resources.Origin.Source\x12\x11\n\tsource_id\x18\x02 \x01(\t\x12\x0b\n\x03url\x18\x03 \x01(\t\x12+\n\x07\x63reated\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08modified\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x31\n\x08metadata\x18\x06 \x03(\x0b\x32\x1f.resources.Origin.MetadataEntry\x12\x0c\n\x04tags\x18\x07 \x03(\t\x12\x14\n\x0c\x63olaborators\x18\x08 \x03(\t\x12\x10\n\x08\x66ilename\x18\t \x01(\t\x12\x0f\n\x07related\x18\n \x03(\t\x12\x0c\n\x04path\x18\x0b \x01(\t\x12.\n\rsync_metadata\x18\x0c \x01(\x0b\x32\x17.resources.SyncMetadata\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\'\n\x06Source\x12\x07\n\x03WEB\x10\x00\x12\x0b\n\x07\x44\x45SKTOP\x10\x01\x12\x07\n\x03\x41PI\x10\x02\"2\n\x05\x45xtra\x12)\n\x08metadata\x18\x01 \x01(\x0b\x32\x17.google.protobuf.Struct\"/\n\tRelations\x12\"\n\trelations\x18\x01 \x03(\x0b\x32\x0f.utils.Relation\"U\n\x08\x46ieldRef\x12(\n\nfield_type\x18\x01 \x01(\x0e\x32\x14.resources.FieldType\x12\x10\n\x08\x66ield_id\x18\x02 \x01(\t\x12\r\n\x05split\x18\x03 \x01(\t\"\xff\x01\n\x0eMessageContent\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x30\n\x06\x66ormat\x18\x02 \x01(\x0e\x32 .resources.MessageContent.Format\x12)\n\x0b\x61ttachments\x18\x04 \x03(\x0b\x32\x14.resources.CloudFile\x12/\n\x12\x61ttachments_fields\x18\x05 \x03(\x0b\x32\x13.resources.FieldRef\"Q\n\x06\x46ormat\x12\t\n\x05PLAIN\x10\x00\x12\x08\n\x04HTML\x10\x01\x12\x0c\n\x08MARKDOWN\x10\x02\x12\x07\n\x03RST\x10\x03\x12\x11\n\rKEEP_MARKDOWN\x10\x04\x12\x08\n\x04JSON\x10\x05\"\xee\x01\n\x07Message\x12-\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0b\n\x03who\x18\x02 \x01(\t\x12\n\n\x02to\x18\x03 \x03(\t\x12*\n\x07\x63ontent\x18\x04 \x01(\x0b\x32\x19.resources.MessageContent\x12\r\n\x05ident\x18\x05 \x01(\t\x12,\n\x04type\x18\x06 \x01(\x0e\x32\x1e.resources.Message.MessageType\"2\n\x0bMessageType\x12\t\n\x05UNSET\x10\x00\x12\x0c\n\x08QUESTION\x10\x01\x12\n\n\x06\x41NSWER\x10\x02\"}\n\x0c\x43onversation\x12$\n\x08messages\x18\x01 \x03(\x0b\x32\x12.resources.Message\x12\x18\n\x10\x65xtract_strategy\x18\x02 \x01(\t\x12\x16\n\x0esplit_strategy\x18\x03 \x01(\t\x12\x15\n\rreplace_field\x18\x04 \x01(\x08\"q\n\x11\x46ieldConversation\x12\r\n\x05pages\x18\x01 \x01(\x05\x12\x0c\n\x04size\x18\x02 \x01(\x05\x12\r\n\x05total\x18\x03 \x01(\x05\x12\x18\n\x10\x65xtract_strategy\x18\x04 \x01(\t\x12\x16\n\x0esplit_strategy\x18\x05 \x01(\t\"\x0f\n\rSplitMetadata\"\x96\x01\n\x0eSplitsMetadata\x12\x39\n\x08metadata\x18\x01 \x03(\x0b\x32\'.resources.SplitsMetadata.MetadataEntry\x1aI\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\'\n\x05value\x18\x02 \x01(\x0b\x32\x18.resources.SplitMetadata:\x02\x38\x01\":\n\x0eNestedPosition\x12\r\n\x05start\x18\x01 \x01(\x03\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x03\x12\x0c\n\x04page\x18\x03 \x01(\x03\"B\n\x12NestedListPosition\x12,\n\tpositions\x18\x01 \x03(\x0b\x32\x19.resources.NestedPosition\"\xc8\x08\n\x11\x46ileExtractedData\x12\x10\n\x08language\x18\x01 \x01(\t\x12\x0b\n\x03md5\x18\x02 \x01(\t\x12<\n\x08metadata\x18\x03 \x03(\x0b\x32*.resources.FileExtractedData.MetadataEntry\x12\x38\n\x06nested\x18\x04 \x03(\x0b\x32(.resources.FileExtractedData.NestedEntry\x12G\n\x0e\x66ile_generated\x18\x05 \x03(\x0b\x32/.resources.FileExtractedData.FileGeneratedEntry\x12N\n\x12\x66ile_rows_previews\x18\x06 \x03(\x0b\x32\x32.resources.FileExtractedData.FileRowsPreviewsEntry\x12*\n\x0c\x66ile_preview\x18\x07 \x01(\x0b\x32\x14.resources.CloudFile\x12\x31\n\x13\x66ile_pages_previews\x18\x08 \x01(\x0b\x32\x14.resources.FilePages\x12,\n\x0e\x66ile_thumbnail\x18\t \x01(\x0b\x32\x14.resources.CloudFile\x12\r\n\x05\x66ield\x18\n \x01(\t\x12\x0c\n\x04icon\x18\x0b \x01(\t\x12M\n\x0fnested_position\x18\x0c \x03(\x0b\x32\x30.resources.FileExtractedData.NestedPositionEntryB\x02\x18\x01\x12R\n\x14nested_list_position\x18\r \x03(\x0b\x32\x34.resources.FileExtractedData.NestedListPositionEntry\x12\r\n\x05title\x18\x0e \x01(\t\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bNestedEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1aJ\n\x12\x46ileGeneratedEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.CloudFile:\x02\x38\x01\x1aO\n\x15\x46ileRowsPreviewsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.resources.RowsPreview:\x02\x38\x01\x1aP\n\x13NestedPositionEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12(\n\x05value\x18\x02 \x01(\x0b\x32\x19.resources.NestedPosition:\x02\x38\x01\x1aX\n\x17NestedListPositionEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x1d.resources.NestedListPosition:\x02\x38\x01\"\xd8\x04\n\x11LinkExtractedData\x12(\n\x04\x64\x61te\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x10\n\x08language\x18\x02 \x01(\t\x12\r\n\x05title\x18\x04 \x01(\t\x12<\n\x08metadata\x18\x05 \x03(\x0b\x32*.resources.LinkExtractedData.MetadataEntry\x12,\n\x0elink_thumbnail\x18\x06 \x01(\x0b\x32\x14.resources.CloudFile\x12*\n\x0clink_preview\x18\x07 \x01(\x0b\x32\x14.resources.CloudFile\x12\r\n\x05\x66ield\x18\x08 \x01(\t\x12(\n\nlink_image\x18\t \x01(\x0b\x32\x14.resources.CloudFile\x12\x13\n\x0b\x64\x65scription\x18\n \x01(\t\x12\x0c\n\x04type\x18\x0b \x01(\t\x12\r\n\x05\x65mbed\x18\x0c \x01(\t\x12/\n\rpdf_structure\x18\r \x01(\x0b\x32\x18.resources.PageStructure\x12G\n\x0e\x66ile_generated\x18\x0e \x03(\x0b\x32/.resources.LinkExtractedData.FileGeneratedEntry\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1aJ\n\x12\x46ileGeneratedEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.CloudFile:\x02\x38\x01\"\x95\x01\n\x14\x45xtractedTextWrapper\x12$\n\x04\x62ody\x18\x01 \x01(\x0b\x32\x14.utils.ExtractedTextH\x00\x12$\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x14.resources.CloudFileH\x00\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldIDB\x0e\n\x0c\x66ile_or_data\"\xb0\x01\n\x17\x45xtractedVectorsWrapper\x12&\n\x07vectors\x18\x01 \x01(\x0b\x32\x13.utils.VectorObjectH\x00\x12$\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x14.resources.CloudFileH\x00\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldID\x12\x14\n\x0cvectorset_id\x18\x04 \x01(\tB\x0e\n\x0c\x66ile_or_data\"\xfd\x01\n\x12UserVectorsWrapper\x12%\n\x07vectors\x18\x01 \x01(\x0b\x32\x14.utils.UserVectorSet\x12M\n\x11vectors_to_delete\x18\r \x03(\x0b\x32\x32.resources.UserVectorsWrapper.VectorsToDeleteEntry\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldID\x1aN\n\x14VectorsToDeleteEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.utils.UserVectorsList:\x02\x38\x01\"3\n\x08Sentence\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x05\x12\x0b\n\x03key\x18\x03 \x01(\t\"9\n\x0fPageInformation\x12\x0c\n\x04page\x18\x01 \x01(\r\x12\x18\n\x10page_with_visual\x18\x02 \x01(\x08\"<\n\x0eRepresentation\x12\x12\n\nis_a_table\x18\x01 \x01(\x08\x12\x16\n\x0ereference_file\x18\x02 \x01(\t\"M\n\x12ParagraphRelations\x12\x0f\n\x07parents\x18\x01 \x03(\t\x12\x10\n\x08siblings\x18\x02 \x03(\t\x12\x14\n\x0creplacements\x18\x03 \x03(\t\"\xee\x03\n\tParagraph\x12\r\n\x05start\x18\x01 \x01(\r\x12\x0b\n\x03\x65nd\x18\x02 \x01(\r\x12\x15\n\rstart_seconds\x18\x03 \x03(\r\x12\x13\n\x0b\x65nd_seconds\x18\x04 \x03(\r\x12\x30\n\x04kind\x18\x05 \x01(\x0e\x32\".resources.Paragraph.TypeParagraph\x12\x32\n\x0f\x63lassifications\x18\x06 \x03(\x0b\x32\x19.resources.Classification\x12&\n\tsentences\x18\x07 \x03(\x0b\x32\x13.resources.Sentence\x12\x0c\n\x04text\x18\t \x01(\t\x12(\n\x04page\x18\n \x01(\x0b\x32\x1a.resources.PageInformation\x12\x31\n\x0erepresentation\x18\x0b \x01(\x0b\x32\x19.resources.Representation\x12\x30\n\trelations\x18\x0c \x01(\x0b\x32\x1d.resources.ParagraphRelations\"h\n\rTypeParagraph\x12\x08\n\x04TEXT\x10\x00\x12\x07\n\x03OCR\x10\x01\x12\r\n\tINCEPTION\x10\x02\x12\x0f\n\x0b\x44\x45SCRIPTION\x10\x03\x12\x0e\n\nTRANSCRIPT\x10\x04\x12\t\n\x05TITLE\x10\x05\x12\t\n\x05TABLE\x10\x06J\x04\x08\x08\x10\t\"&\n\x08Position\x12\r\n\x05start\x18\x01 \x01(\x03\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x03\"B\n\tPositions\x12%\n\x08position\x18\x01 \x03(\x0b\x32\x13.resources.Position\x12\x0e\n\x06\x65ntity\x18\x02 \x01(\t\"R\n\x0b\x46ieldEntity\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12&\n\tpositions\x18\x03 \x03(\x0b\x32\x13.resources.Position\"9\n\rFieldEntities\x12(\n\x08\x65ntities\x18\x01 \x03(\x0b\x32\x16.resources.FieldEntity\"\xf0\x06\n\rFieldMetadata\x12\r\n\x05links\x18\x01 \x03(\t\x12(\n\nparagraphs\x18\x02 \x03(\x0b\x32\x14.resources.Paragraph\x12.\n\x03ner\x18\x03 \x03(\x0b\x32!.resources.FieldMetadata.NerEntry\x12\x38\n\x08\x65ntities\x18\x0f \x03(\x0b\x32&.resources.FieldMetadata.EntitiesEntry\x12\x32\n\x0f\x63lassifications\x18\x04 \x03(\x0b\x32\x19.resources.Classification\x12.\n\nlast_index\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x36\n\x12last_understanding\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0clast_extract\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0clast_summary\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x39\n\x15last_processing_start\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\'\n\tthumbnail\x18\t \x01(\x0b\x32\x14.resources.CloudFile\x12\x10\n\x08language\x18\n \x01(\t\x12\x0f\n\x07summary\x18\x0b \x01(\t\x12:\n\tpositions\x18\x0c \x03(\x0b\x32\'.resources.FieldMetadata.PositionsEntry\x12\'\n\trelations\x18\r \x03(\x0b\x32\x14.resources.Relations\x12\x11\n\tmime_type\x18\x0e \x01(\t\x1a*\n\x08NerEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1aI\n\rEntitiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\'\n\x05value\x18\x02 \x01(\x0b\x32\x18.resources.FieldEntities:\x02\x38\x01\x1a\x46\n\x0ePositionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12#\n\x05value\x18\x02 \x01(\x0b\x32\x14.resources.Positions:\x02\x38\x01\"B\n\x08Question\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x10\n\x08language\x18\x02 \x01(\t\x12\x16\n\x0eids_paragraphs\x18\x03 \x03(\t\"U\n\x07\x41nswers\x12\x0c\n\x04text\x18\x01 \x01(\t\x12\x14\n\x08language\x18\x02 \x01(\tB\x02\x18\x01\x12\x16\n\x0eids_paragraphs\x18\x03 \x03(\t\x12\x0e\n\x06reason\x18\x04 \x01(\t\"\\\n\x0eQuestionAnswer\x12%\n\x08question\x18\x01 \x01(\x0b\x32\x13.resources.Question\x12#\n\x07\x61nswers\x18\x02 \x03(\x0b\x32\x12.resources.Answers\"E\n\x0fQuestionAnswers\x12\x32\n\x0fquestion_answer\x18\x01 \x03(\x0b\x32\x19.resources.QuestionAnswer\"\x98\x02\n\x14\x46ieldQuestionAnswers\x12\x34\n\x10question_answers\x18\x01 \x01(\x0b\x32\x1a.resources.QuestionAnswers\x12Y\n\x16split_question_answers\x18\x02 \x03(\x0b\x32\x39.resources.FieldQuestionAnswers.SplitQuestionAnswersEntry\x12\x16\n\x0e\x64\x65leted_splits\x18\x03 \x03(\t\x1aW\n\x19SplitQuestionAnswersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12)\n\x05value\x18\x02 \x01(\x0b\x32\x1a.resources.QuestionAnswers:\x02\x38\x01\"\xb2\x01\n\x1a\x46ieldQuestionAnswerWrapper\x12;\n\x10question_answers\x18\x01 \x01(\x0b\x32\x1f.resources.FieldQuestionAnswersH\x00\x12$\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x14.resources.CloudFileH\x00\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldIDB\x0e\n\x0c\x66ile_or_data\"\xa6\x01\n\x0b\x46ieldAuthor\x12+\n\x04user\x18\x01 \x01(\x0b\x32\x1b.resources.FieldAuthor.UserH\x00\x12\x44\n\x11\x64\x61ta_augmentation\x18\x02 \x01(\x0b\x32\'.resources.FieldAuthor.DataAugmentationH\x00\x1a\x06\n\x04User\x1a\x12\n\x10\x44\x61taAugmentationB\x08\n\x06\x61uthor\"\xf8\x01\n\x15\x46ieldComputedMetadata\x12*\n\x08metadata\x18\x01 \x01(\x0b\x32\x18.resources.FieldMetadata\x12K\n\x0esplit_metadata\x18\x02 \x03(\x0b\x32\x33.resources.FieldComputedMetadata.SplitMetadataEntry\x12\x16\n\x0e\x64\x65leted_splits\x18\x03 \x03(\t\x1aN\n\x12SplitMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\'\n\x05value\x18\x02 \x01(\x0b\x32\x18.resources.FieldMetadata:\x02\x38\x01\"u\n\x1c\x46ieldComputedMetadataWrapper\x12\x32\n\x08metadata\x18\x01 \x01(\x0b\x32 .resources.FieldComputedMetadata\x12!\n\x05\x66ield\x18\x04 \x01(\x0b\x32\x12.resources.FieldID\"\x9c\x02\n\x08Metadata\x12\x33\n\x08metadata\x18\x01 \x03(\x0b\x32!.resources.Metadata.MetadataEntry\x12\x10\n\x08language\x18\x02 \x01(\t\x12\x11\n\tlanguages\x18\x03 \x03(\t\x12\x0e\n\x06useful\x18\x04 \x01(\x08\x12*\n\x06status\x18\x05 \x01(\x0e\x32\x1a.resources.Metadata.Status\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"I\n\x06Status\x12\x0b\n\x07PENDING\x10\x00\x12\r\n\tPROCESSED\x10\x01\x12\t\n\x05\x45RROR\x10\x02\x12\x0b\n\x07\x42LOCKED\x10\x03\x12\x0b\n\x07\x45XPIRED\x10\x04\"\xac\x02\n\tFieldText\x12\x0c\n\x04\x62ody\x18\x01 \x01(\t\x12+\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x1b.resources.FieldText.Format\x12\x0b\n\x03md5\x18\x03 \x01(\t\x12,\n\x0cgenerated_by\x18\x04 \x01(\x0b\x32\x16.resources.FieldAuthor\x12\x18\n\x10\x65xtract_strategy\x18\x05 \x01(\t\x12\x16\n\x0esplit_strategy\x18\x06 \x01(\t\"w\n\x06\x46ormat\x12\t\n\x05PLAIN\x10\x00\x12\x08\n\x04HTML\x10\x01\x12\x07\n\x03RST\x10\x02\x12\x0c\n\x08MARKDOWN\x10\x03\x12\x08\n\x04JSON\x10\x04\x12\x11\n\rKEEP_MARKDOWN\x10\x05\x12\t\n\x05JSONL\x10\x06\x12\x19\n\x15PLAIN_BLANKLINE_SPLIT\x10\x07\"\x9c\x02\n\x05\x42lock\x12\t\n\x01x\x18\x01 \x01(\x05\x12\t\n\x01y\x18\x02 \x01(\x05\x12\x0c\n\x04\x63ols\x18\x03 \x01(\x05\x12\x0c\n\x04rows\x18\x04 \x01(\x05\x12(\n\x04type\x18\x05 \x01(\x0e\x32\x1a.resources.Block.TypeBlock\x12\r\n\x05ident\x18\x06 \x01(\t\x12\x0f\n\x07payload\x18\x07 \x01(\t\x12\"\n\x04\x66ile\x18\x08 \x01(\x0b\x32\x14.resources.CloudFile\"s\n\tTypeBlock\x12\t\n\x05TITLE\x10\x00\x12\x0f\n\x0b\x44\x45SCRIPTION\x10\x01\x12\x0c\n\x08RICHTEXT\x10\x02\x12\x08\n\x04TEXT\x10\x03\x12\x0f\n\x0b\x41TTACHMENTS\x10\x04\x12\x0c\n\x08\x43OMMENTS\x10\x05\x12\x13\n\x0f\x43LASSIFICATIONS\x10\x06\"[\n\x0e\x43lassification\x12\x10\n\x08labelset\x18\x01 \x01(\t\x12\r\n\x05label\x18\x02 \x01(\t\x12\x19\n\x11\x63\x61ncelled_by_user\x18\x03 \x01(\x08\x12\r\n\x05split\x18\x04 \x01(\t\"B\n\x0cUserMetadata\x12\x32\n\x0f\x63lassifications\x18\x01 \x03(\x0b\x32\x19.resources.Classification\"m\n\x14\x46ieldClassifications\x12!\n\x05\x66ield\x18\x01 \x01(\x0b\x32\x12.resources.FieldID\x12\x32\n\x0f\x63lassifications\x18\x02 \x03(\x0b\x32\x19.resources.Classification\"R\n\x10\x43omputedMetadata\x12>\n\x15\x66ield_classifications\x18\x01 \x03(\x0b\x32\x1f.resources.FieldClassifications\"V\n\x13ParagraphAnnotation\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x32\n\x0f\x63lassifications\x18\x02 \x03(\x0b\x32\x19.resources.Classification\"i\n\x18QuestionAnswerAnnotation\x12\x32\n\x0fquestion_answer\x18\x01 \x01(\x0b\x32\x19.resources.QuestionAnswer\x12\x19\n\x11\x63\x61ncelled_by_user\x18\x02 \x01(\x08\"\xb5\x01\n\x11UserFieldMetadata\x12\x32\n\nparagraphs\x18\x02 \x03(\x0b\x32\x1e.resources.ParagraphAnnotation\x12=\n\x10question_answers\x18\x05 \x03(\x0b\x32#.resources.QuestionAnswerAnnotation\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldIDJ\x04\x08\x01\x10\x02J\x04\x08\x04\x10\x05\"\xe7\x03\n\tFieldLink\x12)\n\x05\x61\x64\x64\x65\x64\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x32\n\x07headers\x18\x02 \x03(\x0b\x32!.resources.FieldLink.HeadersEntry\x12\x32\n\x07\x63ookies\x18\x03 \x03(\x0b\x32!.resources.FieldLink.CookiesEntry\x12\x0b\n\x03uri\x18\x04 \x01(\t\x12\x10\n\x08language\x18\x05 \x01(\t\x12<\n\x0clocalstorage\x18\x06 \x03(\x0b\x32&.resources.FieldLink.LocalstorageEntry\x12\x14\n\x0c\x63ss_selector\x18\x07 \x01(\t\x12\r\n\x05xpath\x18\x08 \x01(\t\x12\x18\n\x10\x65xtract_strategy\x18\t \x01(\t\x12\x16\n\x0esplit_strategy\x18\n \x01(\t\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a.\n\x0c\x43ookiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x33\n\x11LocalstorageEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xa1\x02\n\tFieldFile\x12)\n\x05\x61\x64\x64\x65\x64\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\"\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x14.resources.CloudFile\x12\x10\n\x08language\x18\x03 \x01(\t\x12\x10\n\x08password\x18\x04 \x01(\t\x12\x0b\n\x03url\x18\x05 \x01(\t\x12\x32\n\x07headers\x18\x06 \x03(\x0b\x32!.resources.FieldFile.HeadersEntry\x12\x18\n\x10\x65xtract_strategy\x18\x07 \x01(\t\x12\x16\n\x0esplit_strategy\x18\n \x01(\t\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"3\n\x06\x45ntity\x12\r\n\x05token\x18\x01 \x01(\t\x12\x0c\n\x04root\x18\x02 \x01(\t\x12\x0c\n\x04type\x18\x03 \x01(\t\"\xa3\x01\n\x12\x46ieldLargeMetadata\x12#\n\x08\x65ntities\x18\x01 \x03(\x0b\x32\x11.resources.Entity\x12\x39\n\x06tokens\x18\x02 \x03(\x0b\x32).resources.FieldLargeMetadata.TokensEntry\x1a-\n\x0bTokensEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\"\x82\x02\n\x15LargeComputedMetadata\x12/\n\x08metadata\x18\x01 \x01(\x0b\x32\x1d.resources.FieldLargeMetadata\x12K\n\x0esplit_metadata\x18\x02 \x03(\x0b\x32\x33.resources.LargeComputedMetadata.SplitMetadataEntry\x12\x16\n\x0e\x64\x65leted_splits\x18\x03 \x03(\t\x1aS\n\x12SplitMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12,\n\x05value\x18\x02 \x01(\x0b\x32\x1d.resources.FieldLargeMetadata:\x02\x38\x01\"\xa9\x01\n\x1cLargeComputedMetadataWrapper\x12\x30\n\x04real\x18\x01 \x01(\x0b\x32 .resources.LargeComputedMetadataH\x00\x12$\n\x04\x66ile\x18\x02 \x01(\x0b\x32\x14.resources.CloudFileH\x00\x12!\n\x05\x66ield\x18\x03 \x01(\x0b\x32\x12.resources.FieldIDB\x0e\n\x0c\x66ile_or_data\"+\n\rPagePositions\x12\r\n\x05start\x18\x01 \x01(\x03\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x03\"2\n\x11PageStructurePage\x12\r\n\x05width\x18\x01 \x01(\x03\x12\x0e\n\x06height\x18\x02 \x01(\x03\"e\n\x12PageStructureToken\x12\t\n\x01x\x18\x07 \x01(\x02\x12\t\n\x01y\x18\x08 \x01(\x02\x12\r\n\x05width\x18\t \x01(\x02\x12\x0e\n\x06height\x18\n \x01(\x02\x12\x0c\n\x04text\x18\x05 \x01(\t\x12\x0c\n\x04line\x18\x06 \x01(\x02\"j\n\rPageStructure\x12*\n\x04page\x18\x01 \x01(\x0b\x32\x1c.resources.PageStructurePage\x12-\n\x06tokens\x18\x02 \x03(\x0b\x32\x1d.resources.PageStructureToken\"\x8b\x01\n\tFilePages\x12#\n\x05pages\x18\x01 \x03(\x0b\x32\x14.resources.CloudFile\x12+\n\tpositions\x18\x02 \x03(\x0b\x32\x18.resources.PagePositions\x12,\n\nstructures\x18\x03 \x03(\x0b\x32\x18.resources.PageStructure\"\xdc\x01\n\x0bRowsPreview\x12\x32\n\x06sheets\x18\x01 \x03(\x0b\x32\".resources.RowsPreview.SheetsEntry\x1aL\n\x05Sheet\x12.\n\x04rows\x18\x01 \x03(\x0b\x32 .resources.RowsPreview.Sheet.Row\x1a\x13\n\x03Row\x12\x0c\n\x04\x63\x65ll\x18\x01 \x03(\t\x1aK\n\x0bSheetsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12+\n\x05value\x18\x02 \x01(\x0b\x32\x1c.resources.RowsPreview.Sheet:\x02\x38\x01\"B\n\x07\x46ieldID\x12(\n\nfield_type\x18\x01 \x01(\x0e\x32\x14.resources.FieldType\x12\r\n\x05\x66ield\x18\x02 \x01(\t\"1\n\x0b\x41llFieldIDs\x12\"\n\x06\x66ields\x18\x01 \x03(\x0b\x32\x12.resources.FieldID*Z\n\tFieldType\x12\x08\n\x04\x46ILE\x10\x00\x12\x08\n\x04LINK\x10\x01\x12\x08\n\x04TEXT\x10\x04\x12\x0b\n\x07GENERIC\x10\x06\x12\x10\n\x0c\x43ONVERSATION\x10\x07\"\x04\x08\x02\x10\x02\"\x04\x08\x03\x10\x03\"\x04\x08\x05\x10\x05P\x00\x62\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -89,8 +89,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
89
89
|
_globals['_LARGECOMPUTEDMETADATA_SPLITMETADATAENTRY']._serialized_options = b'8\001'
|
|
90
90
|
_globals['_ROWSPREVIEW_SHEETSENTRY']._loaded_options = None
|
|
91
91
|
_globals['_ROWSPREVIEW_SHEETSENTRY']._serialized_options = b'8\001'
|
|
92
|
-
_globals['_FIELDTYPE']._serialized_start=
|
|
93
|
-
_globals['_FIELDTYPE']._serialized_end=
|
|
92
|
+
_globals['_FIELDTYPE']._serialized_start=12191
|
|
93
|
+
_globals['_FIELDTYPE']._serialized_end=12281
|
|
94
94
|
_globals['_CLOUDFILE']._serialized_start=139
|
|
95
95
|
_globals['_CLOUDFILE']._serialized_end=518
|
|
96
96
|
_globals['_CLOUDFILE_SOURCE']._serialized_start=409
|
|
@@ -99,194 +99,196 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
99
99
|
_globals['_BASIC']._serialized_end=1122
|
|
100
100
|
_globals['_BASIC_QUEUETYPE']._serialized_start=1075
|
|
101
101
|
_globals['_BASIC_QUEUETYPE']._serialized_end=1111
|
|
102
|
-
_globals['
|
|
103
|
-
_globals['
|
|
104
|
-
_globals['
|
|
105
|
-
_globals['
|
|
106
|
-
_globals['
|
|
107
|
-
_globals['
|
|
108
|
-
_globals['
|
|
109
|
-
_globals['
|
|
110
|
-
_globals['
|
|
111
|
-
_globals['
|
|
112
|
-
_globals['
|
|
113
|
-
_globals['
|
|
114
|
-
_globals['
|
|
115
|
-
_globals['
|
|
116
|
-
_globals['
|
|
117
|
-
_globals['
|
|
118
|
-
_globals['
|
|
119
|
-
_globals['
|
|
120
|
-
_globals['
|
|
121
|
-
_globals['
|
|
122
|
-
_globals['
|
|
123
|
-
_globals['
|
|
124
|
-
_globals['
|
|
125
|
-
_globals['
|
|
126
|
-
_globals['
|
|
127
|
-
_globals['
|
|
128
|
-
_globals['
|
|
129
|
-
_globals['
|
|
130
|
-
_globals['
|
|
131
|
-
_globals['
|
|
132
|
-
_globals['
|
|
133
|
-
_globals['
|
|
134
|
-
_globals['
|
|
135
|
-
_globals['
|
|
136
|
-
_globals['
|
|
137
|
-
_globals['
|
|
138
|
-
_globals['
|
|
139
|
-
_globals['
|
|
140
|
-
_globals['
|
|
141
|
-
_globals['
|
|
142
|
-
_globals['
|
|
143
|
-
_globals['
|
|
144
|
-
_globals['
|
|
145
|
-
_globals['
|
|
146
|
-
_globals['
|
|
147
|
-
_globals['
|
|
148
|
-
_globals['
|
|
149
|
-
_globals['
|
|
150
|
-
_globals['
|
|
151
|
-
_globals['
|
|
152
|
-
_globals['
|
|
153
|
-
_globals['
|
|
154
|
-
_globals['
|
|
155
|
-
_globals['
|
|
156
|
-
_globals['
|
|
157
|
-
_globals['
|
|
158
|
-
_globals['
|
|
159
|
-
_globals['
|
|
160
|
-
_globals['
|
|
161
|
-
_globals['
|
|
162
|
-
_globals['
|
|
163
|
-
_globals['
|
|
164
|
-
_globals['
|
|
165
|
-
_globals['
|
|
166
|
-
_globals['
|
|
167
|
-
_globals['
|
|
168
|
-
_globals['
|
|
169
|
-
_globals['
|
|
170
|
-
_globals['
|
|
171
|
-
_globals['
|
|
172
|
-
_globals['
|
|
173
|
-
_globals['
|
|
174
|
-
_globals['
|
|
175
|
-
_globals['
|
|
176
|
-
_globals['
|
|
177
|
-
_globals['
|
|
178
|
-
_globals['
|
|
179
|
-
_globals['
|
|
180
|
-
_globals['
|
|
181
|
-
_globals['
|
|
182
|
-
_globals['
|
|
183
|
-
_globals['
|
|
184
|
-
_globals['
|
|
185
|
-
_globals['
|
|
186
|
-
_globals['
|
|
187
|
-
_globals['
|
|
188
|
-
_globals['
|
|
189
|
-
_globals['
|
|
190
|
-
_globals['
|
|
191
|
-
_globals['
|
|
192
|
-
_globals['
|
|
193
|
-
_globals['
|
|
194
|
-
_globals['
|
|
195
|
-
_globals['
|
|
196
|
-
_globals['
|
|
197
|
-
_globals['
|
|
198
|
-
_globals['
|
|
199
|
-
_globals['
|
|
200
|
-
_globals['
|
|
201
|
-
_globals['
|
|
202
|
-
_globals['
|
|
203
|
-
_globals['
|
|
204
|
-
_globals['
|
|
205
|
-
_globals['
|
|
206
|
-
_globals['
|
|
207
|
-
_globals['
|
|
208
|
-
_globals['
|
|
209
|
-
_globals['
|
|
210
|
-
_globals['
|
|
211
|
-
_globals['
|
|
212
|
-
_globals['
|
|
213
|
-
_globals['
|
|
214
|
-
_globals['
|
|
215
|
-
_globals['
|
|
216
|
-
_globals['
|
|
217
|
-
_globals['
|
|
218
|
-
_globals['
|
|
219
|
-
_globals['
|
|
220
|
-
_globals['
|
|
221
|
-
_globals['
|
|
222
|
-
_globals['
|
|
223
|
-
_globals['
|
|
224
|
-
_globals['
|
|
225
|
-
_globals['
|
|
226
|
-
_globals['
|
|
227
|
-
_globals['
|
|
228
|
-
_globals['
|
|
229
|
-
_globals['
|
|
230
|
-
_globals['
|
|
231
|
-
_globals['
|
|
232
|
-
_globals['
|
|
233
|
-
_globals['
|
|
234
|
-
_globals['
|
|
235
|
-
_globals['
|
|
236
|
-
_globals['
|
|
237
|
-
_globals['
|
|
238
|
-
_globals['
|
|
239
|
-
_globals['
|
|
240
|
-
_globals['
|
|
241
|
-
_globals['
|
|
242
|
-
_globals['
|
|
243
|
-
_globals['
|
|
244
|
-
_globals['
|
|
245
|
-
_globals['
|
|
246
|
-
_globals['
|
|
247
|
-
_globals['
|
|
248
|
-
_globals['
|
|
249
|
-
_globals['
|
|
250
|
-
_globals['
|
|
251
|
-
_globals['
|
|
252
|
-
_globals['
|
|
253
|
-
_globals['
|
|
254
|
-
_globals['
|
|
255
|
-
_globals['
|
|
256
|
-
_globals['
|
|
257
|
-
_globals['
|
|
258
|
-
_globals['
|
|
259
|
-
_globals['
|
|
260
|
-
_globals['
|
|
261
|
-
_globals['
|
|
262
|
-
_globals['
|
|
263
|
-
_globals['
|
|
264
|
-
_globals['
|
|
265
|
-
_globals['
|
|
266
|
-
_globals['
|
|
267
|
-
_globals['
|
|
268
|
-
_globals['
|
|
269
|
-
_globals['
|
|
270
|
-
_globals['
|
|
271
|
-
_globals['
|
|
272
|
-
_globals['
|
|
273
|
-
_globals['
|
|
274
|
-
_globals['
|
|
275
|
-
_globals['
|
|
276
|
-
_globals['
|
|
277
|
-
_globals['
|
|
278
|
-
_globals['
|
|
279
|
-
_globals['
|
|
280
|
-
_globals['
|
|
281
|
-
_globals['
|
|
282
|
-
_globals['
|
|
283
|
-
_globals['
|
|
284
|
-
_globals['
|
|
285
|
-
_globals['
|
|
286
|
-
_globals['
|
|
287
|
-
_globals['
|
|
288
|
-
_globals['
|
|
289
|
-
_globals['
|
|
290
|
-
_globals['
|
|
291
|
-
_globals['
|
|
102
|
+
_globals['_SYNCMETADATA']._serialized_start=1124
|
|
103
|
+
_globals['_SYNCMETADATA']._serialized_end=1178
|
|
104
|
+
_globals['_ORIGIN']._serialized_start=1181
|
|
105
|
+
_globals['_ORIGIN']._serialized_end=1628
|
|
106
|
+
_globals['_ORIGIN_METADATAENTRY']._serialized_start=1540
|
|
107
|
+
_globals['_ORIGIN_METADATAENTRY']._serialized_end=1587
|
|
108
|
+
_globals['_ORIGIN_SOURCE']._serialized_start=1589
|
|
109
|
+
_globals['_ORIGIN_SOURCE']._serialized_end=1628
|
|
110
|
+
_globals['_EXTRA']._serialized_start=1630
|
|
111
|
+
_globals['_EXTRA']._serialized_end=1680
|
|
112
|
+
_globals['_RELATIONS']._serialized_start=1682
|
|
113
|
+
_globals['_RELATIONS']._serialized_end=1729
|
|
114
|
+
_globals['_FIELDREF']._serialized_start=1731
|
|
115
|
+
_globals['_FIELDREF']._serialized_end=1816
|
|
116
|
+
_globals['_MESSAGECONTENT']._serialized_start=1819
|
|
117
|
+
_globals['_MESSAGECONTENT']._serialized_end=2074
|
|
118
|
+
_globals['_MESSAGECONTENT_FORMAT']._serialized_start=1993
|
|
119
|
+
_globals['_MESSAGECONTENT_FORMAT']._serialized_end=2074
|
|
120
|
+
_globals['_MESSAGE']._serialized_start=2077
|
|
121
|
+
_globals['_MESSAGE']._serialized_end=2315
|
|
122
|
+
_globals['_MESSAGE_MESSAGETYPE']._serialized_start=2265
|
|
123
|
+
_globals['_MESSAGE_MESSAGETYPE']._serialized_end=2315
|
|
124
|
+
_globals['_CONVERSATION']._serialized_start=2317
|
|
125
|
+
_globals['_CONVERSATION']._serialized_end=2442
|
|
126
|
+
_globals['_FIELDCONVERSATION']._serialized_start=2444
|
|
127
|
+
_globals['_FIELDCONVERSATION']._serialized_end=2557
|
|
128
|
+
_globals['_SPLITMETADATA']._serialized_start=2559
|
|
129
|
+
_globals['_SPLITMETADATA']._serialized_end=2574
|
|
130
|
+
_globals['_SPLITSMETADATA']._serialized_start=2577
|
|
131
|
+
_globals['_SPLITSMETADATA']._serialized_end=2727
|
|
132
|
+
_globals['_SPLITSMETADATA_METADATAENTRY']._serialized_start=2654
|
|
133
|
+
_globals['_SPLITSMETADATA_METADATAENTRY']._serialized_end=2727
|
|
134
|
+
_globals['_NESTEDPOSITION']._serialized_start=2729
|
|
135
|
+
_globals['_NESTEDPOSITION']._serialized_end=2787
|
|
136
|
+
_globals['_NESTEDLISTPOSITION']._serialized_start=2789
|
|
137
|
+
_globals['_NESTEDLISTPOSITION']._serialized_end=2855
|
|
138
|
+
_globals['_FILEEXTRACTEDDATA']._serialized_start=2858
|
|
139
|
+
_globals['_FILEEXTRACTEDDATA']._serialized_end=3954
|
|
140
|
+
_globals['_FILEEXTRACTEDDATA_METADATAENTRY']._serialized_start=1540
|
|
141
|
+
_globals['_FILEEXTRACTEDDATA_METADATAENTRY']._serialized_end=1587
|
|
142
|
+
_globals['_FILEEXTRACTEDDATA_NESTEDENTRY']._serialized_start=3580
|
|
143
|
+
_globals['_FILEEXTRACTEDDATA_NESTEDENTRY']._serialized_end=3625
|
|
144
|
+
_globals['_FILEEXTRACTEDDATA_FILEGENERATEDENTRY']._serialized_start=3627
|
|
145
|
+
_globals['_FILEEXTRACTEDDATA_FILEGENERATEDENTRY']._serialized_end=3701
|
|
146
|
+
_globals['_FILEEXTRACTEDDATA_FILEROWSPREVIEWSENTRY']._serialized_start=3703
|
|
147
|
+
_globals['_FILEEXTRACTEDDATA_FILEROWSPREVIEWSENTRY']._serialized_end=3782
|
|
148
|
+
_globals['_FILEEXTRACTEDDATA_NESTEDPOSITIONENTRY']._serialized_start=3784
|
|
149
|
+
_globals['_FILEEXTRACTEDDATA_NESTEDPOSITIONENTRY']._serialized_end=3864
|
|
150
|
+
_globals['_FILEEXTRACTEDDATA_NESTEDLISTPOSITIONENTRY']._serialized_start=3866
|
|
151
|
+
_globals['_FILEEXTRACTEDDATA_NESTEDLISTPOSITIONENTRY']._serialized_end=3954
|
|
152
|
+
_globals['_LINKEXTRACTEDDATA']._serialized_start=3957
|
|
153
|
+
_globals['_LINKEXTRACTEDDATA']._serialized_end=4557
|
|
154
|
+
_globals['_LINKEXTRACTEDDATA_METADATAENTRY']._serialized_start=1540
|
|
155
|
+
_globals['_LINKEXTRACTEDDATA_METADATAENTRY']._serialized_end=1587
|
|
156
|
+
_globals['_LINKEXTRACTEDDATA_FILEGENERATEDENTRY']._serialized_start=3627
|
|
157
|
+
_globals['_LINKEXTRACTEDDATA_FILEGENERATEDENTRY']._serialized_end=3701
|
|
158
|
+
_globals['_EXTRACTEDTEXTWRAPPER']._serialized_start=4560
|
|
159
|
+
_globals['_EXTRACTEDTEXTWRAPPER']._serialized_end=4709
|
|
160
|
+
_globals['_EXTRACTEDVECTORSWRAPPER']._serialized_start=4712
|
|
161
|
+
_globals['_EXTRACTEDVECTORSWRAPPER']._serialized_end=4888
|
|
162
|
+
_globals['_USERVECTORSWRAPPER']._serialized_start=4891
|
|
163
|
+
_globals['_USERVECTORSWRAPPER']._serialized_end=5144
|
|
164
|
+
_globals['_USERVECTORSWRAPPER_VECTORSTODELETEENTRY']._serialized_start=5066
|
|
165
|
+
_globals['_USERVECTORSWRAPPER_VECTORSTODELETEENTRY']._serialized_end=5144
|
|
166
|
+
_globals['_SENTENCE']._serialized_start=5146
|
|
167
|
+
_globals['_SENTENCE']._serialized_end=5197
|
|
168
|
+
_globals['_PAGEINFORMATION']._serialized_start=5199
|
|
169
|
+
_globals['_PAGEINFORMATION']._serialized_end=5256
|
|
170
|
+
_globals['_REPRESENTATION']._serialized_start=5258
|
|
171
|
+
_globals['_REPRESENTATION']._serialized_end=5318
|
|
172
|
+
_globals['_PARAGRAPHRELATIONS']._serialized_start=5320
|
|
173
|
+
_globals['_PARAGRAPHRELATIONS']._serialized_end=5397
|
|
174
|
+
_globals['_PARAGRAPH']._serialized_start=5400
|
|
175
|
+
_globals['_PARAGRAPH']._serialized_end=5894
|
|
176
|
+
_globals['_PARAGRAPH_TYPEPARAGRAPH']._serialized_start=5784
|
|
177
|
+
_globals['_PARAGRAPH_TYPEPARAGRAPH']._serialized_end=5888
|
|
178
|
+
_globals['_POSITION']._serialized_start=5896
|
|
179
|
+
_globals['_POSITION']._serialized_end=5934
|
|
180
|
+
_globals['_POSITIONS']._serialized_start=5936
|
|
181
|
+
_globals['_POSITIONS']._serialized_end=6002
|
|
182
|
+
_globals['_FIELDENTITY']._serialized_start=6004
|
|
183
|
+
_globals['_FIELDENTITY']._serialized_end=6086
|
|
184
|
+
_globals['_FIELDENTITIES']._serialized_start=6088
|
|
185
|
+
_globals['_FIELDENTITIES']._serialized_end=6145
|
|
186
|
+
_globals['_FIELDMETADATA']._serialized_start=6148
|
|
187
|
+
_globals['_FIELDMETADATA']._serialized_end=7028
|
|
188
|
+
_globals['_FIELDMETADATA_NERENTRY']._serialized_start=6839
|
|
189
|
+
_globals['_FIELDMETADATA_NERENTRY']._serialized_end=6881
|
|
190
|
+
_globals['_FIELDMETADATA_ENTITIESENTRY']._serialized_start=6883
|
|
191
|
+
_globals['_FIELDMETADATA_ENTITIESENTRY']._serialized_end=6956
|
|
192
|
+
_globals['_FIELDMETADATA_POSITIONSENTRY']._serialized_start=6958
|
|
193
|
+
_globals['_FIELDMETADATA_POSITIONSENTRY']._serialized_end=7028
|
|
194
|
+
_globals['_QUESTION']._serialized_start=7030
|
|
195
|
+
_globals['_QUESTION']._serialized_end=7096
|
|
196
|
+
_globals['_ANSWERS']._serialized_start=7098
|
|
197
|
+
_globals['_ANSWERS']._serialized_end=7183
|
|
198
|
+
_globals['_QUESTIONANSWER']._serialized_start=7185
|
|
199
|
+
_globals['_QUESTIONANSWER']._serialized_end=7277
|
|
200
|
+
_globals['_QUESTIONANSWERS']._serialized_start=7279
|
|
201
|
+
_globals['_QUESTIONANSWERS']._serialized_end=7348
|
|
202
|
+
_globals['_FIELDQUESTIONANSWERS']._serialized_start=7351
|
|
203
|
+
_globals['_FIELDQUESTIONANSWERS']._serialized_end=7631
|
|
204
|
+
_globals['_FIELDQUESTIONANSWERS_SPLITQUESTIONANSWERSENTRY']._serialized_start=7544
|
|
205
|
+
_globals['_FIELDQUESTIONANSWERS_SPLITQUESTIONANSWERSENTRY']._serialized_end=7631
|
|
206
|
+
_globals['_FIELDQUESTIONANSWERWRAPPER']._serialized_start=7634
|
|
207
|
+
_globals['_FIELDQUESTIONANSWERWRAPPER']._serialized_end=7812
|
|
208
|
+
_globals['_FIELDAUTHOR']._serialized_start=7815
|
|
209
|
+
_globals['_FIELDAUTHOR']._serialized_end=7981
|
|
210
|
+
_globals['_FIELDAUTHOR_USER']._serialized_start=7945
|
|
211
|
+
_globals['_FIELDAUTHOR_USER']._serialized_end=7951
|
|
212
|
+
_globals['_FIELDAUTHOR_DATAAUGMENTATION']._serialized_start=7953
|
|
213
|
+
_globals['_FIELDAUTHOR_DATAAUGMENTATION']._serialized_end=7971
|
|
214
|
+
_globals['_FIELDCOMPUTEDMETADATA']._serialized_start=7984
|
|
215
|
+
_globals['_FIELDCOMPUTEDMETADATA']._serialized_end=8232
|
|
216
|
+
_globals['_FIELDCOMPUTEDMETADATA_SPLITMETADATAENTRY']._serialized_start=8154
|
|
217
|
+
_globals['_FIELDCOMPUTEDMETADATA_SPLITMETADATAENTRY']._serialized_end=8232
|
|
218
|
+
_globals['_FIELDCOMPUTEDMETADATAWRAPPER']._serialized_start=8234
|
|
219
|
+
_globals['_FIELDCOMPUTEDMETADATAWRAPPER']._serialized_end=8351
|
|
220
|
+
_globals['_METADATA']._serialized_start=8354
|
|
221
|
+
_globals['_METADATA']._serialized_end=8638
|
|
222
|
+
_globals['_METADATA_METADATAENTRY']._serialized_start=1540
|
|
223
|
+
_globals['_METADATA_METADATAENTRY']._serialized_end=1587
|
|
224
|
+
_globals['_METADATA_STATUS']._serialized_start=8565
|
|
225
|
+
_globals['_METADATA_STATUS']._serialized_end=8638
|
|
226
|
+
_globals['_FIELDTEXT']._serialized_start=8641
|
|
227
|
+
_globals['_FIELDTEXT']._serialized_end=8941
|
|
228
|
+
_globals['_FIELDTEXT_FORMAT']._serialized_start=8822
|
|
229
|
+
_globals['_FIELDTEXT_FORMAT']._serialized_end=8941
|
|
230
|
+
_globals['_BLOCK']._serialized_start=8944
|
|
231
|
+
_globals['_BLOCK']._serialized_end=9228
|
|
232
|
+
_globals['_BLOCK_TYPEBLOCK']._serialized_start=9113
|
|
233
|
+
_globals['_BLOCK_TYPEBLOCK']._serialized_end=9228
|
|
234
|
+
_globals['_CLASSIFICATION']._serialized_start=9230
|
|
235
|
+
_globals['_CLASSIFICATION']._serialized_end=9321
|
|
236
|
+
_globals['_USERMETADATA']._serialized_start=9323
|
|
237
|
+
_globals['_USERMETADATA']._serialized_end=9389
|
|
238
|
+
_globals['_FIELDCLASSIFICATIONS']._serialized_start=9391
|
|
239
|
+
_globals['_FIELDCLASSIFICATIONS']._serialized_end=9500
|
|
240
|
+
_globals['_COMPUTEDMETADATA']._serialized_start=9502
|
|
241
|
+
_globals['_COMPUTEDMETADATA']._serialized_end=9584
|
|
242
|
+
_globals['_PARAGRAPHANNOTATION']._serialized_start=9586
|
|
243
|
+
_globals['_PARAGRAPHANNOTATION']._serialized_end=9672
|
|
244
|
+
_globals['_QUESTIONANSWERANNOTATION']._serialized_start=9674
|
|
245
|
+
_globals['_QUESTIONANSWERANNOTATION']._serialized_end=9779
|
|
246
|
+
_globals['_USERFIELDMETADATA']._serialized_start=9782
|
|
247
|
+
_globals['_USERFIELDMETADATA']._serialized_end=9963
|
|
248
|
+
_globals['_FIELDLINK']._serialized_start=9966
|
|
249
|
+
_globals['_FIELDLINK']._serialized_end=10453
|
|
250
|
+
_globals['_FIELDLINK_HEADERSENTRY']._serialized_start=10306
|
|
251
|
+
_globals['_FIELDLINK_HEADERSENTRY']._serialized_end=10352
|
|
252
|
+
_globals['_FIELDLINK_COOKIESENTRY']._serialized_start=10354
|
|
253
|
+
_globals['_FIELDLINK_COOKIESENTRY']._serialized_end=10400
|
|
254
|
+
_globals['_FIELDLINK_LOCALSTORAGEENTRY']._serialized_start=10402
|
|
255
|
+
_globals['_FIELDLINK_LOCALSTORAGEENTRY']._serialized_end=10453
|
|
256
|
+
_globals['_FIELDFILE']._serialized_start=10456
|
|
257
|
+
_globals['_FIELDFILE']._serialized_end=10745
|
|
258
|
+
_globals['_FIELDFILE_HEADERSENTRY']._serialized_start=10306
|
|
259
|
+
_globals['_FIELDFILE_HEADERSENTRY']._serialized_end=10352
|
|
260
|
+
_globals['_ENTITY']._serialized_start=10747
|
|
261
|
+
_globals['_ENTITY']._serialized_end=10798
|
|
262
|
+
_globals['_FIELDLARGEMETADATA']._serialized_start=10801
|
|
263
|
+
_globals['_FIELDLARGEMETADATA']._serialized_end=10964
|
|
264
|
+
_globals['_FIELDLARGEMETADATA_TOKENSENTRY']._serialized_start=10919
|
|
265
|
+
_globals['_FIELDLARGEMETADATA_TOKENSENTRY']._serialized_end=10964
|
|
266
|
+
_globals['_LARGECOMPUTEDMETADATA']._serialized_start=10967
|
|
267
|
+
_globals['_LARGECOMPUTEDMETADATA']._serialized_end=11225
|
|
268
|
+
_globals['_LARGECOMPUTEDMETADATA_SPLITMETADATAENTRY']._serialized_start=11142
|
|
269
|
+
_globals['_LARGECOMPUTEDMETADATA_SPLITMETADATAENTRY']._serialized_end=11225
|
|
270
|
+
_globals['_LARGECOMPUTEDMETADATAWRAPPER']._serialized_start=11228
|
|
271
|
+
_globals['_LARGECOMPUTEDMETADATAWRAPPER']._serialized_end=11397
|
|
272
|
+
_globals['_PAGEPOSITIONS']._serialized_start=11399
|
|
273
|
+
_globals['_PAGEPOSITIONS']._serialized_end=11442
|
|
274
|
+
_globals['_PAGESTRUCTUREPAGE']._serialized_start=11444
|
|
275
|
+
_globals['_PAGESTRUCTUREPAGE']._serialized_end=11494
|
|
276
|
+
_globals['_PAGESTRUCTURETOKEN']._serialized_start=11496
|
|
277
|
+
_globals['_PAGESTRUCTURETOKEN']._serialized_end=11597
|
|
278
|
+
_globals['_PAGESTRUCTURE']._serialized_start=11599
|
|
279
|
+
_globals['_PAGESTRUCTURE']._serialized_end=11705
|
|
280
|
+
_globals['_FILEPAGES']._serialized_start=11708
|
|
281
|
+
_globals['_FILEPAGES']._serialized_end=11847
|
|
282
|
+
_globals['_ROWSPREVIEW']._serialized_start=11850
|
|
283
|
+
_globals['_ROWSPREVIEW']._serialized_end=12070
|
|
284
|
+
_globals['_ROWSPREVIEW_SHEET']._serialized_start=11917
|
|
285
|
+
_globals['_ROWSPREVIEW_SHEET']._serialized_end=11993
|
|
286
|
+
_globals['_ROWSPREVIEW_SHEET_ROW']._serialized_start=11974
|
|
287
|
+
_globals['_ROWSPREVIEW_SHEET_ROW']._serialized_end=11993
|
|
288
|
+
_globals['_ROWSPREVIEW_SHEETSENTRY']._serialized_start=11995
|
|
289
|
+
_globals['_ROWSPREVIEW_SHEETSENTRY']._serialized_end=12070
|
|
290
|
+
_globals['_FIELDID']._serialized_start=12072
|
|
291
|
+
_globals['_FIELDID']._serialized_end=12138
|
|
292
|
+
_globals['_ALLFIELDIDS']._serialized_start=12140
|
|
293
|
+
_globals['_ALLFIELDIDS']._serialized_end=12189
|
|
292
294
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -22,13 +22,10 @@ else:
|
|
|
22
22
|
from nucliadb_protos.utils_pb2 import (
|
|
23
23
|
COSINE as COSINE,
|
|
24
24
|
DOT as DOT,
|
|
25
|
-
EXPERIMENTAL as EXPERIMENTAL,
|
|
26
25
|
ExtractedText as ExtractedText,
|
|
27
26
|
Relation as Relation,
|
|
28
27
|
RelationMetadata as RelationMetadata,
|
|
29
28
|
RelationNode as RelationNode,
|
|
30
|
-
ReleaseChannel as ReleaseChannel,
|
|
31
|
-
STABLE as STABLE,
|
|
32
29
|
Security as Security,
|
|
33
30
|
UserVector as UserVector,
|
|
34
31
|
UserVectorSet as UserVectorSet,
|
|
@@ -242,6 +239,24 @@ class Basic(google.protobuf.message.Message):
|
|
|
242
239
|
|
|
243
240
|
global___Basic = Basic
|
|
244
241
|
|
|
242
|
+
@typing.final
|
|
243
|
+
class SyncMetadata(google.protobuf.message.Message):
|
|
244
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
245
|
+
|
|
246
|
+
FILE_ID_FIELD_NUMBER: builtins.int
|
|
247
|
+
AUTH_PROVIDER_FIELD_NUMBER: builtins.int
|
|
248
|
+
file_id: builtins.str
|
|
249
|
+
auth_provider: builtins.str
|
|
250
|
+
def __init__(
|
|
251
|
+
self,
|
|
252
|
+
*,
|
|
253
|
+
file_id: builtins.str = ...,
|
|
254
|
+
auth_provider: builtins.str = ...,
|
|
255
|
+
) -> None: ...
|
|
256
|
+
def ClearField(self, field_name: typing.Literal["auth_provider", b"auth_provider", "file_id", b"file_id"]) -> None: ...
|
|
257
|
+
|
|
258
|
+
global___SyncMetadata = SyncMetadata
|
|
259
|
+
|
|
245
260
|
@typing.final
|
|
246
261
|
class Origin(google.protobuf.message.Message):
|
|
247
262
|
"""Block behaviors"""
|
|
@@ -290,6 +305,7 @@ class Origin(google.protobuf.message.Message):
|
|
|
290
305
|
FILENAME_FIELD_NUMBER: builtins.int
|
|
291
306
|
RELATED_FIELD_NUMBER: builtins.int
|
|
292
307
|
PATH_FIELD_NUMBER: builtins.int
|
|
308
|
+
SYNC_METADATA_FIELD_NUMBER: builtins.int
|
|
293
309
|
source: global___Origin.Source.ValueType
|
|
294
310
|
source_id: builtins.str
|
|
295
311
|
url: builtins.str
|
|
@@ -307,6 +323,8 @@ class Origin(google.protobuf.message.Message):
|
|
|
307
323
|
def colaborators(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
|
308
324
|
@property
|
|
309
325
|
def related(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
|
|
326
|
+
@property
|
|
327
|
+
def sync_metadata(self) -> global___SyncMetadata: ...
|
|
310
328
|
def __init__(
|
|
311
329
|
self,
|
|
312
330
|
*,
|
|
@@ -321,9 +339,10 @@ class Origin(google.protobuf.message.Message):
|
|
|
321
339
|
filename: builtins.str = ...,
|
|
322
340
|
related: collections.abc.Iterable[builtins.str] | None = ...,
|
|
323
341
|
path: builtins.str = ...,
|
|
342
|
+
sync_metadata: global___SyncMetadata | None = ...,
|
|
324
343
|
) -> None: ...
|
|
325
|
-
def HasField(self, field_name: typing.Literal["created", b"created", "modified", b"modified"]) -> builtins.bool: ...
|
|
326
|
-
def ClearField(self, field_name: typing.Literal["colaborators", b"colaborators", "created", b"created", "filename", b"filename", "metadata", b"metadata", "modified", b"modified", "path", b"path", "related", b"related", "source", b"source", "source_id", b"source_id", "tags", b"tags", "url", b"url"]) -> None: ...
|
|
344
|
+
def HasField(self, field_name: typing.Literal["created", b"created", "modified", b"modified", "sync_metadata", b"sync_metadata"]) -> builtins.bool: ...
|
|
345
|
+
def ClearField(self, field_name: typing.Literal["colaborators", b"colaborators", "created", b"created", "filename", b"filename", "metadata", b"metadata", "modified", b"modified", "path", b"path", "related", b"related", "source", b"source", "source_id", b"source_id", "sync_metadata", b"sync_metadata", "tags", b"tags", "url", b"url"]) -> None: ...
|
|
327
346
|
|
|
328
347
|
global___Origin = Origin
|
|
329
348
|
|