tamar-file-hub-client 0.0.1__py3-none-any.whl → 0.0.3__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.
- file_hub_client/__init__.py +39 -0
- file_hub_client/client.py +43 -6
- file_hub_client/rpc/async_client.py +91 -11
- file_hub_client/rpc/gen/taple_service_pb2.py +225 -0
- file_hub_client/rpc/gen/taple_service_pb2_grpc.py +1626 -0
- file_hub_client/rpc/generate_grpc.py +2 -2
- file_hub_client/rpc/interceptors.py +550 -0
- file_hub_client/rpc/protos/taple_service.proto +874 -0
- file_hub_client/rpc/sync_client.py +91 -9
- file_hub_client/schemas/__init__.py +60 -0
- file_hub_client/schemas/taple.py +413 -0
- file_hub_client/services/__init__.py +5 -0
- file_hub_client/services/file/async_blob_service.py +558 -482
- file_hub_client/services/file/async_file_service.py +18 -9
- file_hub_client/services/file/base_file_service.py +19 -6
- file_hub_client/services/file/sync_blob_service.py +556 -478
- file_hub_client/services/file/sync_file_service.py +18 -9
- file_hub_client/services/folder/async_folder_service.py +20 -11
- file_hub_client/services/folder/sync_folder_service.py +20 -11
- file_hub_client/services/taple/__init__.py +10 -0
- file_hub_client/services/taple/async_taple_service.py +2281 -0
- file_hub_client/services/taple/base_taple_service.py +353 -0
- file_hub_client/services/taple/idempotent_taple_mixin.py +142 -0
- file_hub_client/services/taple/sync_taple_service.py +2256 -0
- file_hub_client/utils/__init__.py +43 -1
- file_hub_client/utils/file_utils.py +59 -11
- file_hub_client/utils/idempotency.py +196 -0
- file_hub_client/utils/logging.py +315 -0
- file_hub_client/utils/retry.py +241 -2
- file_hub_client/utils/smart_retry.py +403 -0
- tamar_file_hub_client-0.0.3.dist-info/METADATA +2050 -0
- tamar_file_hub_client-0.0.3.dist-info/RECORD +57 -0
- tamar_file_hub_client-0.0.1.dist-info/METADATA +0 -874
- tamar_file_hub_client-0.0.1.dist-info/RECORD +0 -44
- {tamar_file_hub_client-0.0.1.dist-info → tamar_file_hub_client-0.0.3.dist-info}/WHEEL +0 -0
- {tamar_file_hub_client-0.0.1.dist-info → tamar_file_hub_client-0.0.3.dist-info}/top_level.txt +0 -0
@@ -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\"\xfc\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\x33\n\x0fvisible_columns\x18\t \x01(\x0b\x32\x1a.google.protobuf.ListValue\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\"\xa4\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\x17\n\x0fvisible_columns\x18\x06 \x03(\t\x12\x34\n\x0egroup_criteria\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructH\x02\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\x03\x88\x01\x01\x42\x12\n\x10_filter_criteriaB\x10\n\x0e_sort_criteriaB\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\"\x8f\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\x17\n\x0fvisible_columns\x18\x05 \x03(\t\x12\x34\n\x0egroup_criteria\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructH\x02\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\x03\x88\x01\x01\x42\x12\n\x10_filter_criteriaB\x10\n\x0e_sort_criteriaB\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\"\xe6\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\x33\n\x0fvisible_columns\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.ListValue\x12\x34\n\x0egroup_criteria\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructH\x03\x88\x01\x01\x12\x16\n\tis_hidden\x18\x07 \x01(\x08H\x04\x88\x01\x01\x12\x17\n\nis_default\x18\x08 \x01(\x08H\x05\x88\x01\x01\x12,\n\x06\x63onfig\x18\t \x01(\x0b\x32\x17.google.protobuf.StructH\x06\x88\x01\x01\x42\x0c\n\n_view_nameB\x12\n\x10_filter_criteriaB\x10\n\x0e_sort_criteriaB\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=17695
|
40
|
+
_globals['_EXPORTFORMAT']._serialized_end=17812
|
41
|
+
_globals['_IMPORTMODE']._serialized_start=17814
|
42
|
+
_globals['_IMPORTMODE']._serialized_end=17927
|
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=3319
|
57
|
+
_globals['_CREATETABLEREQUEST']._serialized_start=3322
|
58
|
+
_globals['_CREATETABLEREQUEST']._serialized_end=3486
|
59
|
+
_globals['_GETTABLEREQUEST']._serialized_start=3488
|
60
|
+
_globals['_GETTABLEREQUEST']._serialized_end=3575
|
61
|
+
_globals['_UPDATETABLEREQUEST']._serialized_start=3578
|
62
|
+
_globals['_UPDATETABLEREQUEST']._serialized_end=3736
|
63
|
+
_globals['_DELETETABLEREQUEST']._serialized_start=3738
|
64
|
+
_globals['_DELETETABLEREQUEST']._serialized_end=3826
|
65
|
+
_globals['_TABLERESPONSE']._serialized_start=3828
|
66
|
+
_globals['_TABLERESPONSE']._serialized_end=3880
|
67
|
+
_globals['_CREATESHEETREQUEST']._serialized_start=3883
|
68
|
+
_globals['_CREATESHEETREQUEST']._serialized_end=4063
|
69
|
+
_globals['_GETSHEETREQUEST']._serialized_start=4065
|
70
|
+
_globals['_GETSHEETREQUEST']._serialized_end=4100
|
71
|
+
_globals['_LISTSHEETSREQUEST']._serialized_start=4102
|
72
|
+
_globals['_LISTSHEETSREQUEST']._serialized_end=4139
|
73
|
+
_globals['_LISTSHEETSRESPONSE']._serialized_start=4141
|
74
|
+
_globals['_LISTSHEETSRESPONSE']._serialized_end=4199
|
75
|
+
_globals['_UPDATESHEETREQUEST']._serialized_start=4202
|
76
|
+
_globals['_UPDATESHEETREQUEST']._serialized_end=4396
|
77
|
+
_globals['_DELETESHEETREQUEST']._serialized_start=4398
|
78
|
+
_globals['_DELETESHEETREQUEST']._serialized_end=4486
|
79
|
+
_globals['_SHEETRESPONSE']._serialized_start=4488
|
80
|
+
_globals['_SHEETRESPONSE']._serialized_end=4540
|
81
|
+
_globals['_CREATECOLUMNREQUEST']._serialized_start=4543
|
82
|
+
_globals['_CREATECOLUMNREQUEST']._serialized_end=4903
|
83
|
+
_globals['_UPDATECOLUMNREQUEST']._serialized_start=4906
|
84
|
+
_globals['_UPDATECOLUMNREQUEST']._serialized_end=5296
|
85
|
+
_globals['_DELETECOLUMNREQUEST']._serialized_start=5299
|
86
|
+
_globals['_DELETECOLUMNREQUEST']._serialized_end=5450
|
87
|
+
_globals['_BATCHEDITCOLUMNSREQUEST']._serialized_start=5453
|
88
|
+
_globals['_BATCHEDITCOLUMNSREQUEST']._serialized_end=5640
|
89
|
+
_globals['_COLUMNOPERATION']._serialized_start=5643
|
90
|
+
_globals['_COLUMNOPERATION']._serialized_end=5826
|
91
|
+
_globals['_CREATECOLUMNDATA']._serialized_start=5829
|
92
|
+
_globals['_CREATECOLUMNDATA']._serialized_end=6076
|
93
|
+
_globals['_UPDATECOLUMNDATA']._serialized_start=6079
|
94
|
+
_globals['_UPDATECOLUMNDATA']._serialized_end=6392
|
95
|
+
_globals['_DELETECOLUMNDATA']._serialized_start=6394
|
96
|
+
_globals['_DELETECOLUMNDATA']._serialized_end=6432
|
97
|
+
_globals['_COLUMNRESPONSE']._serialized_start=6434
|
98
|
+
_globals['_COLUMNRESPONSE']._serialized_end=6543
|
99
|
+
_globals['_BATCHEDITCOLUMNSRESPONSE']._serialized_start=6546
|
100
|
+
_globals['_BATCHEDITCOLUMNSRESPONSE']._serialized_end=6790
|
101
|
+
_globals['_COLUMNOPERATIONRESULT']._serialized_start=6793
|
102
|
+
_globals['_COLUMNOPERATIONRESULT']._serialized_end=6982
|
103
|
+
_globals['_CONFLICTINFO']._serialized_start=6985
|
104
|
+
_globals['_CONFLICTINFO']._serialized_end=7158
|
105
|
+
_globals['_CREATEROWREQUEST']._serialized_start=7161
|
106
|
+
_globals['_CREATEROWREQUEST']._serialized_end=7389
|
107
|
+
_globals['_UPDATEROWREQUEST']._serialized_start=7392
|
108
|
+
_globals['_UPDATEROWREQUEST']._serialized_end=7637
|
109
|
+
_globals['_DELETEROWREQUEST']._serialized_start=7640
|
110
|
+
_globals['_DELETEROWREQUEST']._serialized_end=7785
|
111
|
+
_globals['_BATCHEDITROWSREQUEST']._serialized_start=7788
|
112
|
+
_globals['_BATCHEDITROWSREQUEST']._serialized_end=7969
|
113
|
+
_globals['_ROWOPERATION']._serialized_start=7972
|
114
|
+
_globals['_ROWOPERATION']._serialized_end=8143
|
115
|
+
_globals['_CREATEROWDATA']._serialized_start=8145
|
116
|
+
_globals['_CREATEROWDATA']._serialized_end=8228
|
117
|
+
_globals['_UPDATEROWDATA']._serialized_start=8231
|
118
|
+
_globals['_UPDATEROWDATA']._serialized_end=8363
|
119
|
+
_globals['_DELETEROWDATA']._serialized_start=8365
|
120
|
+
_globals['_DELETEROWDATA']._serialized_end=8397
|
121
|
+
_globals['_ROWRESPONSE']._serialized_start=8400
|
122
|
+
_globals['_ROWRESPONSE']._serialized_end=8638
|
123
|
+
_globals['_BATCHEDITROWSRESPONSE']._serialized_start=8641
|
124
|
+
_globals['_BATCHEDITROWSRESPONSE']._serialized_end=8879
|
125
|
+
_globals['_ROWOPERATIONRESULT']._serialized_start=8882
|
126
|
+
_globals['_ROWOPERATIONRESULT']._serialized_end=9059
|
127
|
+
_globals['_EDITCELLREQUEST']._serialized_start=9062
|
128
|
+
_globals['_EDITCELLREQUEST']._serialized_end=9443
|
129
|
+
_globals['_DELETECELLREQUEST']._serialized_start=9446
|
130
|
+
_globals['_DELETECELLREQUEST']._serialized_end=9612
|
131
|
+
_globals['_BATCHEDITCELLSREQUEST']._serialized_start=9615
|
132
|
+
_globals['_BATCHEDITCELLSREQUEST']._serialized_end=9798
|
133
|
+
_globals['_CELLOPERATION']._serialized_start=9801
|
134
|
+
_globals['_CELLOPERATION']._serialized_end=9970
|
135
|
+
_globals['_EDITCELLDATA']._serialized_start=9973
|
136
|
+
_globals['_EDITCELLDATA']._serialized_end=10241
|
137
|
+
_globals['_CLEARCELLDATA']._serialized_start=10243
|
138
|
+
_globals['_CLEARCELLDATA']._serialized_end=10295
|
139
|
+
_globals['_DELETECELLDATA']._serialized_start=10297
|
140
|
+
_globals['_DELETECELLDATA']._serialized_end=10350
|
141
|
+
_globals['_CELLRESPONSE']._serialized_start=10353
|
142
|
+
_globals['_CELLRESPONSE']._serialized_end=10594
|
143
|
+
_globals['_BATCHEDITCELLSRESPONSE']._serialized_start=10597
|
144
|
+
_globals['_BATCHEDITCELLSRESPONSE']._serialized_end=10837
|
145
|
+
_globals['_CELLOPERATIONRESULT']._serialized_start=10840
|
146
|
+
_globals['_CELLOPERATIONRESULT']._serialized_end=11021
|
147
|
+
_globals['_BATCHEDITSHEETREQUEST']._serialized_start=11024
|
148
|
+
_globals['_BATCHEDITSHEETREQUEST']._serialized_end=11208
|
149
|
+
_globals['_SHEETOPERATION']._serialized_start=11211
|
150
|
+
_globals['_SHEETOPERATION']._serialized_end=11389
|
151
|
+
_globals['_BATCHEDITSHEETRESPONSE']._serialized_start=11392
|
152
|
+
_globals['_BATCHEDITSHEETRESPONSE']._serialized_end=11651
|
153
|
+
_globals['_SHEETOPERATIONRESULT']._serialized_start=11654
|
154
|
+
_globals['_SHEETOPERATIONRESULT']._serialized_end=12038
|
155
|
+
_globals['_GETCOLUMNDATAREQUEST']._serialized_start=12040
|
156
|
+
_globals['_GETCOLUMNDATAREQUEST']._serialized_end=12100
|
157
|
+
_globals['_COLUMNDATARESPONSE']._serialized_start=12102
|
158
|
+
_globals['_COLUMNDATARESPONSE']._serialized_end=12197
|
159
|
+
_globals['_GETROWDATAREQUEST']._serialized_start=12199
|
160
|
+
_globals['_GETROWDATAREQUEST']._serialized_end=12253
|
161
|
+
_globals['_ROWDATARESPONSE']._serialized_start=12255
|
162
|
+
_globals['_ROWDATARESPONSE']._serialized_end=12341
|
163
|
+
_globals['_GETCELLDATAREQUEST']._serialized_start=12343
|
164
|
+
_globals['_GETCELLDATAREQUEST']._serialized_end=12418
|
165
|
+
_globals['_CELLDATARESPONSE']._serialized_start=12420
|
166
|
+
_globals['_CELLDATARESPONSE']._serialized_end=12473
|
167
|
+
_globals['_GETSHEETVERSIONREQUEST']._serialized_start=12475
|
168
|
+
_globals['_GETSHEETVERSIONREQUEST']._serialized_end=12517
|
169
|
+
_globals['_GETSHEETVERSIONRESPONSE']._serialized_start=12519
|
170
|
+
_globals['_GETSHEETVERSIONRESPONSE']._serialized_end=12619
|
171
|
+
_globals['_GETSHEETDATAREQUEST']._serialized_start=12621
|
172
|
+
_globals['_GETSHEETDATAREQUEST']._serialized_end=12694
|
173
|
+
_globals['_GETSHEETDATARESPONSE']._serialized_start=12697
|
174
|
+
_globals['_GETSHEETDATARESPONSE']._serialized_end=12954
|
175
|
+
_globals['_EMPTY']._serialized_start=12956
|
176
|
+
_globals['_EMPTY']._serialized_end=12963
|
177
|
+
_globals['_CLONETABLEDATAREQUEST']._serialized_start=12966
|
178
|
+
_globals['_CLONETABLEDATAREQUEST']._serialized_end=13257
|
179
|
+
_globals['_CLONETABLEDATARESPONSE']._serialized_start=13260
|
180
|
+
_globals['_CLONETABLEDATARESPONSE']._serialized_end=13460
|
181
|
+
_globals['_EXPORTTABLEDATAREQUEST']._serialized_start=13463
|
182
|
+
_globals['_EXPORTTABLEDATAREQUEST']._serialized_end=13666
|
183
|
+
_globals['_EXPORTOPTIONS']._serialized_start=13669
|
184
|
+
_globals['_EXPORTOPTIONS']._serialized_end=13865
|
185
|
+
_globals['_EXPORTTABLEDATARESPONSE']._serialized_start=13868
|
186
|
+
_globals['_EXPORTTABLEDATARESPONSE']._serialized_end=14196
|
187
|
+
_globals['_IMPORTTABLEDATAREQUEST']._serialized_start=14199
|
188
|
+
_globals['_IMPORTTABLEDATAREQUEST']._serialized_end=14465
|
189
|
+
_globals['_IMPORTOPTIONS']._serialized_start=14468
|
190
|
+
_globals['_IMPORTOPTIONS']._serialized_end=14822
|
191
|
+
_globals['_IMPORTOPTIONS_COLUMNMAPPINGENTRY']._serialized_start=14770
|
192
|
+
_globals['_IMPORTOPTIONS_COLUMNMAPPINGENTRY']._serialized_end=14822
|
193
|
+
_globals['_IMPORTTABLEDATARESPONSE']._serialized_start=14825
|
194
|
+
_globals['_IMPORTTABLEDATARESPONSE']._serialized_end=15178
|
195
|
+
_globals['_IMPORTSHEETRESULT']._serialized_start=15181
|
196
|
+
_globals['_IMPORTSHEETRESULT']._serialized_end=15348
|
197
|
+
_globals['_IMPORTWARNING']._serialized_start=15351
|
198
|
+
_globals['_IMPORTWARNING']._serialized_end=15519
|
199
|
+
_globals['_CREATETABLEVIEWREQUEST']._serialized_start=15522
|
200
|
+
_globals['_CREATETABLEVIEWREQUEST']._serialized_end=15942
|
201
|
+
_globals['_BATCHCREATETABLEVIEWSREQUEST']._serialized_start=15944
|
202
|
+
_globals['_BATCHCREATETABLEVIEWSREQUEST']._serialized_end=16043
|
203
|
+
_globals['_CREATETABLEVIEWDATA']._serialized_start=16046
|
204
|
+
_globals['_CREATETABLEVIEWDATA']._serialized_end=16445
|
205
|
+
_globals['_BATCHCREATETABLEVIEWSRESPONSE']._serialized_start=16448
|
206
|
+
_globals['_BATCHCREATETABLEVIEWSRESPONSE']._serialized_end=16584
|
207
|
+
_globals['_BATCHCREATETABLEVIEWRESULT']._serialized_start=16587
|
208
|
+
_globals['_BATCHCREATETABLEVIEWRESULT']._serialized_end=16770
|
209
|
+
_globals['_GETTABLEVIEWREQUEST']._serialized_start=16772
|
210
|
+
_globals['_GETTABLEVIEWREQUEST']._serialized_end=16810
|
211
|
+
_globals['_LISTTABLEVIEWSREQUEST']._serialized_start=16812
|
212
|
+
_globals['_LISTTABLEVIEWSREQUEST']._serialized_end=16922
|
213
|
+
_globals['_UPDATETABLEVIEWREQUEST']._serialized_start=16925
|
214
|
+
_globals['_UPDATETABLEVIEWREQUEST']._serialized_end=17411
|
215
|
+
_globals['_UPDATETABLEVIEWCONFIGREQUEST']._serialized_start=17413
|
216
|
+
_globals['_UPDATETABLEVIEWCONFIGREQUEST']._serialized_end=17501
|
217
|
+
_globals['_DELETETABLEVIEWREQUEST']._serialized_start=17503
|
218
|
+
_globals['_DELETETABLEVIEWREQUEST']._serialized_end=17544
|
219
|
+
_globals['_TABLEVIEWRESPONSE']._serialized_start=17546
|
220
|
+
_globals['_TABLEVIEWRESPONSE']._serialized_end=17605
|
221
|
+
_globals['_LISTTABLEVIEWSRESPONSE']._serialized_start=17607
|
222
|
+
_globals['_LISTTABLEVIEWSRESPONSE']._serialized_end=17693
|
223
|
+
_globals['_TAPLESERVICE']._serialized_start=17930
|
224
|
+
_globals['_TAPLESERVICE']._serialized_end=21016
|
225
|
+
# @@protoc_insertion_point(module_scope)
|