tamar-file-hub-client 0.0.9__tar.gz → 0.0.11__tar.gz

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.
Files changed (64) hide show
  1. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/PKG-INFO +1 -1
  2. tamar_file_hub_client-0.0.11/file_hub_client/rpc/gen/file_service_pb2.py +74 -0
  3. tamar_file_hub_client-0.0.11/file_hub_client/rpc/gen/taple_service_pb2.py +225 -0
  4. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/protos/file_service.proto +1 -0
  5. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/protos/taple_service.proto +4 -4
  6. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/schemas/taple.py +412 -412
  7. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/file/async_blob_service.py +3 -1
  8. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/file/sync_blob_service.py +3 -1
  9. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/taple/async_taple_service.py +2285 -2291
  10. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/taple/base_taple_service.py +367 -352
  11. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/taple/sync_taple_service.py +11 -17
  12. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/setup.py +1 -1
  13. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/tamar_file_hub_client.egg-info/PKG-INFO +1 -1
  14. tamar_file_hub_client-0.0.9/file_hub_client/rpc/gen/file_service_pb2.py +0 -74
  15. tamar_file_hub_client-0.0.9/file_hub_client/rpc/gen/taple_service_pb2.py +0 -225
  16. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/MANIFEST.in +0 -0
  17. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/README.md +0 -0
  18. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/__init__.py +0 -0
  19. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/client.py +0 -0
  20. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/enums/__init__.py +0 -0
  21. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/enums/export_format.py +0 -0
  22. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/enums/role.py +0 -0
  23. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/enums/upload_mode.py +0 -0
  24. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/errors/__init__.py +0 -0
  25. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/errors/exceptions.py +0 -0
  26. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/py.typed +0 -0
  27. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/__init__.py +0 -0
  28. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/async_client.py +0 -0
  29. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/gen/__init__.py +0 -0
  30. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/gen/file_service_pb2_grpc.py +0 -0
  31. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/gen/folder_service_pb2.py +0 -0
  32. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/gen/folder_service_pb2_grpc.py +0 -0
  33. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/gen/taple_service_pb2_grpc.py +0 -0
  34. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/interceptors.py +0 -0
  35. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/protos/folder_service.proto +0 -0
  36. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/rpc/sync_client.py +0 -0
  37. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/schemas/__init__.py +0 -0
  38. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/schemas/context.py +0 -0
  39. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/schemas/file.py +0 -0
  40. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/schemas/folder.py +0 -0
  41. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/__init__.py +0 -0
  42. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/file/__init__.py +0 -0
  43. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/file/async_file_service.py +0 -0
  44. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/file/base_file_service.py +0 -0
  45. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/file/sync_file_service.py +0 -0
  46. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/folder/__init__.py +0 -0
  47. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/folder/async_folder_service.py +0 -0
  48. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/folder/sync_folder_service.py +0 -0
  49. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/taple/__init__.py +0 -0
  50. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/services/taple/idempotent_taple_mixin.py +0 -0
  51. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/utils/__init__.py +0 -0
  52. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/utils/converter.py +0 -0
  53. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/utils/download_helper.py +0 -0
  54. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/utils/file_utils.py +0 -0
  55. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/utils/idempotency.py +0 -0
  56. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/utils/logging.py +0 -0
  57. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/utils/retry.py +0 -0
  58. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/utils/smart_retry.py +0 -0
  59. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/file_hub_client/utils/upload_helper.py +0 -0
  60. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/setup.cfg +0 -0
  61. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/tamar_file_hub_client.egg-info/SOURCES.txt +0 -0
  62. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/tamar_file_hub_client.egg-info/dependency_links.txt +0 -0
  63. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/tamar_file_hub_client.egg-info/requires.txt +0 -0
  64. {tamar_file_hub_client-0.0.9 → tamar_file_hub_client-0.0.11}/tamar_file_hub_client.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tamar-file-hub-client
3
- Version: 0.0.9
3
+ Version: 0.0.11
4
4
  Summary: A Python SDK for gRPC-based file management system
5
5
  Home-page: https://github.com/Tamar-Edge-AI/file-hub-client
6
6
  Author: Oscar Ou
@@ -0,0 +1,74 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: file_service.proto
5
+ # Protobuf Python Version: 5.27.2
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 27,
16
+ 2,
17
+ '',
18
+ 'file_service.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
26
+ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x12\x66ile_service.proto\x12\x04\x66ile\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xab\x01\n\x04\x46ile\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12\x11\n\tfile_name\x18\x03 \x01(\t\x12\x11\n\tfile_type\x18\x04 \x01(\t\x12.\n\ncreated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xb7\x02\n\nUploadFile\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12\x0f\n\x07\x66ile_id\x18\x03 \x01(\t\x12\x14\n\x0cstorage_type\x18\x04 \x01(\t\x12\x13\n\x0bstored_name\x18\x05 \x01(\t\x12\x13\n\x0bstored_path\x18\x06 \x01(\t\x12\x11\n\tfile_name\x18\x07 \x01(\t\x12\x11\n\tfile_size\x18\x08 \x01(\x03\x12\x10\n\x08\x66ile_ext\x18\t \x01(\t\x12\x11\n\tmime_type\x18\n \x01(\t\x12\x0e\n\x06status\x18\x0b \x01(\t\x12.\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xdf\x01\n\x11UploadFileRequest\x12\x16\n\tfolder_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x11\n\tfile_name\x18\x02 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x03 \x01(\x0c\x12\x11\n\tfile_type\x18\x04 \x01(\t\x12\x11\n\tmime_type\x18\x05 \x01(\t\x12\x19\n\x0cis_temporary\x18\x06 \x01(\x08H\x01\x88\x01\x01\x12\x1b\n\x0e\x65xpire_seconds\x18\x07 \x01(\x05H\x02\x88\x01\x01\x42\x0c\n\n_folder_idB\x0f\n\r_is_temporaryB\x11\n\x0f_expire_seconds\"\xf3\x01\n\x10UploadUrlRequest\x12\x16\n\tfolder_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x11\n\tfile_name\x18\x02 \x01(\t\x12\x11\n\tfile_type\x18\x03 \x01(\t\x12\x11\n\tmime_type\x18\x04 \x01(\t\x12\x11\n\tfile_size\x18\x05 \x01(\x03\x12\x11\n\tfile_hash\x18\x06 \x01(\t\x12\x19\n\x0cis_temporary\x18\x07 \x01(\x08H\x01\x88\x01\x01\x12\x1b\n\x0e\x65xpire_seconds\x18\x08 \x01(\x05H\x02\x88\x01\x01\x42\x0c\n\n_folder_idB\x0f\n\r_is_temporaryB\x11\n\x0f_expire_seconds\")\n\x16UploadCompletedRequest\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\"u\n\x12\x44ownloadUrlRequest\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\x12\x13\n\x06is_cdn\x18\x03 \x01(\x08H\x00\x88\x01\x01\x12\x1b\n\x0e\x65xpire_seconds\x18\x02 \x01(\x05H\x01\x88\x01\x01\x42\t\n\x07_is_cdnB\x11\n\x0f_expire_seconds\"\xd4\x01\n\x10ShareLinkRequest\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\x12\x11\n\tis_public\x18\x02 \x01(\x08\x12\x14\n\x0c\x61\x63\x63\x65ss_scope\x18\x03 \x01(\t\x12\x1b\n\x0e\x65xpire_seconds\x18\x04 \x01(\x05H\x00\x88\x01\x01\x12\x17\n\nmax_access\x18\x05 \x01(\x05H\x01\x88\x01\x01\x12\x1b\n\x0eshare_password\x18\x06 \x01(\tH\x02\x88\x01\x01\x42\x11\n\x0f_expire_secondsB\r\n\x0b_max_accessB\x11\n\x0f_share_password\"\x82\x01\n\x10\x46ileVisitRequest\x12\x15\n\rfile_share_id\x18\x01 \x01(\t\x12\x13\n\x0b\x61\x63\x63\x65ss_type\x18\x02 \x01(\t\x12\x17\n\x0f\x61\x63\x63\x65ss_duration\x18\x03 \x01(\x05\x12)\n\x08metadata\x18\x04 \x01(\x0b\x32\x17.google.protobuf.Struct\"!\n\x0eGetFileRequest\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\"6\n\x11RenameFileRequest\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\x12\x10\n\x08new_name\x18\x02 \x01(\t\"$\n\x11\x44\x65leteFileRequest\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\"\x8d\x02\n\x10ListFilesRequest\x12\x16\n\tfolder_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x16\n\tfile_name\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x11\n\tfile_type\x18\x03 \x03(\t\x12\x1c\n\x0f\x63reated_by_role\x18\x04 \x01(\tH\x02\x88\x01\x01\x12\x17\n\ncreated_by\x18\x05 \x01(\tH\x03\x88\x01\x01\x12\x16\n\tpage_size\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x11\n\x04page\x18\x07 \x01(\x05H\x05\x88\x01\x01\x42\x0c\n\n_folder_idB\x0c\n\n_file_nameB\x12\n\x10_created_by_roleB\r\n\x0b_created_byB\x0c\n\n_page_sizeB\x07\n\x05_page\"U\n\x12UploadFileResponse\x12\x18\n\x04\x66ile\x18\x01 \x01(\x0b\x32\n.file.File\x12%\n\x0bupload_file\x18\x02 \x01(\x0b\x32\x10.file.UploadFile\"a\n\x11UploadUrlResponse\x12\x18\n\x04\x66ile\x18\x01 \x01(\x0b\x32\n.file.File\x12%\n\x0bupload_file\x18\x02 \x01(\x0b\x32\x10.file.UploadFile\x12\x0b\n\x03url\x18\x03 \x01(\t\"\"\n\x13\x44ownloadUrlResponse\x12\x0b\n\x03url\x18\x01 \x01(\t\"*\n\x11ShareLinkResponse\x12\x15\n\rfile_share_id\x18\x01 \x01(\t\"-\n\x10\x46ileListResponse\x12\x19\n\x05\x66iles\x18\x01 \x03(\x0b\x32\n.file.File\"\x07\n\x05\x45mpty2\xbd\x05\n\x0b\x46ileService\x12?\n\nUploadFile\x12\x17.file.UploadFileRequest\x1a\x18.file.UploadFileResponse\x12\x44\n\x11GenerateUploadUrl\x12\x16.file.UploadUrlRequest\x1a\x17.file.UploadUrlResponse\x12M\n\x1aGenerateResumableUploadUrl\x12\x16.file.UploadUrlRequest\x1a\x17.file.UploadUrlResponse\x12\x43\n\x16\x43onfirmUploadCompleted\x12\x1c.file.UploadCompletedRequest\x1a\x0b.file.Empty\x12J\n\x13GenerateDownloadUrl\x12\x18.file.DownloadUrlRequest\x1a\x19.file.DownloadUrlResponse\x12\x44\n\x11GenerateShareLink\x12\x16.file.ShareLinkRequest\x1a\x17.file.ShareLinkResponse\x12\x30\n\tVisitFile\x12\x16.file.FileVisitRequest\x1a\x0b.file.Empty\x12+\n\x07GetFile\x12\x14.file.GetFileRequest\x1a\n.file.File\x12\x31\n\nRenameFile\x12\x17.file.RenameFileRequest\x1a\n.file.File\x12\x32\n\nDeleteFile\x12\x17.file.DeleteFileRequest\x1a\x0b.file.Empty\x12;\n\tListFiles\x12\x16.file.ListFilesRequest\x1a\x16.file.FileListResponseb\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'file_service_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ DESCRIPTOR._loaded_options = None
36
+ _globals['_FILE']._serialized_start=92
37
+ _globals['_FILE']._serialized_end=263
38
+ _globals['_UPLOADFILE']._serialized_start=266
39
+ _globals['_UPLOADFILE']._serialized_end=577
40
+ _globals['_UPLOADFILEREQUEST']._serialized_start=580
41
+ _globals['_UPLOADFILEREQUEST']._serialized_end=803
42
+ _globals['_UPLOADURLREQUEST']._serialized_start=806
43
+ _globals['_UPLOADURLREQUEST']._serialized_end=1049
44
+ _globals['_UPLOADCOMPLETEDREQUEST']._serialized_start=1051
45
+ _globals['_UPLOADCOMPLETEDREQUEST']._serialized_end=1092
46
+ _globals['_DOWNLOADURLREQUEST']._serialized_start=1094
47
+ _globals['_DOWNLOADURLREQUEST']._serialized_end=1211
48
+ _globals['_SHARELINKREQUEST']._serialized_start=1214
49
+ _globals['_SHARELINKREQUEST']._serialized_end=1426
50
+ _globals['_FILEVISITREQUEST']._serialized_start=1429
51
+ _globals['_FILEVISITREQUEST']._serialized_end=1559
52
+ _globals['_GETFILEREQUEST']._serialized_start=1561
53
+ _globals['_GETFILEREQUEST']._serialized_end=1594
54
+ _globals['_RENAMEFILEREQUEST']._serialized_start=1596
55
+ _globals['_RENAMEFILEREQUEST']._serialized_end=1650
56
+ _globals['_DELETEFILEREQUEST']._serialized_start=1652
57
+ _globals['_DELETEFILEREQUEST']._serialized_end=1688
58
+ _globals['_LISTFILESREQUEST']._serialized_start=1691
59
+ _globals['_LISTFILESREQUEST']._serialized_end=1960
60
+ _globals['_UPLOADFILERESPONSE']._serialized_start=1962
61
+ _globals['_UPLOADFILERESPONSE']._serialized_end=2047
62
+ _globals['_UPLOADURLRESPONSE']._serialized_start=2049
63
+ _globals['_UPLOADURLRESPONSE']._serialized_end=2146
64
+ _globals['_DOWNLOADURLRESPONSE']._serialized_start=2148
65
+ _globals['_DOWNLOADURLRESPONSE']._serialized_end=2182
66
+ _globals['_SHARELINKRESPONSE']._serialized_start=2184
67
+ _globals['_SHARELINKRESPONSE']._serialized_end=2226
68
+ _globals['_FILELISTRESPONSE']._serialized_start=2228
69
+ _globals['_FILELISTRESPONSE']._serialized_end=2273
70
+ _globals['_EMPTY']._serialized_start=2275
71
+ _globals['_EMPTY']._serialized_end=2282
72
+ _globals['_FILESERVICE']._serialized_start=2285
73
+ _globals['_FILESERVICE']._serialized_end=2986
74
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,225 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: taple_service.proto
5
+ # Protobuf Python Version: 5.27.2
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 5,
15
+ 27,
16
+ 2,
17
+ '',
18
+ 'taple_service.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
26
+ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
27
+
28
+
29
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13taple_service.proto\x12\rfilehub.taple\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xdc\x02\n\x05Table\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07\x66ile_id\x18\x02 \x01(\t\x12\x0e\n\x06org_id\x18\x03 \x01(\t\x12\x0f\n\x07user_id\x18\x04 \x01(\t\x12\x11\n\x04name\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x06 \x01(\tH\x01\x88\x01\x01\x12\x17\n\x0f\x63reated_by_role\x18\x07 \x01(\t\x12\x12\n\ncreated_by\x18\x08 \x01(\t\x12.\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\ndeleted_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02\x88\x01\x01\x42\x07\n\x05_nameB\x0e\n\x0c_descriptionB\r\n\x0b_deleted_at\"\xf2\x02\n\x05Sheet\x12\n\n\x02id\x18\x01 \x01(\t\x12\x10\n\x08table_id\x18\x02 \x01(\t\x12\x0e\n\x06org_id\x18\x03 \x01(\t\x12\x0f\n\x07user_id\x18\x04 \x01(\t\x12\x0c\n\x04name\x18\x05 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x06 \x01(\tH\x00\x88\x01\x01\x12\x10\n\x08position\x18\x07 \x01(\x05\x12\x0f\n\x07version\x18\x08 \x01(\x03\x12\x17\n\x0f\x63reated_by_role\x18\t \x01(\t\x12\x12\n\ncreated_by\x18\n \x01(\t\x12.\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\ndeleted_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x01\x88\x01\x01\x42\x0e\n\x0c_descriptionB\r\n\x0b_deleted_at\"\x9b\x04\n\x06\x43olumn\x12\n\n\x02id\x18\x01 \x01(\t\x12\x10\n\x08sheet_id\x18\x02 \x01(\t\x12\x0e\n\x06org_id\x18\x03 \x01(\t\x12\x0f\n\x07user_id\x18\x04 \x01(\t\x12\x12\n\ncolumn_key\x18\x05 \x01(\t\x12\x0c\n\x04name\x18\x06 \x01(\t\x12\x13\n\x0b\x63olumn_type\x18\x07 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x08 \x01(\tH\x00\x88\x01\x01\x12\x10\n\x08position\x18\t \x01(\x05\x12\x12\n\x05width\x18\n \x01(\x05H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x0b \x01(\x08H\x02\x88\x01\x01\x12\x30\n\nproperties\x18\x0c \x01(\x0b\x32\x17.google.protobuf.StructH\x03\x88\x01\x01\x12\x0f\n\x07version\x18\r \x01(\x03\x12\x17\n\x0f\x63reated_by_role\x18\x0e \x01(\t\x12\x12\n\ncreated_by\x18\x0f \x01(\t\x12.\n\ncreated_at\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\ndeleted_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x04\x88\x01\x01\x42\x0e\n\x0c_descriptionB\x08\n\x06_widthB\t\n\x07_hiddenB\r\n\x0b_propertiesB\r\n\x0b_deleted_at\"\x89\x03\n\x03Row\x12\n\n\x02id\x18\x01 \x01(\t\x12\x10\n\x08sheet_id\x18\x02 \x01(\t\x12\x0e\n\x06org_id\x18\x03 \x01(\t\x12\x0f\n\x07user_id\x18\x04 \x01(\t\x12\x0f\n\x07row_key\x18\x05 \x01(\t\x12\x10\n\x08position\x18\x06 \x01(\x05\x12\x13\n\x06height\x18\x07 \x01(\x05H\x00\x88\x01\x01\x12\x13\n\x06hidden\x18\x08 \x01(\x08H\x01\x88\x01\x01\x12\x0f\n\x07version\x18\t \x01(\x03\x12\x17\n\x0f\x63reated_by_role\x18\n \x01(\t\x12\x12\n\ncreated_by\x18\x0b \x01(\t\x12.\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\ndeleted_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x02\x88\x01\x01\x42\t\n\x07_heightB\t\n\x07_hiddenB\r\n\x0b_deleted_at\"\xc8\x04\n\x04\x43\x65ll\x12\n\n\x02id\x18\x01 \x01(\t\x12\x10\n\x08sheet_id\x18\x02 \x01(\t\x12\x11\n\tcolumn_id\x18\x03 \x01(\t\x12\x0e\n\x06row_id\x18\x04 \x01(\t\x12\x0e\n\x06org_id\x18\x05 \x01(\t\x12\x0f\n\x07user_id\x18\x06 \x01(\t\x12\x12\n\ncolumn_key\x18\x07 \x01(\t\x12\x0f\n\x07row_key\x18\x08 \x01(\t\x12\x16\n\traw_value\x18\t \x01(\tH\x00\x88\x01\x01\x12\x1c\n\x0f\x66ormatted_value\x18\n \x01(\tH\x01\x88\x01\x01\x12\x14\n\x07\x66ormula\x18\x0b \x01(\tH\x02\x88\x01\x01\x12,\n\x06styles\x18\x0c \x01(\x0b\x32\x17.google.protobuf.StructH\x03\x88\x01\x01\x12\x16\n\tdata_type\x18\r \x01(\tH\x04\x88\x01\x01\x12\x0f\n\x07version\x18\x0e \x01(\x03\x12\x17\n\x0f\x63reated_by_role\x18\x0f \x01(\t\x12\x12\n\ncreated_by\x18\x10 \x01(\t\x12.\n\ncreated_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\ndeleted_at\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x05\x88\x01\x01\x42\x0c\n\n_raw_valueB\x12\n\x10_formatted_valueB\n\n\x08_formulaB\t\n\x07_stylesB\x0c\n\n_data_typeB\r\n\x0b_deleted_at\"\xc9\x02\n\nMergedCell\x12\n\n\x02id\x18\x01 \x01(\t\x12\x10\n\x08sheet_id\x18\x02 \x01(\t\x12\x0e\n\x06org_id\x18\x03 \x01(\t\x12\x0f\n\x07user_id\x18\x04 \x01(\t\x12\x17\n\x0fstart_column_id\x18\x05 \x01(\t\x12\x15\n\rend_column_id\x18\x06 \x01(\t\x12\x14\n\x0cstart_row_id\x18\x07 \x01(\t\x12\x12\n\nend_row_id\x18\x08 \x01(\t\x12.\n\ncreated_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\ndeleted_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\r\n\x0b_deleted_at\"\xf9\x04\n\tTableView\x12\n\n\x02id\x18\x01 \x01(\t\x12\x10\n\x08table_id\x18\x02 \x01(\t\x12\x10\n\x08sheet_id\x18\x03 \x01(\t\x12\x0e\n\x06org_id\x18\x04 \x01(\t\x12\x0f\n\x07user_id\x18\x05 \x01(\t\x12\x0f\n\x07\x66ile_id\x18\x06 \x01(\t\x12\x30\n\x0f\x66ilter_criteria\x18\x07 \x01(\x0b\x32\x17.google.protobuf.Struct\x12.\n\rsort_criteria\x18\x08 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x30\n\x0fvisible_columns\x18\t \x01(\x0b\x32\x17.google.protobuf.Struct\x12/\n\x0egroup_criteria\x18\n \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x17\n\x0f\x63reated_by_role\x18\x0b \x01(\t\x12\x12\n\ncreated_by\x18\x0c \x01(\t\x12\x11\n\tview_name\x18\r \x01(\t\x12\x11\n\tview_type\x18\x0e \x01(\t\x12\x11\n\tis_hidden\x18\x0f \x01(\x08\x12\x12\n\nis_default\x18\x10 \x01(\x08\x12\'\n\x06\x63onfig\x18\x11 \x01(\x0b\x32\x17.google.protobuf.Struct\x12.\n\ncreated_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x33\n\ndeleted_at\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x88\x01\x01\x42\r\n\x0b_deleted_at\"\xa4\x01\n\x12\x43reateTableRequest\x12\x16\n\tfolder_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x01\x88\x01\x01\x12\x1c\n\x0fidempotency_key\x18\x04 \x01(\tH\x02\x88\x01\x01\x42\x0c\n\n_folder_idB\x0e\n\x0c_descriptionB\x12\n\x10_idempotency_key\"W\n\x0fGetTableRequest\x12\x15\n\x08table_id\x18\x01 \x01(\tH\x00\x88\x01\x01\x12\x14\n\x07\x66ile_id\x18\x02 \x01(\tH\x01\x88\x01\x01\x42\x0b\n\t_table_idB\n\n\x08_file_id\"\x9e\x01\n\x12UpdateTableRequest\x12\x10\n\x08table_id\x18\x01 \x01(\t\x12\x11\n\x04name\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x01\x88\x01\x01\x12\x1c\n\x0fidempotency_key\x18\x04 \x01(\tH\x02\x88\x01\x01\x42\x07\n\x05_nameB\x0e\n\x0c_descriptionB\x12\n\x10_idempotency_key\"X\n\x12\x44\x65leteTableRequest\x12\x10\n\x08table_id\x18\x01 \x01(\t\x12\x1c\n\x0fidempotency_key\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_idempotency_key\"4\n\rTableResponse\x12#\n\x05table\x18\x01 \x01(\x0b\x32\x14.filehub.taple.Table\"\xb4\x01\n\x12\x43reateSheetRequest\x12\x10\n\x08table_id\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x15\n\x08position\x18\x04 \x01(\x05H\x01\x88\x01\x01\x12\x1c\n\x0fidempotency_key\x18\x05 \x01(\tH\x02\x88\x01\x01\x42\x0e\n\x0c_descriptionB\x0b\n\t_positionB\x12\n\x10_idempotency_key\"#\n\x0fGetSheetRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\"%\n\x11ListSheetsRequest\x12\x10\n\x08table_id\x18\x01 \x01(\t\":\n\x12ListSheetsResponse\x12$\n\x06sheets\x18\x01 \x03(\x0b\x32\x14.filehub.taple.Sheet\"\xc2\x01\n\x12UpdateSheetRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x11\n\x04name\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08position\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12\x1c\n\x0fidempotency_key\x18\x05 \x01(\tH\x03\x88\x01\x01\x42\x07\n\x05_nameB\x0e\n\x0c_descriptionB\x0b\n\t_positionB\x12\n\x10_idempotency_key\"X\n\x12\x44\x65leteSheetRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x1c\n\x0fidempotency_key\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_idempotency_key\"4\n\rSheetResponse\x12#\n\x05sheet\x18\x01 \x01(\x0b\x32\x14.filehub.taple.Sheet\"\xe8\x02\n\x13\x43reateColumnRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x15\n\rsheet_version\x18\x02 \x01(\x03\x12\x11\n\tclient_id\x18\x03 \x01(\t\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x18\n\x0b\x63olumn_type\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x06 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08position\x18\x07 \x01(\x05H\x02\x88\x01\x01\x12\x12\n\x05width\x18\x08 \x01(\x05H\x03\x88\x01\x01\x12\x30\n\nproperties\x18\t \x01(\x0b\x32\x17.google.protobuf.StructH\x04\x88\x01\x01\x12\x1c\n\x0fidempotency_key\x18\n \x01(\tH\x05\x88\x01\x01\x42\x0e\n\x0c_column_typeB\x0e\n\x0c_descriptionB\x0b\n\t_positionB\x08\n\x06_widthB\r\n\x0b_propertiesB\x12\n\x10_idempotency_key\"\x86\x03\n\x13UpdateColumnRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x15\n\rsheet_version\x18\x02 \x01(\x03\x12\x11\n\tclient_id\x18\x03 \x01(\t\x12\x12\n\ncolumn_key\x18\x04 \x01(\t\x12\x11\n\x04name\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x63olumn_type\x18\x06 \x01(\tH\x01\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x07 \x01(\tH\x02\x88\x01\x01\x12\x12\n\x05width\x18\x08 \x01(\x05H\x03\x88\x01\x01\x12\x13\n\x06hidden\x18\t \x01(\x08H\x04\x88\x01\x01\x12\x30\n\nproperties\x18\n \x01(\x0b\x32\x17.google.protobuf.StructH\x05\x88\x01\x01\x12\x1c\n\x0fidempotency_key\x18\x0b \x01(\tH\x06\x88\x01\x01\x42\x07\n\x05_nameB\x0e\n\x0c_column_typeB\x0e\n\x0c_descriptionB\x08\n\x06_widthB\t\n\x07_hiddenB\r\n\x0b_propertiesB\x12\n\x10_idempotency_key\"\x97\x01\n\x13\x44\x65leteColumnRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x15\n\rsheet_version\x18\x02 \x01(\x03\x12\x11\n\tclient_id\x18\x03 \x01(\t\x12\x12\n\ncolumn_key\x18\x04 \x01(\t\x12\x1c\n\x0fidempotency_key\x18\x05 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_idempotency_key\"\xbb\x01\n\x17\x42\x61tchEditColumnsRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x15\n\rsheet_version\x18\x02 \x01(\x03\x12\x11\n\tclient_id\x18\x03 \x01(\t\x12\x32\n\noperations\x18\x04 \x03(\x0b\x32\x1e.filehub.taple.ColumnOperation\x12\x1c\n\x0fidempotency_key\x18\x05 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_idempotency_key\"\xb7\x01\n\x0f\x43olumnOperation\x12\x31\n\x06\x63reate\x18\x01 \x01(\x0b\x32\x1f.filehub.taple.CreateColumnDataH\x00\x12\x31\n\x06update\x18\x02 \x01(\x0b\x32\x1f.filehub.taple.UpdateColumnDataH\x00\x12\x31\n\x06\x64\x65lete\x18\x03 \x01(\x0b\x32\x1f.filehub.taple.DeleteColumnDataH\x00\x42\x0b\n\toperation\"\xf7\x01\n\x10\x43reateColumnData\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x18\n\x0b\x63olumn_type\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x01\x88\x01\x01\x12\x15\n\x08position\x18\x04 \x01(\x05H\x02\x88\x01\x01\x12\x12\n\x05width\x18\x05 \x01(\x05H\x03\x88\x01\x01\x12\x30\n\nproperties\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructH\x04\x88\x01\x01\x42\x0e\n\x0c_column_typeB\x0e\n\x0c_descriptionB\x0b\n\t_positionB\x08\n\x06_widthB\r\n\x0b_properties\"\xb9\x02\n\x10UpdateColumnData\x12\x12\n\ncolumn_key\x18\x01 \x01(\t\x12\x11\n\x04name\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x63olumn_type\x18\x03 \x01(\tH\x01\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x04 \x01(\tH\x02\x88\x01\x01\x12\x15\n\x08position\x18\x05 \x01(\x05H\x03\x88\x01\x01\x12\x12\n\x05width\x18\x06 \x01(\x05H\x04\x88\x01\x01\x12\x13\n\x06hidden\x18\x07 \x01(\x08H\x05\x88\x01\x01\x12\x30\n\nproperties\x18\x08 \x01(\x0b\x32\x17.google.protobuf.StructH\x06\x88\x01\x01\x42\x07\n\x05_nameB\x0e\n\x0c_column_typeB\x0e\n\x0c_descriptionB\x0b\n\t_positionB\x08\n\x06_widthB\t\n\x07_hiddenB\r\n\x0b_properties\"&\n\x10\x44\x65leteColumnData\x12\x12\n\ncolumn_key\x18\x01 \x01(\t\"m\n\x0e\x43olumnResponse\x12%\n\x06\x63olumn\x18\x01 \x01(\x0b\x32\x15.filehub.taple.Column\x12\x17\n\x0f\x63urrent_version\x18\x02 \x01(\x03\x12\x1b\n\x13\x61pplied_immediately\x18\x03 \x01(\x08\"\xf4\x01\n\x18\x42\x61tchEditColumnsResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x63urrent_version\x18\x02 \x01(\x03\x12\x35\n\x07results\x18\x03 \x03(\x0b\x32$.filehub.taple.ColumnOperationResult\x12\x1a\n\rerror_message\x18\x04 \x01(\tH\x00\x88\x01\x01\x12\x37\n\rconflict_info\x18\x05 \x01(\x0b\x32\x1b.filehub.taple.ConflictInfoH\x01\x88\x01\x01\x42\x10\n\x0e_error_messageB\x10\n\x0e_conflict_info\"\xbd\x01\n\x15\x43olumnOperationResult\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12*\n\x06\x63olumn\x18\x02 \x01(\x0b\x32\x15.filehub.taple.ColumnH\x00\x88\x01\x01\x12\x1a\n\rerror_message\x18\x03 \x01(\tH\x01\x88\x01\x01\x12\x1b\n\x0eoperation_type\x18\x04 \x01(\tH\x02\x88\x01\x01\x42\t\n\x07_columnB\x10\n\x0e_error_messageB\x11\n\x0f_operation_type\"\xad\x01\n\x0c\x43onflictInfo\x12\x14\n\x0chas_conflict\x18\x01 \x01(\x08\x12\x16\n\x0eserver_version\x18\x02 \x01(\x03\x12\x15\n\rconflict_type\x18\x03 \x01(\t\x12\x1a\n\x12\x63onflicted_columns\x18\x04 \x03(\t\x12\"\n\x15resolution_suggestion\x18\x05 \x01(\tH\x00\x88\x01\x01\x42\x18\n\x16_resolution_suggestion\"\xe4\x01\n\x10\x43reateRowRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x15\n\rsheet_version\x18\x02 \x01(\x03\x12\x11\n\tclient_id\x18\x03 \x01(\t\x12\x15\n\x08position\x18\x04 \x01(\x05H\x00\x88\x01\x01\x12\x13\n\x06height\x18\x05 \x01(\x05H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x06 \x01(\x08H\x02\x88\x01\x01\x12\x1c\n\x0fidempotency_key\x18\x07 \x01(\tH\x03\x88\x01\x01\x42\x0b\n\t_positionB\t\n\x07_heightB\t\n\x07_hiddenB\x12\n\x10_idempotency_key\"\xf5\x01\n\x10UpdateRowRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x15\n\rsheet_version\x18\x02 \x01(\x03\x12\x11\n\tclient_id\x18\x03 \x01(\t\x12\x0f\n\x07row_key\x18\x04 \x01(\t\x12\x15\n\x08position\x18\x05 \x01(\x05H\x00\x88\x01\x01\x12\x13\n\x06height\x18\x06 \x01(\x05H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x07 \x01(\x08H\x02\x88\x01\x01\x12\x1c\n\x0fidempotency_key\x18\x08 \x01(\tH\x03\x88\x01\x01\x42\x0b\n\t_positionB\t\n\x07_heightB\t\n\x07_hiddenB\x12\n\x10_idempotency_key\"\x91\x01\n\x10\x44\x65leteRowRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x15\n\rsheet_version\x18\x02 \x01(\x03\x12\x11\n\tclient_id\x18\x03 \x01(\t\x12\x0f\n\x07row_key\x18\x04 \x01(\t\x12\x1c\n\x0fidempotency_key\x18\x05 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_idempotency_key\"\xb5\x01\n\x14\x42\x61tchEditRowsRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x15\n\rsheet_version\x18\x02 \x01(\x03\x12\x11\n\tclient_id\x18\x03 \x01(\t\x12/\n\noperations\x18\x04 \x03(\x0b\x32\x1b.filehub.taple.RowOperation\x12\x1c\n\x0fidempotency_key\x18\x05 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_idempotency_key\"\xab\x01\n\x0cRowOperation\x12.\n\x06\x63reate\x18\x01 \x01(\x0b\x32\x1c.filehub.taple.CreateRowDataH\x00\x12.\n\x06update\x18\x02 \x01(\x0b\x32\x1c.filehub.taple.UpdateRowDataH\x00\x12.\n\x06\x64\x65lete\x18\x03 \x01(\x0b\x32\x1c.filehub.taple.DeleteRowDataH\x00\x42\x0b\n\toperation\"S\n\rCreateRowData\x12\x15\n\x08position\x18\x01 \x01(\x05H\x00\x88\x01\x01\x12\x13\n\x06height\x18\x02 \x01(\x05H\x01\x88\x01\x01\x42\x0b\n\t_positionB\t\n\x07_height\"\x84\x01\n\rUpdateRowData\x12\x0f\n\x07row_key\x18\x01 \x01(\t\x12\x15\n\x08position\x18\x02 \x01(\x05H\x00\x88\x01\x01\x12\x13\n\x06height\x18\x03 \x01(\x05H\x01\x88\x01\x01\x12\x13\n\x06hidden\x18\x04 \x01(\x08H\x02\x88\x01\x01\x42\x0b\n\t_positionB\t\n\x07_heightB\t\n\x07_hidden\" \n\rDeleteRowData\x12\x0f\n\x07row_key\x18\x01 \x01(\t\"\xee\x01\n\x0bRowResponse\x12\x1f\n\x03row\x18\x01 \x01(\x0b\x32\x12.filehub.taple.Row\x12\x17\n\x0f\x63urrent_version\x18\x02 \x01(\x03\x12\x1b\n\x13\x61pplied_immediately\x18\x03 \x01(\x08\x12\x0f\n\x07success\x18\x04 \x01(\x08\x12\x1a\n\rerror_message\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x37\n\rconflict_info\x18\x06 \x01(\x0b\x32\x1b.filehub.taple.ConflictInfoH\x01\x88\x01\x01\x42\x10\n\x0e_error_messageB\x10\n\x0e_conflict_info\"\xee\x01\n\x15\x42\x61tchEditRowsResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x63urrent_version\x18\x02 \x01(\x03\x12\x32\n\x07results\x18\x03 \x03(\x0b\x32!.filehub.taple.RowOperationResult\x12\x1a\n\rerror_message\x18\x04 \x01(\tH\x00\x88\x01\x01\x12\x37\n\rconflict_info\x18\x05 \x01(\x0b\x32\x1b.filehub.taple.ConflictInfoH\x01\x88\x01\x01\x42\x10\n\x0e_error_messageB\x10\n\x0e_conflict_info\"\xb1\x01\n\x12RowOperationResult\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12$\n\x03row\x18\x02 \x01(\x0b\x32\x12.filehub.taple.RowH\x00\x88\x01\x01\x12\x1a\n\rerror_message\x18\x03 \x01(\tH\x01\x88\x01\x01\x12\x1b\n\x0eoperation_type\x18\x04 \x01(\tH\x02\x88\x01\x01\x42\x06\n\x04_rowB\x10\n\x0e_error_messageB\x11\n\x0f_operation_type\"\xfd\x02\n\x0f\x45\x64itCellRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x15\n\rsheet_version\x18\x02 \x01(\x03\x12\x11\n\tclient_id\x18\x03 \x01(\t\x12\x12\n\ncolumn_key\x18\x04 \x01(\t\x12\x0f\n\x07row_key\x18\x05 \x01(\t\x12\x16\n\traw_value\x18\x06 \x01(\tH\x00\x88\x01\x01\x12\x1c\n\x0f\x66ormatted_value\x18\x07 \x01(\tH\x01\x88\x01\x01\x12\x14\n\x07\x66ormula\x18\x08 \x01(\tH\x02\x88\x01\x01\x12,\n\x06styles\x18\t \x01(\x0b\x32\x17.google.protobuf.StructH\x03\x88\x01\x01\x12\x16\n\tdata_type\x18\n \x01(\tH\x04\x88\x01\x01\x12\x1c\n\x0fidempotency_key\x18\x0b \x01(\tH\x05\x88\x01\x01\x42\x0c\n\n_raw_valueB\x12\n\x10_formatted_valueB\n\n\x08_formulaB\t\n\x07_stylesB\x0c\n\n_data_typeB\x12\n\x10_idempotency_key\"\xa6\x01\n\x11\x44\x65leteCellRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x15\n\rsheet_version\x18\x02 \x01(\x03\x12\x11\n\tclient_id\x18\x03 \x01(\t\x12\x12\n\ncolumn_key\x18\x04 \x01(\t\x12\x0f\n\x07row_key\x18\x05 \x01(\t\x12\x1c\n\x0fidempotency_key\x18\x06 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_idempotency_key\"\xb7\x01\n\x15\x42\x61tchEditCellsRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x15\n\rsheet_version\x18\x02 \x01(\x03\x12\x11\n\tclient_id\x18\x03 \x01(\t\x12\x30\n\noperations\x18\x04 \x03(\x0b\x32\x1c.filehub.taple.CellOperation\x12\x1c\n\x0fidempotency_key\x18\x05 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_idempotency_key\"\xa9\x01\n\rCellOperation\x12+\n\x04\x65\x64it\x18\x01 \x01(\x0b\x32\x1b.filehub.taple.EditCellDataH\x00\x12-\n\x05\x63lear\x18\x02 \x01(\x0b\x32\x1c.filehub.taple.ClearCellDataH\x00\x12/\n\x06\x64\x65lete\x18\x03 \x01(\x0b\x32\x1d.filehub.taple.DeleteCellDataH\x00\x42\x0b\n\toperation\"\x8c\x02\n\x0c\x45\x64itCellData\x12\x12\n\ncolumn_key\x18\x01 \x01(\t\x12\x0f\n\x07row_key\x18\x02 \x01(\t\x12\x16\n\traw_value\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x1c\n\x0f\x66ormatted_value\x18\x04 \x01(\tH\x01\x88\x01\x01\x12\x14\n\x07\x66ormula\x18\x05 \x01(\tH\x02\x88\x01\x01\x12,\n\x06styles\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructH\x03\x88\x01\x01\x12\x16\n\tdata_type\x18\x07 \x01(\tH\x04\x88\x01\x01\x42\x0c\n\n_raw_valueB\x12\n\x10_formatted_valueB\n\n\x08_formulaB\t\n\x07_stylesB\x0c\n\n_data_type\"4\n\rClearCellData\x12\x12\n\ncolumn_key\x18\x01 \x01(\t\x12\x0f\n\x07row_key\x18\x02 \x01(\t\"5\n\x0e\x44\x65leteCellData\x12\x12\n\ncolumn_key\x18\x01 \x01(\t\x12\x0f\n\x07row_key\x18\x02 \x01(\t\"\xf1\x01\n\x0c\x43\x65llResponse\x12!\n\x04\x63\x65ll\x18\x01 \x01(\x0b\x32\x13.filehub.taple.Cell\x12\x17\n\x0f\x63urrent_version\x18\x02 \x01(\x03\x12\x1b\n\x13\x61pplied_immediately\x18\x03 \x01(\x08\x12\x0f\n\x07success\x18\x04 \x01(\x08\x12\x1a\n\rerror_message\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x37\n\rconflict_info\x18\x06 \x01(\x0b\x32\x1b.filehub.taple.ConflictInfoH\x01\x88\x01\x01\x42\x10\n\x0e_error_messageB\x10\n\x0e_conflict_info\"\xf0\x01\n\x16\x42\x61tchEditCellsResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x17\n\x0f\x63urrent_version\x18\x02 \x01(\x03\x12\x33\n\x07results\x18\x03 \x03(\x0b\x32\".filehub.taple.CellOperationResult\x12\x1a\n\rerror_message\x18\x04 \x01(\tH\x00\x88\x01\x01\x12\x37\n\rconflict_info\x18\x05 \x01(\x0b\x32\x1b.filehub.taple.ConflictInfoH\x01\x88\x01\x01\x42\x10\n\x0e_error_messageB\x10\n\x0e_conflict_info\"\xb5\x01\n\x13\x43\x65llOperationResult\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12&\n\x04\x63\x65ll\x18\x02 \x01(\x0b\x32\x13.filehub.taple.CellH\x00\x88\x01\x01\x12\x1a\n\rerror_message\x18\x03 \x01(\tH\x01\x88\x01\x01\x12\x1b\n\x0eoperation_type\x18\x04 \x01(\tH\x02\x88\x01\x01\x42\x07\n\x05_cellB\x10\n\x0e_error_messageB\x11\n\x0f_operation_type\"\xb8\x01\n\x15\x42\x61tchEditSheetRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x31\n\noperations\x18\x02 \x03(\x0b\x32\x1d.filehub.taple.SheetOperation\x12\x15\n\rsheet_version\x18\x03 \x01(\x03\x12\x11\n\tclient_id\x18\x04 \x01(\t\x12\x1c\n\x0fidempotency_key\x18\x05 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_idempotency_key\"\xb2\x01\n\x0eSheetOperation\x12\x33\n\tcolumn_op\x18\x01 \x01(\x0b\x32\x1e.filehub.taple.ColumnOperationH\x00\x12-\n\x06row_op\x18\x02 \x01(\x0b\x32\x1b.filehub.taple.RowOperationH\x00\x12/\n\x07\x63\x65ll_op\x18\x03 \x01(\x0b\x32\x1c.filehub.taple.CellOperationH\x00\x42\x0b\n\toperation\"\x83\x02\n\x16\x42\x61tchEditSheetResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x10\n\x08\x62\x61tch_id\x18\x02 \x01(\t\x12\x17\n\x0f\x63urrent_version\x18\x03 \x01(\x03\x12\x34\n\x07results\x18\x04 \x03(\x0b\x32#.filehub.taple.SheetOperationResult\x12\x1a\n\rerror_message\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x37\n\rconflict_info\x18\x06 \x01(\x0b\x32\x1b.filehub.taple.ConflictInfoH\x01\x88\x01\x01\x42\x10\n\x0e_error_messageB\x10\n\x0e_conflict_info\"\x80\x03\n\x14SheetOperationResult\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x1a\n\rerror_message\x18\x02 \x01(\tH\x01\x88\x01\x01\x12\x17\n\ncolumn_key\x18\x03 \x01(\tH\x02\x88\x01\x01\x12\x14\n\x07row_key\x18\x04 \x01(\tH\x03\x88\x01\x01\x12\x15\n\x08\x63\x65ll_key\x18\x05 \x01(\tH\x04\x88\x01\x01\x12=\n\rcolumn_result\x18\x06 \x01(\x0b\x32$.filehub.taple.ColumnOperationResultH\x00\x12\x37\n\nrow_result\x18\x07 \x01(\x0b\x32!.filehub.taple.RowOperationResultH\x00\x12\x39\n\x0b\x63\x65ll_result\x18\x08 \x01(\x0b\x32\".filehub.taple.CellOperationResultH\x00\x42\x08\n\x06resultB\x10\n\x0e_error_messageB\r\n\x0b_column_keyB\n\n\x08_row_keyB\x0b\n\t_cell_key\"<\n\x14GetColumnDataRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x12\n\ncolumn_key\x18\x02 \x01(\t\"_\n\x12\x43olumnDataResponse\x12%\n\x06\x63olumn\x18\x01 \x01(\x0b\x32\x15.filehub.taple.Column\x12\"\n\x05\x63\x65lls\x18\x02 \x03(\x0b\x32\x13.filehub.taple.Cell\"6\n\x11GetRowDataRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x0f\n\x07row_key\x18\x02 \x01(\t\"V\n\x0fRowDataResponse\x12\x1f\n\x03row\x18\x01 \x01(\x0b\x32\x12.filehub.taple.Row\x12\"\n\x05\x63\x65lls\x18\x02 \x03(\x0b\x32\x13.filehub.taple.Cell\"K\n\x12GetCellDataRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x12\n\ncolumn_key\x18\x02 \x01(\t\x12\x0f\n\x07row_key\x18\x03 \x01(\t\"5\n\x10\x43\x65llDataResponse\x12!\n\x04\x63\x65ll\x18\x01 \x01(\x0b\x32\x13.filehub.taple.Cell\"*\n\x16GetSheetVersionRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\"d\n\x17GetSheetVersionResponse\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\x03\x12&\n\x08metadata\x18\x03 \x01(\x0b\x32\x14.filehub.taple.Sheet\"I\n\x13GetSheetDataRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x14\n\x07version\x18\x02 \x01(\x03H\x00\x88\x01\x01\x42\n\n\x08_version\"\x81\x02\n\x14GetSheetDataResponse\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\x03\x12&\n\x08metadata\x18\x03 \x01(\x0b\x32\x14.filehub.taple.Sheet\x12&\n\x07\x63olumns\x18\x04 \x03(\x0b\x32\x15.filehub.taple.Column\x12 \n\x04rows\x18\x05 \x03(\x0b\x32\x12.filehub.taple.Row\x12\"\n\x05\x63\x65lls\x18\x06 \x03(\x0b\x32\x13.filehub.taple.Cell\x12\x30\n\x0clast_updated\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x07\n\x05\x45mpty\"\xa3\x02\n\x15\x43loneTableDataRequest\x12\x17\n\x0fsource_table_id\x18\x01 \x01(\t\x12\x15\n\rtarget_org_id\x18\x02 \x01(\t\x12\x16\n\x0etarget_user_id\x18\x03 \x01(\t\x12\x1d\n\x10target_folder_id\x18\x04 \x01(\tH\x00\x88\x01\x01\x12\x1b\n\x0enew_table_name\x18\x05 \x01(\tH\x01\x88\x01\x01\x12\x1a\n\rinclude_views\x18\x06 \x01(\x08H\x02\x88\x01\x01\x12\x1c\n\x0fidempotency_key\x18\x07 \x01(\tH\x03\x88\x01\x01\x42\x13\n\x11_target_folder_idB\x11\n\x0f_new_table_nameB\x10\n\x0e_include_viewsB\x12\n\x10_idempotency_key\"\xc8\x01\n\x16\x43loneTableDataResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x14\n\x0cnew_table_id\x18\x02 \x01(\t\x12\x13\n\x0bnew_file_id\x18\x03 \x01(\t\x12\x15\n\rsheets_cloned\x18\x04 \x01(\x05\x12\x14\n\x0c\x63\x65lls_cloned\x18\x05 \x01(\x05\x12\x15\n\rerror_message\x18\x06 \x01(\t\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xcb\x01\n\x16\x45xportTableDataRequest\x12\x10\n\x08table_id\x18\x01 \x01(\t\x12+\n\x06\x66ormat\x18\x02 \x01(\x0e\x32\x1b.filehub.taple.ExportFormat\x12\x11\n\tsheet_ids\x18\x03 \x03(\t\x12-\n\x07options\x18\x04 \x01(\x0b\x32\x1c.filehub.taple.ExportOptions\x12\x1c\n\x0fidempotency_key\x18\x05 \x01(\tH\x00\x88\x01\x01\x42\x12\n\x10_idempotency_key\"\xc4\x01\n\rExportOptions\x12\x18\n\x10include_formulas\x18\x01 \x01(\x08\x12\x16\n\x0einclude_styles\x18\x02 \x01(\x08\x12\x1d\n\x15include_hidden_sheets\x18\x03 \x01(\x08\x12 \n\x18include_hidden_rows_cols\x18\x04 \x01(\x08\x12\x13\n\x0b\x64\x61te_format\x18\x05 \x01(\t\x12\x15\n\rcsv_delimiter\x18\x06 \x01(\t\x12\x14\n\x0c\x63sv_encoding\x18\x07 \x01(\t\"\xc8\x02\n\x17\x45xportTableDataResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x11\n\texport_id\x18\x02 \x01(\t\x12\x10\n\x08\x66ile_url\x18\x03 \x01(\t\x12\x14\n\x0c\x64ownload_url\x18\x04 \x01(\t\x12\x11\n\tfile_size\x18\x05 \x01(\x03\x12\x11\n\tfile_name\x18\x06 \x01(\t\x12+\n\x06\x66ormat\x18\x07 \x01(\x0e\x32\x1b.filehub.taple.ExportFormat\x12\x17\n\x0fsheets_exported\x18\x08 \x01(\x05\x12\x15\n\rerror_message\x18\t \x01(\t\x12.\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nexpires_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x8a\x02\n\x16ImportTableDataRequest\x12\x0f\n\x07\x66ile_id\x18\x01 \x01(\t\x12\x1c\n\x0ftarget_table_id\x18\x02 \x01(\tH\x00\x88\x01\x01\x12-\n\x07options\x18\x03 \x01(\x0b\x32\x1c.filehub.taple.ImportOptions\x12\x16\n\tfolder_id\x18\x04 \x01(\tH\x01\x88\x01\x01\x12\x17\n\ntable_name\x18\x05 \x01(\tH\x02\x88\x01\x01\x12\x1c\n\x0fidempotency_key\x18\x06 \x01(\tH\x03\x88\x01\x01\x42\x12\n\x10_target_table_idB\x0c\n\n_folder_idB\r\n\x0b_table_nameB\x12\n\x10_idempotency_key\"\xe2\x02\n\rImportOptions\x12.\n\x0bimport_mode\x18\x01 \x01(\x0e\x32\x19.filehub.taple.ImportMode\x12\x16\n\x0eskip_first_row\x18\x02 \x01(\x08\x12\x19\n\x11\x61uto_detect_types\x18\x03 \x01(\x08\x12\x1b\n\x13\x63lear_existing_data\x18\x04 \x01(\x08\x12G\n\x0e\x63olumn_mapping\x18\x05 \x03(\x0b\x32/.filehub.taple.ImportOptions.ColumnMappingEntry\x12\x13\n\x0b\x64\x61te_format\x18\x06 \x01(\t\x12\x15\n\rcsv_delimiter\x18\x07 \x01(\t\x12\x14\n\x0c\x63sv_encoding\x18\x08 \x01(\t\x12\x10\n\x08max_rows\x18\t \x01(\x05\x1a\x34\n\x12\x43olumnMappingEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xe1\x02\n\x17ImportTableDataResponse\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12\x10\n\x08table_id\x18\x02 \x01(\t\x12\x0f\n\x07\x66ile_id\x18\x03 \x01(\t\x12\x17\n\x0fsheets_imported\x18\x04 \x01(\x05\x12\x15\n\rrows_imported\x18\x05 \x01(\x05\x12\x16\n\x0e\x63\x65lls_imported\x18\x06 \x01(\x05\x12\x37\n\rsheet_results\x18\x07 \x03(\x0b\x32 .filehub.taple.ImportSheetResult\x12\x15\n\rerror_message\x18\x08 \x01(\t\x12.\n\x08warnings\x18\t \x03(\x0b\x32\x1c.filehub.taple.ImportWarning\x12.\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1a\n\x12processing_time_ms\x18\x0b \x01(\x03\"\xa7\x01\n\x11ImportSheetResult\x12\x12\n\nsheet_name\x18\x01 \x01(\t\x12\x10\n\x08sheet_id\x18\x02 \x01(\t\x12\x15\n\rrows_imported\x18\x03 \x01(\x05\x12\x16\n\x0e\x63\x65lls_imported\x18\x04 \x01(\x05\x12\x0f\n\x07success\x18\x05 \x01(\x08\x12\x1a\n\rerror_message\x18\x06 \x01(\tH\x00\x88\x01\x01\x42\x10\n\x0e_error_message\"\xa8\x01\n\rImportWarning\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0f\n\x07message\x18\x02 \x01(\t\x12\x17\n\nsheet_name\x18\x03 \x01(\tH\x00\x88\x01\x01\x12\x17\n\nrow_number\x18\x04 \x01(\x05H\x01\x88\x01\x01\x12\x18\n\x0b\x63olumn_name\x18\x05 \x01(\tH\x02\x88\x01\x01\x42\r\n\x0b_sheet_nameB\r\n\x0b_row_numberB\x0e\n\x0c_column_name\"\xd6\x03\n\x16\x43reateTableViewRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x11\n\tview_name\x18\x02 \x01(\t\x12\x11\n\tview_type\x18\x03 \x01(\t\x12\x35\n\x0f\x66ilter_criteria\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructH\x00\x88\x01\x01\x12\x33\n\rsort_criteria\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructH\x01\x88\x01\x01\x12\x35\n\x0fvisible_columns\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructH\x02\x88\x01\x01\x12\x34\n\x0egroup_criteria\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructH\x03\x88\x01\x01\x12\x11\n\tis_hidden\x18\x08 \x01(\x08\x12\x12\n\nis_default\x18\t \x01(\x08\x12,\n\x06\x63onfig\x18\n \x01(\x0b\x32\x17.google.protobuf.StructH\x04\x88\x01\x01\x42\x12\n\x10_filter_criteriaB\x10\n\x0e_sort_criteriaB\x12\n\x10_visible_columnsB\x11\n\x0f_group_criteriaB\t\n\x07_config\"c\n\x1c\x42\x61tchCreateTableViewsRequest\x12\x10\n\x08sheet_id\x18\x01 \x01(\t\x12\x31\n\x05views\x18\x02 \x03(\x0b\x32\".filehub.taple.CreateTableViewData\"\xc1\x03\n\x13\x43reateTableViewData\x12\x11\n\tview_name\x18\x01 \x01(\t\x12\x11\n\tview_type\x18\x02 \x01(\t\x12\x35\n\x0f\x66ilter_criteria\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructH\x00\x88\x01\x01\x12\x33\n\rsort_criteria\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructH\x01\x88\x01\x01\x12\x35\n\x0fvisible_columns\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructH\x02\x88\x01\x01\x12\x34\n\x0egroup_criteria\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructH\x03\x88\x01\x01\x12\x11\n\tis_hidden\x18\x07 \x01(\x08\x12\x12\n\nis_default\x18\x08 \x01(\x08\x12,\n\x06\x63onfig\x18\t \x01(\x0b\x32\x17.google.protobuf.StructH\x04\x88\x01\x01\x42\x12\n\x10_filter_criteriaB\x10\n\x0e_sort_criteriaB\x12\n\x10_visible_columnsB\x11\n\x0f_group_criteriaB\t\n\x07_config\"\x88\x01\n\x1d\x42\x61tchCreateTableViewsResponse\x12:\n\x07results\x18\x01 \x03(\x0b\x32).filehub.taple.BatchCreateTableViewResult\x12\x15\n\rsuccess_count\x18\x02 \x01(\x05\x12\x14\n\x0c\x66\x61iled_count\x18\x03 \x01(\x05\"\xb7\x01\n\x1a\x42\x61tchCreateTableViewResult\x12\x0f\n\x07success\x18\x01 \x01(\x08\x12+\n\x04view\x18\x02 \x01(\x0b\x32\x18.filehub.taple.TableViewH\x00\x88\x01\x01\x12\x1a\n\rerror_message\x18\x03 \x01(\tH\x01\x88\x01\x01\x12\x16\n\tview_name\x18\x04 \x01(\tH\x02\x88\x01\x01\x42\x07\n\x05_viewB\x10\n\x0e_error_messageB\x0c\n\n_view_name\"&\n\x13GetTableViewRequest\x12\x0f\n\x07view_id\x18\x01 \x01(\t\"n\n\x15ListTableViewsRequest\x12\x12\n\x08table_id\x18\x01 \x01(\tH\x00\x12\x12\n\x08sheet_id\x18\x02 \x01(\tH\x00\x12\x16\n\tview_type\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x07\n\x05scopeB\x0c\n\n_view_type\"\xfc\x03\n\x16UpdateTableViewRequest\x12\x0f\n\x07view_id\x18\x01 \x01(\t\x12\x16\n\tview_name\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x35\n\x0f\x66ilter_criteria\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructH\x01\x88\x01\x01\x12\x33\n\rsort_criteria\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructH\x02\x88\x01\x01\x12\x35\n\x0fvisible_columns\x18\x05 \x01(\x0b\x32\x17.google.protobuf.StructH\x03\x88\x01\x01\x12\x34\n\x0egroup_criteria\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructH\x04\x88\x01\x01\x12\x16\n\tis_hidden\x18\x07 \x01(\x08H\x05\x88\x01\x01\x12\x17\n\nis_default\x18\x08 \x01(\x08H\x06\x88\x01\x01\x12,\n\x06\x63onfig\x18\t \x01(\x0b\x32\x17.google.protobuf.StructH\x07\x88\x01\x01\x42\x0c\n\n_view_nameB\x12\n\x10_filter_criteriaB\x10\n\x0e_sort_criteriaB\x12\n\x10_visible_columnsB\x11\n\x0f_group_criteriaB\x0c\n\n_is_hiddenB\r\n\x0b_is_defaultB\t\n\x07_config\"X\n\x1cUpdateTableViewConfigRequest\x12\x0f\n\x07view_id\x18\x01 \x01(\t\x12\'\n\x06\x63onfig\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\")\n\x16\x44\x65leteTableViewRequest\x12\x0f\n\x07view_id\x18\x01 \x01(\t\";\n\x11TableViewResponse\x12&\n\x04view\x18\x01 \x01(\x0b\x32\x18.filehub.taple.TableView\"V\n\x16ListTableViewsResponse\x12\'\n\x05views\x18\x01 \x03(\x0b\x32\x18.filehub.taple.TableView\x12\x13\n\x0btotal_count\x18\x02 \x01(\x05*u\n\x0c\x45xportFormat\x12\x1d\n\x19\x45XPORT_FORMAT_UNSPECIFIED\x10\x00\x12\x17\n\x13\x45XPORT_FORMAT_EXCEL\x10\x01\x12\x15\n\x11\x45XPORT_FORMAT_CSV\x10\x02\x12\x16\n\x12\x45XPORT_FORMAT_JSON\x10\x03*q\n\nImportMode\x12\x1b\n\x17IMPORT_MODE_UNSPECIFIED\x10\x00\x12\x16\n\x12IMPORT_MODE_APPEND\x10\x01\x12\x17\n\x13IMPORT_MODE_REPLACE\x10\x02\x12\x15\n\x11IMPORT_MODE_MERGE\x10\x03\x32\x8e\x18\n\x0cTapleService\x12N\n\x0b\x43reateTable\x12!.filehub.taple.CreateTableRequest\x1a\x1c.filehub.taple.TableResponse\x12H\n\x08GetTable\x12\x1e.filehub.taple.GetTableRequest\x1a\x1c.filehub.taple.TableResponse\x12N\n\x0bUpdateTable\x12!.filehub.taple.UpdateTableRequest\x1a\x1c.filehub.taple.TableResponse\x12\x46\n\x0b\x44\x65leteTable\x12!.filehub.taple.DeleteTableRequest\x1a\x14.filehub.taple.Empty\x12N\n\x0b\x43reateSheet\x12!.filehub.taple.CreateSheetRequest\x1a\x1c.filehub.taple.SheetResponse\x12H\n\x08GetSheet\x12\x1e.filehub.taple.GetSheetRequest\x1a\x1c.filehub.taple.SheetResponse\x12Q\n\nListSheets\x12 .filehub.taple.ListSheetsRequest\x1a!.filehub.taple.ListSheetsResponse\x12N\n\x0bUpdateSheet\x12!.filehub.taple.UpdateSheetRequest\x1a\x1c.filehub.taple.SheetResponse\x12\x46\n\x0b\x44\x65leteSheet\x12!.filehub.taple.DeleteSheetRequest\x1a\x14.filehub.taple.Empty\x12Q\n\x0c\x43reateColumn\x12\".filehub.taple.CreateColumnRequest\x1a\x1d.filehub.taple.ColumnResponse\x12Q\n\x0cUpdateColumn\x12\".filehub.taple.UpdateColumnRequest\x1a\x1d.filehub.taple.ColumnResponse\x12H\n\x0c\x44\x65leteColumn\x12\".filehub.taple.DeleteColumnRequest\x1a\x14.filehub.taple.Empty\x12\x63\n\x10\x42\x61tchEditColumns\x12&.filehub.taple.BatchEditColumnsRequest\x1a\'.filehub.taple.BatchEditColumnsResponse\x12H\n\tCreateRow\x12\x1f.filehub.taple.CreateRowRequest\x1a\x1a.filehub.taple.RowResponse\x12H\n\tUpdateRow\x12\x1f.filehub.taple.UpdateRowRequest\x1a\x1a.filehub.taple.RowResponse\x12\x42\n\tDeleteRow\x12\x1f.filehub.taple.DeleteRowRequest\x1a\x14.filehub.taple.Empty\x12Z\n\rBatchEditRows\x12#.filehub.taple.BatchEditRowsRequest\x1a$.filehub.taple.BatchEditRowsResponse\x12G\n\x08\x45\x64itCell\x12\x1e.filehub.taple.EditCellRequest\x1a\x1b.filehub.taple.CellResponse\x12\x44\n\nDeleteCell\x12 .filehub.taple.DeleteCellRequest\x1a\x14.filehub.taple.Empty\x12]\n\x0e\x42\x61tchEditCells\x12$.filehub.taple.BatchEditCellsRequest\x1a%.filehub.taple.BatchEditCellsResponse\x12]\n\x0e\x42\x61tchEditSheet\x12$.filehub.taple.BatchEditSheetRequest\x1a%.filehub.taple.BatchEditSheetResponse\x12`\n\x0fGetSheetVersion\x12%.filehub.taple.GetSheetVersionRequest\x1a&.filehub.taple.GetSheetVersionResponse\x12W\n\x0cGetSheetData\x12\".filehub.taple.GetSheetDataRequest\x1a#.filehub.taple.GetSheetDataResponse\x12W\n\rGetColumnData\x12#.filehub.taple.GetColumnDataRequest\x1a!.filehub.taple.ColumnDataResponse\x12N\n\nGetRowData\x12 .filehub.taple.GetRowDataRequest\x1a\x1e.filehub.taple.RowDataResponse\x12Q\n\x0bGetCellData\x12!.filehub.taple.GetCellDataRequest\x1a\x1f.filehub.taple.CellDataResponse\x12]\n\x0e\x43loneTableData\x12$.filehub.taple.CloneTableDataRequest\x1a%.filehub.taple.CloneTableDataResponse\x12`\n\x0f\x45xportTableData\x12%.filehub.taple.ExportTableDataRequest\x1a&.filehub.taple.ExportTableDataResponse\x12`\n\x0fImportTableData\x12%.filehub.taple.ImportTableDataRequest\x1a&.filehub.taple.ImportTableDataResponse\x12Z\n\x0f\x43reateTableView\x12%.filehub.taple.CreateTableViewRequest\x1a .filehub.taple.TableViewResponse\x12r\n\x15\x42\x61tchCreateTableViews\x12+.filehub.taple.BatchCreateTableViewsRequest\x1a,.filehub.taple.BatchCreateTableViewsResponse\x12T\n\x0cGetTableView\x12\".filehub.taple.GetTableViewRequest\x1a .filehub.taple.TableViewResponse\x12]\n\x0eListTableViews\x12$.filehub.taple.ListTableViewsRequest\x1a%.filehub.taple.ListTableViewsResponse\x12Z\n\x0fUpdateTableView\x12%.filehub.taple.UpdateTableViewRequest\x1a .filehub.taple.TableViewResponse\x12N\n\x0f\x44\x65leteTableView\x12%.filehub.taple.DeleteTableViewRequest\x1a\x14.filehub.taple.Empty\x12\x66\n\x15UpdateTableViewConfig\x12+.filehub.taple.UpdateTableViewConfigRequest\x1a .filehub.taple.TableViewResponseB3Z1github.com/your-org/file-hub-server/rpc/gen/tapleb\x06proto3')
30
+
31
+ _globals = globals()
32
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
33
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'taple_service_pb2', _globals)
34
+ if not _descriptor._USE_C_DESCRIPTORS:
35
+ _globals['DESCRIPTOR']._loaded_options = None
36
+ _globals['DESCRIPTOR']._serialized_options = b'Z1github.com/your-org/file-hub-server/rpc/gen/taple'
37
+ _globals['_IMPORTOPTIONS_COLUMNMAPPINGENTRY']._loaded_options = None
38
+ _globals['_IMPORTOPTIONS_COLUMNMAPPINGENTRY']._serialized_options = b'8\001'
39
+ _globals['_EXPORTFORMAT']._serialized_start=17814
40
+ _globals['_EXPORTFORMAT']._serialized_end=17931
41
+ _globals['_IMPORTMODE']._serialized_start=17933
42
+ _globals['_IMPORTMODE']._serialized_end=18046
43
+ _globals['_TABLE']._serialized_start=102
44
+ _globals['_TABLE']._serialized_end=450
45
+ _globals['_SHEET']._serialized_start=453
46
+ _globals['_SHEET']._serialized_end=823
47
+ _globals['_COLUMN']._serialized_start=826
48
+ _globals['_COLUMN']._serialized_end=1365
49
+ _globals['_ROW']._serialized_start=1368
50
+ _globals['_ROW']._serialized_end=1761
51
+ _globals['_CELL']._serialized_start=1764
52
+ _globals['_CELL']._serialized_end=2348
53
+ _globals['_MERGEDCELL']._serialized_start=2351
54
+ _globals['_MERGEDCELL']._serialized_end=2680
55
+ _globals['_TABLEVIEW']._serialized_start=2683
56
+ _globals['_TABLEVIEW']._serialized_end=3316
57
+ _globals['_CREATETABLEREQUEST']._serialized_start=3319
58
+ _globals['_CREATETABLEREQUEST']._serialized_end=3483
59
+ _globals['_GETTABLEREQUEST']._serialized_start=3485
60
+ _globals['_GETTABLEREQUEST']._serialized_end=3572
61
+ _globals['_UPDATETABLEREQUEST']._serialized_start=3575
62
+ _globals['_UPDATETABLEREQUEST']._serialized_end=3733
63
+ _globals['_DELETETABLEREQUEST']._serialized_start=3735
64
+ _globals['_DELETETABLEREQUEST']._serialized_end=3823
65
+ _globals['_TABLERESPONSE']._serialized_start=3825
66
+ _globals['_TABLERESPONSE']._serialized_end=3877
67
+ _globals['_CREATESHEETREQUEST']._serialized_start=3880
68
+ _globals['_CREATESHEETREQUEST']._serialized_end=4060
69
+ _globals['_GETSHEETREQUEST']._serialized_start=4062
70
+ _globals['_GETSHEETREQUEST']._serialized_end=4097
71
+ _globals['_LISTSHEETSREQUEST']._serialized_start=4099
72
+ _globals['_LISTSHEETSREQUEST']._serialized_end=4136
73
+ _globals['_LISTSHEETSRESPONSE']._serialized_start=4138
74
+ _globals['_LISTSHEETSRESPONSE']._serialized_end=4196
75
+ _globals['_UPDATESHEETREQUEST']._serialized_start=4199
76
+ _globals['_UPDATESHEETREQUEST']._serialized_end=4393
77
+ _globals['_DELETESHEETREQUEST']._serialized_start=4395
78
+ _globals['_DELETESHEETREQUEST']._serialized_end=4483
79
+ _globals['_SHEETRESPONSE']._serialized_start=4485
80
+ _globals['_SHEETRESPONSE']._serialized_end=4537
81
+ _globals['_CREATECOLUMNREQUEST']._serialized_start=4540
82
+ _globals['_CREATECOLUMNREQUEST']._serialized_end=4900
83
+ _globals['_UPDATECOLUMNREQUEST']._serialized_start=4903
84
+ _globals['_UPDATECOLUMNREQUEST']._serialized_end=5293
85
+ _globals['_DELETECOLUMNREQUEST']._serialized_start=5296
86
+ _globals['_DELETECOLUMNREQUEST']._serialized_end=5447
87
+ _globals['_BATCHEDITCOLUMNSREQUEST']._serialized_start=5450
88
+ _globals['_BATCHEDITCOLUMNSREQUEST']._serialized_end=5637
89
+ _globals['_COLUMNOPERATION']._serialized_start=5640
90
+ _globals['_COLUMNOPERATION']._serialized_end=5823
91
+ _globals['_CREATECOLUMNDATA']._serialized_start=5826
92
+ _globals['_CREATECOLUMNDATA']._serialized_end=6073
93
+ _globals['_UPDATECOLUMNDATA']._serialized_start=6076
94
+ _globals['_UPDATECOLUMNDATA']._serialized_end=6389
95
+ _globals['_DELETECOLUMNDATA']._serialized_start=6391
96
+ _globals['_DELETECOLUMNDATA']._serialized_end=6429
97
+ _globals['_COLUMNRESPONSE']._serialized_start=6431
98
+ _globals['_COLUMNRESPONSE']._serialized_end=6540
99
+ _globals['_BATCHEDITCOLUMNSRESPONSE']._serialized_start=6543
100
+ _globals['_BATCHEDITCOLUMNSRESPONSE']._serialized_end=6787
101
+ _globals['_COLUMNOPERATIONRESULT']._serialized_start=6790
102
+ _globals['_COLUMNOPERATIONRESULT']._serialized_end=6979
103
+ _globals['_CONFLICTINFO']._serialized_start=6982
104
+ _globals['_CONFLICTINFO']._serialized_end=7155
105
+ _globals['_CREATEROWREQUEST']._serialized_start=7158
106
+ _globals['_CREATEROWREQUEST']._serialized_end=7386
107
+ _globals['_UPDATEROWREQUEST']._serialized_start=7389
108
+ _globals['_UPDATEROWREQUEST']._serialized_end=7634
109
+ _globals['_DELETEROWREQUEST']._serialized_start=7637
110
+ _globals['_DELETEROWREQUEST']._serialized_end=7782
111
+ _globals['_BATCHEDITROWSREQUEST']._serialized_start=7785
112
+ _globals['_BATCHEDITROWSREQUEST']._serialized_end=7966
113
+ _globals['_ROWOPERATION']._serialized_start=7969
114
+ _globals['_ROWOPERATION']._serialized_end=8140
115
+ _globals['_CREATEROWDATA']._serialized_start=8142
116
+ _globals['_CREATEROWDATA']._serialized_end=8225
117
+ _globals['_UPDATEROWDATA']._serialized_start=8228
118
+ _globals['_UPDATEROWDATA']._serialized_end=8360
119
+ _globals['_DELETEROWDATA']._serialized_start=8362
120
+ _globals['_DELETEROWDATA']._serialized_end=8394
121
+ _globals['_ROWRESPONSE']._serialized_start=8397
122
+ _globals['_ROWRESPONSE']._serialized_end=8635
123
+ _globals['_BATCHEDITROWSRESPONSE']._serialized_start=8638
124
+ _globals['_BATCHEDITROWSRESPONSE']._serialized_end=8876
125
+ _globals['_ROWOPERATIONRESULT']._serialized_start=8879
126
+ _globals['_ROWOPERATIONRESULT']._serialized_end=9056
127
+ _globals['_EDITCELLREQUEST']._serialized_start=9059
128
+ _globals['_EDITCELLREQUEST']._serialized_end=9440
129
+ _globals['_DELETECELLREQUEST']._serialized_start=9443
130
+ _globals['_DELETECELLREQUEST']._serialized_end=9609
131
+ _globals['_BATCHEDITCELLSREQUEST']._serialized_start=9612
132
+ _globals['_BATCHEDITCELLSREQUEST']._serialized_end=9795
133
+ _globals['_CELLOPERATION']._serialized_start=9798
134
+ _globals['_CELLOPERATION']._serialized_end=9967
135
+ _globals['_EDITCELLDATA']._serialized_start=9970
136
+ _globals['_EDITCELLDATA']._serialized_end=10238
137
+ _globals['_CLEARCELLDATA']._serialized_start=10240
138
+ _globals['_CLEARCELLDATA']._serialized_end=10292
139
+ _globals['_DELETECELLDATA']._serialized_start=10294
140
+ _globals['_DELETECELLDATA']._serialized_end=10347
141
+ _globals['_CELLRESPONSE']._serialized_start=10350
142
+ _globals['_CELLRESPONSE']._serialized_end=10591
143
+ _globals['_BATCHEDITCELLSRESPONSE']._serialized_start=10594
144
+ _globals['_BATCHEDITCELLSRESPONSE']._serialized_end=10834
145
+ _globals['_CELLOPERATIONRESULT']._serialized_start=10837
146
+ _globals['_CELLOPERATIONRESULT']._serialized_end=11018
147
+ _globals['_BATCHEDITSHEETREQUEST']._serialized_start=11021
148
+ _globals['_BATCHEDITSHEETREQUEST']._serialized_end=11205
149
+ _globals['_SHEETOPERATION']._serialized_start=11208
150
+ _globals['_SHEETOPERATION']._serialized_end=11386
151
+ _globals['_BATCHEDITSHEETRESPONSE']._serialized_start=11389
152
+ _globals['_BATCHEDITSHEETRESPONSE']._serialized_end=11648
153
+ _globals['_SHEETOPERATIONRESULT']._serialized_start=11651
154
+ _globals['_SHEETOPERATIONRESULT']._serialized_end=12035
155
+ _globals['_GETCOLUMNDATAREQUEST']._serialized_start=12037
156
+ _globals['_GETCOLUMNDATAREQUEST']._serialized_end=12097
157
+ _globals['_COLUMNDATARESPONSE']._serialized_start=12099
158
+ _globals['_COLUMNDATARESPONSE']._serialized_end=12194
159
+ _globals['_GETROWDATAREQUEST']._serialized_start=12196
160
+ _globals['_GETROWDATAREQUEST']._serialized_end=12250
161
+ _globals['_ROWDATARESPONSE']._serialized_start=12252
162
+ _globals['_ROWDATARESPONSE']._serialized_end=12338
163
+ _globals['_GETCELLDATAREQUEST']._serialized_start=12340
164
+ _globals['_GETCELLDATAREQUEST']._serialized_end=12415
165
+ _globals['_CELLDATARESPONSE']._serialized_start=12417
166
+ _globals['_CELLDATARESPONSE']._serialized_end=12470
167
+ _globals['_GETSHEETVERSIONREQUEST']._serialized_start=12472
168
+ _globals['_GETSHEETVERSIONREQUEST']._serialized_end=12514
169
+ _globals['_GETSHEETVERSIONRESPONSE']._serialized_start=12516
170
+ _globals['_GETSHEETVERSIONRESPONSE']._serialized_end=12616
171
+ _globals['_GETSHEETDATAREQUEST']._serialized_start=12618
172
+ _globals['_GETSHEETDATAREQUEST']._serialized_end=12691
173
+ _globals['_GETSHEETDATARESPONSE']._serialized_start=12694
174
+ _globals['_GETSHEETDATARESPONSE']._serialized_end=12951
175
+ _globals['_EMPTY']._serialized_start=12953
176
+ _globals['_EMPTY']._serialized_end=12960
177
+ _globals['_CLONETABLEDATAREQUEST']._serialized_start=12963
178
+ _globals['_CLONETABLEDATAREQUEST']._serialized_end=13254
179
+ _globals['_CLONETABLEDATARESPONSE']._serialized_start=13257
180
+ _globals['_CLONETABLEDATARESPONSE']._serialized_end=13457
181
+ _globals['_EXPORTTABLEDATAREQUEST']._serialized_start=13460
182
+ _globals['_EXPORTTABLEDATAREQUEST']._serialized_end=13663
183
+ _globals['_EXPORTOPTIONS']._serialized_start=13666
184
+ _globals['_EXPORTOPTIONS']._serialized_end=13862
185
+ _globals['_EXPORTTABLEDATARESPONSE']._serialized_start=13865
186
+ _globals['_EXPORTTABLEDATARESPONSE']._serialized_end=14193
187
+ _globals['_IMPORTTABLEDATAREQUEST']._serialized_start=14196
188
+ _globals['_IMPORTTABLEDATAREQUEST']._serialized_end=14462
189
+ _globals['_IMPORTOPTIONS']._serialized_start=14465
190
+ _globals['_IMPORTOPTIONS']._serialized_end=14819
191
+ _globals['_IMPORTOPTIONS_COLUMNMAPPINGENTRY']._serialized_start=14767
192
+ _globals['_IMPORTOPTIONS_COLUMNMAPPINGENTRY']._serialized_end=14819
193
+ _globals['_IMPORTTABLEDATARESPONSE']._serialized_start=14822
194
+ _globals['_IMPORTTABLEDATARESPONSE']._serialized_end=15175
195
+ _globals['_IMPORTSHEETRESULT']._serialized_start=15178
196
+ _globals['_IMPORTSHEETRESULT']._serialized_end=15345
197
+ _globals['_IMPORTWARNING']._serialized_start=15348
198
+ _globals['_IMPORTWARNING']._serialized_end=15516
199
+ _globals['_CREATETABLEVIEWREQUEST']._serialized_start=15519
200
+ _globals['_CREATETABLEVIEWREQUEST']._serialized_end=15989
201
+ _globals['_BATCHCREATETABLEVIEWSREQUEST']._serialized_start=15991
202
+ _globals['_BATCHCREATETABLEVIEWSREQUEST']._serialized_end=16090
203
+ _globals['_CREATETABLEVIEWDATA']._serialized_start=16093
204
+ _globals['_CREATETABLEVIEWDATA']._serialized_end=16542
205
+ _globals['_BATCHCREATETABLEVIEWSRESPONSE']._serialized_start=16545
206
+ _globals['_BATCHCREATETABLEVIEWSRESPONSE']._serialized_end=16681
207
+ _globals['_BATCHCREATETABLEVIEWRESULT']._serialized_start=16684
208
+ _globals['_BATCHCREATETABLEVIEWRESULT']._serialized_end=16867
209
+ _globals['_GETTABLEVIEWREQUEST']._serialized_start=16869
210
+ _globals['_GETTABLEVIEWREQUEST']._serialized_end=16907
211
+ _globals['_LISTTABLEVIEWSREQUEST']._serialized_start=16909
212
+ _globals['_LISTTABLEVIEWSREQUEST']._serialized_end=17019
213
+ _globals['_UPDATETABLEVIEWREQUEST']._serialized_start=17022
214
+ _globals['_UPDATETABLEVIEWREQUEST']._serialized_end=17530
215
+ _globals['_UPDATETABLEVIEWCONFIGREQUEST']._serialized_start=17532
216
+ _globals['_UPDATETABLEVIEWCONFIGREQUEST']._serialized_end=17620
217
+ _globals['_DELETETABLEVIEWREQUEST']._serialized_start=17622
218
+ _globals['_DELETETABLEVIEWREQUEST']._serialized_end=17663
219
+ _globals['_TABLEVIEWRESPONSE']._serialized_start=17665
220
+ _globals['_TABLEVIEWRESPONSE']._serialized_end=17724
221
+ _globals['_LISTTABLEVIEWSRESPONSE']._serialized_start=17726
222
+ _globals['_LISTTABLEVIEWSRESPONSE']._serialized_end=17812
223
+ _globals['_TAPLESERVICE']._serialized_start=18049
224
+ _globals['_TAPLESERVICE']._serialized_end=21135
225
+ # @@protoc_insertion_point(module_scope)
@@ -77,6 +77,7 @@ message UploadCompletedRequest {
77
77
 
78
78
  message DownloadUrlRequest {
79
79
  string file_id = 1;
80
+ optional bool is_cdn = 3;
80
81
  optional int32 expire_seconds = 2;
81
82
  }
82
83
 
@@ -180,7 +180,7 @@ message TableView {
180
180
  // 视图配置字段
181
181
  google.protobuf.Struct filter_criteria = 7; // 过滤条件(JSON)
182
182
  google.protobuf.Struct sort_criteria = 8; // 排序条件(JSON)
183
- google.protobuf.ListValue visible_columns = 9; // 可见列(JSON数组)
183
+ google.protobuf.Struct visible_columns = 9; // 可见列配置 (key: column_id, value: bool)
184
184
  google.protobuf.Struct group_criteria = 10; // 分组条件(JSON)
185
185
 
186
186
  // 创建者信息
@@ -778,7 +778,7 @@ message CreateTableViewRequest {
778
778
  // 视图配置字段
779
779
  optional google.protobuf.Struct filter_criteria = 4; // 过滤条件
780
780
  optional google.protobuf.Struct sort_criteria = 5; // 排序条件
781
- repeated string visible_columns = 6; // 可见列
781
+ optional google.protobuf.Struct visible_columns = 6; // 可见列配置 (key: column_id, value: bool)
782
782
  optional google.protobuf.Struct group_criteria = 7; // 分组条件
783
783
 
784
784
  // 视图状态
@@ -801,7 +801,7 @@ message CreateTableViewData {
801
801
  // 视图配置字段
802
802
  optional google.protobuf.Struct filter_criteria = 3; // 过滤条件
803
803
  optional google.protobuf.Struct sort_criteria = 4; // 排序条件
804
- repeated string visible_columns = 5; // 可见列
804
+ optional google.protobuf.Struct visible_columns = 5; // 可见列配置 (key: column_id, value: bool)
805
805
  optional google.protobuf.Struct group_criteria = 6; // 分组条件
806
806
 
807
807
  // 视图状态
@@ -844,7 +844,7 @@ message UpdateTableViewRequest {
844
844
  // 视图配置字段(可选更新)
845
845
  optional google.protobuf.Struct filter_criteria = 3; // 过滤条件
846
846
  optional google.protobuf.Struct sort_criteria = 4; // 排序条件
847
- google.protobuf.ListValue visible_columns = 5; // 可见列(使用ListValue以支持null值)
847
+ optional google.protobuf.Struct visible_columns = 5; // 可见列配置 (key: column_id, value: bool)
848
848
  optional google.protobuf.Struct group_criteria = 6; // 分组条件
849
849
 
850
850
  // 视图状态(可选更新)