summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-kikimr-dev <[email protected]>2022-06-16 18:57:13 +0300
committerrobot-kikimr-dev <[email protected]>2022-06-16 18:57:13 +0300
commitd43766311a9dd62501ad3b56b1495f5d5f23bd15 (patch)
treec16662a5a3a53453173d8569ff19919575552e61
parent5e9f3207051ebf2b3bbd967500a18e763ab2ba92 (diff)
Sync YDB SDK from github
Release YDB recipe binaries ref:fdedec71b38cffba740d3769d53a73e078f2a5a9
-rw-r--r--ydb/public/sdk/python/.pylintrc63
-rw-r--r--ydb/public/sdk/python/AUTHORS5
-rw-r--r--ydb/public/sdk/python/CHANGELOG.md126
-rw-r--r--ydb/public/sdk/python/CONTRIBUTING.md35
-rw-r--r--ydb/public/sdk/python/docker-compose-tls.yml13
-rw-r--r--ydb/public/sdk/python/docker-compose.yml10
-rw-r--r--ydb/public/sdk/python/docs/Makefile19
-rw-r--r--ydb/public/sdk/python/docs/conf.py195
-rw-r--r--ydb/public/sdk/python/docs/examples.rst67
-rw-r--r--ydb/public/sdk/python/docs/index.rst23
-rw-r--r--ydb/public/sdk/python/docs/ydb.rst111
-rw-r--r--ydb/public/sdk/python/examples/access-token-credentials/main.py53
-rw-r--r--ydb/public/sdk/python/examples/aio/README.md6
-rw-r--r--ydb/public/sdk/python/examples/aio/driver_example.py25
-rw-r--r--ydb/public/sdk/python/examples/aio/example_data.py146
-rw-r--r--ydb/public/sdk/python/examples/aio/read_table_examples.py35
-rw-r--r--ydb/public/sdk/python/examples/aio/session_pool_example.py71
-rw-r--r--ydb/public/sdk/python/examples/aio/transaction_example.py88
-rw-r--r--ydb/public/sdk/python/examples/anonymous-credentials/main.py28
-rw-r--r--ydb/public/sdk/python/examples/asyncio/main.py50
-rw-r--r--ydb/public/sdk/python/examples/basic_example_v1/__main__.py30
-rw-r--r--ydb/public/sdk/python/examples/basic_example_v1/basic_example.py331
-rw-r--r--ydb/public/sdk/python/examples/basic_example_v1/basic_example_data.py152
-rw-r--r--ydb/public/sdk/python/examples/cloud-function-trivial-example/index.py29
-rw-r--r--ydb/public/sdk/python/examples/cloud-function-trivial-example/requirements.txt1
-rw-r--r--ydb/public/sdk/python/examples/metadata-credentials/main.py30
-rw-r--r--ydb/public/sdk/python/examples/pagination/__main__.py19
-rw-r--r--ydb/public/sdk/python/examples/pagination/pagination.py112
-rw-r--r--ydb/public/sdk/python/examples/pagination/sample_data.py97
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/config.py25
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/controller.py62
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/models.py37
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/requirements.txt18
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/secrets/.keep0
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/storage.py116
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/utils.py35
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/dialogflow/agent.zipbin19032 -> 0 bytes
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/readme.md48
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/voximplant/scenario.js140
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/ydb/ddl.yql20
-rw-r--r--ydb/public/sdk/python/examples/reservations-bot-demo/ydb/dml.yql5
-rw-r--r--ydb/public/sdk/python/examples/secondary_indexes_builtin/__main__.py35
-rw-r--r--ydb/public/sdk/python/examples/secondary_indexes_builtin/secondary_indexes_builtin.py273
-rw-r--r--ydb/public/sdk/python/examples/service-account-credentials/main.py55
-rw-r--r--ydb/public/sdk/python/examples/time-series-serverless/README.md63
-rw-r--r--ydb/public/sdk/python/examples/time-series-serverless/config.py27
-rw-r--r--ydb/public/sdk/python/examples/time-series-serverless/database.py40
-rw-r--r--ydb/public/sdk/python/examples/time-series-serverless/entry.py7
-rw-r--r--ydb/public/sdk/python/examples/time-series-serverless/exception.py13
-rw-r--r--ydb/public/sdk/python/examples/time-series-serverless/parameters.py39
-rw-r--r--ydb/public/sdk/python/examples/time-series-serverless/requirements.txt3
-rw-r--r--ydb/public/sdk/python/examples/time-series-serverless/response.py31
-rw-r--r--ydb/public/sdk/python/examples/time-series-serverless/time_series.py54
-rw-r--r--ydb/public/sdk/python/examples/ttl/__main__.py18
-rw-r--r--ydb/public/sdk/python/examples/ttl/ttl.py318
-rw-r--r--ydb/public/sdk/python/examples/ttl_readtable/__main__.py18
-rw-r--r--ydb/public/sdk/python/examples/ttl_readtable/ttl.py300
-rw-r--r--ydb/public/sdk/python/generate_protoc.py22
-rw-r--r--ydb/public/sdk/python/kikimr/__init__.py0
-rw-r--r--ydb/public/sdk/python/kikimr/public/__init__.py0
-rw-r--r--ydb/public/sdk/python/kikimr/public/api/__init__.py6
-rw-r--r--ydb/public/sdk/python/kikimr/public/sdk/__init__.py0
-rw-r--r--ydb/public/sdk/python/kikimr/public/sdk/python/__init__.py0
-rw-r--r--ydb/public/sdk/python/kikimr/public/sdk/python/client/__init__.py21
-rw-r--r--ydb/public/sdk/python/kikimr/public/sdk/python/client/frameworks/__init__.py10
-rw-r--r--ydb/public/sdk/python/kikimr/public/sdk/python/iam/__init__.py7
-rw-r--r--ydb/public/sdk/python/requirements.txt4
-rw-r--r--ydb/public/sdk/python/test-requirements.txt47
-rw-r--r--ydb/public/sdk/python/tests/aio/__init__.py0
-rw-r--r--ydb/public/sdk/python/tests/aio/test_async_iter_stream.py135
-rw-r--r--ydb/public/sdk/python/tests/aio/test_connection.py72
-rw-r--r--ydb/public/sdk/python/tests/aio/test_connection_pool.py155
-rw-r--r--ydb/public/sdk/python/tests/aio/test_session_pool.py141
-rw-r--r--ydb/public/sdk/python/tests/conftest.py90
-rw-r--r--ydb/public/sdk/python/tests/ssl/test_ssl.py14
-rw-r--r--ydb/public/sdk/python/ydb/public/__init__.py0
-rw-r--r--ydb/public/sdk/python/ydb/public/api/__init__.py0
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/__init__.py0
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/__init__.py0
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/dummy_pb2.py248
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/dummy_pb2_grpc.py132
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1_pb2.py109
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1_pb2_grpc.py242
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_datastreams_v1_pb2.py349
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_datastreams_v1_pb2_grpc.py1027
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_experimental_v1_pb2.py59
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_experimental_v1_pb2_grpc.py66
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_logstore_v1_pb2.py119
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_logstore_v1_pb2_grpc.py264
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_long_tx_v1_pb2.py99
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_long_tx_v1_pb2_grpc.py199
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_persqueue_v1_pb2.py166
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_persqueue_v1_pb2_grpc.py459
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_s3_internal_v1_pb2.py59
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_s3_internal_v1_pb2_grpc.py66
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/yql_db_v1_pb2.py88
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/draft/yql_db_v1_pb2_grpc.py169
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_auth_v1_pb2.py59
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_auth_v1_pb2_grpc.py67
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_cms_v1_pb2.py109
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_cms_v1_pb2_grpc.py249
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_coordination_v1_pb2.py99
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_coordination_v1_pb2_grpc.py210
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_discovery_v1_pb2.py69
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_discovery_v1_pb2_grpc.py99
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_export_v1_pb2.py69
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_export_v1_pb2_grpc.py103
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_import_v1_pb2.py69
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_import_v1_pb2_grpc.py103
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_monitoring_v1_pb2.py59
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_monitoring_v1_pb2_grpc.py67
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_operation_v1_pb2.py89
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_operation_v1_pb2_grpc.py217
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_rate_limiter_v1_pb2.py109
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_rate_limiter_v1_pb2_grpc.py252
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_scheme_v1_pb2.py99
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_scheme_v1_pb2_grpc.py224
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_scripting_v1_pb2.py79
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_scripting_v1_pb2_grpc.py133
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_table_v1_pb2.py259
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/ydb_table_v1_pb2_grpc.py759
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/yq_v1_pb2.py259
-rw-r--r--ydb/public/sdk/python/ydb/public/api/grpc/yq_v1_pb2_grpc.py755
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/__init__.py0
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/annotations/__init__.py0
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/annotations/sensitive_pb2.py43
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/annotations/sensitive_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/annotations/validation_pb2.py280
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/annotations/validation_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/__init__.py0
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/datastreams_pb2.py5857
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/datastreams_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_common_pb2.py198
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_common_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_error_codes_pb2.py205
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_error_codes_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_logstore_pb2.py1091
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_logstore_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_long_tx_pb2.py878
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_long_tx_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/yq_private_pb2.py1262
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/draft/yq_private_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/out/__init__.py0
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/out/out.cpp12
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/persqueue_error_codes_v1_pb2.py193
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/persqueue_error_codes_v1_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_auth_pb2.py169
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_auth_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_clickhouse_internal_pb2.py1066
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_clickhouse_internal_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_cms_pb2.py1822
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_cms_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_common_pb2.py136
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_common_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_coordination_pb2.py2440
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_coordination_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_discovery_pb2.py400
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_discovery_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_experimental_pb2.py354
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_experimental_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_export_pb2.py924
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_export_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_formats_pb2.py132
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_formats_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_import_pb2.py728
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_import_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_issue_message_pb2.py163
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_issue_message_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_monitoring_pb2.py1625
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_monitoring_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_operation_pb2.py660
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_operation_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_cluster_discovery_pb2.py503
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_cluster_discovery_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_v1_pb2.py6346
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_v1_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_query_stats_pb2.py356
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_query_stats_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_rate_limiter_pb2.py973
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_rate_limiter_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_s3_internal_pb2.py223
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_s3_internal_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_scheme_pb2.py851
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_scheme_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_scripting_pb2.py580
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_scripting_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_status_codes_pb2.py181
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_status_codes_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_table_pb2.py6867
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_table_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_value_pb2.py1169
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/ydb_value_pb2_grpc.py4
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/yq_pb2.py6188
-rw-r--r--ydb/public/sdk/python/ydb/public/api/protos/yq_pb2_grpc.py4
194 files changed, 0 insertions, 58086 deletions
diff --git a/ydb/public/sdk/python/.pylintrc b/ydb/public/sdk/python/.pylintrc
deleted file mode 100644
index cb1a264abfb..00000000000
--- a/ydb/public/sdk/python/.pylintrc
+++ /dev/null
@@ -1,63 +0,0 @@
-[MASTER]
-
-load-plugins=pylint_protobuf
-
-[VARIABLES]
-
-dummy-variables-rgx=^ignored_|^unused_|_
-
-[DESIGN]
-
-max-args=14
-max-parents=8
-
-[FORMAT]
-
-max-line-length=160
-
-[MISCELLANEOUS]
-
-notes=FIXME
-
-[MESSAGES CONTROL]
-
-disable=
- cyclic-import,
- duplicate-code,
- import-error,
- invalid-name,
- locally-disabled,
- locally-enabled,
- missing-docstring,
- misplaced-comparison-constant,
- no-init,
- no-name-in-module,
- protected-access,
-
- too-few-public-methods,
- too-many-instance-attributes,
- too-many-lines,
- too-many-nested-blocks,
- too-many-locals,
- too-many-ancestors,
- too-many-return-statements,
- too-many-branches,
- too-many-statements,
- too-many-arguments,
- too-many-public-methods,
-
- super-init-not-called,
- useless-else-on-loop,
- no-else-return,
- useless-object-inheritance,
- wrong-import-order,
- bad-continuation,
- invalid-overridden-method,
- consider-using-f-string,
- raise-missing-from,
-
- broad-except,
- unnecessary-pass,
- unused-argument,
- super-with-arguments,
- abstract-method
diff --git a/ydb/public/sdk/python/AUTHORS b/ydb/public/sdk/python/AUTHORS
deleted file mode 100644
index 1a13b1635f3..00000000000
--- a/ydb/public/sdk/python/AUTHORS
+++ /dev/null
@@ -1,5 +0,0 @@
-The following authors have created the source code of "Yandex Database Python SDK"
-published and distributed by YANDEX LLC as the owner:
-
-Vitalii Gridnev <[email protected]>
-
diff --git a/ydb/public/sdk/python/CHANGELOG.md b/ydb/public/sdk/python/CHANGELOG.md
deleted file mode 100644
index ff06ef3d79c..00000000000
--- a/ydb/public/sdk/python/CHANGELOG.md
+++ /dev/null
@@ -1,126 +0,0 @@
-## 2.4.0 ##
-
-* support query stats in scan query
-
-## 2.2.0 ##
-
-* allow to refer endpoints by node id
-* support null type in queries
-* support session balancer feature
-
-## 2.1.0 ##
-
-* add compression support to ydb sdk
-
-## 1.1.16 ##
-
-* alias `kikimr.public.sdk.python.client` is deprecated. use `import ydb` instead.
-* alias `kikimr.public.api` is deprecated, use `ydb.public.api` instead.
-* method `construct_credentials_from_environ` is now deprecated and will be removed in the future.
-
-## 1.1.15 ##
-
-* override the default load balancing policy for discovery endpoint to the `round_robin` policy.
-
-## 1.1.14 ##
-
-* support session graceful shutdown protocol.
-
-## 1.1.11 ##
-
-* speedup driver initialization and first driver.wait
-
-## 1.1.10 ##
-
- * add methods to request `_apis.TableService.RenameTables` call
- * by now the call is disabled at the server side
- * it will be enabled soon
-
-## 1.1.0 ##
-
-* remove useless `from_bytes` for PY3
-* improve performance of column parser
-
-## 1.0.27 ##
-
-* fix bug with prepare in aio
-
-## 1.0.26 ##
-
-* allow specifying column labels in group by in the sqlalchemy dialect
-
-## 1.0.25 ##
-
-* add SEQUENCE to known schema types
-
-## 1.0.22 ##
-
-* add `retry_operation` to `aio.SessionPool`
-
-## 1.0.21 ##
-
-* ydb.aio supports retry operation helper.
-
-## 1.0.20 ##
-
-* storage class support
-
-## 1.0.19 ##
-
-* add async `SessionPool` support
-
-## 1.0.18 ##
-
-* minor change in dbapi
-
-## 1.0.17 ##
-
-* add asyncio support
-
-## 1.0.14 ##
-
-* add some custom datatypes for sqlalchemy
-
-## 1.0.13 ##
-
-* change error format for sqlalchemy
-
-## 1.0.12 ##
-
-* add ``ValueSinceUnixEpochModeSettings`` support to ``TtlSettings``
-
-## 1.0.11 ##
-
-* add default credentials constructor
-
-## 1.0.10 ##
-
-* pass issues to dbapi errors
-
-## 1.0.9 ##
-
-* allow custom user agent
-
-## 1.0.8 ##
-
-* load YDB certificates by default
-
-## 1.0.7 ##
-
-* allow to fail fast on driver wait
-
-## 1.0.6 ##
-
-* disable client query cache by default
-
-## 1.0.3 ##
-
-* support uuid type
-
-## 1.0.1 ##
-
-* Support ``store_size`` in describe of table.
-
-## 1.0.0 ##
-
-* Start initial changelog.
diff --git a/ydb/public/sdk/python/CONTRIBUTING.md b/ydb/public/sdk/python/CONTRIBUTING.md
deleted file mode 100644
index 9ebd417e211..00000000000
--- a/ydb/public/sdk/python/CONTRIBUTING.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# Notice to external contributors
-
-
-## General info
-
-Hello! In order for us (YANDEX LLC) to accept patches and other contributions from you, you will have to adopt our Yandex Contributor License Agreement (the “**CLA**”). The current version of the CLA you may find here:
-1) https://yandex.ru/legal/cla/?lang=en (in English) and
-2) https://yandex.ru/legal/cla/?lang=ru (in Russian).
-
-By adopting the CLA, you state the following:
-
-* You obviously wish and are willingly licensing your contributions to us for our open source projects under the terms of the CLA,
-* You has read the terms and conditions of the CLA and agree with them in full,
-* You are legally able to provide and license your contributions as stated,
-* We may use your contributions for our open source projects and for any other our project too,
-* We rely on your assurances concerning the rights of third parties in relation to your contributes.
-
-If you agree with these principles, please read and adopt our CLA. By providing us your contributions, you hereby declare that you has already read and adopt our CLA, and we may freely merge your contributions with our corresponding open source project and use it in further in accordance with terms and conditions of the CLA.
-
-## Provide contributions
-
-If you have already adopted terms and conditions of the CLA, you are able to provide your contributes. When you submit your pull request, please add the following information into it:
-
-```
-I hereby agree to the terms of the CLA available at: [link].
-```
-
-Replace the bracketed text as follows:
-* [link] is the link at the current version of the CLA (you may add here a link https://yandex.ru/legal/cla/?lang=en (in English) or a link https://yandex.ru/legal/cla/?lang=ru (in Russian).
-
-It is enough to provide us such notification at once.
-
-## Other questions
-
-If you have any questions, please mail us at [email protected].
diff --git a/ydb/public/sdk/python/docker-compose-tls.yml b/ydb/public/sdk/python/docker-compose-tls.yml
deleted file mode 100644
index c9d6fac99e0..00000000000
--- a/ydb/public/sdk/python/docker-compose-tls.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-version: "3.9"
-services:
- ydb:
- image: cr.yandex/yc/yandex-docker-local-ydb:latest
- restart: always
- ports:
- - 2136:2136
- - 2135:2135
- hostname: localhost
- volumes:
- - ./ydb_certs:/ydb_certs
- environment:
- - YDB_USE_IN_MEMORY_PDISKS=true
diff --git a/ydb/public/sdk/python/docker-compose.yml b/ydb/public/sdk/python/docker-compose.yml
deleted file mode 100644
index d8b898aeab2..00000000000
--- a/ydb/public/sdk/python/docker-compose.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-version: "3.9"
-services:
- ydb:
- image: cr.yandex/yc/yandex-docker-local-ydb:latest
- restart: always
- ports:
- - 2136:2136
- hostname: localhost
- environment:
- - YDB_USE_IN_MEMORY_PDISKS=true
diff --git a/ydb/public/sdk/python/docs/Makefile b/ydb/public/sdk/python/docs/Makefile
deleted file mode 100644
index e837d681389..00000000000
--- a/ydb/public/sdk/python/docs/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# Minimal makefile for Sphinx documentation
-#
-
-# You can set these variables from the command line.
-SPHINXOPTS =
-SPHINXBUILD = sphinx-build
-SOURCEDIR = .
-BUILDDIR = .build
-
-# Put it first so that "make" without argument is like "make help".
-help:
- @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
-
-.PHONY: help Makefile
-
-# Catch-all target: route all unknown targets to Sphinx using the new
-# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
-%: Makefile
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
diff --git a/ydb/public/sdk/python/docs/conf.py b/ydb/public/sdk/python/docs/conf.py
deleted file mode 100644
index f8cc5f6d04c..00000000000
--- a/ydb/public/sdk/python/docs/conf.py
+++ /dev/null
@@ -1,195 +0,0 @@
-# -*- coding: utf-8 -*-
-#
-# Configuration file for the Sphinx documentation builder.
-#
-# This file does only contain a selection of the most common options. For a
-# full list see the documentation:
-# http://www.sphinx-doc.org/en/master/config
-
-# -- Path setup --------------------------------------------------------------
-
-# If extensions (or modules to document with autodoc) are in another directory,
-# add these directories to sys.path here. If the directory is relative to the
-# documentation root, use os.path.abspath to make it absolute, like shown here.
-#
-import os
-import sys
-sys.path.insert(0, os.path.abspath('..'))
-
-
-# -- Project information -----------------------------------------------------
-
-project = 'ydb'
-copyright = '2021, yandex'
-author = 'yandex'
-
-# The short X.Y version
-version = ''
-# The full version, including alpha/beta/rc tags
-release = ''
-
-
-# -- General configuration ---------------------------------------------------
-
-# If your documentation needs a minimal Sphinx version, state it here.
-#
-# needs_sphinx = '1.0'
-
-# Add any Sphinx extension module names here, as strings. They can be
-# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
-# ones.
-extensions = [
- 'sphinx.ext.autodoc',
- 'sphinx.ext.viewcode',
- 'sphinx.ext.todo',
- 'sphinx.ext.napoleon',
- 'sphinx.ext.coverage',
-]
-
-# Add any paths that contain templates here, relative to this directory.
-templates_path = ['.templates']
-
-# The suffix(es) of source filenames.
-# You can specify multiple suffix as a list of string:
-#
-# source_suffix = ['.rst', '.md']
-source_suffix = '.rst'
-
-# The master toctree document.
-master_doc = 'index'
-
-# The language for content autogenerated by Sphinx. Refer to documentation
-# for a list of supported languages.
-#
-# This is also used if you do content translation via gettext catalogs.
-# Usually you set "language" from the command line for these cases.
-language = None
-
-# List of patterns, relative to source directory, that match files and
-# directories to ignore when looking for source files.
-# This pattern also affects html_static_path and html_extra_path.
-exclude_patterns = ['.build', 'Thumbs.db', '.DS_Store']
-
-# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = None
-
-
-# -- Options for HTML output -------------------------------------------------
-
-# The theme to use for HTML and HTML Help pages. See the documentation for
-# a list of builtin themes.
-#
-html_theme = 'alabaster'
-
-html_theme_options = {
- 'fixed_sidebar': True,
- 'page_width': '1140px',
- 'show_related': True,
- 'show_powered_by': False
-}
-
-# Theme options are theme-specific and customize the look and feel of a theme
-# further. For a list of options available for each theme, see the
-# documentation.
-#
-# html_theme_options = {}
-
-# Add any paths that contain custom static files (such as style sheets) here,
-# relative to this directory. They are copied after the builtin static files,
-# so a file named "default.css" will overwrite the builtin "default.css".
-html_static_path = ['.static']
-
-# Custom sidebar templates, must be a dictionary that maps document names
-# to template names.
-#
-# The default sidebars (for documents that don't match any pattern) are
-# defined by theme itself. Builtin themes are using these templates by
-# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
-# 'searchbox.html']``.
-#
-# html_sidebars = {}
-
-
-# -- Options for HTMLHelp output ---------------------------------------------
-
-# Output file base name for HTML help builder.
-htmlhelp_basename = 'ydbdoc'
-
-
-# -- Options for LaTeX output ------------------------------------------------
-
-latex_elements = {
- # The paper size ('letterpaper' or 'a4paper').
- #
- # 'papersize': 'letterpaper',
-
- # The font size ('10pt', '11pt' or '12pt').
- #
- # 'pointsize': '10pt',
-
- # Additional stuff for the LaTeX preamble.
- #
- # 'preamble': '',
-
- # Latex figure (float) alignment
- #
- # 'figure_align': 'htbp',
-}
-
-# Grouping the document tree into LaTeX files. List of tuples
-# (source start file, target name, title,
-# author, documentclass [howto, manual, or own class]).
-latex_documents = [
- (master_doc, 'ydb.tex', 'ydb Documentation',
- 'yandex', 'manual'),
-]
-
-
-# -- Options for manual page output ------------------------------------------
-
-# One entry per manual page. List of tuples
-# (source start file, name, description, authors, manual section).
-man_pages = [
- (master_doc, 'ydb', 'ydb Documentation',
- [author], 1)
-]
-
-
-# -- Options for Texinfo output ----------------------------------------------
-
-# Grouping the document tree into Texinfo files. List of tuples
-# (source start file, target name, title, author,
-# dir menu entry, description, category)
-texinfo_documents = [
- (master_doc, 'ydb', 'ydb Documentation',
- author, 'ydb', 'One line description of project.',
- 'Miscellaneous'),
-]
-
-
-# -- Options for Epub output -------------------------------------------------
-
-# Bibliographic Dublin Core info.
-epub_title = project
-
-# The unique identifier of the text. This can be a ISBN number
-# or the project homepage.
-#
-# epub_identifier = ''
-
-# A unique identification for the text.
-#
-# epub_uid = ''
-
-# A list of files that should not be packed into the epub file.
-epub_exclude_files = ['search.html']
-
-
-# -- Extension configuration -------------------------------------------------
-
-autoclass_content = "both"
-autodoc_typehints = "both"
-autodoc_default_options = {
- 'undoc-members': True,
- 'member-order': 'bysource'
-}
diff --git a/ydb/public/sdk/python/docs/examples.rst b/ydb/public/sdk/python/docs/examples.rst
deleted file mode 100644
index 920d12920fa..00000000000
--- a/ydb/public/sdk/python/docs/examples.rst
+++ /dev/null
@@ -1,67 +0,0 @@
-Examples
-===============
-
-ydb
-^^^
-
-Create table
-------------
-
-::
-
- ... create an instance of Driver ...
-
- description = (
- ydb.TableDescription()
- .with_primary_keys('key1', 'key2')
- .with_columns(
- ydb.Column('key1', ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column('key2', ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column('value', ydb.OptionalType(ydb.PrimitiveType.Utf8))
- )
- .with_profile(
- ydb.TableProfile()
- .with_partitioning_policy(
- ydb.PartitioningPolicy()
- .with_explicit_partitions(
- ydb.ExplicitPartitions(
- (
- ydb.KeyBound((100, )),
- ydb.KeyBound((300, 100)),
- ydb.KeyBound((400, )),
- )
- )
- )
- )
- )
- )
-
- session = driver.table_client.session().create()
- session.create_table('/my/table/', description)
-
-
-Read table
-----------
-::
-
- .... initialize driver and session ....
-
- key_prefix_type = ydb.TupleType().add_element(
- ydb.OptionalType(ydb.PrimitiveType.Uint64).add_element(
- ydb.OptionalType(ydb.PrimitiveType.Utf8))
- async_table_iterator = session.read_table(
- '/my/table',
- columns=('KeyColumn0', 'KeyColumn1', 'ValueColumn'),
- ydb.KeyRange(
- ydb.KeyBound((100, 'hundred'), key_prefix_type)
- ydb.KeyBound((200, 'two-hundreds'), key_prefix_type)
- )
- )
-
- while True:
- try:
- chunk_future = next(table_iterator)
- chunk = chunk_future.result() # or any other way to await
- ... additional data processing ...
- except StopIteration:
- break
diff --git a/ydb/public/sdk/python/docs/index.rst b/ydb/public/sdk/python/docs/index.rst
deleted file mode 100644
index 9a69b2bc13c..00000000000
--- a/ydb/public/sdk/python/docs/index.rst
+++ /dev/null
@@ -1,23 +0,0 @@
-.. ydb documentation master file, created by
- sphinx-quickstart on Wed Aug 25 16:48:57 2021.
- You can adapt this file completely to your liking, but it should at least
- contain the root `toctree` directive.
-
-Welcome to ydb's documentation!
-===============================
-
-.. toctree::
- :maxdepth: 10
-
- ydb.rst
- examples.rst
-
-
-
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
diff --git a/ydb/public/sdk/python/docs/ydb.rst b/ydb/public/sdk/python/docs/ydb.rst
deleted file mode 100644
index 5329700586b..00000000000
--- a/ydb/public/sdk/python/docs/ydb.rst
+++ /dev/null
@@ -1,111 +0,0 @@
-ydb
-===
-
-.. toctree::
- :caption: Contents:
-
-
-.. module:: ydb
-
-Module contents
----------------
-
-Driver
-^^^^^^
-
-Driver object
-~~~~~~~~~~~~~
-
-.. autoclass:: Driver
- :members:
- :inherited-members:
- :undoc-members:
-
-
-DriverConfig
-~~~~~~~~~~~~
-
-.. autoclass:: DriverConfig
- :members:
- :inherited-members:
- :undoc-members:
- :exclude-members: database, ca_cert, channel_options, secure_channel, endpoint, endpoints, credentials, use_all_nodes, root_certificates, certificate_chain, private_key, grpc_keep_alive_timeout, table_client_settings, primary_user_agent
-
-------------------------
-
-Table
-^^^^^
-TableClient
-~~~~~~~~~~~
-.. autoclass:: TableClient
- :members:
- :inherited-members:
- :undoc-members:
-
-TableClientSettings
-~~~~~~~~~~~~~~~~~~~
-
-.. autoclass:: TableClientSettings
- :members:
- :inherited-members:
- :undoc-members:
-
-Session
-~~~~~~~
-
-.. autoclass:: Session
- :members:
- :inherited-members:
- :undoc-members:
-
-Transaction Context
-~~~~~~~~~~~~~~~~~~~
-
-.. autoclass:: TxContext
- :members:
- :inherited-members:
- :undoc-members:
-
---------------------------
-
-Scheme
-^^^^^^
-
-SchemeClient
-~~~~~~~~~~~~
-
-.. autoclass:: SchemeClient
- :members:
- :inherited-members:
- :undoc-members:
-
-------------------
-
-Session Pool
-^^^^^^^^^^^^
-
-.. autoclass:: SessionPool
- :members:
- :inherited-members:
- :undoc-members:
-
------------------------------
-
-
-Result Sets
-^^^^^^^^^^^
-
-.. autoclass:: ydb.convert._ResultSet
- :members:
- :inherited-members:
- :undoc-members:
-
------------------------------
-
-DataQuery
-^^^^^^^^^
-
-.. autoclass:: DataQuery
- :members:
- :inherited-members:
- :undoc-members:
diff --git a/ydb/public/sdk/python/examples/access-token-credentials/main.py b/ydb/public/sdk/python/examples/access-token-credentials/main.py
deleted file mode 100644
index bcc45eb1bf1..00000000000
--- a/ydb/public/sdk/python/examples/access-token-credentials/main.py
+++ /dev/null
@@ -1,53 +0,0 @@
-import os
-import ydb
-import ydb.iam
-
-
-def execute_query(session):
- # Create the transaction and execute the `select 1` query.
- # All transactions must be committed using the `commit_tx` flag in the last
- # statement. The either way to commit transaction is using `commit` method of `TxContext` object, which is
- # not recommended.
- return session.transaction().execute(
- "select 1 as cnt;",
- commit_tx=True,
- settings=ydb.BaseRequestSettings().with_timeout(3).with_operation_timeout(2),
- )
-
-
-def main():
- # Example demonstrates how to initializate driver instance
- # using the access token credentials provider.
- # This method is not recommended to be used for PRODUCTION applications,
- # because the specified access token can expire. For example,
- # Yandex.Cloud IAM token lifetime is limited by 12 hours.
- driver = ydb.Driver(
- endpoint=os.getenv("YDB_ENDPOINT"),
- database=os.getenv("YDB_DATABASE"),
- credentials=ydb.AccessTokenCredentials(
- os.getenv("YDB_ACCESS_TOKEN_CREDENTIALS")
- ),
- )
-
- # Start driver context manager.
- # The recommended way of using Driver object is using `with`
- # clause, because the context manager automatically stops the driver.
- with driver:
- # wait until driver become initialized
- driver.wait(fail_fast=True, timeout=5)
-
- # Initialize the session pool instance and enter the context manager.
- # The context manager automatically stops the session pool.
- # On the session pool termination all YDB sessions are closed.
- with ydb.SessionPool(driver) as pool:
-
- # Execute the query with the `retry_operation_helper` the.
- # The `retry_operation_sync` helper used to help developers
- # to retry YDB specific errors like locks invalidation.
- # The first argument of the `retry_operation_sync` is a function to retry.
- # This function must have session as the first argument.
- result = pool.retry_operation_sync(execute_query)
- assert result[0].rows[0].cnt == 1
-
-
-main()
diff --git a/ydb/public/sdk/python/examples/aio/README.md b/ydb/public/sdk/python/examples/aio/README.md
deleted file mode 100644
index 0790d81cf7f..00000000000
--- a/ydb/public/sdk/python/examples/aio/README.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Simple examples of using the asyncio sdk
-
-1. [Driver example](driver_example.py) (Init driver)
-2. [Session pool example](session_pool_example.py) (Creating tables)
-3. [Transaction example](transaction_example.py) (Inserting data into table, executing SQL)
-4. [Read table example](read_table_examples.py) (Reading data from table with async iterator)
diff --git a/ydb/public/sdk/python/examples/aio/driver_example.py b/ydb/public/sdk/python/examples/aio/driver_example.py
deleted file mode 100644
index 9dbf0492548..00000000000
--- a/ydb/public/sdk/python/examples/aio/driver_example.py
+++ /dev/null
@@ -1,25 +0,0 @@
-import os
-import ydb
-import asyncio
-
-
-async def describe_database():
- endpoint = os.getenv("YDB_ENDPOINT")
- database = os.getenv("YDB_DATABASE")
- driver = ydb.aio.Driver(
- endpoint=endpoint, database=database
- ) # Creating new database driver to execute queries
-
- await driver.wait(timeout=10) # Wait until driver can execute calls
-
- try:
- res = await driver.scheme_client.describe_path(database)
- print(" name: ", res.name, "\n", "owner: ", res.owner, "\n", "type: ", res.type)
- except ydb.Error as e:
- print("Cannot execute query. Reason: %s" % e)
-
- await driver.stop() # Stops driver and close all connections
-
-
-if __name__ == "__main__":
- asyncio.get_event_loop().run_until_complete(describe_database())
diff --git a/ydb/public/sdk/python/examples/aio/example_data.py b/ydb/public/sdk/python/examples/aio/example_data.py
deleted file mode 100644
index 1fc59d16f42..00000000000
--- a/ydb/public/sdk/python/examples/aio/example_data.py
+++ /dev/null
@@ -1,146 +0,0 @@
-# -*- coding: utf-8 -*-
-
-
-class Series(object):
- __slots__ = ("series_id", "title", "release_date", "series_info")
-
- def __init__(self, series_id, title, release_date, series_info):
- self.series_id = series_id
- self.title = title
- self.release_date = bytes(release_date, "utf8")
- self.series_info = series_info
-
-
-class Season(object):
- __slots__ = ("series_id", "season_id", "title", "first_aired", "last_aired")
-
- def __init__(self, series_id, season_id, title, first_aired, last_aired):
- self.series_id = series_id
- self.season_id = season_id
- self.title = title
- self.first_aired = bytes(first_aired, "utf8")
- self.last_aired = bytes(last_aired, "utf8")
-
-
-class Episode(object):
- __slots__ = ("series_id", "season_id", "episode_id", "title", "air_date")
-
- def __init__(self, series_id, season_id, episode_id, title, air_date):
- self.series_id = series_id
- self.season_id = season_id
- self.episode_id = episode_id
- self.title = title
- self.air_date = bytes(air_date, "utf8")
-
-
-def get_series_data():
- return [
- Series(
- 1,
- "IT Crowd",
- "2006-02-03",
- "The IT Crowd is a British sitcom produced by Channel 4, written by Graham Linehan, produced by "
- "Ash Atalla and starring Chris O'Dowd, Richard Ayoade, Katherine Parkinson, and Matt Berry.",
- ),
- Series(
- 2,
- "Silicon Valley",
- "2014-04-06",
- "Silicon Valley is an American comedy television series created by Mike Judge, John Altschuler and "
- "Dave Krinsky. The series focuses on five young men who founded a startup company in Silicon Valley.",
- ),
- ]
-
-
-def get_seasons_data():
- return [
- Season(1, 1, "Season 1", "2006-02-03", "2006-03-03"),
- Season(1, 2, "Season 2", "2007-08-24", "2007-09-28"),
- Season(1, 3, "Season 3", "2008-11-21", "2008-12-26"),
- Season(1, 4, "Season 4", "2010-06-25", "2010-07-30"),
- Season(2, 1, "Season 1", "2014-04-06", "2014-06-01"),
- Season(2, 2, "Season 2", "2015-04-12", "2015-06-14"),
- Season(2, 3, "Season 3", "2016-04-24", "2016-06-26"),
- Season(2, 4, "Season 4", "2017-04-23", "2017-06-25"),
- Season(2, 5, "Season 5", "2018-03-25", "2018-05-13"),
- ]
-
-
-def get_episodes_data():
- return [
- Episode(1, 1, 1, "Yesterday's Jam", "2006-02-03"),
- Episode(1, 1, 2, "Calamity Jen", "2006-02-03"),
- Episode(1, 1, 3, "Fifty-Fifty", "2006-02-10"),
- Episode(1, 1, 4, "The Red Door", "2006-02-17"),
- Episode(1, 1, 5, "The Haunting of Bill Crouse", "2006-02-24"),
- Episode(1, 1, 6, "Aunt Irma Visits", "2006-03-03"),
- Episode(1, 2, 1, "The Work Outing", "2006-08-24"),
- Episode(1, 2, 2, "Return of the Golden Child", "2007-08-31"),
- Episode(1, 2, 3, "Moss and the German", "2007-09-07"),
- Episode(1, 2, 4, "The Dinner Party", "2007-09-14"),
- Episode(1, 2, 5, "Smoke and Mirrors", "2007-09-21"),
- Episode(1, 2, 6, "Men Without Women", "2007-09-28"),
- Episode(1, 3, 1, "From Hell", "2008-11-21"),
- Episode(1, 3, 2, "Are We Not Men?", "2008-11-28"),
- Episode(1, 3, 3, "Tramps Like Us", "2008-12-05"),
- Episode(1, 3, 4, "The Speech", "2008-12-12"),
- Episode(1, 3, 5, "Friendface", "2008-12-19"),
- Episode(1, 3, 6, "Calendar Geeks", "2008-12-26"),
- Episode(1, 4, 1, "Jen The Fredo", "2010-06-25"),
- Episode(1, 4, 2, "The Final Countdown", "2010-07-02"),
- Episode(1, 4, 3, "Something Happened", "2010-07-09"),
- Episode(1, 4, 4, "Italian For Beginners", "2010-07-16"),
- Episode(1, 4, 5, "Bad Boys", "2010-07-23"),
- Episode(1, 4, 6, "Reynholm vs Reynholm", "2010-07-30"),
- ]
-
-
-def get_episodes_data_for_bulk_upsert():
- return [
- Episode(2, 1, 1, "Minimum Viable Product", "2014-04-06"),
- Episode(2, 1, 2, "The Cap Table", "2014-04-13"),
- Episode(2, 1, 3, "Articles of Incorporation", "2014-04-20"),
- Episode(2, 1, 4, "Fiduciary Duties", "2014-04-27"),
- Episode(2, 1, 5, "Signaling Risk", "2014-05-04"),
- Episode(2, 1, 6, "Third Party Insourcing", "2014-05-11"),
- Episode(2, 1, 7, "Proof of Concept", "2014-05-18"),
- Episode(2, 1, 8, "Optimal Tip-to-Tip Efficiency", "2014-06-01"),
- Episode(2, 2, 1, "Sand Hill Shuffle", "2015-04-12"),
- Episode(2, 2, 2, "Runaway Devaluation", "2015-04-19"),
- Episode(2, 2, 3, "Bad Money", "2015-04-26"),
- Episode(2, 2, 4, "The Lady", "2015-05-03"),
- Episode(2, 2, 5, "Server Space", "2015-05-10"),
- Episode(2, 2, 6, "Homicide", "2015-05-17"),
- Episode(2, 2, 7, "Adult Content", "2015-05-24"),
- Episode(2, 2, 8, "White Hat/Black Hat", "2015-05-31"),
- Episode(2, 2, 9, "Binding Arbitration", "2015-06-07"),
- Episode(2, 2, 10, "Two Days of the Condor", "2015-06-14"),
- Episode(2, 3, 1, "Founder Friendly", "2016-04-24"),
- Episode(2, 3, 2, "Two in the Box", "2016-05-01"),
- Episode(2, 3, 3, "Meinertzhagen's Haversack", "2016-05-08"),
- Episode(2, 3, 4, "Maleant Data Systems Solutions", "2016-05-15"),
- Episode(2, 3, 5, "The Empty Chair", "2016-05-22"),
- Episode(2, 3, 6, "Bachmanity Insanity", "2016-05-29"),
- Episode(2, 3, 7, "To Build a Better Beta", "2016-06-05"),
- Episode(2, 3, 8, "Bachman's Earnings Over-Ride", "2016-06-12"),
- Episode(2, 3, 9, "Daily Active Users", "2016-06-19"),
- Episode(2, 3, 10, "The Uptick", "2016-06-26"),
- Episode(2, 4, 1, "Success Failure", "2017-04-23"),
- Episode(2, 4, 2, "Terms of Service", "2017-04-30"),
- Episode(2, 4, 3, "Intellectual Property", "2017-05-07"),
- Episode(2, 4, 4, "Teambuilding Exercise", "2017-05-14"),
- Episode(2, 4, 5, "The Blood Boy", "2017-05-21"),
- Episode(2, 4, 6, "Customer Service", "2017-05-28"),
- Episode(2, 4, 7, "The Patent Troll", "2017-06-04"),
- Episode(2, 4, 8, "The Keenan Vortex", "2017-06-11"),
- Episode(2, 4, 9, "Hooli-Con", "2017-06-18"),
- Episode(2, 4, 10, "Server Error", "2017-06-25"),
- Episode(2, 5, 1, "Grow Fast or Die Slow", "2018-03-25"),
- Episode(2, 5, 2, "Reorientation", "2018-04-01"),
- Episode(2, 5, 3, "Chief Operating Officer", "2018-04-08"),
- Episode(2, 5, 4, "Tech Evangelist", "2018-04-15"),
- Episode(2, 5, 5, "Facial Recognition", "2018-04-22"),
- Episode(2, 5, 6, "Artificial Emotional Intelligence", "2018-04-29"),
- Episode(2, 5, 7, "Initial Coin Offering", "2018-05-06"),
- Episode(2, 5, 8, "Fifty-One Percent", "2018-05-13"),
- ]
diff --git a/ydb/public/sdk/python/examples/aio/read_table_examples.py b/ydb/public/sdk/python/examples/aio/read_table_examples.py
deleted file mode 100644
index aff9e9633b6..00000000000
--- a/ydb/public/sdk/python/examples/aio/read_table_examples.py
+++ /dev/null
@@ -1,35 +0,0 @@
-import asyncio
-
-import ydb
-import os
-
-
-async def create_tables():
- from session_pool_example import main
-
- await main()
-
-
-async def insert_data():
- from transaction_example import main
-
- await main()
-
-
-async def main():
- await create_tables()
- await insert_data()
- endpoint = os.getenv("YDB_ENDPOINT")
- database = os.getenv("YDB_DATABASE")
- driver = ydb.aio.Driver(endpoint=endpoint, database=database)
- pool = ydb.aio.SessionPool(driver, size=10) # Max number of available session
- session = await pool.acquire()
- async for sets in await session.read_table(database + "/episodes"):
- print(*[row[::] for row in sets.rows], sep="\n")
- await pool.release(session)
- await pool.stop()
- await driver.stop()
-
-
-if __name__ == "__main__":
- asyncio.get_event_loop().run_until_complete(main())
diff --git a/ydb/public/sdk/python/examples/aio/session_pool_example.py b/ydb/public/sdk/python/examples/aio/session_pool_example.py
deleted file mode 100644
index 2458410efea..00000000000
--- a/ydb/public/sdk/python/examples/aio/session_pool_example.py
+++ /dev/null
@@ -1,71 +0,0 @@
-import asyncio
-
-import ydb
-import ydb.aio
-import os
-
-
-queries = [ # Tables description to create
- """
- CREATE table `series` (
- `series_id` Uint64,
- `title` Utf8,
- `series_info` Utf8,
- `release_date` Date,
- PRIMARY KEY (`series_id`)
- )
- """,
- """
- CREATE table `seasons` (
- `series_id` Uint64,
- `season_id` Uint64,
- `title` Utf8,
- `first_aired` Date,
- `last_aired` Date,
- PRIMARY KEY (`series_id`, `season_id`)
- )
- """,
- """
- CREATE table `episodes` (
- `series_id` Uint64,
- `season_id` Uint64,
- `episode_id` Uint64,
- `title` Utf8,
- `air_date` Date,
- PRIMARY KEY (`series_id`, `season_id`, `episode_id`)
- )
- """,
-]
-
-
-async def create_table(session, query):
- """
- Helper function to acquire session, execute `create_table` and release it
- """
- await session.execute_scheme(query)
- print("created table, query: ", query)
-
-
-async def main():
- endpoint = os.getenv("YDB_ENDPOINT")
- database = os.getenv("YDB_DATABASE")
- async with ydb.aio.Driver(endpoint=endpoint, database=database) as driver:
- await driver.wait(fail_fast=True)
-
- async with ydb.aio.SessionPool(driver, size=10) as pool:
- coros = [ # Generating coroutines to create tables concurrently
- pool.retry_operation(create_table, query) for query in queries
- ]
-
- await asyncio.gather(*coros) # Run table creating concurrently
-
- directory = await driver.scheme_client.list_directory(
- database
- ) # Listing database to ensure that tables are created
- print("Items in database:")
- for child in directory.children:
- print(child.type, child.name)
-
-
-if __name__ == "__main__":
- asyncio.get_event_loop().run_until_complete(main())
diff --git a/ydb/public/sdk/python/examples/aio/transaction_example.py b/ydb/public/sdk/python/examples/aio/transaction_example.py
deleted file mode 100644
index b7b22c7c8d1..00000000000
--- a/ydb/public/sdk/python/examples/aio/transaction_example.py
+++ /dev/null
@@ -1,88 +0,0 @@
-import asyncio
-
-import ydb
-import os
-
-# Query to insert data into tables from session_pool_example.py
-import example_data
-
-FillDataQuery = """PRAGMA TablePathPrefix("{}");
-
-DECLARE $seriesData AS List<Struct<
- series_id: Uint64,
- title: Utf8,
- series_info: Utf8,
- release_date: String>>;
-
-DECLARE $seasonsData AS List<Struct<
- series_id: Uint64,
- season_id: Uint64,
- title: Utf8,
- first_aired: String,
- last_aired: String>>;
-
-DECLARE $episodesData AS List<Struct<
- series_id: Uint64,
- season_id: Uint64,
- episode_id: Uint64,
- title: Utf8,
- air_date: String>>;
-
-REPLACE INTO series
-SELECT
- series_id,
- title,
- series_info,
- CAST(release_date AS Date) AS release_date
-FROM AS_TABLE($seriesData);
-
-REPLACE INTO seasons
-SELECT
- series_id,
- season_id,
- title,
- CAST(first_aired AS Date) AS first_aired,
- CAST(last_aired AS Date) AS last_aired
-FROM AS_TABLE($seasonsData);
-
-REPLACE INTO episodes
-SELECT
- series_id,
- season_id,
- episode_id,
- title,
- CAST(air_date AS Date) AS air_date
-FROM AS_TABLE($episodesData);
-"""
-
-
-async def create_tables(): # Creating tables with session_pool_example
- from session_pool_example import main
-
- await main()
-
-
-async def main():
- await create_tables()
- endpoint = os.getenv("YDB_ENDPOINT")
- database = os.getenv("YDB_DATABASE")
- driver = ydb.aio.Driver(endpoint=endpoint, database=database)
- pool = ydb.aio.SessionPool(driver, size=10) # Max number of available session
- session = await pool.acquire()
- prepared_query = await session.prepare(FillDataQuery.format(database))
- await session.transaction(ydb.SerializableReadWrite()).execute(
- prepared_query,
- {
- "$seriesData": example_data.get_series_data(),
- "$seasonsData": example_data.get_seasons_data(),
- "$episodesData": example_data.get_episodes_data(),
- },
- commit_tx=True,
- )
- await pool.release(session)
- await driver.stop()
- await pool.stop()
-
-
-if __name__ == "__main__":
- asyncio.get_event_loop().run_until_complete(main())
diff --git a/ydb/public/sdk/python/examples/anonymous-credentials/main.py b/ydb/public/sdk/python/examples/anonymous-credentials/main.py
deleted file mode 100644
index e778a8ca259..00000000000
--- a/ydb/public/sdk/python/examples/anonymous-credentials/main.py
+++ /dev/null
@@ -1,28 +0,0 @@
-import os
-import ydb
-
-
-def execute_query(session):
- return session.transaction().execute(
- "select 1 as cnt;",
- commit_tx=True,
- settings=ydb.BaseRequestSettings().with_timeout(3).with_operation_timeout(2),
- )
-
-
-def main():
- driver = ydb.Driver(
- endpoint=os.getenv("YDB_ENDPOINT"),
- database=os.getenv("YDB_DATABASE"),
- credentials=ydb.AnonymousCredentials(),
- )
-
- with driver:
- # wait until driver become initialized
- driver.wait(fail_fast=True, timeout=5)
- with ydb.SessionPool(driver) as pool:
- result = pool.retry_operation_sync(execute_query)
- assert result[0].rows[0].cnt == 1
-
-
-main()
diff --git a/ydb/public/sdk/python/examples/asyncio/main.py b/ydb/public/sdk/python/examples/asyncio/main.py
deleted file mode 100644
index a5fe00d1066..00000000000
--- a/ydb/public/sdk/python/examples/asyncio/main.py
+++ /dev/null
@@ -1,50 +0,0 @@
-import os
-
-import ydb
-import ydb.aio
-import asyncio
-
-
-async def execute_query(pool):
- # checkout a session to execute query.
- with pool.async_checkout() as session_holder:
- try:
- # wait for the session checkout to complete.
- session = await asyncio.wait_for(
- asyncio.wrap_future(session_holder), timeout=5
- )
- except asyncio.TimeoutError:
- raise ydb.SessionPoolEmpty()
-
- return await asyncio.wrap_future(
- session.transaction().async_execute(
- "select 1 as cnt;",
- commit_tx=True,
- settings=ydb.BaseRequestSettings()
- .with_timeout(3)
- .with_operation_timeout(2),
- )
- )
-
-
-async def main():
- with ydb.Driver(
- endpoint=os.getenv("YDB_ENDPOINT"), database=os.getenv("YDB_DATABASE")
- ) as driver:
- # Wait for the driver to become active for requests.
- await asyncio.wait_for(
- asyncio.wrap_future(driver.async_wait(fail_fast=True)), timeout=5
- )
-
- # Create the session pool instance to manage YDB session.
- session_pool = ydb.SessionPool(driver)
-
- # Execute query with the retry_operation helper.
- # The retry operation helper can be used to retry a coroutine that raises YDB specific
- # exceptions using specified retry settings.
- result = await ydb.aio.retry_operation(execute_query, None, session_pool)
-
- assert result[0].rows[0].cnt == 1
-
-
-asyncio.run(main())
diff --git a/ydb/public/sdk/python/examples/basic_example_v1/__main__.py b/ydb/public/sdk/python/examples/basic_example_v1/__main__.py
deleted file mode 100644
index e49a973ce0c..00000000000
--- a/ydb/public/sdk/python/examples/basic_example_v1/__main__.py
+++ /dev/null
@@ -1,30 +0,0 @@
-# -*- coding: utf-8 -*-
-import argparse
-import basic_example
-import logging
-
-
-if __name__ == "__main__":
- parser = argparse.ArgumentParser(
- formatter_class=argparse.RawDescriptionHelpFormatter,
- description="""\033[92mYandex.Database examples binary.\x1b[0m\n""",
- )
- parser.add_argument(
- "-d", "--database", required=True, help="Name of the database to use"
- )
- parser.add_argument("-e", "--endpoint", required=True, help="Endpoint url to use")
- parser.add_argument("-p", "--path", default="")
- parser.add_argument("-v", "--verbose", default=False, action="store_true")
-
- args = parser.parse_args()
-
- if args.verbose:
- logger = logging.getLogger("ydb.pool.Discovery")
- logger.setLevel(logging.INFO)
- logger.addHandler(logging.StreamHandler())
-
- basic_example.run(
- args.endpoint,
- args.database,
- args.path,
- )
diff --git a/ydb/public/sdk/python/examples/basic_example_v1/basic_example.py b/ydb/public/sdk/python/examples/basic_example_v1/basic_example.py
deleted file mode 100644
index c47e74dcaa8..00000000000
--- a/ydb/public/sdk/python/examples/basic_example_v1/basic_example.py
+++ /dev/null
@@ -1,331 +0,0 @@
-# -*- coding: utf-8 -*-
-import os
-
-import ydb
-import basic_example_data
-
-FillDataQuery = """PRAGMA TablePathPrefix("{}");
-
-DECLARE $seriesData AS List<Struct<
- series_id: Uint64,
- title: Utf8,
- series_info: Utf8,
- release_date: Date>>;
-
-DECLARE $seasonsData AS List<Struct<
- series_id: Uint64,
- season_id: Uint64,
- title: Utf8,
- first_aired: Date,
- last_aired: Date>>;
-
-DECLARE $episodesData AS List<Struct<
- series_id: Uint64,
- season_id: Uint64,
- episode_id: Uint64,
- title: Utf8,
- air_date: Date>>;
-
-REPLACE INTO series
-SELECT
- series_id,
- title,
- series_info,
- CAST(release_date AS Uint64) AS release_date
-FROM AS_TABLE($seriesData);
-
-REPLACE INTO seasons
-SELECT
- series_id,
- season_id,
- title,
- CAST(first_aired AS Uint64) AS first_aired,
- CAST(last_aired AS Uint64) AS last_aired
-FROM AS_TABLE($seasonsData);
-
-REPLACE INTO episodes
-SELECT
- series_id,
- season_id,
- episode_id,
- title,
- CAST(air_date AS Uint64) AS air_date
-FROM AS_TABLE($episodesData);
-"""
-
-
-def fill_tables_with_data(pool, path):
- global FillDataQuery
-
- def callee(session):
- prepared_query = session.prepare(FillDataQuery.format(path))
- session.transaction(ydb.SerializableReadWrite()).execute(
- prepared_query,
- {
- "$seriesData": basic_example_data.get_series_data(),
- "$seasonsData": basic_example_data.get_seasons_data(),
- "$episodesData": basic_example_data.get_episodes_data(),
- },
- commit_tx=True,
- )
-
- return pool.retry_operation_sync(callee)
-
-
-def select_simple(pool, path):
- def callee(session):
- # new transaction in serializable read write mode
- # if query successfully completed you will get result sets.
- # otherwise exception will be raised
- result_sets = session.transaction(ydb.SerializableReadWrite()).execute(
- """
- PRAGMA TablePathPrefix("{}");
- $format = DateTime::Format("%Y-%m-%d");
- SELECT
- series_id,
- title,
- $format(DateTime::FromSeconds(CAST(DateTime::ToSeconds(DateTime::IntervalFromDays(CAST(release_date AS Int16))) AS Uint32))) AS release_date
- FROM series
- WHERE series_id = 1;
- """.format(
- path
- ),
- commit_tx=True,
- )
- print("\n> select_simple_transaction:")
- for row in result_sets[0].rows:
- print(
- "series, id: ",
- row.series_id,
- ", title: ",
- row.title,
- ", release date: ",
- row.release_date,
- )
-
- return result_sets[0]
-
- return pool.retry_operation_sync(callee)
-
-
-def upsert_simple(pool, path):
- def callee(session):
- session.transaction().execute(
- """
- PRAGMA TablePathPrefix("{}");
- UPSERT INTO episodes (series_id, season_id, episode_id, title) VALUES
- (2, 6, 1, "TBD");
- """.format(
- path
- ),
- commit_tx=True,
- )
-
- return pool.retry_operation_sync(callee)
-
-
-def select_prepared(pool, path, series_id, season_id, episode_id):
- def callee(session):
- query = """
- PRAGMA TablePathPrefix("{}");
-
- DECLARE $seriesId AS Uint64;
- DECLARE $seasonId AS Uint64;
- DECLARE $episodeId AS Uint64;
-
- $format = DateTime::Format("%Y-%m-%d");
- SELECT
- title,
- $format(DateTime::FromSeconds(CAST(DateTime::ToSeconds(DateTime::IntervalFromDays(CAST(air_date AS Int16))) AS Uint32))) AS air_date
- FROM episodes
- WHERE series_id = $seriesId AND season_id = $seasonId AND episode_id = $episodeId;
- """.format(
- path
- )
-
- prepared_query = session.prepare(query)
- result_sets = session.transaction(ydb.SerializableReadWrite()).execute(
- prepared_query,
- {
- "$seriesId": series_id,
- "$seasonId": season_id,
- "$episodeId": episode_id,
- },
- commit_tx=True,
- )
- print("\n> select_prepared_transaction:")
- for row in result_sets[0].rows:
- print("episode title:", row.title, ", air date:", row.air_date)
-
- return result_sets[0]
-
- return pool.retry_operation_sync(callee)
-
-
-# Show usage of explicit Begin/Commit transaction control calls.
-# In most cases it's better to use transaction control settings in session.transaction
-# calls instead to avoid additional hops to YDB cluster and allow more efficient
-# execution of queries.
-def explicit_tcl(pool, path, series_id, season_id, episode_id):
- def callee(session):
- query = """
- PRAGMA TablePathPrefix("{}");
-
- DECLARE $seriesId AS Uint64;
- DECLARE $seasonId AS Uint64;
- DECLARE $episodeId AS Uint64;
-
- UPDATE episodes
- SET air_date = CAST(CurrentUtcDate() AS Uint64)
- WHERE series_id = $seriesId AND season_id = $seasonId AND episode_id = $episodeId;
- """.format(
- path
- )
- prepared_query = session.prepare(query)
-
- # Get newly created transaction id
- tx = session.transaction(ydb.SerializableReadWrite()).begin()
-
- # Execute data query.
- # Transaction control settings continues active transaction (tx)
- tx.execute(
- prepared_query,
- {"$seriesId": series_id, "$seasonId": season_id, "$episodeId": episode_id},
- )
-
- print("\n> explicit TCL call")
-
- # Commit active transaction(tx)
- tx.commit()
-
- return pool.retry_operation_sync(callee)
-
-
-def create_tables(pool, path):
- def callee(session):
- # Creating Series table
- session.execute_scheme(
- """
- PRAGMA TablePathPrefix("{}");
- CREATE table `series` (
- `series_id` Uint64,
- `title` Utf8,
- `series_info` Utf8,
- `release_date` Uint64,
- PRIMARY KEY (`series_id`)
- )
- """.format(
- path
- )
- )
-
- # Creating Seasons table
- session.execute_scheme(
- """
- PRAGMA TablePathPrefix("{}");
- CREATE table `seasons` (
- `series_id` Uint64,
- `season_id` Uint64,
- `title` Utf8,
- `first_aired` Uint64,
- `last_aired` Uint64,
- PRIMARY KEY (`series_id`, `season_id`)
- )
- """.format(
- path
- )
- )
-
- # Creating Episodes table
- session.execute_scheme(
- """
- PRAGMA TablePathPrefix("{}");
- CREATE table `episodes` (
- `series_id` Uint64,
- `season_id` Uint64,
- `episode_id` Uint64,
- `title` Utf8,
- `air_date` Uint64,
- PRIMARY KEY (`series_id`, `season_id`, `episode_id`)
- )
- """.format(
- path
- )
- )
-
- return pool.retry_operation_sync(callee)
-
-
-def describe_table(pool, path, name):
- def callee(session):
- result = session.describe_table(os.path.join(path, name))
- print("\n> describe table: series")
- for column in result.columns:
- print("column, name:", column.name, ",", str(column.type.item).strip())
-
- return pool.retry_operation_sync(callee)
-
-
-def bulk_upsert(table_client, path):
- print("\n> bulk upsert: episodes")
- column_types = (
- ydb.BulkUpsertColumns()
- .add_column("series_id", ydb.OptionalType(ydb.PrimitiveType.Uint64))
- .add_column("season_id", ydb.OptionalType(ydb.PrimitiveType.Uint64))
- .add_column("episode_id", ydb.OptionalType(ydb.PrimitiveType.Uint64))
- .add_column("title", ydb.OptionalType(ydb.PrimitiveType.Utf8))
- .add_column("air_date", ydb.OptionalType(ydb.PrimitiveType.Uint64))
- )
- rows = basic_example_data.get_episodes_data_for_bulk_upsert()
- table_client.bulk_upsert(os.path.join(path, "episodes"), rows, column_types)
-
-
-def is_directory_exists(driver, path):
- try:
- return driver.scheme_client.describe_path(path).is_directory()
- except ydb.SchemeError:
- return False
-
-
-def ensure_path_exists(driver, database, path):
- paths_to_create = list()
- path = path.rstrip("/")
- while path not in ("", database):
- full_path = os.path.join(database, path)
- if is_directory_exists(driver, full_path):
- break
- paths_to_create.append(full_path)
- path = os.path.dirname(path).rstrip("/")
-
- while len(paths_to_create) > 0:
- full_path = paths_to_create.pop(-1)
- driver.scheme_client.make_directory(full_path)
-
-
-def run(endpoint, database, path):
- with ydb.Driver(endpoint=endpoint, database=database) as driver:
- driver.wait(timeout=5, fail_fast=True)
-
- with ydb.SessionPool(driver) as pool:
-
- ensure_path_exists(driver, database, path)
-
- full_path = os.path.join(database, path)
-
- create_tables(pool, full_path)
-
- describe_table(pool, full_path, "series")
-
- fill_tables_with_data(pool, full_path)
-
- select_simple(pool, full_path)
-
- upsert_simple(pool, full_path)
-
- bulk_upsert(driver.table_client, full_path)
-
- select_prepared(pool, full_path, 2, 3, 7)
- select_prepared(pool, full_path, 2, 3, 8)
-
- explicit_tcl(pool, full_path, 2, 6, 1)
- select_prepared(pool, full_path, 2, 6, 1)
diff --git a/ydb/public/sdk/python/examples/basic_example_v1/basic_example_data.py b/ydb/public/sdk/python/examples/basic_example_v1/basic_example_data.py
deleted file mode 100644
index 967c78ead72..00000000000
--- a/ydb/public/sdk/python/examples/basic_example_v1/basic_example_data.py
+++ /dev/null
@@ -1,152 +0,0 @@
-# -*- coding: utf-8 -*-
-import iso8601
-
-
-def to_days(date):
- timedelta = iso8601.parse_date(date) - iso8601.parse_date("1970-1-1")
- return timedelta.days
-
-
-class Series(object):
- __slots__ = ("series_id", "title", "release_date", "series_info")
-
- def __init__(self, series_id, title, release_date, series_info):
- self.series_id = series_id
- self.title = title
- self.release_date = to_days(release_date)
- self.series_info = series_info
-
-
-class Season(object):
- __slots__ = ("series_id", "season_id", "title", "first_aired", "last_aired")
-
- def __init__(self, series_id, season_id, title, first_aired, last_aired):
- self.series_id = series_id
- self.season_id = season_id
- self.title = title
- self.first_aired = to_days(first_aired)
- self.last_aired = to_days(last_aired)
-
-
-class Episode(object):
- __slots__ = ("series_id", "season_id", "episode_id", "title", "air_date")
-
- def __init__(self, series_id, season_id, episode_id, title, air_date):
- self.series_id = series_id
- self.season_id = season_id
- self.episode_id = episode_id
- self.title = title
- self.air_date = to_days(air_date)
-
-
-def get_series_data():
- return [
- Series(
- 1,
- "IT Crowd",
- "2006-02-03",
- "The IT Crowd is a British sitcom produced by Channel 4, written by Graham Linehan, produced by "
- "Ash Atalla and starring Chris O'Dowd, Richard Ayoade, Katherine Parkinson, and Matt Berry.",
- ),
- Series(
- 2,
- "Silicon Valley",
- "2014-04-06",
- "Silicon Valley is an American comedy television series created by Mike Judge, John Altschuler and "
- "Dave Krinsky. The series focuses on five young men who founded a startup company in Silicon Valley.",
- ),
- ]
-
-
-def get_seasons_data():
- return [
- Season(1, 1, "Season 1", "2006-02-03", "2006-03-03"),
- Season(1, 2, "Season 2", "2007-08-24", "2007-09-28"),
- Season(1, 3, "Season 3", "2008-11-21", "2008-12-26"),
- Season(1, 4, "Season 4", "2010-06-25", "2010-07-30"),
- Season(2, 1, "Season 1", "2014-04-06", "2014-06-01"),
- Season(2, 2, "Season 2", "2015-04-12", "2015-06-14"),
- Season(2, 3, "Season 3", "2016-04-24", "2016-06-26"),
- Season(2, 4, "Season 4", "2017-04-23", "2017-06-25"),
- Season(2, 5, "Season 5", "2018-03-25", "2018-05-13"),
- ]
-
-
-def get_episodes_data():
- return [
- Episode(1, 1, 1, "Yesterday's Jam", "2006-02-03"),
- Episode(1, 1, 2, "Calamity Jen", "2006-02-03"),
- Episode(1, 1, 3, "Fifty-Fifty", "2006-02-10"),
- Episode(1, 1, 4, "The Red Door", "2006-02-17"),
- Episode(1, 1, 5, "The Haunting of Bill Crouse", "2006-02-24"),
- Episode(1, 1, 6, "Aunt Irma Visits", "2006-03-03"),
- Episode(1, 2, 1, "The Work Outing", "2006-08-24"),
- Episode(1, 2, 2, "Return of the Golden Child", "2007-08-31"),
- Episode(1, 2, 3, "Moss and the German", "2007-09-07"),
- Episode(1, 2, 4, "The Dinner Party", "2007-09-14"),
- Episode(1, 2, 5, "Smoke and Mirrors", "2007-09-21"),
- Episode(1, 2, 6, "Men Without Women", "2007-09-28"),
- Episode(1, 3, 1, "From Hell", "2008-11-21"),
- Episode(1, 3, 2, "Are We Not Men?", "2008-11-28"),
- Episode(1, 3, 3, "Tramps Like Us", "2008-12-05"),
- Episode(1, 3, 4, "The Speech", "2008-12-12"),
- Episode(1, 3, 5, "Friendface", "2008-12-19"),
- Episode(1, 3, 6, "Calendar Geeks", "2008-12-26"),
- Episode(1, 4, 1, "Jen The Fredo", "2010-06-25"),
- Episode(1, 4, 2, "The Final Countdown", "2010-07-02"),
- Episode(1, 4, 3, "Something Happened", "2010-07-09"),
- Episode(1, 4, 4, "Italian For Beginners", "2010-07-16"),
- Episode(1, 4, 5, "Bad Boys", "2010-07-23"),
- Episode(1, 4, 6, "Reynholm vs Reynholm", "2010-07-30"),
- ]
-
-
-def get_episodes_data_for_bulk_upsert():
- return [
- Episode(2, 1, 1, "Minimum Viable Product", "2014-04-06"),
- Episode(2, 1, 2, "The Cap Table", "2014-04-13"),
- Episode(2, 1, 3, "Articles of Incorporation", "2014-04-20"),
- Episode(2, 1, 4, "Fiduciary Duties", "2014-04-27"),
- Episode(2, 1, 5, "Signaling Risk", "2014-05-04"),
- Episode(2, 1, 6, "Third Party Insourcing", "2014-05-11"),
- Episode(2, 1, 7, "Proof of Concept", "2014-05-18"),
- Episode(2, 1, 8, "Optimal Tip-to-Tip Efficiency", "2014-06-01"),
- Episode(2, 2, 1, "Sand Hill Shuffle", "2015-04-12"),
- Episode(2, 2, 2, "Runaway Devaluation", "2015-04-19"),
- Episode(2, 2, 3, "Bad Money", "2015-04-26"),
- Episode(2, 2, 4, "The Lady", "2015-05-03"),
- Episode(2, 2, 5, "Server Space", "2015-05-10"),
- Episode(2, 2, 6, "Homicide", "2015-05-17"),
- Episode(2, 2, 7, "Adult Content", "2015-05-24"),
- Episode(2, 2, 8, "White Hat/Black Hat", "2015-05-31"),
- Episode(2, 2, 9, "Binding Arbitration", "2015-06-07"),
- Episode(2, 2, 10, "Two Days of the Condor", "2015-06-14"),
- Episode(2, 3, 1, "Founder Friendly", "2016-04-24"),
- Episode(2, 3, 2, "Two in the Box", "2016-05-01"),
- Episode(2, 3, 3, "Meinertzhagen's Haversack", "2016-05-08"),
- Episode(2, 3, 4, "Maleant Data Systems Solutions", "2016-05-15"),
- Episode(2, 3, 5, "The Empty Chair", "2016-05-22"),
- Episode(2, 3, 6, "Bachmanity Insanity", "2016-05-29"),
- Episode(2, 3, 7, "To Build a Better Beta", "2016-06-05"),
- Episode(2, 3, 8, "Bachman's Earnings Over-Ride", "2016-06-12"),
- Episode(2, 3, 9, "Daily Active Users", "2016-06-19"),
- Episode(2, 3, 10, "The Uptick", "2016-06-26"),
- Episode(2, 4, 1, "Success Failure", "2017-04-23"),
- Episode(2, 4, 2, "Terms of Service", "2017-04-30"),
- Episode(2, 4, 3, "Intellectual Property", "2017-05-07"),
- Episode(2, 4, 4, "Teambuilding Exercise", "2017-05-14"),
- Episode(2, 4, 5, "The Blood Boy", "2017-05-21"),
- Episode(2, 4, 6, "Customer Service", "2017-05-28"),
- Episode(2, 4, 7, "The Patent Troll", "2017-06-04"),
- Episode(2, 4, 8, "The Keenan Vortex", "2017-06-11"),
- Episode(2, 4, 9, "Hooli-Con", "2017-06-18"),
- Episode(2, 4, 10, "Server Error", "2017-06-25"),
- Episode(2, 5, 1, "Grow Fast or Die Slow", "2018-03-25"),
- Episode(2, 5, 2, "Reorientation", "2018-04-01"),
- Episode(2, 5, 3, "Chief Operating Officer", "2018-04-08"),
- Episode(2, 5, 4, "Tech Evangelist", "2018-04-15"),
- Episode(2, 5, 5, "Facial Recognition", "2018-04-22"),
- Episode(2, 5, 6, "Artificial Emotional Intelligence", "2018-04-29"),
- Episode(2, 5, 7, "Initial Coin Offering", "2018-05-06"),
- Episode(2, 5, 8, "Fifty-One Percent", "2018-05-13"),
- ]
diff --git a/ydb/public/sdk/python/examples/cloud-function-trivial-example/index.py b/ydb/public/sdk/python/examples/cloud-function-trivial-example/index.py
deleted file mode 100644
index 45acea5a688..00000000000
--- a/ydb/public/sdk/python/examples/cloud-function-trivial-example/index.py
+++ /dev/null
@@ -1,29 +0,0 @@
-import os
-import ydb
-
-# create driver in global space.
-driver = ydb.Driver(
- endpoint=os.getenv("YDB_ENDPOINT"), database=os.getenv("YDB_DATABASE")
-)
-# Wait for the driver to become active for requests.
-driver.wait(fail_fast=True, timeout=5)
-# Create the session pool instance to manage YDB sessions.
-pool = ydb.SessionPool(driver)
-
-
-def execute_query(session):
- # create the transaction and execute query.
- return session.transaction().execute(
- "select 1 as cnt;",
- commit_tx=True,
- settings=ydb.BaseRequestSettings().with_timeout(3).with_operation_timeout(2),
- )
-
-
-def handler(event, context):
- # Execute query with the retry_operation helper.
- result = pool.retry_operation_sync(execute_query)
- return {
- "statusCode": 200,
- "body": str(result[0].rows[0].cnt == 1),
- }
diff --git a/ydb/public/sdk/python/examples/cloud-function-trivial-example/requirements.txt b/ydb/public/sdk/python/examples/cloud-function-trivial-example/requirements.txt
deleted file mode 100644
index b7b35a1c9f1..00000000000
--- a/ydb/public/sdk/python/examples/cloud-function-trivial-example/requirements.txt
+++ /dev/null
@@ -1 +0,0 @@
-ydb===1.0.21
diff --git a/ydb/public/sdk/python/examples/metadata-credentials/main.py b/ydb/public/sdk/python/examples/metadata-credentials/main.py
deleted file mode 100644
index 2362fe27fca..00000000000
--- a/ydb/public/sdk/python/examples/metadata-credentials/main.py
+++ /dev/null
@@ -1,30 +0,0 @@
-import os
-import ydb
-import ydb.iam
-
-
-def execute_query(session):
- return session.transaction().execute(
- "select 1 as cnt;",
- commit_tx=True,
- settings=ydb.BaseRequestSettings().with_timeout(3).with_operation_timeout(2),
- )
-
-
-def main():
- driver = ydb.Driver(
- endpoint=os.getenv("YDB_ENDPOINT"),
- database=os.getenv("YDB_DATABASE"),
- # metadata url credentials.
- credentials=ydb.iam.MetadataUrlCredentials(),
- )
-
- with driver:
- # wait until driver become initialized
- driver.wait(fail_fast=True, timeout=5)
- with ydb.SessionPool(driver) as pool:
- result = pool.retry_operation_sync(execute_query)
- assert result[0].rows[0].cnt == 1
-
-
-main()
diff --git a/ydb/public/sdk/python/examples/pagination/__main__.py b/ydb/public/sdk/python/examples/pagination/__main__.py
deleted file mode 100644
index 117fa798938..00000000000
--- a/ydb/public/sdk/python/examples/pagination/__main__.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-import argparse
-import os
-import pagination
-
-
-if __name__ == "__main__":
- parser = argparse.ArgumentParser(
- formatter_class=argparse.RawDescriptionHelpFormatter,
- description="""\033[92mYandex.Database example pagination.\x1b[0m\n""",
- )
- parser.add_argument(
- "-d", "--database", required=True, help="Name of the database to use"
- )
- parser.add_argument("-e", "--endpoint", required=True, help="Endpoint url to use")
- parser.add_argument("-p", "--path", default="", help="Base path for tables")
-
- args = parser.parse_args()
- pagination.run(args.endpoint, args.database, args.path, os.environ.get("YDB_TOKEN"))
diff --git a/ydb/public/sdk/python/examples/pagination/pagination.py b/ydb/public/sdk/python/examples/pagination/pagination.py
deleted file mode 100644
index a59da090b85..00000000000
--- a/ydb/public/sdk/python/examples/pagination/pagination.py
+++ /dev/null
@@ -1,112 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import print_function
-import os
-
-import ydb
-from concurrent.futures import TimeoutError
-import sample_data
-
-
-class SchoolsPaginated(object):
- def __init__(self, session, path, limit):
- self.session = session
- self.path = path
- self.limit = limit
- self.last_city = None
- self.last_number = None
-
- next_page_query = """
- PRAGMA TablePathPrefix("{path}");
-
- DECLARE $limit AS Uint32;
- DECLARE $lastCity AS Utf8;
- DECLARE $lastNumber AS Uint32;
-
- $Part1 = (
- SELECT * FROM schools
- WHERE `city` = $lastCity AND `number` > $lastNumber
- ORDER BY `city`, `number`
- LIMIT $limit
- );
-
- $Part2 = (
- SELECT * FROM schools
- WHERE `city` > $lastCity
- ORDER BY `city`, `number`
- LIMIT $limit
- );
-
- $Union = (SELECT * FROM $Part1 UNION ALL SELECT * FROM $Part2);
- SELECT * FROM $Union ORDER BY `city`, `number` LIMIT $limit;
- """.format(
- path=self.path
- )
-
- self.prepared_next_page_query = self.session.prepare(next_page_query)
-
- def get_first_page(self):
- query = """
- PRAGMA TablePathPrefix("{path}");
-
- DECLARE $limit AS Uint32;
-
- SELECT * FROM schools
- ORDER BY `city`, `number`
- LIMIT $limit;
- """.format(
- path=self.path
- )
- prepared_query = self.session.prepare(query)
- result_sets = self.session.transaction(ydb.SerializableReadWrite()).execute(
- prepared_query, {"$limit": self.limit}, commit_tx=True
- )
- return result_sets[0]
-
- def get_next_page(self):
- result_sets = self.session.transaction(ydb.SerializableReadWrite()).execute(
- self.prepared_next_page_query,
- {
- "$limit": self.limit,
- "$lastCity": self.last_city,
- "$lastNumber": self.last_number,
- },
- commit_tx=True,
- )
- return result_sets[0]
-
- def pages(self):
- while True:
- if self.last_city is None or self.last_number is None:
- result = self.get_first_page()
- else:
- result = self.get_next_page()
- if not result.rows:
- return
- last_row = result.rows[-1]
- self.last_city = last_row.city
- self.last_number = last_row.number
- yield result
-
-
-def run(endpoint, database, path, auth_token):
- driver_config = ydb.DriverConfig(endpoint, database=database, auth_token=auth_token)
- try:
- driver = ydb.Driver(driver_config)
- driver.wait(timeout=5)
- except TimeoutError:
- raise RuntimeError("Connect failed to YDB")
-
- try:
- session = driver.table_client.session().create()
- sample_data.prepare_data(driver, session, database, path)
- db_path = os.path.join(database, path)
-
- page_num = 0
- for page in SchoolsPaginated(session, db_path, limit=3).pages():
- page_num = page_num + 1
- print("-- page: {} --".format(page_num))
- for row in page.rows:
- print(row.city.encode("utf-8"), row.number, row.address.encode("utf-8"))
-
- finally:
- driver.stop()
diff --git a/ydb/public/sdk/python/examples/pagination/sample_data.py b/ydb/public/sdk/python/examples/pagination/sample_data.py
deleted file mode 100644
index 8660d2b5f1f..00000000000
--- a/ydb/public/sdk/python/examples/pagination/sample_data.py
+++ /dev/null
@@ -1,97 +0,0 @@
-# -*- coding: utf-8 -*-
-import os
-
-import ydb
-
-
-class School(object):
- __slots__ = ("city", "number", "address")
-
- def __init__(self, city, number, address):
- self.city = city
- self.number = number
- self.address = address
-
-
-def get_schools_data():
- return [
- School("Орлов", 1, "Ст.Халтурина, 2"),
- School("Орлов", 2, "Свободы, 4"),
- School("Яранск", 1, "Гоголя, 25"),
- School("Яранск", 2, "Кирова, 18"),
- School("Яранск", 3, "Некрасова, 59"),
- School("Кирс", 3, "Кирова, 6"),
- School("Нолинск", 1, "Коммуны, 4"),
- School("Нолинск", 2, "Федосеева, 2Б"),
- School("Котельнич", 1, "Урицкого, 21"),
- School("Котельнич", 2, "Октябрьская, 109"),
- School("Котельнич", 3, "Советская, 153"),
- School("Котельнич", 5, "Школьная, 2"),
- School("Котельнич", 15, "Октябрьская, 91"),
- ]
-
-
-def create_table(session, path):
- session.create_table(
- os.path.join(path, "schools"),
- ydb.TableDescription()
- .with_column(ydb.Column("city", ydb.OptionalType(ydb.PrimitiveType.Utf8)))
- .with_column(ydb.Column("number", ydb.OptionalType(ydb.PrimitiveType.Uint32)))
- .with_column(ydb.Column("address", ydb.OptionalType(ydb.PrimitiveType.Utf8)))
- .with_primary_keys("city", "number"),
- )
-
-
-def fill_table(session, path):
- query = """
- PRAGMA TablePathPrefix("{path}");
-
- DECLARE $schoolsData AS "List<Struct<
- city: Utf8,
- number: Uint32,
- address: Utf8>>";
-
- REPLACE INTO schools
- SELECT
- city,
- number,
- address
- FROM AS_TABLE($schoolsData);
- """.format(
- path=path
- )
- prepared_query = session.prepare(query)
- session.transaction(ydb.SerializableReadWrite()).execute(
- prepared_query,
- {"$schoolsData": get_schools_data()},
- commit_tx=True,
- )
-
-
-def is_directory_exists(driver, path):
- try:
- return driver.scheme_client.describe_path(path).is_directory()
- except ydb.SchemeError:
- return False
-
-
-def ensure_path_exists(driver, database, path):
- paths_to_create = list()
- path = path.rstrip("/")
- while path != "":
- full_path = os.path.join(database, path)
- if is_directory_exists(driver, full_path):
- break
- paths_to_create.append(full_path)
- path = os.path.dirname(path).rstrip("/")
-
- while len(paths_to_create) > 0:
- full_path = paths_to_create.pop(-1)
- driver.scheme_client.make_directory(full_path)
-
-
-def prepare_data(driver, session, database, path):
- ensure_path_exists(driver, database, path)
- db_path = os.path.join(database, path)
- create_table(session, db_path)
- fill_table(session, db_path)
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/config.py b/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/config.py
deleted file mode 100644
index 7c4cbd558a1..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/config.py
+++ /dev/null
@@ -1,25 +0,0 @@
-import os
-
-
-class Config(object):
- _ydb_endpoint = os.getenv("YDB_ENDPOINT")
- _ydb_database = os.getenv("YDB_DATABASE")
- _ydb_path = os.getenv("YDB_PATH", "")
-
- _reservation_period_minutes = int(os.getenv("RESERVATION_PERIOD_MINUTES", "60"))
-
- @classmethod
- def ydb_endpoint(cls):
- return cls._ydb_endpoint
-
- @classmethod
- def ydb_database(cls):
- return cls._ydb_database
-
- @classmethod
- def ydb_path(cls):
- return cls._ydb_path
-
- @classmethod
- def reservation_period_minutes(cls):
- return cls._reservation_period_minutes
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/controller.py b/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/controller.py
deleted file mode 100644
index 31d2ba68149..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/controller.py
+++ /dev/null
@@ -1,62 +0,0 @@
-import typing
-import logging
-from storage import Storage
-from models import (
- ReservationCreateResponse,
- ReservationCreateRequest,
- ReservationCancelRequest,
- ReservationCancelResponse,
-)
-
-
-class Controller(object):
-
- __slots__ = ("_storage",)
-
- def __init__(self, storage: Storage):
- self._storage = storage
-
- def _find_available_table_id(
- self, request: ReservationCreateRequest
- ) -> typing.Optional[int]:
- table_ids = set(self._storage.list_table_ids(cnt=request.cnt))
- reserved_table_ids = set(
- self._storage.find_reserved_table_ids(cnt=request.cnt, dt=request.dt)
- )
- for table_id in table_ids.difference(reserved_table_ids):
- return table_id
-
- def maybe_create_reservation(
- self, request: ReservationCreateRequest
- ) -> ReservationCreateResponse:
- table_id = self._find_available_table_id(request)
- if table_id is None:
- logging.warning("reservation failed")
- return ReservationCreateResponse(success=False)
- try:
- self._storage.save_reservation(
- dt=request.dt,
- table_id=table_id,
- cnt=request.cnt,
- description=request.description,
- phone=request.phone,
- )
- logging.warning(f"reservation {request.phone} {request.dt} succeeded")
- return ReservationCreateResponse(success=True, table_id=table_id)
- except Exception as e:
- logging.warning(f"failed to reserve a table due to {repr(e)}")
- return ReservationCreateResponse(success=False)
-
- def maybe_cancel_reservation(
- self, request: ReservationCancelRequest
- ) -> ReservationCancelResponse:
- try:
- self._storage.delete_reservation(phone=request.phone, dt=request.dt)
- logging.warning(f"reservation {request.phone} {request.dt} cancelled")
- return ReservationCancelResponse(success=True)
- except Exception as e:
- logging.warning(
- f"failed to cancel reservation for {request.phone} "
- f"{request.dt} due to {repr(e)}"
- )
- return ReservationCancelResponse(success=False)
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/models.py b/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/models.py
deleted file mode 100644
index bce3622a810..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/models.py
+++ /dev/null
@@ -1,37 +0,0 @@
-import typing
-import datetime
-from pydantic import BaseModel
-
-
-class Reservation(BaseModel):
- phone: typing.Optional[typing.Union[str, str]] = None
- description: typing.Optional[typing.Union[bytes, str]] = None
- table_id: int
- dt: datetime.datetime
-
-
-class Table(BaseModel):
- table_id: int = None
- description: typing.Optional[typing.Union[bytes, str]] = None
- cnt: int
-
-
-class ReservationCreateRequest(BaseModel):
- dt: datetime.datetime
- cnt: int
- description: typing.Optional[typing.Union[bytes, str]] = None
- phone: typing.Optional[typing.Union[bytes, str]]
-
-
-class ReservationCreateResponse(BaseModel):
- success: bool
- table_id: typing.Optional[int] = None
-
-
-class ReservationCancelRequest(BaseModel):
- phone: typing.Optional[typing.Union[bytes, str]]
- dt: datetime.datetime
-
-
-class ReservationCancelResponse(BaseModel):
- success: bool
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/requirements.txt b/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/requirements.txt
deleted file mode 100644
index 6a18e45690b..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/requirements.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-certifi==2020.6.20
-cffi==1.14.2
-chardet==3.0.4
-cryptography==3.3.2
-enum-compat==0.0.3
-googleapis-common-protos==1.52.0
-grpcio==1.31.0
-idna==2.10
-protobuf==3.15.0
-pycparser==2.20
-pydantic==1.6.2
-PyJWT==2.4.0
-requests==2.24.0
-six==1.15.0
-urllib3==1.26.5
-yandexcloud==0.48.0
-ydb==0.0.41
-
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/secrets/.keep b/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/secrets/.keep
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/secrets/.keep
+++ /dev/null
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/storage.py b/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/storage.py
deleted file mode 100644
index a8806899f4f..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/storage.py
+++ /dev/null
@@ -1,116 +0,0 @@
-import datetime
-import typing
-import ydb
-from utils import session_pool_context, make_driver_config
-from config import Config
-
-
-class Storage(object):
- def __init__(self, *, endpoint: str, database: str, path: str):
- self._database = database
- self._driver_config = make_driver_config(endpoint, database, path)
-
- def list_table_ids(self, *, cnt: int = 0) -> typing.List[int]:
- query = f"""PRAGMA TablePathPrefix("{self._database}");
- DECLARE $cnt as Uint64;
- SELECT table_id FROM tables WHERE cnt >= $cnt;
- """
-
- def transaction(session):
- tx = session.transaction(ydb.SerializableReadWrite()).begin()
- prepared_query = session.prepare(query)
- rs = tx.execute(prepared_query, parameters={"$cnt": cnt}, commit_tx=True)
- return rs[0].rows
-
- with session_pool_context(self._driver_config) as session_pool:
- tables = session_pool.retry_operation_sync(transaction)
- return list(map(lambda x: getattr(x, "table_id"), tables))
-
- def find_reserved_table_ids(
- self, *, cnt: int, dt: datetime.datetime
- ) -> typing.List[int]:
- query = f"""PRAGMA TablePathPrefix("{self._database}");
- DECLARE $dt AS DateTime;
- DECLARE $reservation_period_minutes AS Int32;
- DECLARE $cnt AS Uint64;
- SELECT DISTINCT(table_id) FROM reservations
- WHERE dt <= $dt
- AND dt >= $dt - DateTime::IntervalFromMinutes($reservation_period_minutes)
- AND cnt >= $cnt;
- """
-
- def transaction(session):
- tx = session.transaction(ydb.SerializableReadWrite()).begin()
- prepared_query = session.prepare(query)
- rs = tx.execute(
- prepared_query,
- parameters={
- "$cnt": cnt,
- "$dt": int(dt.timestamp()),
- "$reservation_period_minutes": Config.reservation_period_minutes(),
- },
- commit_tx=True,
- )
- if len(rs[0].rows) > 0:
- return rs[0].rows
- return []
-
- with session_pool_context(self._driver_config) as session_pool:
- tables = session_pool.retry_operation_sync(transaction)
- return list(map(lambda x: getattr(x, "table_id"), tables))
-
- def save_reservation(
- self,
- *,
- dt: datetime.datetime,
- table_id: int,
- cnt: int,
- description: str = "",
- phone: str,
- ) -> None:
- query = f"""PRAGMA TablePathPrefix("{self._database}");
- DECLARE $dt AS DateTime;
- DECLARE $cnt AS Uint64;
- DECLARE $phone AS String;
- DECLARE $description AS Utf8;
- DECLARE $table_id AS Uint64;
- INSERT INTO reservations (table_id, dt, phone, cnt, description)
- VALUES ($table_id, $dt, $phone, $cnt, $description);
- """
-
- def transaction(session):
- tx = session.transaction(ydb.SerializableReadWrite()).begin()
- prepared_query = session.prepare(query)
- tx.execute(
- prepared_query,
- parameters={
- "$dt": int(dt.timestamp()),
- "$cnt": cnt,
- "$table_id": table_id,
- "$description": "" if description is None else description,
- "$phone": phone.encode(),
- },
- commit_tx=True,
- )
-
- with session_pool_context(self._driver_config) as session_pool:
- session_pool.retry_operation_sync(transaction)
-
- def delete_reservation(self, *, phone: str, dt: datetime.datetime) -> None:
- query = f"""PRAGMA TablePathPrefix("{self._database}");
- DECLARE $dt AS DateTime;
- DECLARE $phone AS String;
- DELETE FROM reservations WHERE dt = $dt AND phone = $phone;
- """
-
- def transaction(session):
- tx = session.transaction(ydb.SerializableReadWrite()).begin()
- prepared_query = session.prepare(query)
- tx.execute(
- prepared_query,
- parameters={"$dt": dt, "$phone": phone.encode()},
- commit_tx=True,
- )
-
- with session_pool_context(self._driver_config) as session_pool:
- session_pool.retry_operation_sync(transaction)
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/utils.py b/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/utils.py
deleted file mode 100644
index 52aa56f9f70..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/cloud_function/utils.py
+++ /dev/null
@@ -1,35 +0,0 @@
-import logging
-import contextlib
-import ydb
-
-
-def make_driver_config(endpoint, database, path):
- return ydb.DriverConfig(
- endpoint,
- database,
- credentials=ydb.construct_credentials_from_environ(),
- root_certificates=ydb.load_ydb_root_certificate(),
- )
-
-
-def session_pool_context(
- driver_config: ydb.DriverConfig, size=1, workers_threads_count=1
-):
- with ydb.Driver(driver_config) as driver:
- try:
- logging.info("connecting to the database")
- driver.wait(timeout=15)
- except TimeoutError:
- logging.critical(
- f"connection failed\n"
- f"last reported errors by discovery: {driver.discovery_debug_details()}"
- )
- raise
- with ydb.SessionPool(
- driver, size=size, workers_threads_count=workers_threads_count
- ) as session_pool:
- try:
- yield session_pool
- except Exception as e:
- logging.critical(f"failed to create session pool due to {repr(e)}")
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/dialogflow/agent.zip b/ydb/public/sdk/python/examples/reservations-bot-demo/dialogflow/agent.zip
deleted file mode 100644
index 176fc1a0b2d..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/dialogflow/agent.zip
+++ /dev/null
Binary files differ
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/readme.md b/ydb/public/sdk/python/examples/reservations-bot-demo/readme.md
deleted file mode 100644
index 9b0fdfd7c15..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/readme.md
+++ /dev/null
@@ -1,48 +0,0 @@
-# Voximplant + YDB Reservations Bot Demo
-
-## Что это?
-
-Это голосовой чат-бот, реализованный в партнерстве с облаком Voximplant.
-- В качестве стораджа используется Yandex Database
-- Системная логика реализована на Yandex Functions
-- Телефония в Voximplant
-- Распознавание речи и построение диалога в Google Dialogflow
-
-## Как развернуть
-
-### Yandex Cloud
-
-Сперва нужно создать сервисный аккаунт c правами`ydb.admin` и `serverless.function.invoker`, который будет использоваться облачной функцией.
-
-#### Yandex Database
-
-Нужно создать базу YDB и убедиться, что у нее доступен белый ip адрес.
-
-Завести необходимые таблицы можно в UI облака скриптом `ydb/ddl.sql`, а залить начальные данные можно с помощью `ydb/dml.sql`.
-
-#### Yandex Function
-
-Функцию создаем с сервисным аккаунтом, созданным ранее.
-
-В `./cloud_function` лежат файлы, которые необходимо загрузить в UI функции.
-
-В той же директории лежит `./cloud_function/config.py` в котором описаны ENV-перменные.
-
-А для секретов есть папка `./cloud_function/secrets`, в которую необходимо положить json сервисного аккаунта и SSL-сертификаты. Они нужны для доступа к YDB. Подробнее про получение доступа к YDB можно почитать в [примере запуска тестового приложения на YDB](https://cloud.yandex.ru/docs/ydb/quickstart/launch-test-app).
-
-#### Google Dialogflow
-
-Необходимо создать учетную запись в Google Cloud и импортровать `./dialogflow/agent.zip`.
-
-Сохраните сервисный аккаунт Google Cloud для следующего шага.
-
-#### Voximplant
-
-- Создаем аккаунт на voximplant
-- Создаем приложение
-- Добавляем сценарий, куда вписываем `./voximplant/scenario.js`
-- Покупаем телефонный номер (можно недорого купить тестовый)
-- Создаем правило роутинга, в которое прикрепляем сценарий и номер
-
-Более подробно все описано в статье ["ИИ продает пиццу"](https://habr.com/ru/company/Voximplant/blog/412663/)
-
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/voximplant/scenario.js b/ydb/public/sdk/python/examples/reservations-bot-demo/voximplant/scenario.js
deleted file mode 100644
index 179a2cd4e09..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/voximplant/scenario.js
+++ /dev/null
@@ -1,140 +0,0 @@
-require(Modules.AI);
-require(Modules.ASR);
-require(Modules.Player);
-
-let mycall = null,
- voice = Language.Premium.RU_RUSSIAN_YA_FEMALE,
- account_name = "",
- dialed_number = "",
- caller_id = "",
- flow,
- lastText = '',
- player
-
-VoxEngine.addEventListener(AppEvents.CallAlerting, (e) => {
-
- mycall = e.call;
- mycall.addEventListener(CallEvents.Connected, handleCallConnected);
-
- account_name = e.toURI.substring(e.toURI.indexOf('.') + 1);
- account_name = account_name.substring(0, account_name.indexOf('.'));
- dialed_number = e.destination;
- caller_id = e.callerid;
-
- mycall.answer();
-
-});
-
-function startASR() {
- mycall.removeEventListener(CallEvents.PlaybackFinished, startASR);
- mycall.sendMediaTo(flow);
-}
-
-
-// TODO: separate into different functions,
-// state machine instead of nested if statements
-function handleCallConnected(e) {
-
-
- flow = AI.createDialogflow({
- lang: "ru"
- });
-
- if (AI.Events.DialogflowResponse !== undefined)
- flow.addEventListener(AI.Events.DialogflowResponse, (event) => {
- if (event.response.queryResult !== undefined) {
- let result = event.response.queryResult
-
- if (result.queryText === undefined) {
- if (result.languageCode !== undefined) startASR();
- return
- }
-
-
- if (result.fulfillmentText !== undefined || result.allRequiredParamsPresent == true) {
- try {
- player = VoxEngine.createTTSPlayer(result.fulfillmentText, voice)
- player.addMarker(-500)
- player.addEventListener(PlayerEvents.PlaybackMarkerReached, startASR)
- player.sendMediaTo(mycall)
- } catch (err) {
-
- }
-
- Logger.write(result.allRequiredParamsPresent);
-
- if (result.allRequiredParamsPresent == true) {
- let msg = "";
- let base_url = 'https://functions.yandexcloud.net/d4erurocvcpt8dc20mfb';
- base_url += '?dt=' + result.parameters['date'].toString().split("T")[0];
- base_url += 'T' + result.parameters['time'].toString().split("T")[1];
- base_url += '&phone=' + caller_id;
- Logger.write(base_url);
- if (result.intent['displayName'] === 'restaurants.reservations.cancel') {
- base_url += '&action=cancel';
- } else {
- base_url += '&action=create';
- base_url += '&cnt=' + result.parameters['number'].toString();
- }
- Net.httpRequest(base_url,
- (result) => {
- if (result.code != 200) {
- Logger.write("Failed");
- Logger.write("code: " + result.code);
- Logger.write("data: " + result.data);
- Logger.write("error: " + result.error);
- Logger.write("headers: " + JSON.stringify(result.headers));
- Logger.write("raw_headers: " + result.raw_headers);
- Logger.write("text: " + result.text);
- msg += " К сожалению не нашлось подходящих столиков. Простите! ";
- } else {
- Logger.write('OK');
- Logger.write("data: " + result.data);
- Logger.write("text: " + result.text);
- Logger.write("result: " + result.result);
- msg += " Хорошо, спасибо. Бронирование привязано к вашему номеру телефона. ";
-
- }
- Logger.write('msg' + msg)
- player.stop()
- player = VoxEngine.createTTSPlayer(msg, voice)
- player.addEventListener(PlayerEvents.PlaybackFinished, () => mycall.hangup())
- player.sendMediaTo(e.call)
- },
- Net.HttpRequestOptions({
- method: 'GET',
- }
- )
- )
-
- player.stop()
- player = VoxEngine.createTTSPlayer(msg, voice)
- player.addMarker(-500)
- player.addEventListener(PlayerEvents.PlaybackMarkerReached, startASR)
- player.sendMediaTo(e.call)
-
- } else {
-
- player.stop()
- lastText = result.fulfillmentText
- player = VoxEngine.createTTSPlayer(result.fulfillmentText, voice)
- player.addMarker(-500)
- player.addEventListener(PlayerEvents.PlaybackMarkerReached, startASR)
- player.sendMediaTo(e.call)
-
- }
- }
- }
- })
-
- player = VoxEngine.createTTSPlayer(" Здравствуйте! Это ресторан Облачко. Желаете забронировать столик? ", voice);
- player.addMarker(-500);
- player.addEventListener(PlayerEvents.PlaybackMarkerReached, startASR);
- player.sendMediaTo(e.call);
-
- mycall.record();
- mycall.addEventListener(CallEvents.Disconnected, (event) => {
- VoxEngine.terminate();
- })
-}
-
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/ydb/ddl.yql b/ydb/public/sdk/python/examples/reservations-bot-demo/ydb/ddl.yql
deleted file mode 100644
index c944febbf6c..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/ydb/ddl.yql
+++ /dev/null
@@ -1,20 +0,0 @@
-CREATE TABLE tables
-(
- table_id Uint64,
- description Utf8,
- cnt Uint64,
- PRIMARY KEY (table_id)
-);
-
-CREATE TABLE reservations
-(
- phone String,
- description Utf8,
- table_id Uint64,
- cnt Uint64,
- dt DateTime,
- PRIMARY KEY (dt, phone)
-);
-
-COMMIT;
-
diff --git a/ydb/public/sdk/python/examples/reservations-bot-demo/ydb/dml.yql b/ydb/public/sdk/python/examples/reservations-bot-demo/ydb/dml.yql
deleted file mode 100644
index d42a4509929..00000000000
--- a/ydb/public/sdk/python/examples/reservations-bot-demo/ydb/dml.yql
+++ /dev/null
@@ -1,5 +0,0 @@
-INSERT INTO tables (table_id, description, cnt)
-VALUES (1, 'a', 10), (2, 'b', 1), (3, 'c', 5), (4, 'd', 2), (5, 'e', 3);
-
-COMMIT;
-
diff --git a/ydb/public/sdk/python/examples/secondary_indexes_builtin/__main__.py b/ydb/public/sdk/python/examples/secondary_indexes_builtin/__main__.py
deleted file mode 100644
index d982954ab42..00000000000
--- a/ydb/public/sdk/python/examples/secondary_indexes_builtin/__main__.py
+++ /dev/null
@@ -1,35 +0,0 @@
-# -*- coding: utf-8 -*-
-import argparse
-import secondary_indexes_builtin
-import logging
-
-INTERESTING_TARGETS = [
- "ydb.resolver.DiscoveryEndpointsResolver",
- "ydb.connection",
-]
-
-if __name__ == "__main__":
- parser = argparse.ArgumentParser(
- formatter_class=argparse.RawDescriptionHelpFormatter,
- description="""\033[92mYandex.Database examples binary.\x1b[0m\n""",
- )
- parser.add_argument(
- "-d", "--database", required=True, help="Name of the database to use"
- )
- parser.add_argument("-e", "--endpoint", required=True, help="Endpoint url to use")
- parser.add_argument("-p", "--path", default="")
- parser.add_argument("-v", "--verbose", default=False, action="store_true")
-
- args = parser.parse_args()
-
- if args.verbose:
- for target in INTERESTING_TARGETS:
- logger = logging.getLogger(target)
- logger.setLevel(logging.DEBUG)
- logger.addHandler(logging.StreamHandler())
-
- secondary_indexes_builtin.run(
- args.endpoint,
- args.database,
- args.path,
- )
diff --git a/ydb/public/sdk/python/examples/secondary_indexes_builtin/secondary_indexes_builtin.py b/ydb/public/sdk/python/examples/secondary_indexes_builtin/secondary_indexes_builtin.py
deleted file mode 100644
index 03949970925..00000000000
--- a/ydb/public/sdk/python/examples/secondary_indexes_builtin/secondary_indexes_builtin.py
+++ /dev/null
@@ -1,273 +0,0 @@
-import iso8601
-import os
-import ydb
-from concurrent.futures import TimeoutError
-
-
-FILL_DATA_QUERY = """
---!syntax_v1
-PRAGMA TablePathPrefix("{}");
-
-DECLARE $seriesData AS List<Struct<
- series_id: Uint64,
- title: Utf8,
- info: Utf8,
- release_date: Date,
- views: Uint64,
- uploaded_user_id: Uint64>>;
-
-DECLARE $usersData AS List<Struct<
- user_id: Uint64,
- name: Utf8,
- age: Uint32>>;
-
-REPLACE INTO series
- SELECT
- series_id,
- title,
- info,
- release_date,
- views,
- uploaded_user_id
-FROM AS_TABLE($seriesData);
-
-REPLACE INTO users
- SELECT
- user_id,
- name,
- age
-FROM AS_TABLE($usersData);
-"""
-
-SELECT_SERIES_BY_UPLOADER = """
---!syntax_v1
-PRAGMA TablePathPrefix("{}");
-
-DECLARE $userName AS Utf8;
-
-SELECT
- t1.series_id as series_id,
- t1.title as title,
- t1.info as info,
- t1.release_date as release_date,
- t1.views as views,
- t1.uploaded_user_id as uploaded_user_id
-
-FROM series view users_index AS t1
-INNER JOIN users view name_index AS t2
-ON t1.uploaded_user_id == t2.user_id
-WHERE t2.name == $userName;
-"""
-
-
-class Series(object):
- __slots__ = (
- "series_id",
- "title",
- "release_date",
- "info",
- "views",
- "uploaded_user_id",
- )
-
- def __init__(self, series_id, title, release_date, info, views, uploaded_user_id):
- self.series_id = series_id
- self.title = title
- self.release_date = (
- to_days(release_date) if isinstance(release_date, str) else release_date
- )
- self.info = info
- self.views = views
- self.uploaded_user_id = uploaded_user_id
-
- @classmethod
- def from_db(cls, entry):
- return cls(**entry)
-
- def __str__(self):
- return "Series<series_id: %s, title: %s, views: %d>" % (
- self.series_id,
- self.title,
- int(self.views),
- )
-
-
-class User(object):
- __slots__ = ("user_id", "name", "age")
-
- def __init__(self, user_id, name, age):
- self.user_id = user_id
- self.name = name
- self.age = age
-
-
-def to_days(date):
- timedelta = iso8601.parse_date(date) - iso8601.parse_date("1970-1-1")
- return timedelta.days
-
-
-def is_directory_exists(driver, path):
- try:
- return driver.scheme_client.describe_path(path).is_directory()
- except ydb.SchemeError:
- return False
-
-
-def ensure_path_exists(driver, database, path):
- paths_to_create = list()
- path = path.rstrip("/")
- while path not in ("", database):
- full_path = os.path.join(database, path)
- if is_directory_exists(driver, full_path):
- break
- paths_to_create.append(full_path)
- path = os.path.dirname(path).rstrip("/")
-
- while len(paths_to_create) > 0:
- full_path = paths_to_create.pop(-1)
- driver.scheme_client.make_directory(full_path)
-
-
-def create_tables(session_pool, path):
- def callee(session):
- session.create_table(
- os.path.join(path, "series"),
- ydb.TableDescription()
- .with_primary_keys("series_id")
- .with_columns(
- ydb.Column("series_id", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column("title", ydb.OptionalType(ydb.PrimitiveType.Utf8)),
- ydb.Column("info", ydb.OptionalType(ydb.PrimitiveType.Utf8)),
- ydb.Column(
- "release_date", ydb.OptionalType(ydb.PrimitiveType.Datetime)
- ),
- ydb.Column("views", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column(
- "uploaded_user_id", ydb.OptionalType(ydb.PrimitiveType.Uint64)
- ),
- )
- .with_indexes(
- ydb.TableIndex("users_index").with_index_columns("uploaded_user_id")
- ),
- )
-
- session.create_table(
- os.path.join(path, "users"),
- ydb.TableDescription()
- .with_primary_keys("user_id")
- .with_columns(
- ydb.Column("user_id", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column("name", ydb.OptionalType(ydb.PrimitiveType.Utf8)),
- ydb.Column("age", ydb.OptionalType(ydb.PrimitiveType.Uint32)),
- )
- .with_index(ydb.TableIndex("name_index").with_index_columns("name")),
- )
-
- session_pool.retry_operation_sync(callee)
-
-
-def get_series_data():
- return [
- Series(1, "First episode", "2006-01-01", "Pilot episode.", 1000, 0),
- Series(2, "Second episode", "2006-02-01", "Jon Snow knows nothing.", 2000, 1),
- Series(
- 3,
- "Third episode",
- "2006-03-01",
- "Daenerys is the mother of dragons.",
- 3000,
- 2,
- ),
- Series(
- 4,
- "Fourth episode",
- "2006-04-01",
- "Jorah Mormont is the king of the friendzone.",
- 4000,
- 3,
- ),
- Series(5, "Fifth episode", "2006-05-01", "Cercei is not good person.", 5000, 1),
- Series(6, "Sixth episode", "2006-06-01", "Tyrion is not big.", 6000, 2),
- Series(
- 7, "Seventh episode", "2006-07-01", "Tywin should close the door.", 7000, 2
- ),
- Series(
- 8,
- "Eighth episode",
- "2006-08-01",
- "The white walkers are well-organized.",
- 8000,
- 3,
- ),
- Series(9, "Ninth episode", "2006-09-01", "Dragons can fly.", 9000, 1),
- ]
-
-
-def get_users_data():
- return [
- User(0, "Kit Harrington", 32),
- User(1, "Emilia Clarke", 32),
- User(2, "Jason Momoa", 39),
- User(3, "Peter Dinklage", 49),
- ]
-
-
-def fill_data(session_pool, path):
- def callee(session):
- session.transaction(ydb.SerializableReadWrite()).execute(
- session.prepare(FILL_DATA_QUERY.format(path)),
- commit_tx=True,
- parameters={
- "$seriesData": get_series_data(),
- "$usersData": get_users_data(),
- },
- )
-
- return session_pool.retry_operation_sync(callee)
-
-
-def select_by_username(session_pool, path, username):
- def callee(session):
- result_sets = session.transaction(ydb.SerializableReadWrite()).execute(
- session.prepare(SELECT_SERIES_BY_UPLOADER.format(path)),
- commit_tx=True,
- parameters={"$userName": username},
- )
-
- series_rows = list(map(lambda x: Series(**x), result_sets[0].rows))
- print("Series by %s" % username)
- for series in series_rows:
- print("Series %s" % str(series))
- return series_rows
-
- return session_pool.retry_operation_sync(callee)
-
-
-def run(endpoint, database, path):
- driver_config = ydb.DriverConfig(
- endpoint, database, credentials=ydb.construct_credentials_from_environ()
- )
- with ydb.Driver(driver_config) as driver:
- try:
- driver.wait(timeout=5)
- except TimeoutError:
- print("Connect failed to YDB")
- print("Last reported errors by discovery:")
- print(driver.discovery_debug_details())
- exit(1)
-
- with ydb.SessionPool(driver, size=10) as session_pool:
- ensure_path_exists(driver, database, path)
- full_path = os.path.join(database, path)
-
- create_tables(session_pool, full_path)
-
- fill_data(session_pool, full_path)
-
- peter_series = select_by_username(session_pool, full_path, "Peter Dinklage")
-
- assert len(peter_series) == 2
-
- emilia_series = select_by_username(session_pool, full_path, "Emilia Clarke")
-
- assert len(emilia_series) == 3
diff --git a/ydb/public/sdk/python/examples/service-account-credentials/main.py b/ydb/public/sdk/python/examples/service-account-credentials/main.py
deleted file mode 100644
index a3470463e32..00000000000
--- a/ydb/public/sdk/python/examples/service-account-credentials/main.py
+++ /dev/null
@@ -1,55 +0,0 @@
-import os
-import ydb
-import ydb.iam
-
-
-def execute_query(session):
- # Create the transaction and execute the `select 1` query.
- # All transactions must be committed using the `commit_tx` flag in the last
- # statement. The either way to commit transaction is using `commit` method of `TxContext` object, which is
- # not recommended.
- return session.transaction().execute(
- "select 1 as cnt;",
- commit_tx=True,
- settings=ydb.BaseRequestSettings().with_timeout(3).with_operation_timeout(2),
- )
-
-
-def main():
- # Example demonstrates howo to initializate driver instance
- # using the service account credentials provider.
- # We recommend to initialize service account credentials
- # from the authorized key file with a private key.
- driver = ydb.Driver(
- # specify YDB_ENDPOINT environment variable.
- endpoint=os.getenv("YDB_ENDPOINT"),
- # specify YDB_DATABASE environment variable.
- database=os.getenv("YDB_DATABASE"),
- # construct the service account credentials instance
- credentials=ydb.iam.ServiceAccountCredentials.from_file(
- "~/.ydb/sa.json",
- ),
- )
-
- # Start driver context manager.
- # The recommended way of using Driver object is using `with`
- # clause, because the context manager automatically stops the driver.
- with driver:
- # wait until driver become initialized
- driver.wait(fail_fast=True, timeout=5)
-
- # Initialize the session pool instance and enter the context manager.
- # The context manager automatically stops the session pool.
- # On the session pool termination all YDB sessions are closed.
- with ydb.SessionPool(driver) as pool:
-
- # Execute the query with the `retry_operation_helper` the.
- # The `retry_operation_sync` helper used to help developers
- # to retry YDB specific errors like locks invalidation.
- # The first argument of the `retry_operation_sync` is a function to retry.
- # This function must have session as the first argument.
- result = pool.retry_operation_sync(execute_query)
- assert result[0].rows[0].cnt == 1
-
-
-main()
diff --git a/ydb/public/sdk/python/examples/time-series-serverless/README.md b/ydb/public/sdk/python/examples/time-series-serverless/README.md
deleted file mode 100644
index 5f4ca7ced0f..00000000000
--- a/ydb/public/sdk/python/examples/time-series-serverless/README.md
+++ /dev/null
@@ -1,63 +0,0 @@
-# Prepare your cloud environment
-## Create serverless DB
-
-Go to [web console](https://console.cloud.yandex.ru/) and select Yandex Database, find your folder and create database via **Create database** button. Please select serverless option and name of your database.
-Select your DB in the list of databases and note **Endpoint** and **Database** values, you will need them to connect to your DB from cloud function.
-
-## Create table for time series
-Select **Navigation** in left pane and press **Create** in the top right corner, choose **Table** and fill table name, columns name and type.
-You should select next values for this example.
-
-| Column name | Type | Key |
-| ----------- | :-------: | :-----: |
-| timestamp | Timestamp | Primary |
-| value | Double | |
-
-Remember YDB endpoint, database and table name
-
-## Create Service account
-To create service account you need to go to cloud console to **Service accounts** in left pane and create account with **editor** and **viewer** roles.
-Remember account id, it will be used later to allow access to serverless database.
-
-# Create cloud function
-Create cloud function from source code. You should archive source code directory to zip file and upload it into **Cloud functions** section.
-Please do not forget to add requirements.txt to this archive.
-
-To upload function you may use CLI. You can refer to CLI documentation to understand
-[how to install it](https://cloud.yandex.com/en/docs/cli/quickstart#install "CLI installation") and
-[how to create profile](https://cloud.yandex.com/en-ru/docs/cli/operations/authentication/user "Get profile via CLI").
-Please note that you should select proper profile type in left pane to get right instructions.
-
-After successful installation of CLI and creating profile you should execute next command to create function:
-```shell
-yc serverless function create --name=time-series
-```
-
-Next you should upload code and create new version of function via following command:
-```shell
-yc sls fn version create --service-account-id=<service-account-id> --function-name=time-series --runtime python37 --entrypoint time_series.handler --memory 128m --execution-timeout 60s --source-path <path-to-archived-sources> --environment YDB_ENDPOINT=<db-endpoint>,YDB_DATABASE=<db-database>,YDB_TABLE=<db-table>,USE_METADATA_CREDENTIALS=1
-```
-
-The environment variables passed to function
-* YDB_ENDPOINT is the endpoint of your database
-* YDB_DATABASE is the path to your database
-* YDB_TABLE is the table name
-* USE_METADATA_CREDENTIALS=1 means that your code automatically get [IAM token](https://cloud.yandex.com/en-ru/docs/iam/concepts/authorization/iam-token) for service account you specified
-
-After a while you receive message that function was created. Now you can test it in cloud console or in CLI.
-
-# Test cloud function
-## Testing via CLI
-You should invoke function via next command
-```shell
-yc serverless function invoke <function-id> -d '{"queryStringParameters": {"start": "1615000000000", "end": "1615000010000", "interval": "1", "mean": "12.3", "sigma": "5"}}'
-```
-
-## Testing via CURL
-Before you can access your function via CURL you should make function public. You can do it in web console at
-funtion overview page.
-
-Next you may call function with next command:
-```shell
-curl "https://functions.yandexcloud.net/<function-id>?start=1615000000000&end=1615000010000&interval=1&mean=12.3&sigma=5"
-``` \ No newline at end of file
diff --git a/ydb/public/sdk/python/examples/time-series-serverless/config.py b/ydb/public/sdk/python/examples/time-series-serverless/config.py
deleted file mode 100644
index 4fa10614528..00000000000
--- a/ydb/public/sdk/python/examples/time-series-serverless/config.py
+++ /dev/null
@@ -1,27 +0,0 @@
-import os
-
-
-class Config(object):
- def __init__(self):
- self._endpoint = os.getenv("YDB_ENDPOINT")
- self._database = os.getenv("YDB_DATABASE")
- self._path = os.getenv("YDB_PATH")
-
- @property
- def endpoint(self):
- return self._endpoint
-
- @property
- def database(self):
- return self._database
-
- @property
- def path(self):
- return self._path
-
- @property
- def full_path(self):
- return os.path.join(self.database, self._path)
-
-
-ydb_configuration = Config()
diff --git a/ydb/public/sdk/python/examples/time-series-serverless/database.py b/ydb/public/sdk/python/examples/time-series-serverless/database.py
deleted file mode 100644
index df3e2f6acc2..00000000000
--- a/ydb/public/sdk/python/examples/time-series-serverless/database.py
+++ /dev/null
@@ -1,40 +0,0 @@
-import ydb
-from typing import List
-
-from config import ydb_configuration
-from exception import ConnectionFailure
-
-
-class YDBClient:
- def __init__(self):
- self.config = ydb_configuration
- self.driver = self.create_driver()
-
- def create_driver(self) -> ydb.Driver:
- driver_config = ydb.DriverConfig(
- self.config.endpoint,
- self.config.database,
- credentials=ydb.construct_credentials_from_environ(),
- root_certificates=ydb.load_ydb_root_certificate(),
- )
-
- driver = ydb.Driver(driver_config)
-
- try:
- driver.wait(timeout=5)
- except Exception:
- raise ConnectionFailure(driver.discovery_debug_details())
-
- return driver
-
- @property
- def table_client(self) -> ydb.TableClient:
- return self.driver.table_client
-
- def bulk_upsert(self, rows: List, column_types: ydb.BulkUpsertColumns):
- self.table_client.bulk_upsert(self.config.full_path, rows, column_types)
-
-
-# Serverless functions can restore context, thus if we connect once we can use same client
-# variable in next calls of function.
-ydb_client = YDBClient()
diff --git a/ydb/public/sdk/python/examples/time-series-serverless/entry.py b/ydb/public/sdk/python/examples/time-series-serverless/entry.py
deleted file mode 100644
index 21d01caad80..00000000000
--- a/ydb/public/sdk/python/examples/time-series-serverless/entry.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from dataclasses import dataclass
-
-
-@dataclass
-class Entry:
- timestamp: int
- value: float
diff --git a/ydb/public/sdk/python/examples/time-series-serverless/exception.py b/ydb/public/sdk/python/examples/time-series-serverless/exception.py
deleted file mode 100644
index 5631d554b9b..00000000000
--- a/ydb/public/sdk/python/examples/time-series-serverless/exception.py
+++ /dev/null
@@ -1,13 +0,0 @@
-class CloudFunctionException(Exception):
- error = "Generic exception"
-
- def __init__(self, reason: str):
- self.reason = reason
-
-
-class ConnectionFailure(CloudFunctionException):
- error = "Connection failure"
-
-
-class ValidationError(CloudFunctionException):
- error = "Incoming parameters invalid"
diff --git a/ydb/public/sdk/python/examples/time-series-serverless/parameters.py b/ydb/public/sdk/python/examples/time-series-serverless/parameters.py
deleted file mode 100644
index 193a78c25f7..00000000000
--- a/ydb/public/sdk/python/examples/time-series-serverless/parameters.py
+++ /dev/null
@@ -1,39 +0,0 @@
-from dataclasses import dataclass
-
-from exception import ValidationError
-
-
-US_IN_MSEC = 1000
-
-
-@dataclass
-class Parameters:
- start_us: int
- end_us: int
- interval_us: int
- mean: float
- sigma: float
-
- @classmethod
- def from_strings(cls, start: str, end: str, interval: str, mean: str, sigma: str):
- try:
- parameters = cls(
- start_us=int(start) * US_IN_MSEC,
- end_us=int(end) * US_IN_MSEC,
- interval_us=int(interval) * US_IN_MSEC,
- mean=float(mean),
- sigma=float(sigma),
- )
- except ValueError:
- raise ValidationError
-
- parameters.validate()
-
- return parameters
-
- def validate(self):
- if self.start_us >= self.end_us:
- raise ValidationError
-
- if self.interval_us == 0:
- raise ValidationError
diff --git a/ydb/public/sdk/python/examples/time-series-serverless/requirements.txt b/ydb/public/sdk/python/examples/time-series-serverless/requirements.txt
deleted file mode 100644
index 23c145a51fc..00000000000
--- a/ydb/public/sdk/python/examples/time-series-serverless/requirements.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-iso8601==0.1.14
-yandexcloud==0.80.0
-ydb==0.0.50.843132462
diff --git a/ydb/public/sdk/python/examples/time-series-serverless/response.py b/ydb/public/sdk/python/examples/time-series-serverless/response.py
deleted file mode 100644
index 0052adb1758..00000000000
--- a/ydb/public/sdk/python/examples/time-series-serverless/response.py
+++ /dev/null
@@ -1,31 +0,0 @@
-import json
-
-
-class Response:
- status = 200
- headers = {
- "Content-type": "application/json",
- }
- body = {}
-
- def as_dict(self):
- return dict(
- status=self.status, headers=self.headers, body=json.dumps(self.body)
- )
-
-
-class Ok(Response):
- pass
-
-
-class ErrorResponse(Response):
- def __init__(self, message: str):
- self.body["message"] = message
-
-
-class Conflict(ErrorResponse):
- status = 409
-
-
-class BadRequest(ErrorResponse):
- status = 400
diff --git a/ydb/public/sdk/python/examples/time-series-serverless/time_series.py b/ydb/public/sdk/python/examples/time-series-serverless/time_series.py
deleted file mode 100644
index b95ccbbe2f3..00000000000
--- a/ydb/public/sdk/python/examples/time-series-serverless/time_series.py
+++ /dev/null
@@ -1,54 +0,0 @@
-from typing import Dict
-import random
-
-import ydb
-
-from database import ydb_client
-from entry import Entry
-from exception import ConnectionFailure, ValidationError
-from parameters import Parameters
-from response import Response, Conflict, BadRequest, Ok
-
-
-def generate_time_series(parameters: Parameters):
- column_types = ydb.BulkUpsertColumns()
- column_types.add_column("timestamp", ydb.PrimitiveType.Timestamp)
- column_types.add_column("value", ydb.PrimitiveType.Double)
-
- rows = [
- Entry(t, random.normalvariate(parameters.mean, parameters.sigma))
- for t in range(parameters.start_us, parameters.end_us, parameters.interval_us)
- ]
-
- ydb_client.bulk_upsert(rows, column_types)
-
-
-def do_handle(event: Dict, _) -> Response:
- if "queryStringParameters" not in event:
- return BadRequest("Incorrect function call: non HTTP request")
-
- try:
- query_string = event["queryStringParameters"]
- mean = query_string["mean"]
- sigma = query_string["sigma"]
- start_ms = query_string["start"]
- end_ms = query_string["end"]
- interval_ms = query_string["interval"]
- except KeyError:
- return BadRequest("Incorrect function call: required parameters missing")
-
- try:
- parameters = Parameters.from_strings(start_ms, end_ms, interval_ms, mean, sigma)
- except ValidationError as e:
- return BadRequest(f"Incorrect function call: {e.reason}")
-
- try:
- generate_time_series(parameters)
- except ConnectionFailure as e:
- return Conflict(f"Failed to connect to YDB: {e.reason}")
-
- return Ok()
-
-
-def handler(event, context):
- return do_handle(event, context).as_dict()
diff --git a/ydb/public/sdk/python/examples/ttl/__main__.py b/ydb/public/sdk/python/examples/ttl/__main__.py
deleted file mode 100644
index 08582491973..00000000000
--- a/ydb/public/sdk/python/examples/ttl/__main__.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- coding: utf-8 -*-
-import argparse
-import ttl
-
-
-if __name__ == "__main__":
- parser = argparse.ArgumentParser(
- formatter_class=argparse.RawDescriptionHelpFormatter,
- description="""\033[92mYandex.Database examples binary.\x1b[0m\n""",
- )
- parser.add_argument(
- "-d", "--database", required=True, help="Name of the database to use"
- )
- parser.add_argument("-e", "--endpoint", required=True, help="Endpoint url to use")
- parser.add_argument("-p", "--path", default="")
-
- args = parser.parse_args()
- ttl.run(args.endpoint, args.database, args.path)
diff --git a/ydb/public/sdk/python/examples/ttl/ttl.py b/ydb/public/sdk/python/examples/ttl/ttl.py
deleted file mode 100644
index bdbe0decb8a..00000000000
--- a/ydb/public/sdk/python/examples/ttl/ttl.py
+++ /dev/null
@@ -1,318 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import print_function
-import os
-from concurrent.futures import TimeoutError
-
-import ydb
-import random
-
-
-EXPIRATION_QUEUE_COUNT = 4
-DOC_TABLE_PARTITION_COUNT = 4
-
-ADD_DOCUMENT_TRANSACTION = """
---!syntax_v1
-PRAGMA TablePathPrefix("%s");
-DECLARE $url AS Utf8;
-DECLARE $html AS Utf8;
-DECLARE $timestamp AS Uint64;
-
-$doc_id = Digest::CityHash($url);
-
-REPLACE INTO documents
- (`doc_id`, `url`, `html`, `timestamp`)
-VALUES
- ($doc_id, $url, $html, $timestamp);
-REPLACE INTO expiration_queue_%d
- (`timestamp`, `doc_id`)
-VALUES
- ($timestamp, $doc_id);
-"""
-
-READ_DOCUMENT_TRANSACTION = """
---!syntax_v1
-PRAGMA TablePathPrefix("%s");
-DECLARE $url AS Utf8;
-
-$doc_id = Digest::CityHash($url);
-
-SELECT `doc_id`, `url`, `html`, `timestamp`
-FROM documents
-WHERE `doc_id` = $doc_id;
-"""
-
-READ_EXPIRED_BATCH_TRANSACTION = """
---!syntax_v1
-PRAGMA TablePathPrefix("%s");
-DECLARE $timestamp AS Uint64;
-DECLARE $prev_timestamp AS Uint64;
-DECLARE $prev_doc_id AS Uint64;
-
-$part_1 = (
- SELECT *
- FROM expiration_queue_%d
- WHERE
- `timestamp` <= $timestamp
- AND
- `timestamp` > $prev_timestamp
- ORDER BY `timestamp`, `doc_id`
- LIMIT 100
-);
-
-$part_2 = (
- SELECT *
- FROM expiration_queue_%d
- WHERE
- `timestamp` = $prev_timestamp AND `doc_id` > $prev_doc_id
- ORDER BY `timestamp`, `doc_id`
- LIMIT 100
-);
-
-$union = (
- SELECT * FROM $part_1
- UNION ALL
- SELECT * FROM $part_2
-);
-
-
-SELECT `timestamp`, `doc_id`
-FROM $union
-ORDER BY `timestamp`, `doc_id`
-LIMIT 100;
-"""
-
-DELETE_EXPIRED_DOCUMENT = """
---!syntax_v1
-PRAGMA TablePathPrefix("%s");
-
-DECLARE $doc_id AS Uint64;
-DECLARE $timestamp AS Uint64;
-
-DELETE FROM documents
-WHERE `doc_id` = $doc_id AND `timestamp` = $timestamp;
-
-DELETE FROM expiration_queue_%d
-WHERE `timestamp` = $timestamp AND `doc_id` = $doc_id;
-"""
-
-
-def is_directory_exists(driver, path):
- try:
- return driver.scheme_client.describe_path(path).is_directory()
- except ydb.SchemeError:
- return False
-
-
-def ensure_path_exists(driver, database, path):
- paths_to_create = list()
- path = path.rstrip("/")
- while path != "":
- full_path = os.path.join(database, path)
- if is_directory_exists(driver, full_path):
- break
- paths_to_create.append(full_path)
- path = os.path.dirname(path).rstrip("/")
-
- while len(paths_to_create) > 0:
- full_path = paths_to_create.pop(-1)
- driver.scheme_client.make_directory(full_path)
-
-
-# Creates Documents table and multiple ExpirationQueue tables
-def create_tables(table_client, path):
- session = table_client.session().create()
- # Documents table stores the contents of web pages.
- # The table is partitioned by hash(Url) in order to evenly distribute the load.
- session.create_table(
- os.path.join(path, "documents"),
- ydb.TableDescription()
- .with_primary_keys("doc_id")
- .with_columns(
- ydb.Column("doc_id", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column("url", ydb.OptionalType(ydb.PrimitiveType.Utf8)),
- ydb.Column("html", ydb.OptionalType(ydb.PrimitiveType.Utf8)),
- ydb.Column("timestamp", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- )
- .with_profile(
- ydb.TableProfile()
- # Partition Documents table by DocId
- .with_partitioning_policy(
- ydb.PartitioningPolicy().with_uniform_partitions(
- DOC_TABLE_PARTITION_COUNT
- )
- )
- ),
- )
-
- # Multiple ExpirationQueue tables allow to scale the load.
- # Each ExpirationQueue table can be handled by a dedicated worker.
- for expiration_queue in range(EXPIRATION_QUEUE_COUNT):
- session.create_table(
- os.path.join(path, "expiration_queue_%d" % expiration_queue),
- ydb.TableDescription()
- .with_primary_keys("timestamp", "doc_id")
- .with_columns(
- ydb.Column("doc_id", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column("timestamp", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ),
- )
-
-
-# Insert or replaces a document.
-def add_document(session, path, url, html, timestamp):
- queue = random.randint(0, EXPIRATION_QUEUE_COUNT - 1)
- # this will keep prepared query in cache
- prepared = session.prepare(ADD_DOCUMENT_TRANSACTION % (path, queue))
- print(
- "> AddDocument: \n"
- " Url: %s\n"
- " Timestamp %d"
- % (
- url,
- timestamp,
- )
- )
- session.transaction().execute(
- prepared,
- {"$url": url, "$html": html, "$timestamp": timestamp},
- commit_tx=True,
- )
-
-
-# Reads document contents.
-def read_document(session, path, url):
- prepared = session.prepare(READ_DOCUMENT_TRANSACTION % path)
- print("> ReadDocument %s:" % url)
- result_sets = session.transaction().execute(prepared, {"$url": url}, commit_tx=True)
- result_set = result_sets[0]
- if len(result_set.rows) > 0:
- document = result_sets[0].rows[0]
- print(
- " DocId: %s\n"
- " Url: %s\n"
- " Timestamp: %d\n"
- " Html: %s"
- % (
- document.doc_id,
- document.url,
- document.timestamp,
- document.html,
- )
- )
- else:
- print(" Not found")
-
-
-def read_expired_document(
- session, path, expiration_queue, timestamp, last_timestamp, last_doc_id
-):
- prepared = session.prepare(
- READ_EXPIRED_BATCH_TRANSACTION % (path, expiration_queue, expiration_queue)
- )
- result_sets = session.transaction().execute(
- prepared,
- {
- "$timestamp": timestamp,
- "$prev_timestamp": last_timestamp,
- "$prev_doc_id": last_doc_id,
- },
- commit_tx=True,
- )
- return result_sets[0]
-
-
-def delete_expired_document(session, path, expiration_queue, doc_id, timestamp):
- prepared = session.prepare(DELETE_EXPIRED_DOCUMENT % (path, expiration_queue))
- session.transaction().execute(
- prepared,
- {"$doc_id": doc_id, "$timestamp": timestamp},
- commit_tx=True,
- )
-
-
-def delete_expired(session, path, expiration_queue, timestamp):
- print("> DeleteExpired from queue #%d:" % expiration_queue)
- last_timestamp = 0
- last_doc_id = 0
- while True:
- result_set = read_expired_document(
- session, path, expiration_queue, timestamp, last_timestamp, last_doc_id
- )
-
- if not result_set.rows:
- break
-
- for document in result_set.rows:
- last_doc_id = document.doc_id
- last_timestamp = document.timestamp
- print(" DocId: %s Timestamp: %d" % (last_doc_id, timestamp))
- delete_expired_document(
- session, path, expiration_queue, last_doc_id, last_timestamp
- )
-
-
-def _run(driver, database, path):
- ensure_path_exists(driver, database, path)
- full_path = os.path.join(database, path)
-
- create_tables(driver.table_client, full_path)
- session = driver.table_client.session().create()
-
- add_document(
- session,
- full_path,
- "https://yandex.ru/",
- "<html><body><h1>Yandex</h1></body></html>",
- 1,
- )
-
- add_document(
- session,
- full_path,
- "https://ya.ru/",
- "<html><body><h1>Yandex</h1></body></html>",
- 2,
- )
-
- read_document(session, full_path, "https://yandex.ru/")
- read_document(session, full_path, "https://ya.ru/")
-
- for expiration_queue in range(EXPIRATION_QUEUE_COUNT):
- delete_expired(session, full_path, expiration_queue, 1)
-
- read_document(session, full_path, "https://ya.ru/")
-
- add_document(
- session,
- full_path,
- "https://yandex.ru/",
- "<html><body><h1>Yandex</h1></body></html>",
- 2,
- )
-
- add_document(
- session,
- full_path,
- "https://yandex.ru/",
- "<html><body><h1>Yandex</h1></body></html>",
- 3,
- )
-
- for expiration_queue in range(EXPIRATION_QUEUE_COUNT):
- delete_expired(session, full_path, expiration_queue, 2)
-
- read_document(session, full_path, "https://yandex.ru/")
- read_document(session, full_path, "https://ya.ru/")
-
-
-def run(endpoint, database, path):
- driver_config = ydb.DriverConfig(
- endpoint, database, credentials=ydb.construct_credentials_from_environ()
- )
- with ydb.Driver(driver_config) as driver:
- try:
- driver.wait(timeout=5)
- except TimeoutError:
- raise RuntimeError("Connect failed to YDB")
-
- _run(driver, database, path)
diff --git a/ydb/public/sdk/python/examples/ttl_readtable/__main__.py b/ydb/public/sdk/python/examples/ttl_readtable/__main__.py
deleted file mode 100644
index 08582491973..00000000000
--- a/ydb/public/sdk/python/examples/ttl_readtable/__main__.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# -*- coding: utf-8 -*-
-import argparse
-import ttl
-
-
-if __name__ == "__main__":
- parser = argparse.ArgumentParser(
- formatter_class=argparse.RawDescriptionHelpFormatter,
- description="""\033[92mYandex.Database examples binary.\x1b[0m\n""",
- )
- parser.add_argument(
- "-d", "--database", required=True, help="Name of the database to use"
- )
- parser.add_argument("-e", "--endpoint", required=True, help="Endpoint url to use")
- parser.add_argument("-p", "--path", default="")
-
- args = parser.parse_args()
- ttl.run(args.endpoint, args.database, args.path)
diff --git a/ydb/public/sdk/python/examples/ttl_readtable/ttl.py b/ydb/public/sdk/python/examples/ttl_readtable/ttl.py
deleted file mode 100644
index f5fff741b16..00000000000
--- a/ydb/public/sdk/python/examples/ttl_readtable/ttl.py
+++ /dev/null
@@ -1,300 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import print_function
-import os
-from concurrent.futures import TimeoutError
-
-import ydb
-
-
-DOC_TABLE_PARTITION_COUNT = 4
-DELETE_BATCH_SIZE = 10
-
-ADD_DOCUMENT_TRANSACTION = """
---!syntax_v1
-PRAGMA TablePathPrefix("%s");
-DECLARE $url AS Utf8;
-DECLARE $html AS Utf8;
-DECLARE $timestamp AS Uint64;
-
-$doc_id = Digest::CityHash($url);
-
-REPLACE INTO documents
- (`doc_id`, `url`, `html`, `timestamp`)
-VALUES
- ($doc_id, $url, $html, $timestamp);
-"""
-
-READ_DOCUMENT_TRANSACTION = """
---!syntax_v1
-PRAGMA TablePathPrefix("%s");
-DECLARE $url AS Utf8;
-
-$doc_id = Digest::CityHash($url);
-
-SELECT `doc_id`, `url`, `html`, `timestamp`
-FROM documents
-WHERE `doc_id` = $doc_id;
-"""
-DELETE_EXPIRED_DOCUMENTS = """
---!syntax_v1
-PRAGMA TablePathPrefix("%s");
-DECLARE $keys AS List<Struct<doc_id: Uint64>>;
-
-DECLARE $timestamp AS Uint64;
-
-$expired = (
- SELECT d.doc_id AS doc_id
- FROM AS_TABLE($keys) AS k
- INNER JOIN documents AS d
- ON k.doc_id = d.doc_id
- WHERE `timestamp` <= $timestamp
-);
-
-DELETE FROM documents ON
-SELECT * FROM $expired;
-"""
-
-
-def is_directory_exists(driver, path):
- try:
- return driver.scheme_client.describe_path(path).is_directory()
- except ydb.SchemeError:
- return False
-
-
-def ensure_path_exists(driver, database, path):
- paths_to_create = list()
- path = path.rstrip("/")
-
- if path == "":
- return database
-
- while path not in ("", database):
- full_path = os.path.join(database, path)
- if is_directory_exists(driver, full_path):
- return full_path
-
- paths_to_create.append(full_path)
- path = os.path.dirname(path).rstrip("/")
-
- while True:
- full_path = paths_to_create.pop(-1)
- print("Creating directory %s" % full_path)
- driver.scheme_client.make_directory(full_path)
-
- if not paths_to_create:
- return full_path
-
-
-# Creates Documents table and multiple ExpirationQueue tables
-def create_tables(session_pool, path):
- def callee(session):
- # Documents table stores the contents of web pages.
- # The table is partitioned by hash(Url) in order to evenly distribute the load.
- print("Creating table %s" % os.path.join(path, "documents"))
- session.create_table(
- os.path.join(path, "documents"),
- ydb.TableDescription()
- .with_primary_keys("doc_id")
- .with_columns(
- ydb.Column("doc_id", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column("url", ydb.OptionalType(ydb.PrimitiveType.Utf8)),
- ydb.Column("html", ydb.OptionalType(ydb.PrimitiveType.Utf8)),
- ydb.Column("timestamp", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- )
- .with_profile(
- ydb.TableProfile()
- # Partition Documents table by DocId
- .with_partitioning_policy(
- ydb.PartitioningPolicy().with_uniform_partitions(
- DOC_TABLE_PARTITION_COUNT
- )
- )
- ),
- )
-
- return session_pool.retry_operation_sync(callee)
-
-
-# Insert or replaces a document.
-def add_document(session_pool, path, url, html, timestamp):
- # this will keep prepared query in cache
- def callee(session):
- prepared = session.prepare(ADD_DOCUMENT_TRANSACTION % path)
- print(
- "> AddDocument: \n"
- " Url: %s\n"
- " Timestamp %d"
- % (
- url,
- timestamp,
- )
- )
- session.transaction().execute(
- prepared,
- {"$url": url, "$html": html, "$timestamp": timestamp},
- commit_tx=True,
- )
-
- return session_pool.retry_operation_sync(callee)
-
-
-# Reads document contents.
-def read_document(session_pool, path, url):
- def callee(session):
- prepared = session.prepare(READ_DOCUMENT_TRANSACTION % path)
- print("> ReadDocument %s:" % url)
- result_sets = session.transaction().execute(
- prepared, {"$url": url}, commit_tx=True
- )
- result_set = result_sets[0]
- if len(result_set.rows) < 1:
- print(" Not found")
- return
-
- document = result_sets[0].rows[0]
- print(
- " DocId: %s\n"
- " Url: %s\n"
- " Timestamp: %d\n"
- " Html: %s"
- % (
- document.doc_id,
- document.url,
- document.timestamp,
- document.html,
- )
- )
-
- return session_pool.retry_operation_sync(callee)
-
-
-def delete_expired_documents(session_pool, path, expired_documents, timestamp):
- def callee(session):
- print(
- "> DeleteExpiredDocuments: %s"
- % ", ".join(str(document.doc_id) for document in expired_documents)
- )
- prepared = session.prepare(DELETE_EXPIRED_DOCUMENTS % path)
- session.transaction().execute(
- prepared,
- commit_tx=True,
- parameters={
- "$timestamp": timestamp,
- "$keys": expired_documents,
- },
- )
-
- return session_pool.retry_operation_sync(callee)
-
-
-def delete_expired_range(session_pool, path, key_range, timestamp):
- def callee(session):
- print(
- "> DeleteExpiredRange, From: %s, To %s"
- % (str(key_range.from_bound), str(key_range.to_bound))
- )
- # As single key range usually represents a single shard, so we batch deletions here
- # without introducing distributed transactions.
- return session.read_table(
- os.path.join(path, "documents"), key_range, columns=("doc_id", "timestamp")
- )
-
- table_iterator = session_pool.retry_operation_sync(callee)
- expired_documents = []
- while True:
- try:
- data_chunk = next(table_iterator)
- except StopIteration:
- break
-
- for document in data_chunk.rows:
- if document.timestamp <= timestamp:
- expired_documents.append(document)
-
- if len(expired_documents) >= DELETE_BATCH_SIZE:
- delete_expired_documents(
- session_pool, path, expired_documents, timestamp
- )
- expired_documents = []
-
- if len(expired_documents) > 0:
- delete_expired_documents(session_pool, path, expired_documents, timestamp)
-
-
-def delete_expired(session_pool, path, timestamp):
- print("> DeleteExpired, timestamp %s" % str(timestamp))
- table_description = session_pool.retry_operation_sync(
- lambda session: session.describe_table(
- path, ydb.DescribeTableSettings().with_include_shard_key_bounds(True)
- )
- )
-
- for key_range in table_description.shard_key_ranges:
- # DeleteExpiredRange can be run in parallel for different ranges.
- # Keep in mind that deletion RPS should be somehow limited in this case to avoid
- # spikes of cluster load due to TTL.
- delete_expired_range(session_pool, path, key_range, timestamp)
-
-
-def _run(driver, session_pool, database, path):
- path = ensure_path_exists(driver, database, path)
- create_tables(session_pool, path)
-
- add_document(
- session_pool,
- path,
- "https://yandex.ru/",
- "<html><body><h1>Yandex</h1></body></html>",
- 1,
- )
-
- add_document(
- session_pool,
- path,
- "https://ya.ru/",
- "<html><body><h1>Yandex</h1></body></html>",
- 2,
- )
-
- read_document(session_pool, path, "https://yandex.ru/")
- read_document(session_pool, path, "https://ya.ru/")
-
- delete_expired(session_pool, path, 1)
-
- read_document(session_pool, path, "https://ya.ru/")
-
- add_document(
- session_pool,
- path,
- "https://yandex.ru/",
- "<html><body><h1>Yandex</h1></body></html>",
- 2,
- )
-
- add_document(
- session_pool,
- path,
- "https://yandex.ru/",
- "<html><body><h1>Yandex</h1></body></html>",
- 3,
- )
-
- delete_expired(session_pool, path, 2)
-
- read_document(session_pool, path, "https://yandex.ru/")
- read_document(session_pool, path, "https://ya.ru/")
-
-
-def run(endpoint, database, path):
- driver_config = ydb.DriverConfig(
- endpoint, database, credentials=ydb.construct_credentials_from_environ()
- )
- with ydb.Driver(driver_config) as driver:
- try:
- driver.wait(timeout=5)
- except TimeoutError:
- raise RuntimeError("Connect failed to YDB")
-
- with ydb.SessionPool(driver, size=10) as session_pool:
- _run(driver, session_pool, database, path)
diff --git a/ydb/public/sdk/python/generate_protoc.py b/ydb/public/sdk/python/generate_protoc.py
deleted file mode 100644
index 2f12e63f9ea..00000000000
--- a/ydb/public/sdk/python/generate_protoc.py
+++ /dev/null
@@ -1,22 +0,0 @@
-import os
-from grpc_tools import command
-
-command.build_package_protos('.')
-
-init_files_to_create = []
-
-for root, dirs, files in os.walk('kikimr'):
- if '__init__.py' in files:
- continue
-
- init_files_to_create.append(
- os.path.join(
- root,
- '__init__.py'
- )
- )
-
-
-for filename in init_files_to_create:
- with open(filename, 'w') as f:
- pass
diff --git a/ydb/public/sdk/python/kikimr/__init__.py b/ydb/public/sdk/python/kikimr/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/kikimr/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/kikimr/public/__init__.py b/ydb/public/sdk/python/kikimr/public/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/kikimr/public/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/kikimr/public/api/__init__.py b/ydb/public/sdk/python/kikimr/public/api/__init__.py
deleted file mode 100644
index c97daf69a79..00000000000
--- a/ydb/public/sdk/python/kikimr/public/api/__init__.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from ydb.public.api import * # noqa
-import sys
-import warnings
-
-sys.modules['kikimr.public.api'] = sys.modules['ydb.public.api']
-warnings.warn("using kikimr.public.api module is deprecated. please use ydb.public.api import instead")
diff --git a/ydb/public/sdk/python/kikimr/public/sdk/__init__.py b/ydb/public/sdk/python/kikimr/public/sdk/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/kikimr/public/sdk/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/kikimr/public/sdk/python/__init__.py b/ydb/public/sdk/python/kikimr/public/sdk/python/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/kikimr/public/sdk/python/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/kikimr/public/sdk/python/client/__init__.py b/ydb/public/sdk/python/kikimr/public/sdk/python/client/__init__.py
deleted file mode 100644
index e2050d4713e..00000000000
--- a/ydb/public/sdk/python/kikimr/public/sdk/python/client/__init__.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- coding: utf-8 -*-
-from ydb import * # noqa
-import sys
-import six
-import warnings
-
-warnings.warn("module kikimr.public.sdk.python.client is deprecated. please use ydb instead")
-
-
-for name, module in six.iteritems(sys.modules.copy()):
- if not name.startswith("ydb"):
- continue
-
- if name.startswith("ydb.public"):
- continue
-
- module_import_path = name.split('.')
- if len(module_import_path) < 2:
- continue
-
- sys.modules['kikimr.public.sdk.python.client.' + '.'.join(module_import_path[1:])] = module
diff --git a/ydb/public/sdk/python/kikimr/public/sdk/python/client/frameworks/__init__.py b/ydb/public/sdk/python/kikimr/public/sdk/python/client/frameworks/__init__.py
deleted file mode 100644
index e5c4940af25..00000000000
--- a/ydb/public/sdk/python/kikimr/public/sdk/python/client/frameworks/__init__.py
+++ /dev/null
@@ -1,10 +0,0 @@
-try:
- from ydb.tornado import * # noqa
- import sys
- import warnings
-
- warnings.warn("module kikimr.public.sdk.python.client.frameworks is deprecated. please use ydb.tornado instead")
-
- sys.modules['kikimr.public.sdk.python.client.frameworks.tornado_helpers'] = sys.modules['ydb.tornado.tornado_helpers']
-except ImportError:
- pass
diff --git a/ydb/public/sdk/python/kikimr/public/sdk/python/iam/__init__.py b/ydb/public/sdk/python/kikimr/public/sdk/python/iam/__init__.py
deleted file mode 100644
index 884d5c1bae3..00000000000
--- a/ydb/public/sdk/python/kikimr/public/sdk/python/iam/__init__.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from ydb.iam import * # noqa
-import sys
-import warnings
-
-warnings.warn("using kikimr.public.sdk.python.iam module is deprecated. please use ydb.iam import instead")
-
-sys.modules['kikimr.public.sdk.python.iam.auth'] = sys.modules['ydb.iam.auth']
diff --git a/ydb/public/sdk/python/requirements.txt b/ydb/public/sdk/python/requirements.txt
deleted file mode 100644
index 5ed2e6d9437..00000000000
--- a/ydb/public/sdk/python/requirements.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-grpcio==1.38.0
-protobuf==3.17.3
-pytest==6.2.4
-aiohttp==3.7.4
diff --git a/ydb/public/sdk/python/test-requirements.txt b/ydb/public/sdk/python/test-requirements.txt
deleted file mode 100644
index 1a8c3049747..00000000000
--- a/ydb/public/sdk/python/test-requirements.txt
+++ /dev/null
@@ -1,47 +0,0 @@
-attrs==21.2.0
-bcrypt==3.2.0
-cached-property==1.5.2
-certifi==2021.5.30
-cffi==1.14.6
-charset-normalizer==2.0.1
-cryptography==3.4.7
-distro==1.5.0
-docker==5.0.0
-docker-compose==1.29.2
-dockerpty==0.4.1
-docopt==0.6.2
-grpcio>=1.38.0
-idna==3.2
-importlib-metadata==4.6.1
-iniconfig==1.1.1
-jsonschema==3.2.0
-packaging==21.0
-paramiko==2.10.1
-pluggy==0.13.1
-protobuf==3.17.3
-py==1.10.0
-pycparser==2.20
-PyNaCl==1.4.0
-pyparsing==2.4.7
-pyrsistent==0.18.0
-pytest==6.2.4
-pytest-asyncio==0.15.1
-pytest-docker-compose==3.2.1
-python-dotenv==0.18.0
-PyYAML==5.4.1
-requests==2.26.0
-six==1.16.0
-texttable==1.6.4
-toml==0.10.2
-typing-extensions==3.10.0.0
-urllib3==1.26.6
-websocket-client==0.59.0
-zipp==3.5.0
-aiohttp==3.7.4
-pytest-pep8
-pytest-flake8
-flake8==3.9.2
-sqlalchemy==1.4.26
-pylint-protobuf
-cython
-grpcio-tools
diff --git a/ydb/public/sdk/python/tests/aio/__init__.py b/ydb/public/sdk/python/tests/aio/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/tests/aio/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/tests/aio/test_async_iter_stream.py b/ydb/public/sdk/python/tests/aio/test_async_iter_stream.py
deleted file mode 100644
index 02562a362c5..00000000000
--- a/ydb/public/sdk/python/tests/aio/test_async_iter_stream.py
+++ /dev/null
@@ -1,135 +0,0 @@
-import pytest
-import ydb
-
-
-async def test_read_table(driver, database):
-
- description = (
- ydb.TableDescription()
- .with_primary_keys("key1")
- .with_columns(
- ydb.Column("key1", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column("value", ydb.OptionalType(ydb.PrimitiveType.Utf8)),
- )
- )
-
- session = await driver.table_client.session().create()
- await session.create_table(database + "/test_read_table", description)
-
- await session.transaction(ydb.SerializableReadWrite()).execute(
- """INSERT INTO `test_read_table` (`key1`, `value`) VALUES (1, "hello_world"), (2, "2")""",
- commit_tx=True,
- )
-
- expected_res = [[{"key1": 1, "value": "hello_world"}], [{"key1": 2, "value": "2"}]]
-
- i = 0
- async for resp in await session.read_table(
- database + "/test_read_table", row_limit=1
- ):
- assert resp.rows == expected_res[i]
- i += 1
-
-
-async def test_scan_query_with_query_stats(driver, database):
- description = (
- ydb.TableDescription()
- .with_primary_keys("key1")
- .with_columns(
- ydb.Column("key1", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column("value", ydb.OptionalType(ydb.PrimitiveType.Utf8)),
- )
- )
-
- session = await driver.table_client.session().create()
- await session.create_table(
- database + "/test_scan_query_with_query_stats", description
- )
- await session.transaction(ydb.SerializableReadWrite()).execute(
- """INSERT INTO `test_scan_query_with_query_stats` (`key1`, `value`) VALUES (1, "hello_world"), (2, "2")""",
- commit_tx=True,
- )
-
- expected_res = [{"key1": 1, "value": "hello_world"}, {"key1": 2, "value": "2"}]
- i = 0
- async for resp in await driver.table_client.scan_query(
- "select * from `test_scan_query_with_query_stats` order by key1"
- ):
- for row in resp.result_set.rows:
- assert row == expected_res[i]
- i += 1
-
- i = 0
- settings = ydb.ScanQuerySettings().with_collect_stats(
- ydb.QueryStatsCollectionMode.FULL
- )
- last_response = None
- async for resp in await driver.table_client.scan_query(
- "select * from `test_scan_query_with_query_stats` order by key1",
- settings=settings,
- ):
- last_response = resp
- for row in resp.result_set.rows:
- assert row == expected_res[i]
- i += 1
-
- assert len(last_response.query_stats.query_phases) > 0
-
-
-async def test_read_shard_table(driver, database):
- session: ydb.ISession = await driver.table_client.session().create()
- test_name = "read_shard_table"
- table_name = database + "/" + test_name
-
- await session.create_table(
- table_name,
- ydb.TableDescription()
- .with_primary_keys("Key1", "Key2")
- .with_columns(
- ydb.Column("Key1", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column("Key2", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column("Value", ydb.OptionalType(ydb.PrimitiveType.Utf8)),
- )
- .with_profile(
- ydb.TableProfile().with_partitioning_policy(
- ydb.PartitioningPolicy().with_uniform_partitions(8)
- )
- ),
- )
-
- prepared = await session.prepare(
- "DECLARE $data as List<Struct<Key1: Uint64, Key2: Uint64, Value: Utf8>>; "
- "UPSERT INTO {} "
- "SELECT Key1, Key2, Value FROM "
- "AS_TABLE($data);".format(test_name)
- )
-
- data_by_shard_id = {}
- with session.transaction() as tx:
- max_value = 2**64
- shard_key_bound = max_value >> 3
- data = []
-
- for shard_id in range(8):
- data_by_shard_id[shard_id] = []
-
- for idx in range(8 * 8):
- shard_id = idx % 8
- table_row = {
- "Key1": shard_id * shard_key_bound + idx,
- "Key2": idx + 1000,
- "Value": str(idx**4),
- }
- data_by_shard_id[shard_id].append(table_row)
- data.append(table_row)
-
- await tx.execute(prepared, commit_tx=True, parameters={"$data": data})
-
- iter = await session.read_table(table_name)
- read_data = [item async for t in iter for item in t.rows]
- assert sorted(read_data, key=lambda x: (x["Key1"], x["Key2"])) == sorted(
- data, key=lambda x: (x["Key1"], x["Key2"])
- )
diff --git a/ydb/public/sdk/python/tests/aio/test_connection.py b/ydb/public/sdk/python/tests/aio/test_connection.py
deleted file mode 100644
index 3eaaaae4e2c..00000000000
--- a/ydb/public/sdk/python/tests/aio/test_connection.py
+++ /dev/null
@@ -1,72 +0,0 @@
-import asyncio
-
-from ydb.aio.connection import Connection
-import pytest
-from ydb import _apis
-
-
-async def test_async_call(aio_connection):
- request = _apis.ydb_scheme.DescribePathRequest()
- request.path = ""
- stub = _apis.SchemeService.Stub
- response = await aio_connection(request, stub, _apis.SchemeService.DescribePath)
- assert response.operation.ready
-
-
-async def test_close(aio_connection: Connection):
- request = _apis.ydb_scheme.DescribePathRequest()
- request.path = ""
- stub = _apis.SchemeService.Stub
-
- async def run_and_catch():
- from ydb.issues import ConnectionLost
-
- try:
- await aio_connection(request, stub, _apis.SchemeService.DescribePath)
- except ConnectionLost:
- pass
-
- tasks = [run_and_catch() for _ in range(10)]
-
- tasks.append(aio_connection.close(0))
- with pytest.raises(asyncio.CancelledError):
- await asyncio.gather(
- *tasks,
- )
-
-
-async def test_callbacks(aio_connection: Connection):
- cleanup_callback_called = False
- result_wrapped = False
- wrapper_args = ("1", "3", 10, "239")
-
- request = _apis.ydb_scheme.DescribePathRequest()
- request.path = ""
- stub = _apis.SchemeService.Stub
-
- def cleanup(conn):
- assert conn is aio_connection
- nonlocal cleanup_callback_called
- cleanup_callback_called = True
-
- def wrap(state, resp, *args):
- assert args == wrapper_args
- nonlocal result_wrapped
- result_wrapped = True
-
- aio_connection.add_cleanup_callback(cleanup)
-
- await aio_connection(
- request,
- stub,
- _apis.SchemeService.DescribePath,
- wrap_result=wrap,
- wrap_args=wrapper_args,
- )
-
- await aio_connection.close()
-
- assert result_wrapped and cleanup_callback_called
diff --git a/ydb/public/sdk/python/tests/aio/test_connection_pool.py b/ydb/public/sdk/python/tests/aio/test_connection_pool.py
deleted file mode 100644
index 221f1e39c25..00000000000
--- a/ydb/public/sdk/python/tests/aio/test_connection_pool.py
+++ /dev/null
@@ -1,155 +0,0 @@
-import asyncio
-from unittest.mock import MagicMock
-
-from ydb.aio.driver import Driver
-import pytest
-import ydb
-
-
-async def test_async_call(endpoint, database):
- driver_config = ydb.DriverConfig(
- endpoint,
- database,
- credentials=ydb.construct_credentials_from_environ(),
- root_certificates=ydb.load_ydb_root_certificate(),
- )
-
- driver = Driver(driver_config=driver_config)
-
- await driver.scheme_client.make_directory("/local/lol")
- await driver.stop()
-
-
-async def test_gzip_compression(endpoint, database):
- driver_config = ydb.DriverConfig(
- endpoint,
- database,
- credentials=ydb.construct_credentials_from_environ(),
- root_certificates=ydb.load_ydb_root_certificate(),
- compression=ydb.RPCCompression.Gzip,
- )
-
- driver = Driver(driver_config=driver_config)
-
- await driver.scheme_client.make_directory(
- "/local/lol",
- settings=ydb.BaseRequestSettings().with_compression(ydb.RPCCompression.Deflate),
- )
- await driver.stop()
-
-
-async def test_other_credentials(endpoint, database):
- driver = Driver(endpoint=endpoint, database=database)
-
- await driver.scheme_client.make_directory("/local/lol")
- await driver.stop()
-
-
-async def test_session(endpoint, database):
- driver_config = ydb.DriverConfig(
- endpoint,
- database,
- credentials=ydb.construct_credentials_from_environ(),
- root_certificates=ydb.load_ydb_root_certificate(),
- )
-
- driver = Driver(driver_config=driver_config)
-
- await driver.wait(timeout=10)
-
- description = (
- ydb.TableDescription()
- .with_primary_keys("key1", "key2")
- .with_columns(
- ydb.Column("key1", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column("key2", ydb.OptionalType(ydb.PrimitiveType.Uint64)),
- ydb.Column("value", ydb.OptionalType(ydb.PrimitiveType.Utf8)),
- )
- .with_profile(
- ydb.TableProfile().with_partitioning_policy(
- ydb.PartitioningPolicy().with_explicit_partitions(
- ydb.ExplicitPartitions(
- (
- ydb.KeyBound((100,)),
- ydb.KeyBound((300, 100)),
- ydb.KeyBound((400,)),
- )
- )
- )
- )
- )
- )
-
- session = await driver.table_client.session().create()
- await session.create_table(database + "/test_session", description)
-
- response = await session.describe_table(database + "/test_session")
- assert [c.name for c in response.columns] == ["key1", "key2", "value"]
- await driver.stop()
-
-
-async def test_raises_when_disconnect(endpoint, database, docker_project):
-
- driver_config = ydb.DriverConfig(
- endpoint,
- database,
- credentials=ydb.construct_credentials_from_environ(),
- root_certificates=ydb.load_ydb_root_certificate(),
- )
-
- driver = Driver(driver_config=driver_config)
-
- await driver.wait(timeout=10)
-
- async def restart_docker():
- docker_project.stop()
-
- coros = [driver.scheme_client.describe_path("/local") for i in range(100)]
- coros.append(restart_docker())
-
- with pytest.raises(ydb.ConnectionLost):
- await asyncio.gather(*coros, return_exceptions=False)
-
- docker_project.start()
- await driver.stop()
-
-
-async def test_disconnect_by_call(endpoint, database, docker_project):
- driver_config = ydb.DriverConfig(
- endpoint,
- database,
- credentials=ydb.construct_credentials_from_environ(),
- root_certificates=ydb.load_ydb_root_certificate(),
- )
-
- driver = Driver(driver_config=driver_config)
-
- await driver.wait(timeout=10)
-
- docker_project.stop()
-
- try:
- await driver.scheme_client.make_directory("/local/lol")
- except Exception:
- pass
-
- await asyncio.sleep(5)
- assert len(driver._store.connections) == 0
- docker_project.start()
- await driver.stop()
-
-
-async def test_good_discovery_interval(driver):
- await driver.wait(timeout=10)
- mock = MagicMock(return_value=0.1)
- driver._discovery._discovery_interval = mock
- driver._discovery._wake_up_event.set()
- await asyncio.sleep(1)
- assert mock.called
diff --git a/ydb/public/sdk/python/tests/aio/test_session_pool.py b/ydb/public/sdk/python/tests/aio/test_session_pool.py
deleted file mode 100644
index 0fa3d8f5d14..00000000000
--- a/ydb/public/sdk/python/tests/aio/test_session_pool.py
+++ /dev/null
@@ -1,141 +0,0 @@
-import asyncio
-
-import pytest
-import ydb
-
-
-async def test_simple_acquire(driver):
- pool = ydb.aio.SessionPool(driver, 1)
- session = await pool.acquire()
-
- for _ in range(10):
- with pytest.raises(ydb.SessionPoolEmpty):
- await pool.acquire(timeout=0.1)
- assert session.initialized()
-
- await pool.release(session)
- await pool.acquire()
- assert session.initialized()
- await pool.stop(timeout=10)
-
-
-async def test_waiter_is_notified(driver):
- pool = ydb.aio.SessionPool(driver, 1)
- session = await pool.acquire()
- task = asyncio.ensure_future(pool.acquire())
- await pool.release(session)
- sess = await asyncio.wait_for(task, timeout=0.1)
- assert sess.initialized()
- await pool.stop()
-
-
-async def test_no_race_after_future_cancel(driver):
- pool = ydb.aio.SessionPool(driver, 1)
- s = await pool.acquire()
- waiter = asyncio.ensure_future(pool.acquire())
- waiter.cancel()
- await pool.release(s)
- s = await pool.acquire()
- assert s.initialized()
- await pool.stop()
-
-
-async def test_release_logic(driver):
- pool = ydb.aio.SessionPool(driver, 1)
- session = await pool.acquire()
- waiter = asyncio.ensure_future(pool.acquire())
- session.reset()
- await pool.release(session)
- res = await waiter
- assert res.initialized()
- await pool.stop()
-
-
-async def test_close_basic_logic_case_1(driver):
- pool = ydb.aio.SessionPool(driver, 1)
- s = await pool.acquire()
- waiter = asyncio.ensure_future(pool.acquire())
-
- await pool.stop()
- waiter_sess = waiter.result()
- assert not waiter_sess.initialized()
- after_stop = await pool.acquire()
- assert not after_stop.initialized()
-
- await pool.release(s)
- await pool.release(after_stop)
- await pool.release(waiter_sess)
- assert pool._active_count == 0
-
-
-async def test_no_cluster_endpoints_no_failure(driver, docker_project):
- pool = ydb.aio.SessionPool(driver, 1)
- docker_project.stop()
- waiter = asyncio.ensure_future(pool.acquire())
- docker_project.start()
- sess = await asyncio.wait_for(waiter, 10)
- assert sess.initialized()
- sess.reset()
- await pool.release(sess)
- assert pool._active_count == 0
- await pool.stop()
-
-
-async def test_close_basic_logic_case_2(driver):
- pool = ydb.aio.SessionPool(driver, 10)
- acquired = []
-
- for _ in range(10):
- acquired.append(await pool.acquire())
-
- for _ in range(3):
- await pool.release(acquired.pop(-1))
-
- await pool.stop()
- assert pool._active_count == 7
-
- while acquired:
- await pool.release(acquired.pop(-1))
-
- assert pool._active_count == 0
-
- sess = await pool.acquire()
-
- assert not sess.initialized()
- await pool.stop()
-
-
-async def test_min_size_feature(driver):
- pool = ydb.aio.SessionPool(driver, 10, min_pool_size=10)
-
- await pool.wait_until_min_size()
-
- assert pool._active_count == 10
- session = await pool.acquire()
- session.reset()
- await pool.release(session)
- await pool.wait_until_min_size()
-
- await pool.stop()
-
-
-async def test_no_session_leak(driver, docker_project):
- pool = ydb.aio.SessionPool(driver, 1)
- docker_project.stop()
- try:
- await pool.acquire(timeout=0.5)
- except ydb.Error:
- pass
- assert pool._active_count == 0
-
- docker_project.start()
- await pool.stop()
diff --git a/ydb/public/sdk/python/tests/conftest.py b/ydb/public/sdk/python/tests/conftest.py
deleted file mode 100644
index 18b18fa0a24..00000000000
--- a/ydb/public/sdk/python/tests/conftest.py
+++ /dev/null
@@ -1,90 +0,0 @@
-import os
-import pytest
-import ydb
-import time
-
-
[email protected](scope="module")
-def docker_compose_file(pytestconfig):
- return os.path.join(str(pytestconfig.rootdir), "docker-compose.yml")
-
-
-def wait_container_ready(driver):
- driver.wait(timeout=10)
-
- with ydb.SessionPool(driver) as pool:
-
- started_at = time.time()
- while time.time() - started_at < 30:
- try:
- with pool.checkout() as session:
- session.execute_scheme(
- "create table `.sys_health/test_table` (A int32, primary key(A));"
- )
-
- return True
-
- except ydb.Error:
- time.sleep(1)
-
- raise RuntimeError("Container is not ready after timeout.")
-
-
[email protected](scope="module")
-def endpoint(pytestconfig, module_scoped_container_getter):
- with ydb.Driver(endpoint="localhost:2136", database="/local") as driver:
- wait_container_ready(driver)
- yield "localhost:2136"
-
-
[email protected](scope="session")
-def secure_endpoint(pytestconfig, session_scoped_container_getter):
- ca_path = os.path.join(str(pytestconfig.rootdir), "ydb_certs/ca.pem")
- iterations = 0
- while not os.path.exists(ca_path) and iterations < 10:
- time.sleep(1)
- iterations += 1
-
- assert os.path.exists(ca_path)
- os.environ["YDB_SSL_ROOT_CERTIFICATES_FILE"] = ca_path
- with ydb.Driver(
- endpoint="grpcs://localhost:2135",
- database="/local",
- root_certificates=ydb.load_ydb_root_certificate(),
- ) as driver:
- wait_container_ready(driver)
- yield "localhost:2135"
-
-
[email protected](scope="module")
-def database():
- return "/local"
-
-
-async def aio_connection(endpoint, database):
- """A fixture to wait ydb start"""
- from ydb.aio.connection import Connection
- from ydb.driver import DriverConfig
-
- config = DriverConfig.default_from_endpoint_and_database(endpoint, database)
- connection = Connection(endpoint, config)
- await connection.connection_ready(ready_timeout=7)
- return connection
-
-
-async def driver(endpoint, database, event_loop):
- driver_config = ydb.DriverConfig(
- endpoint,
- database,
- credentials=ydb.construct_credentials_from_environ(),
- root_certificates=ydb.load_ydb_root_certificate(),
- )
-
- driver = ydb.aio.Driver(driver_config=driver_config)
- await driver.wait(timeout=15)
-
- yield driver
-
- await driver.stop(timeout=10)
diff --git a/ydb/public/sdk/python/tests/ssl/test_ssl.py b/ydb/public/sdk/python/tests/ssl/test_ssl.py
deleted file mode 100644
index 231f082a2f6..00000000000
--- a/ydb/public/sdk/python/tests/ssl/test_ssl.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- coding: utf-8 -*-
-import ydb
-import pytest
-
-
-def test_connect_secure(secure_endpoint, database):
- with ydb.Driver(
- endpoint="grpcs://localhost:2135",
- database="/local",
- root_certificates=ydb.load_ydb_root_certificate(),
- ) as driver:
- driver.wait(timeout=10)
- driver.scheme_client.make_directory("/local/test")
diff --git a/ydb/public/sdk/python/ydb/public/__init__.py b/ydb/public/sdk/python/ydb/public/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/ydb/public/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/ydb/public/api/__init__.py b/ydb/public/sdk/python/ydb/public/api/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/__init__.py b/ydb/public/sdk/python/ydb/public/api/grpc/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/__init__.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/dummy_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/dummy_pb2.py
deleted file mode 100644
index 1e716660051..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/dummy_pb2.py
+++ /dev/null
@@ -1,248 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/draft/dummy.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/draft/dummy.proto',
- package='Draft.Dummy',
- syntax='proto3',
- serialized_options=b'\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n%ydb/public/api/grpc/draft/dummy.proto\x12\x0b\x44raft.Dummy\x1a)ydb/public/api/protos/ydb_operation.proto\",\n\x0bPingRequest\x12\x0c\n\x04\x63opy\x18\x01 \x01(\x08\x12\x0f\n\x07payload\x18\x02 \x01(\x0c\"\x1f\n\x0cPingResponse\x12\x0f\n\x07payload\x18\x01 \x01(\x0c\"L\n\x0fInfiniteRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"@\n\x10InfiniteResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation2\xdd\x01\n\x0c\x44ummyService\x12;\n\x04Ping\x12\x18.Draft.Dummy.PingRequest\x1a\x19.Draft.Dummy.PingResponse\x12G\n\x08Infinite\x12\x1c.Draft.Dummy.InfiniteRequest\x1a\x1d.Draft.Dummy.InfiniteResponse\x12G\n\x0c\x42iStreamPing\x12\x18.Draft.Dummy.PingRequest\x1a\x19.Draft.Dummy.PingResponse(\x01\x30\x01\x42\x03\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,])
-
-
-
-
-_PINGREQUEST = _descriptor.Descriptor(
- name='PingRequest',
- full_name='Draft.Dummy.PingRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='copy', full_name='Draft.Dummy.PingRequest.copy', index=0,
- number=1, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='payload', full_name='Draft.Dummy.PingRequest.payload', index=1,
- number=2, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=97,
- serialized_end=141,
-)
-
-
-_PINGRESPONSE = _descriptor.Descriptor(
- name='PingResponse',
- full_name='Draft.Dummy.PingResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='payload', full_name='Draft.Dummy.PingResponse.payload', index=0,
- number=1, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=143,
- serialized_end=174,
-)
-
-
-_INFINITEREQUEST = _descriptor.Descriptor(
- name='InfiniteRequest',
- full_name='Draft.Dummy.InfiniteRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Draft.Dummy.InfiniteRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=176,
- serialized_end=252,
-)
-
-
-_INFINITERESPONSE = _descriptor.Descriptor(
- name='InfiniteResponse',
- full_name='Draft.Dummy.InfiniteResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Draft.Dummy.InfiniteResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=254,
- serialized_end=318,
-)
-
-_INFINITEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_INFINITERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['PingRequest'] = _PINGREQUEST
-DESCRIPTOR.message_types_by_name['PingResponse'] = _PINGRESPONSE
-DESCRIPTOR.message_types_by_name['InfiniteRequest'] = _INFINITEREQUEST
-DESCRIPTOR.message_types_by_name['InfiniteResponse'] = _INFINITERESPONSE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-PingRequest = _reflection.GeneratedProtocolMessageType('PingRequest', (_message.Message,), {
- 'DESCRIPTOR' : _PINGREQUEST,
- '__module__' : 'ydb.public.api.grpc.draft.dummy_pb2'
- # @@protoc_insertion_point(class_scope:Draft.Dummy.PingRequest)
- })
-_sym_db.RegisterMessage(PingRequest)
-
-PingResponse = _reflection.GeneratedProtocolMessageType('PingResponse', (_message.Message,), {
- 'DESCRIPTOR' : _PINGRESPONSE,
- '__module__' : 'ydb.public.api.grpc.draft.dummy_pb2'
- # @@protoc_insertion_point(class_scope:Draft.Dummy.PingResponse)
- })
-_sym_db.RegisterMessage(PingResponse)
-
-InfiniteRequest = _reflection.GeneratedProtocolMessageType('InfiniteRequest', (_message.Message,), {
- 'DESCRIPTOR' : _INFINITEREQUEST,
- '__module__' : 'ydb.public.api.grpc.draft.dummy_pb2'
- # @@protoc_insertion_point(class_scope:Draft.Dummy.InfiniteRequest)
- })
-_sym_db.RegisterMessage(InfiniteRequest)
-
-InfiniteResponse = _reflection.GeneratedProtocolMessageType('InfiniteResponse', (_message.Message,), {
- 'DESCRIPTOR' : _INFINITERESPONSE,
- '__module__' : 'ydb.public.api.grpc.draft.dummy_pb2'
- # @@protoc_insertion_point(class_scope:Draft.Dummy.InfiniteResponse)
- })
-_sym_db.RegisterMessage(InfiniteResponse)
-
-
-DESCRIPTOR._options = None
-
-_DUMMYSERVICE = _descriptor.ServiceDescriptor(
- name='DummyService',
- full_name='Draft.Dummy.DummyService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=321,
- serialized_end=542,
- methods=[
- _descriptor.MethodDescriptor(
- name='Ping',
- full_name='Draft.Dummy.DummyService.Ping',
- index=0,
- containing_service=None,
- input_type=_PINGREQUEST,
- output_type=_PINGRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='Infinite',
- full_name='Draft.Dummy.DummyService.Infinite',
- index=1,
- containing_service=None,
- input_type=_INFINITEREQUEST,
- output_type=_INFINITERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='BiStreamPing',
- full_name='Draft.Dummy.DummyService.BiStreamPing',
- index=2,
- containing_service=None,
- input_type=_PINGREQUEST,
- output_type=_PINGRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_DUMMYSERVICE)
-
-DESCRIPTOR.services_by_name['DummyService'] = _DUMMYSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/dummy_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/dummy_pb2_grpc.py
deleted file mode 100644
index 86cfae79de2..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/dummy_pb2_grpc.py
+++ /dev/null
@@ -1,132 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.grpc.draft import dummy_pb2 as ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2
-
-
-class DummyServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.Ping = channel.unary_unary(
- '/Draft.Dummy.DummyService/Ping',
- request_serializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingResponse.FromString,
- )
- self.Infinite = channel.unary_unary(
- '/Draft.Dummy.DummyService/Infinite',
- request_serializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.InfiniteRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.InfiniteResponse.FromString,
- )
- self.BiStreamPing = channel.stream_stream(
- '/Draft.Dummy.DummyService/BiStreamPing',
- request_serializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingResponse.FromString,
- )
-
-
-class DummyServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def Ping(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def Infinite(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def BiStreamPing(self, request_iterator, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_DummyServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'Ping': grpc.unary_unary_rpc_method_handler(
- servicer.Ping,
- request_deserializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingResponse.SerializeToString,
- ),
- 'Infinite': grpc.unary_unary_rpc_method_handler(
- servicer.Infinite,
- request_deserializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.InfiniteRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.InfiniteResponse.SerializeToString,
- ),
- 'BiStreamPing': grpc.stream_stream_rpc_method_handler(
- servicer.BiStreamPing,
- request_deserializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Draft.Dummy.DummyService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class DummyService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def Ping(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Draft.Dummy.DummyService/Ping',
- ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def Infinite(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Draft.Dummy.DummyService/Infinite',
- ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.InfiniteRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.InfiniteResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def BiStreamPing(request_iterator,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.stream_stream(request_iterator, target, '/Draft.Dummy.DummyService/BiStreamPing',
- ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_grpc_dot_draft_dot_dummy__pb2.PingResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1_pb2.py
deleted file mode 100644
index a6cd5375f55..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1_pb2.py
+++ /dev/null
@@ -1,109 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_clickhouse_internal_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1.proto',
- package='Ydb.ClickhouseInternal.V1',
- syntax='proto3',
- serialized_options=b'\n\034com.yandex.ydb.clickhouse.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n:ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1.proto\x12\x19Ydb.ClickhouseInternal.V1\x1a\x33ydb/public/api/protos/ydb_clickhouse_internal.proto2\xaf\x05\n\x19\x43lickhouseInternalService\x12Q\n\x04Scan\x12#.Ydb.ClickhouseInternal.ScanRequest\x1a$.Ydb.ClickhouseInternal.ScanResponse\x12x\n\x11GetShardLocations\x12\x30.Ydb.ClickhouseInternal.GetShardLocationsRequest\x1a\x31.Ydb.ClickhouseInternal.GetShardLocationsResponse\x12l\n\rDescribeTable\x12,.Ydb.ClickhouseInternal.DescribeTableRequest\x1a-.Ydb.ClickhouseInternal.DescribeTableResponse\x12o\n\x0e\x43reateSnapshot\x12-.Ydb.ClickhouseInternal.CreateSnapshotRequest\x1a..Ydb.ClickhouseInternal.CreateSnapshotResponse\x12r\n\x0fRefreshSnapshot\x12..Ydb.ClickhouseInternal.RefreshSnapshotRequest\x1a/.Ydb.ClickhouseInternal.RefreshSnapshotResponse\x12r\n\x0f\x44iscardSnapshot\x12..Ydb.ClickhouseInternal.DiscardSnapshotRequest\x1a/.Ydb.ClickhouseInternal.DiscardSnapshotResponseB\x1e\n\x1c\x63om.yandex.ydb.clickhouse.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_CLICKHOUSEINTERNALSERVICE = _descriptor.ServiceDescriptor(
- name='ClickhouseInternalService',
- full_name='Ydb.ClickhouseInternal.V1.ClickhouseInternalService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=143,
- serialized_end=830,
- methods=[
- _descriptor.MethodDescriptor(
- name='Scan',
- full_name='Ydb.ClickhouseInternal.V1.ClickhouseInternalService.Scan',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._SCANREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._SCANRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='GetShardLocations',
- full_name='Ydb.ClickhouseInternal.V1.ClickhouseInternalService.GetShardLocations',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._GETSHARDLOCATIONSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._GETSHARDLOCATIONSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeTable',
- full_name='Ydb.ClickhouseInternal.V1.ClickhouseInternalService.DescribeTable',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._DESCRIBETABLEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._DESCRIBETABLERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CreateSnapshot',
- full_name='Ydb.ClickhouseInternal.V1.ClickhouseInternalService.CreateSnapshot',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._CREATESNAPSHOTREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._CREATESNAPSHOTRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='RefreshSnapshot',
- full_name='Ydb.ClickhouseInternal.V1.ClickhouseInternalService.RefreshSnapshot',
- index=4,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._REFRESHSNAPSHOTREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._REFRESHSNAPSHOTRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DiscardSnapshot',
- full_name='Ydb.ClickhouseInternal.V1.ClickhouseInternalService.DiscardSnapshot',
- index=5,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._DISCARDSNAPSHOTREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2._DISCARDSNAPSHOTRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_CLICKHOUSEINTERNALSERVICE)
-
-DESCRIPTOR.services_by_name['ClickhouseInternalService'] = _CLICKHOUSEINTERNALSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1_pb2_grpc.py
deleted file mode 100644
index c12285ff55d..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_clickhouse_internal_v1_pb2_grpc.py
+++ /dev/null
@@ -1,242 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_clickhouse_internal_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2
-
-
-class ClickhouseInternalServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.Scan = channel.unary_unary(
- '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/Scan',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.ScanRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.ScanResponse.FromString,
- )
- self.GetShardLocations = channel.unary_unary(
- '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/GetShardLocations',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.GetShardLocationsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.GetShardLocationsResponse.FromString,
- )
- self.DescribeTable = channel.unary_unary(
- '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/DescribeTable',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DescribeTableRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DescribeTableResponse.FromString,
- )
- self.CreateSnapshot = channel.unary_unary(
- '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/CreateSnapshot',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.CreateSnapshotRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.CreateSnapshotResponse.FromString,
- )
- self.RefreshSnapshot = channel.unary_unary(
- '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/RefreshSnapshot',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.RefreshSnapshotRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.RefreshSnapshotResponse.FromString,
- )
- self.DiscardSnapshot = channel.unary_unary(
- '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/DiscardSnapshot',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DiscardSnapshotRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DiscardSnapshotResponse.FromString,
- )
-
-
-class ClickhouseInternalServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def Scan(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def GetShardLocations(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeTable(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CreateSnapshot(self, request, context):
- """*
- CreateSnapshot creates a temporary consistent snapshot of one or more
- tables, which may later be used in requests. Created snapshot will have
- an opaque id and a server defined timeout, after which it may become
- expired. For prolonged use it must be refreshed before it expires.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def RefreshSnapshot(self, request, context):
- """*
- RefreshSnapshot will attempt to refresh a previously created snapshot,
- extending expiration time in specified tables.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DiscardSnapshot(self, request, context):
- """*
- DiscardSnapshot will attempt to discard a previously created snapshot,
- so resources may be freed earlier than its expiration time.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_ClickhouseInternalServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'Scan': grpc.unary_unary_rpc_method_handler(
- servicer.Scan,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.ScanRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.ScanResponse.SerializeToString,
- ),
- 'GetShardLocations': grpc.unary_unary_rpc_method_handler(
- servicer.GetShardLocations,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.GetShardLocationsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.GetShardLocationsResponse.SerializeToString,
- ),
- 'DescribeTable': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeTable,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DescribeTableRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DescribeTableResponse.SerializeToString,
- ),
- 'CreateSnapshot': grpc.unary_unary_rpc_method_handler(
- servicer.CreateSnapshot,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.CreateSnapshotRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.CreateSnapshotResponse.SerializeToString,
- ),
- 'RefreshSnapshot': grpc.unary_unary_rpc_method_handler(
- servicer.RefreshSnapshot,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.RefreshSnapshotRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.RefreshSnapshotResponse.SerializeToString,
- ),
- 'DiscardSnapshot': grpc.unary_unary_rpc_method_handler(
- servicer.DiscardSnapshot,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DiscardSnapshotRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DiscardSnapshotResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.ClickhouseInternal.V1.ClickhouseInternalService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class ClickhouseInternalService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def Scan(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/Scan',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.ScanRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.ScanResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def GetShardLocations(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/GetShardLocations',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.GetShardLocationsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.GetShardLocationsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeTable(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/DescribeTable',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DescribeTableRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DescribeTableResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CreateSnapshot(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/CreateSnapshot',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.CreateSnapshotRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.CreateSnapshotResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def RefreshSnapshot(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/RefreshSnapshot',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.RefreshSnapshotRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.RefreshSnapshotResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DiscardSnapshot(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.ClickhouseInternal.V1.ClickhouseInternalService/DiscardSnapshot',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DiscardSnapshotRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__clickhouse__internal__pb2.DiscardSnapshotResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_datastreams_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_datastreams_v1_pb2.py
deleted file mode 100644
index 18920b50f81..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_datastreams_v1_pb2.py
+++ /dev/null
@@ -1,349 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/draft/ydb_datastreams_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos.draft import datastreams_pb2 as ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/draft/ydb_datastreams_v1.proto',
- package='Ydb.DataStreams.V1',
- syntax='proto3',
- serialized_options=b'\n\035com.yandex.ydb.datastreams.v1\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n2ydb/public/api/grpc/draft/ydb_datastreams_v1.proto\x12\x12Ydb.DataStreams.V1\x1a-ydb/public/api/protos/draft/datastreams.proto2\xe5\x1a\n\x12\x44\x61taStreamsService\x12\x61\n\x0c\x43reateStream\x12\'.Ydb.DataStreams.V1.CreateStreamRequest\x1a(.Ydb.DataStreams.V1.CreateStreamResponse\x12^\n\x0bListStreams\x12&.Ydb.DataStreams.V1.ListStreamsRequest\x1a\'.Ydb.DataStreams.V1.ListStreamsResponse\x12\x61\n\x0c\x44\x65leteStream\x12\'.Ydb.DataStreams.V1.DeleteStreamRequest\x1a(.Ydb.DataStreams.V1.DeleteStreamResponse\x12g\n\x0e\x44\x65scribeStream\x12).Ydb.DataStreams.V1.DescribeStreamRequest\x1a*.Ydb.DataStreams.V1.DescribeStreamResponse\x12[\n\nListShards\x12%.Ydb.DataStreams.V1.ListShardsRequest\x1a&.Ydb.DataStreams.V1.ListShardsResponse\x12\x64\n\rSetWriteQuota\x12(.Ydb.DataStreams.V1.SetWriteQuotaRequest\x1a).Ydb.DataStreams.V1.SetWriteQuotaResponse\x12\x61\n\x0cUpdateStream\x12\'.Ydb.DataStreams.V1.UpdateStreamRequest\x1a(.Ydb.DataStreams.V1.UpdateStreamResponse\x12X\n\tPutRecord\x12$.Ydb.DataStreams.V1.PutRecordRequest\x1a%.Ydb.DataStreams.V1.PutRecordResponse\x12[\n\nPutRecords\x12%.Ydb.DataStreams.V1.PutRecordsRequest\x1a&.Ydb.DataStreams.V1.PutRecordsResponse\x12[\n\nGetRecords\x12%.Ydb.DataStreams.V1.GetRecordsRequest\x1a&.Ydb.DataStreams.V1.GetRecordsResponse\x12m\n\x10GetShardIterator\x12+.Ydb.DataStreams.V1.GetShardIteratorRequest\x1a,.Ydb.DataStreams.V1.GetShardIteratorResponse\x12o\n\x10SubscribeToShard\x12+.Ydb.DataStreams.V1.SubscribeToShardRequest\x1a,.Ydb.DataStreams.V1.SubscribeToShardResponse0\x01\x12g\n\x0e\x44\x65scribeLimits\x12).Ydb.DataStreams.V1.DescribeLimitsRequest\x1a*.Ydb.DataStreams.V1.DescribeLimitsResponse\x12|\n\x15\x44\x65scribeStreamSummary\x12\x30.Ydb.DataStreams.V1.DescribeStreamSummaryRequest\x1a\x31.Ydb.DataStreams.V1.DescribeStreamSummaryResponse\x12\x94\x01\n\x1d\x44\x65\x63reaseStreamRetentionPeriod\x12\x38.Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodRequest\x1a\x39.Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodResponse\x12\x94\x01\n\x1dIncreaseStreamRetentionPeriod\x12\x38.Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodRequest\x1a\x39.Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodResponse\x12m\n\x10UpdateShardCount\x12+.Ydb.DataStreams.V1.UpdateShardCountRequest\x1a,.Ydb.DataStreams.V1.UpdateShardCountResponse\x12\x7f\n\x16RegisterStreamConsumer\x12\x31.Ydb.DataStreams.V1.RegisterStreamConsumerRequest\x1a\x32.Ydb.DataStreams.V1.RegisterStreamConsumerResponse\x12\x85\x01\n\x18\x44\x65registerStreamConsumer\x12\x33.Ydb.DataStreams.V1.DeregisterStreamConsumerRequest\x1a\x34.Ydb.DataStreams.V1.DeregisterStreamConsumerResponse\x12\x7f\n\x16\x44\x65scribeStreamConsumer\x12\x31.Ydb.DataStreams.V1.DescribeStreamConsumerRequest\x1a\x32.Ydb.DataStreams.V1.DescribeStreamConsumerResponse\x12v\n\x13ListStreamConsumers\x12..Ydb.DataStreams.V1.ListStreamConsumersRequest\x1a/.Ydb.DataStreams.V1.ListStreamConsumersResponse\x12j\n\x0f\x41\x64\x64TagsToStream\x12*.Ydb.DataStreams.V1.AddTagsToStreamRequest\x1a+.Ydb.DataStreams.V1.AddTagsToStreamResponse\x12\x88\x01\n\x19\x44isableEnhancedMonitoring\x12\x34.Ydb.DataStreams.V1.DisableEnhancedMonitoringRequest\x1a\x35.Ydb.DataStreams.V1.DisableEnhancedMonitoringResponse\x12\x85\x01\n\x18\x45nableEnhancedMonitoring\x12\x33.Ydb.DataStreams.V1.EnableEnhancedMonitoringRequest\x1a\x34.Ydb.DataStreams.V1.EnableEnhancedMonitoringResponse\x12p\n\x11ListTagsForStream\x12,.Ydb.DataStreams.V1.ListTagsForStreamRequest\x1a-.Ydb.DataStreams.V1.ListTagsForStreamResponse\x12^\n\x0bMergeShards\x12&.Ydb.DataStreams.V1.MergeShardsRequest\x1a\'.Ydb.DataStreams.V1.MergeShardsResponse\x12y\n\x14RemoveTagsFromStream\x12/.Ydb.DataStreams.V1.RemoveTagsFromStreamRequest\x1a\x30.Ydb.DataStreams.V1.RemoveTagsFromStreamResponse\x12[\n\nSplitShard\x12%.Ydb.DataStreams.V1.SplitShardRequest\x1a&.Ydb.DataStreams.V1.SplitShardResponse\x12|\n\x15StartStreamEncryption\x12\x30.Ydb.DataStreams.V1.StartStreamEncryptionRequest\x1a\x31.Ydb.DataStreams.V1.StartStreamEncryptionResponse\x12y\n\x14StopStreamEncryption\x12/.Ydb.DataStreams.V1.StopStreamEncryptionRequest\x1a\x30.Ydb.DataStreams.V1.StopStreamEncryptionResponseB\"\n\x1d\x63om.yandex.ydb.datastreams.v1\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_DATASTREAMSSERVICE = _descriptor.ServiceDescriptor(
- name='DataStreamsService',
- full_name='Ydb.DataStreams.V1.DataStreamsService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=122,
- serialized_end=3551,
- methods=[
- _descriptor.MethodDescriptor(
- name='CreateStream',
- full_name='Ydb.DataStreams.V1.DataStreamsService.CreateStream',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._CREATESTREAMREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._CREATESTREAMRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListStreams',
- full_name='Ydb.DataStreams.V1.DataStreamsService.ListStreams',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._LISTSTREAMSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._LISTSTREAMSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DeleteStream',
- full_name='Ydb.DataStreams.V1.DataStreamsService.DeleteStream',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DELETESTREAMREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DELETESTREAMRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeStream',
- full_name='Ydb.DataStreams.V1.DataStreamsService.DescribeStream',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DESCRIBESTREAMREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DESCRIBESTREAMRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListShards',
- full_name='Ydb.DataStreams.V1.DataStreamsService.ListShards',
- index=4,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._LISTSHARDSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._LISTSHARDSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='SetWriteQuota',
- full_name='Ydb.DataStreams.V1.DataStreamsService.SetWriteQuota',
- index=5,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._SETWRITEQUOTAREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._SETWRITEQUOTARESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='UpdateStream',
- full_name='Ydb.DataStreams.V1.DataStreamsService.UpdateStream',
- index=6,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._UPDATESTREAMREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._UPDATESTREAMRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='PutRecord',
- full_name='Ydb.DataStreams.V1.DataStreamsService.PutRecord',
- index=7,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._PUTRECORDREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._PUTRECORDRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='PutRecords',
- full_name='Ydb.DataStreams.V1.DataStreamsService.PutRecords',
- index=8,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._PUTRECORDSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._PUTRECORDSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='GetRecords',
- full_name='Ydb.DataStreams.V1.DataStreamsService.GetRecords',
- index=9,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._GETRECORDSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._GETRECORDSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='GetShardIterator',
- full_name='Ydb.DataStreams.V1.DataStreamsService.GetShardIterator',
- index=10,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._GETSHARDITERATORREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._GETSHARDITERATORRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='SubscribeToShard',
- full_name='Ydb.DataStreams.V1.DataStreamsService.SubscribeToShard',
- index=11,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._SUBSCRIBETOSHARDREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._SUBSCRIBETOSHARDRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeLimits',
- full_name='Ydb.DataStreams.V1.DataStreamsService.DescribeLimits',
- index=12,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DESCRIBELIMITSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DESCRIBELIMITSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeStreamSummary',
- full_name='Ydb.DataStreams.V1.DataStreamsService.DescribeStreamSummary',
- index=13,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DESCRIBESTREAMSUMMARYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DESCRIBESTREAMSUMMARYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DecreaseStreamRetentionPeriod',
- full_name='Ydb.DataStreams.V1.DataStreamsService.DecreaseStreamRetentionPeriod',
- index=14,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DECREASESTREAMRETENTIONPERIODREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DECREASESTREAMRETENTIONPERIODRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='IncreaseStreamRetentionPeriod',
- full_name='Ydb.DataStreams.V1.DataStreamsService.IncreaseStreamRetentionPeriod',
- index=15,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._INCREASESTREAMRETENTIONPERIODREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._INCREASESTREAMRETENTIONPERIODRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='UpdateShardCount',
- full_name='Ydb.DataStreams.V1.DataStreamsService.UpdateShardCount',
- index=16,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._UPDATESHARDCOUNTREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._UPDATESHARDCOUNTRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='RegisterStreamConsumer',
- full_name='Ydb.DataStreams.V1.DataStreamsService.RegisterStreamConsumer',
- index=17,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._REGISTERSTREAMCONSUMERREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._REGISTERSTREAMCONSUMERRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DeregisterStreamConsumer',
- full_name='Ydb.DataStreams.V1.DataStreamsService.DeregisterStreamConsumer',
- index=18,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DEREGISTERSTREAMCONSUMERREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DEREGISTERSTREAMCONSUMERRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeStreamConsumer',
- full_name='Ydb.DataStreams.V1.DataStreamsService.DescribeStreamConsumer',
- index=19,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DESCRIBESTREAMCONSUMERREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DESCRIBESTREAMCONSUMERRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListStreamConsumers',
- full_name='Ydb.DataStreams.V1.DataStreamsService.ListStreamConsumers',
- index=20,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._LISTSTREAMCONSUMERSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._LISTSTREAMCONSUMERSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='AddTagsToStream',
- full_name='Ydb.DataStreams.V1.DataStreamsService.AddTagsToStream',
- index=21,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._ADDTAGSTOSTREAMREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._ADDTAGSTOSTREAMRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DisableEnhancedMonitoring',
- full_name='Ydb.DataStreams.V1.DataStreamsService.DisableEnhancedMonitoring',
- index=22,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DISABLEENHANCEDMONITORINGREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._DISABLEENHANCEDMONITORINGRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='EnableEnhancedMonitoring',
- full_name='Ydb.DataStreams.V1.DataStreamsService.EnableEnhancedMonitoring',
- index=23,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._ENABLEENHANCEDMONITORINGREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._ENABLEENHANCEDMONITORINGRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListTagsForStream',
- full_name='Ydb.DataStreams.V1.DataStreamsService.ListTagsForStream',
- index=24,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._LISTTAGSFORSTREAMREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._LISTTAGSFORSTREAMRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='MergeShards',
- full_name='Ydb.DataStreams.V1.DataStreamsService.MergeShards',
- index=25,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._MERGESHARDSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._MERGESHARDSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='RemoveTagsFromStream',
- full_name='Ydb.DataStreams.V1.DataStreamsService.RemoveTagsFromStream',
- index=26,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._REMOVETAGSFROMSTREAMREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._REMOVETAGSFROMSTREAMRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='SplitShard',
- full_name='Ydb.DataStreams.V1.DataStreamsService.SplitShard',
- index=27,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._SPLITSHARDREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._SPLITSHARDRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='StartStreamEncryption',
- full_name='Ydb.DataStreams.V1.DataStreamsService.StartStreamEncryption',
- index=28,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._STARTSTREAMENCRYPTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._STARTSTREAMENCRYPTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='StopStreamEncryption',
- full_name='Ydb.DataStreams.V1.DataStreamsService.StopStreamEncryption',
- index=29,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._STOPSTREAMENCRYPTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2._STOPSTREAMENCRYPTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_DATASTREAMSSERVICE)
-
-DESCRIPTOR.services_by_name['DataStreamsService'] = _DATASTREAMSSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_datastreams_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_datastreams_v1_pb2_grpc.py
deleted file mode 100644
index 05d8203d528..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_datastreams_v1_pb2_grpc.py
+++ /dev/null
@@ -1,1027 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos.draft import datastreams_pb2 as ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2
-
-
-class DataStreamsServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.CreateStream = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/CreateStream',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.CreateStreamRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.CreateStreamResponse.FromString,
- )
- self.ListStreams = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/ListStreams',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamsResponse.FromString,
- )
- self.DeleteStream = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/DeleteStream',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeleteStreamRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeleteStreamResponse.FromString,
- )
- self.DescribeStream = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/DescribeStream',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamResponse.FromString,
- )
- self.ListShards = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/ListShards',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListShardsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListShardsResponse.FromString,
- )
- self.SetWriteQuota = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/SetWriteQuota',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SetWriteQuotaRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SetWriteQuotaResponse.FromString,
- )
- self.UpdateStream = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/UpdateStream',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateStreamRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateStreamResponse.FromString,
- )
- self.PutRecord = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/PutRecord',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordResponse.FromString,
- )
- self.PutRecords = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/PutRecords',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordsResponse.FromString,
- )
- self.GetRecords = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/GetRecords',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetRecordsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetRecordsResponse.FromString,
- )
- self.GetShardIterator = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/GetShardIterator',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetShardIteratorRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetShardIteratorResponse.FromString,
- )
- self.SubscribeToShard = channel.unary_stream(
- '/Ydb.DataStreams.V1.DataStreamsService/SubscribeToShard',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SubscribeToShardRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SubscribeToShardResponse.FromString,
- )
- self.DescribeLimits = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/DescribeLimits',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeLimitsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeLimitsResponse.FromString,
- )
- self.DescribeStreamSummary = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/DescribeStreamSummary',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamSummaryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamSummaryResponse.FromString,
- )
- self.DecreaseStreamRetentionPeriod = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/DecreaseStreamRetentionPeriod',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DecreaseStreamRetentionPeriodRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DecreaseStreamRetentionPeriodResponse.FromString,
- )
- self.IncreaseStreamRetentionPeriod = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/IncreaseStreamRetentionPeriod',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.IncreaseStreamRetentionPeriodRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.IncreaseStreamRetentionPeriodResponse.FromString,
- )
- self.UpdateShardCount = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/UpdateShardCount',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateShardCountRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateShardCountResponse.FromString,
- )
- self.RegisterStreamConsumer = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/RegisterStreamConsumer',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RegisterStreamConsumerRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RegisterStreamConsumerResponse.FromString,
- )
- self.DeregisterStreamConsumer = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/DeregisterStreamConsumer',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeregisterStreamConsumerRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeregisterStreamConsumerResponse.FromString,
- )
- self.DescribeStreamConsumer = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/DescribeStreamConsumer',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamConsumerRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamConsumerResponse.FromString,
- )
- self.ListStreamConsumers = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/ListStreamConsumers',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamConsumersRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamConsumersResponse.FromString,
- )
- self.AddTagsToStream = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/AddTagsToStream',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.AddTagsToStreamRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.AddTagsToStreamResponse.FromString,
- )
- self.DisableEnhancedMonitoring = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/DisableEnhancedMonitoring',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DisableEnhancedMonitoringRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DisableEnhancedMonitoringResponse.FromString,
- )
- self.EnableEnhancedMonitoring = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/EnableEnhancedMonitoring',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.EnableEnhancedMonitoringRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.EnableEnhancedMonitoringResponse.FromString,
- )
- self.ListTagsForStream = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/ListTagsForStream',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListTagsForStreamRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListTagsForStreamResponse.FromString,
- )
- self.MergeShards = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/MergeShards',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.MergeShardsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.MergeShardsResponse.FromString,
- )
- self.RemoveTagsFromStream = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/RemoveTagsFromStream',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RemoveTagsFromStreamRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RemoveTagsFromStreamResponse.FromString,
- )
- self.SplitShard = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/SplitShard',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SplitShardRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SplitShardResponse.FromString,
- )
- self.StartStreamEncryption = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/StartStreamEncryption',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StartStreamEncryptionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StartStreamEncryptionResponse.FromString,
- )
- self.StopStreamEncryption = channel.unary_unary(
- '/Ydb.DataStreams.V1.DataStreamsService/StopStreamEncryption',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StopStreamEncryptionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StopStreamEncryptionResponse.FromString,
- )
-
-
-class DataStreamsServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def CreateStream(self, request, context):
- """Basic stream manipulation methods
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListStreams(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DeleteStream(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeStream(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListShards(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def SetWriteQuota(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def UpdateStream(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def PutRecord(self, request, context):
- """Data methods
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def PutRecords(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def GetRecords(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def GetShardIterator(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def SubscribeToShard(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeLimits(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeStreamSummary(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DecreaseStreamRetentionPeriod(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def IncreaseStreamRetentionPeriod(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def UpdateShardCount(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def RegisterStreamConsumer(self, request, context):
- """stream consumer methods
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DeregisterStreamConsumer(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeStreamConsumer(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListStreamConsumers(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def AddTagsToStream(self, request, context):
- """Least priority methods from API.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DisableEnhancedMonitoring(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def EnableEnhancedMonitoring(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListTagsForStream(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def MergeShards(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def RemoveTagsFromStream(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def SplitShard(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def StartStreamEncryption(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def StopStreamEncryption(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_DataStreamsServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'CreateStream': grpc.unary_unary_rpc_method_handler(
- servicer.CreateStream,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.CreateStreamRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.CreateStreamResponse.SerializeToString,
- ),
- 'ListStreams': grpc.unary_unary_rpc_method_handler(
- servicer.ListStreams,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamsResponse.SerializeToString,
- ),
- 'DeleteStream': grpc.unary_unary_rpc_method_handler(
- servicer.DeleteStream,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeleteStreamRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeleteStreamResponse.SerializeToString,
- ),
- 'DescribeStream': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeStream,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamResponse.SerializeToString,
- ),
- 'ListShards': grpc.unary_unary_rpc_method_handler(
- servicer.ListShards,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListShardsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListShardsResponse.SerializeToString,
- ),
- 'SetWriteQuota': grpc.unary_unary_rpc_method_handler(
- servicer.SetWriteQuota,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SetWriteQuotaRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SetWriteQuotaResponse.SerializeToString,
- ),
- 'UpdateStream': grpc.unary_unary_rpc_method_handler(
- servicer.UpdateStream,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateStreamRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateStreamResponse.SerializeToString,
- ),
- 'PutRecord': grpc.unary_unary_rpc_method_handler(
- servicer.PutRecord,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordResponse.SerializeToString,
- ),
- 'PutRecords': grpc.unary_unary_rpc_method_handler(
- servicer.PutRecords,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordsResponse.SerializeToString,
- ),
- 'GetRecords': grpc.unary_unary_rpc_method_handler(
- servicer.GetRecords,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetRecordsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetRecordsResponse.SerializeToString,
- ),
- 'GetShardIterator': grpc.unary_unary_rpc_method_handler(
- servicer.GetShardIterator,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetShardIteratorRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetShardIteratorResponse.SerializeToString,
- ),
- 'SubscribeToShard': grpc.unary_stream_rpc_method_handler(
- servicer.SubscribeToShard,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SubscribeToShardRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SubscribeToShardResponse.SerializeToString,
- ),
- 'DescribeLimits': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeLimits,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeLimitsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeLimitsResponse.SerializeToString,
- ),
- 'DescribeStreamSummary': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeStreamSummary,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamSummaryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamSummaryResponse.SerializeToString,
- ),
- 'DecreaseStreamRetentionPeriod': grpc.unary_unary_rpc_method_handler(
- servicer.DecreaseStreamRetentionPeriod,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DecreaseStreamRetentionPeriodRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DecreaseStreamRetentionPeriodResponse.SerializeToString,
- ),
- 'IncreaseStreamRetentionPeriod': grpc.unary_unary_rpc_method_handler(
- servicer.IncreaseStreamRetentionPeriod,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.IncreaseStreamRetentionPeriodRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.IncreaseStreamRetentionPeriodResponse.SerializeToString,
- ),
- 'UpdateShardCount': grpc.unary_unary_rpc_method_handler(
- servicer.UpdateShardCount,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateShardCountRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateShardCountResponse.SerializeToString,
- ),
- 'RegisterStreamConsumer': grpc.unary_unary_rpc_method_handler(
- servicer.RegisterStreamConsumer,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RegisterStreamConsumerRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RegisterStreamConsumerResponse.SerializeToString,
- ),
- 'DeregisterStreamConsumer': grpc.unary_unary_rpc_method_handler(
- servicer.DeregisterStreamConsumer,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeregisterStreamConsumerRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeregisterStreamConsumerResponse.SerializeToString,
- ),
- 'DescribeStreamConsumer': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeStreamConsumer,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamConsumerRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamConsumerResponse.SerializeToString,
- ),
- 'ListStreamConsumers': grpc.unary_unary_rpc_method_handler(
- servicer.ListStreamConsumers,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamConsumersRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamConsumersResponse.SerializeToString,
- ),
- 'AddTagsToStream': grpc.unary_unary_rpc_method_handler(
- servicer.AddTagsToStream,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.AddTagsToStreamRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.AddTagsToStreamResponse.SerializeToString,
- ),
- 'DisableEnhancedMonitoring': grpc.unary_unary_rpc_method_handler(
- servicer.DisableEnhancedMonitoring,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DisableEnhancedMonitoringRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DisableEnhancedMonitoringResponse.SerializeToString,
- ),
- 'EnableEnhancedMonitoring': grpc.unary_unary_rpc_method_handler(
- servicer.EnableEnhancedMonitoring,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.EnableEnhancedMonitoringRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.EnableEnhancedMonitoringResponse.SerializeToString,
- ),
- 'ListTagsForStream': grpc.unary_unary_rpc_method_handler(
- servicer.ListTagsForStream,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListTagsForStreamRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListTagsForStreamResponse.SerializeToString,
- ),
- 'MergeShards': grpc.unary_unary_rpc_method_handler(
- servicer.MergeShards,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.MergeShardsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.MergeShardsResponse.SerializeToString,
- ),
- 'RemoveTagsFromStream': grpc.unary_unary_rpc_method_handler(
- servicer.RemoveTagsFromStream,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RemoveTagsFromStreamRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RemoveTagsFromStreamResponse.SerializeToString,
- ),
- 'SplitShard': grpc.unary_unary_rpc_method_handler(
- servicer.SplitShard,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SplitShardRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SplitShardResponse.SerializeToString,
- ),
- 'StartStreamEncryption': grpc.unary_unary_rpc_method_handler(
- servicer.StartStreamEncryption,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StartStreamEncryptionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StartStreamEncryptionResponse.SerializeToString,
- ),
- 'StopStreamEncryption': grpc.unary_unary_rpc_method_handler(
- servicer.StopStreamEncryption,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StopStreamEncryptionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StopStreamEncryptionResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.DataStreams.V1.DataStreamsService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class DataStreamsService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def CreateStream(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/CreateStream',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.CreateStreamRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.CreateStreamResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListStreams(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/ListStreams',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DeleteStream(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/DeleteStream',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeleteStreamRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeleteStreamResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeStream(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/DescribeStream',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListShards(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/ListShards',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListShardsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListShardsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def SetWriteQuota(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/SetWriteQuota',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SetWriteQuotaRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SetWriteQuotaResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def UpdateStream(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/UpdateStream',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateStreamRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateStreamResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def PutRecord(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/PutRecord',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def PutRecords(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/PutRecords',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.PutRecordsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def GetRecords(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/GetRecords',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetRecordsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetRecordsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def GetShardIterator(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/GetShardIterator',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetShardIteratorRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.GetShardIteratorResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def SubscribeToShard(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_stream(request, target, '/Ydb.DataStreams.V1.DataStreamsService/SubscribeToShard',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SubscribeToShardRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SubscribeToShardResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeLimits(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/DescribeLimits',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeLimitsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeLimitsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeStreamSummary(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/DescribeStreamSummary',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamSummaryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamSummaryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DecreaseStreamRetentionPeriod(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/DecreaseStreamRetentionPeriod',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DecreaseStreamRetentionPeriodRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DecreaseStreamRetentionPeriodResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def IncreaseStreamRetentionPeriod(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/IncreaseStreamRetentionPeriod',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.IncreaseStreamRetentionPeriodRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.IncreaseStreamRetentionPeriodResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def UpdateShardCount(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/UpdateShardCount',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateShardCountRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.UpdateShardCountResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def RegisterStreamConsumer(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/RegisterStreamConsumer',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RegisterStreamConsumerRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RegisterStreamConsumerResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DeregisterStreamConsumer(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/DeregisterStreamConsumer',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeregisterStreamConsumerRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DeregisterStreamConsumerResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeStreamConsumer(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/DescribeStreamConsumer',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamConsumerRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DescribeStreamConsumerResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListStreamConsumers(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/ListStreamConsumers',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamConsumersRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListStreamConsumersResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def AddTagsToStream(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/AddTagsToStream',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.AddTagsToStreamRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.AddTagsToStreamResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DisableEnhancedMonitoring(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/DisableEnhancedMonitoring',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DisableEnhancedMonitoringRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.DisableEnhancedMonitoringResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def EnableEnhancedMonitoring(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/EnableEnhancedMonitoring',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.EnableEnhancedMonitoringRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.EnableEnhancedMonitoringResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListTagsForStream(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/ListTagsForStream',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListTagsForStreamRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.ListTagsForStreamResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def MergeShards(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/MergeShards',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.MergeShardsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.MergeShardsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def RemoveTagsFromStream(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/RemoveTagsFromStream',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RemoveTagsFromStreamRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.RemoveTagsFromStreamResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def SplitShard(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/SplitShard',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SplitShardRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.SplitShardResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def StartStreamEncryption(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/StartStreamEncryption',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StartStreamEncryptionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StartStreamEncryptionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def StopStreamEncryption(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.DataStreams.V1.DataStreamsService/StopStreamEncryption',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StopStreamEncryptionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_datastreams__pb2.StopStreamEncryptionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_experimental_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_experimental_v1_pb2.py
deleted file mode 100644
index 456dd1ae535..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_experimental_v1_pb2.py
+++ /dev/null
@@ -1,59 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/draft/ydb_experimental_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_experimental_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__experimental__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/draft/ydb_experimental_v1.proto',
- package='Ydb.Experimental.V1',
- syntax='proto3',
- serialized_options=b'\n\036com.yandex.ydb.experimental.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n3ydb/public/api/grpc/draft/ydb_experimental_v1.proto\x12\x13Ydb.Experimental.V1\x1a,ydb/public/api/protos/ydb_experimental.proto2\x88\x01\n\x13\x45xperimentalService\x12q\n\x12\x45xecuteStreamQuery\x12+.Ydb.Experimental.ExecuteStreamQueryRequest\x1a,.Ydb.Experimental.ExecuteStreamQueryResponse0\x01\x42 \n\x1e\x63om.yandex.ydb.experimental.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__experimental__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_EXPERIMENTALSERVICE = _descriptor.ServiceDescriptor(
- name='ExperimentalService',
- full_name='Ydb.Experimental.V1.ExperimentalService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=123,
- serialized_end=259,
- methods=[
- _descriptor.MethodDescriptor(
- name='ExecuteStreamQuery',
- full_name='Ydb.Experimental.V1.ExperimentalService.ExecuteStreamQuery',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__experimental__pb2._EXECUTESTREAMQUERYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__experimental__pb2._EXECUTESTREAMQUERYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_EXPERIMENTALSERVICE)
-
-DESCRIPTOR.services_by_name['ExperimentalService'] = _EXPERIMENTALSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_experimental_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_experimental_v1_pb2_grpc.py
deleted file mode 100644
index d03cb2ef0ac..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_experimental_v1_pb2_grpc.py
+++ /dev/null
@@ -1,66 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_experimental_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__experimental__pb2
-
-
-class ExperimentalServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.ExecuteStreamQuery = channel.unary_stream(
- '/Ydb.Experimental.V1.ExperimentalService/ExecuteStreamQuery',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__experimental__pb2.ExecuteStreamQueryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__experimental__pb2.ExecuteStreamQueryResponse.FromString,
- )
-
-
-class ExperimentalServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def ExecuteStreamQuery(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_ExperimentalServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'ExecuteStreamQuery': grpc.unary_stream_rpc_method_handler(
- servicer.ExecuteStreamQuery,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__experimental__pb2.ExecuteStreamQueryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__experimental__pb2.ExecuteStreamQueryResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Experimental.V1.ExperimentalService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class ExperimentalService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def ExecuteStreamQuery(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_stream(request, target, '/Ydb.Experimental.V1.ExperimentalService/ExecuteStreamQuery',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__experimental__pb2.ExecuteStreamQueryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__experimental__pb2.ExecuteStreamQueryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_logstore_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_logstore_v1_pb2.py
deleted file mode 100644
index ee9b32fa5b0..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_logstore_v1_pb2.py
+++ /dev/null
@@ -1,119 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/draft/ydb_logstore_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos.draft import ydb_logstore_pb2 as ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/draft/ydb_logstore_v1.proto',
- package='Ydb.LogStore.V1',
- syntax='proto3',
- serialized_options=b'\n\032com.yandex.ydb.logstore.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n/ydb/public/api/grpc/draft/ydb_logstore_v1.proto\x12\x0fYdb.LogStore.V1\x1a.ydb/public/api/protos/draft/ydb_logstore.proto2\x99\x05\n\x0fLogStoreService\x12[\n\x0e\x43reateLogStore\x12#.Ydb.LogStore.CreateLogStoreRequest\x1a$.Ydb.LogStore.CreateLogStoreResponse\x12\x61\n\x10\x44\x65scribeLogStore\x12%.Ydb.LogStore.DescribeLogStoreRequest\x1a&.Ydb.LogStore.DescribeLogStoreResponse\x12U\n\x0c\x44ropLogStore\x12!.Ydb.LogStore.DropLogStoreRequest\x1a\".Ydb.LogStore.DropLogStoreResponse\x12[\n\x0e\x43reateLogTable\x12#.Ydb.LogStore.CreateLogTableRequest\x1a$.Ydb.LogStore.CreateLogTableResponse\x12\x61\n\x10\x44\x65scribeLogTable\x12%.Ydb.LogStore.DescribeLogTableRequest\x1a&.Ydb.LogStore.DescribeLogTableResponse\x12U\n\x0c\x44ropLogTable\x12!.Ydb.LogStore.DropLogTableRequest\x1a\".Ydb.LogStore.DropLogTableResponse\x12X\n\rAlterLogTable\x12\".Ydb.LogStore.AlterLogTableRequest\x1a#.Ydb.LogStore.AlterLogTableResponseB\x1c\n\x1a\x63om.yandex.ydb.logstore.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_LOGSTORESERVICE = _descriptor.ServiceDescriptor(
- name='LogStoreService',
- full_name='Ydb.LogStore.V1.LogStoreService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=117,
- serialized_end=782,
- methods=[
- _descriptor.MethodDescriptor(
- name='CreateLogStore',
- full_name='Ydb.LogStore.V1.LogStoreService.CreateLogStore',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._CREATELOGSTOREREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._CREATELOGSTORERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeLogStore',
- full_name='Ydb.LogStore.V1.LogStoreService.DescribeLogStore',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._DESCRIBELOGSTOREREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._DESCRIBELOGSTORERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DropLogStore',
- full_name='Ydb.LogStore.V1.LogStoreService.DropLogStore',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._DROPLOGSTOREREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._DROPLOGSTORERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CreateLogTable',
- full_name='Ydb.LogStore.V1.LogStoreService.CreateLogTable',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._CREATELOGTABLEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._CREATELOGTABLERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeLogTable',
- full_name='Ydb.LogStore.V1.LogStoreService.DescribeLogTable',
- index=4,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._DESCRIBELOGTABLEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._DESCRIBELOGTABLERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DropLogTable',
- full_name='Ydb.LogStore.V1.LogStoreService.DropLogTable',
- index=5,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._DROPLOGTABLEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._DROPLOGTABLERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='AlterLogTable',
- full_name='Ydb.LogStore.V1.LogStoreService.AlterLogTable',
- index=6,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._ALTERLOGTABLEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2._ALTERLOGTABLERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_LOGSTORESERVICE)
-
-DESCRIPTOR.services_by_name['LogStoreService'] = _LOGSTORESERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_logstore_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_logstore_v1_pb2_grpc.py
deleted file mode 100644
index fb9bfb9b235..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_logstore_v1_pb2_grpc.py
+++ /dev/null
@@ -1,264 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos.draft import ydb_logstore_pb2 as ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2
-
-
-class LogStoreServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.CreateLogStore = channel.unary_unary(
- '/Ydb.LogStore.V1.LogStoreService/CreateLogStore',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogStoreRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogStoreResponse.FromString,
- )
- self.DescribeLogStore = channel.unary_unary(
- '/Ydb.LogStore.V1.LogStoreService/DescribeLogStore',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogStoreRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogStoreResponse.FromString,
- )
- self.DropLogStore = channel.unary_unary(
- '/Ydb.LogStore.V1.LogStoreService/DropLogStore',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogStoreRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogStoreResponse.FromString,
- )
- self.CreateLogTable = channel.unary_unary(
- '/Ydb.LogStore.V1.LogStoreService/CreateLogTable',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogTableRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogTableResponse.FromString,
- )
- self.DescribeLogTable = channel.unary_unary(
- '/Ydb.LogStore.V1.LogStoreService/DescribeLogTable',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogTableRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogTableResponse.FromString,
- )
- self.DropLogTable = channel.unary_unary(
- '/Ydb.LogStore.V1.LogStoreService/DropLogTable',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogTableRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogTableResponse.FromString,
- )
- self.AlterLogTable = channel.unary_unary(
- '/Ydb.LogStore.V1.LogStoreService/AlterLogTable',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.AlterLogTableRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.AlterLogTableResponse.FromString,
- )
-
-
-class LogStoreServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def CreateLogStore(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeLogStore(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DropLogStore(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CreateLogTable(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeLogTable(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DropLogTable(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def AlterLogTable(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_LogStoreServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'CreateLogStore': grpc.unary_unary_rpc_method_handler(
- servicer.CreateLogStore,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogStoreRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogStoreResponse.SerializeToString,
- ),
- 'DescribeLogStore': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeLogStore,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogStoreRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogStoreResponse.SerializeToString,
- ),
- 'DropLogStore': grpc.unary_unary_rpc_method_handler(
- servicer.DropLogStore,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogStoreRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogStoreResponse.SerializeToString,
- ),
- 'CreateLogTable': grpc.unary_unary_rpc_method_handler(
- servicer.CreateLogTable,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogTableRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogTableResponse.SerializeToString,
- ),
- 'DescribeLogTable': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeLogTable,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogTableRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogTableResponse.SerializeToString,
- ),
- 'DropLogTable': grpc.unary_unary_rpc_method_handler(
- servicer.DropLogTable,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogTableRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogTableResponse.SerializeToString,
- ),
- 'AlterLogTable': grpc.unary_unary_rpc_method_handler(
- servicer.AlterLogTable,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.AlterLogTableRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.AlterLogTableResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.LogStore.V1.LogStoreService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class LogStoreService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def CreateLogStore(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LogStore.V1.LogStoreService/CreateLogStore',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogStoreRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogStoreResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeLogStore(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LogStore.V1.LogStoreService/DescribeLogStore',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogStoreRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogStoreResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DropLogStore(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LogStore.V1.LogStoreService/DropLogStore',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogStoreRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogStoreResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CreateLogTable(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LogStore.V1.LogStoreService/CreateLogTable',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogTableRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.CreateLogTableResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeLogTable(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LogStore.V1.LogStoreService/DescribeLogTable',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogTableRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DescribeLogTableResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DropLogTable(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LogStore.V1.LogStoreService/DropLogTable',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogTableRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.DropLogTableResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def AlterLogTable(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LogStore.V1.LogStoreService/AlterLogTable',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.AlterLogTableRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__logstore__pb2.AlterLogTableResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_long_tx_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_long_tx_v1_pb2.py
deleted file mode 100644
index 8aa52e2db51..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_long_tx_v1_pb2.py
+++ /dev/null
@@ -1,99 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/draft/ydb_long_tx_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos.draft import ydb_long_tx_pb2 as ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/draft/ydb_long_tx_v1.proto',
- package='Ydb.LongTx.V1',
- syntax='proto3',
- serialized_options=b'\n\031com.yandex.ydb.long_tx.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n.ydb/public/api/grpc/draft/ydb_long_tx_v1.proto\x12\rYdb.LongTx.V1\x1a-ydb/public/api/protos/draft/ydb_long_tx.proto2\x96\x03\n\rLongTxService\x12T\n\x07\x42\x65ginTx\x12#.Ydb.LongTx.BeginTransactionRequest\x1a$.Ydb.LongTx.BeginTransactionResponse\x12W\n\x08\x43ommitTx\x12$.Ydb.LongTx.CommitTransactionRequest\x1a%.Ydb.LongTx.CommitTransactionResponse\x12]\n\nRollbackTx\x12&.Ydb.LongTx.RollbackTransactionRequest\x1a\'.Ydb.LongTx.RollbackTransactionResponse\x12<\n\x05Write\x12\x18.Ydb.LongTx.WriteRequest\x1a\x19.Ydb.LongTx.WriteResponse\x12\x39\n\x04Read\x12\x17.Ydb.LongTx.ReadRequest\x1a\x18.Ydb.LongTx.ReadResponseB\x1b\n\x19\x63om.yandex.ydb.long_tx.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_LONGTXSERVICE = _descriptor.ServiceDescriptor(
- name='LongTxService',
- full_name='Ydb.LongTx.V1.LongTxService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=113,
- serialized_end=519,
- methods=[
- _descriptor.MethodDescriptor(
- name='BeginTx',
- full_name='Ydb.LongTx.V1.LongTxService.BeginTx',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2._BEGINTRANSACTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2._BEGINTRANSACTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CommitTx',
- full_name='Ydb.LongTx.V1.LongTxService.CommitTx',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2._COMMITTRANSACTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2._COMMITTRANSACTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='RollbackTx',
- full_name='Ydb.LongTx.V1.LongTxService.RollbackTx',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2._ROLLBACKTRANSACTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2._ROLLBACKTRANSACTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='Write',
- full_name='Ydb.LongTx.V1.LongTxService.Write',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2._WRITEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2._WRITERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='Read',
- full_name='Ydb.LongTx.V1.LongTxService.Read',
- index=4,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2._READREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2._READRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_LONGTXSERVICE)
-
-DESCRIPTOR.services_by_name['LongTxService'] = _LONGTXSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_long_tx_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_long_tx_v1_pb2_grpc.py
deleted file mode 100644
index 90415218bc8..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_long_tx_v1_pb2_grpc.py
+++ /dev/null
@@ -1,199 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos.draft import ydb_long_tx_pb2 as ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2
-
-
-class LongTxServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.BeginTx = channel.unary_unary(
- '/Ydb.LongTx.V1.LongTxService/BeginTx',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.BeginTransactionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.BeginTransactionResponse.FromString,
- )
- self.CommitTx = channel.unary_unary(
- '/Ydb.LongTx.V1.LongTxService/CommitTx',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.CommitTransactionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.CommitTransactionResponse.FromString,
- )
- self.RollbackTx = channel.unary_unary(
- '/Ydb.LongTx.V1.LongTxService/RollbackTx',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.RollbackTransactionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.RollbackTransactionResponse.FromString,
- )
- self.Write = channel.unary_unary(
- '/Ydb.LongTx.V1.LongTxService/Write',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.WriteRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.WriteResponse.FromString,
- )
- self.Read = channel.unary_unary(
- '/Ydb.LongTx.V1.LongTxService/Read',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.ReadRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.ReadResponse.FromString,
- )
-
-
-class LongTxServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def BeginTx(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CommitTx(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def RollbackTx(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def Write(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def Read(self, request, context):
- """rpc ResolveNodes(ResolveNodesRequest) returns (stream ResolveNodesResponse);
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_LongTxServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'BeginTx': grpc.unary_unary_rpc_method_handler(
- servicer.BeginTx,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.BeginTransactionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.BeginTransactionResponse.SerializeToString,
- ),
- 'CommitTx': grpc.unary_unary_rpc_method_handler(
- servicer.CommitTx,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.CommitTransactionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.CommitTransactionResponse.SerializeToString,
- ),
- 'RollbackTx': grpc.unary_unary_rpc_method_handler(
- servicer.RollbackTx,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.RollbackTransactionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.RollbackTransactionResponse.SerializeToString,
- ),
- 'Write': grpc.unary_unary_rpc_method_handler(
- servicer.Write,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.WriteRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.WriteResponse.SerializeToString,
- ),
- 'Read': grpc.unary_unary_rpc_method_handler(
- servicer.Read,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.ReadRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.ReadResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.LongTx.V1.LongTxService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class LongTxService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def BeginTx(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LongTx.V1.LongTxService/BeginTx',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.BeginTransactionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.BeginTransactionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CommitTx(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LongTx.V1.LongTxService/CommitTx',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.CommitTransactionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.CommitTransactionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def RollbackTx(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LongTx.V1.LongTxService/RollbackTx',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.RollbackTransactionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.RollbackTransactionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def Write(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LongTx.V1.LongTxService/Write',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.WriteRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.WriteResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def Read(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.LongTx.V1.LongTxService/Read',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.ReadRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_ydb__long__tx__pb2.ReadResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_persqueue_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_persqueue_v1_pb2.py
deleted file mode 100644
index 2f9aa801bdb..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_persqueue_v1_pb2.py
+++ /dev/null
@@ -1,166 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/draft/ydb_persqueue_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_persqueue_cluster_discovery_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__cluster__discovery__pb2
-from ydb.public.api.protos import ydb_persqueue_v1_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/draft/ydb_persqueue_v1.proto',
- package='Ydb.PersQueue.V1',
- syntax='proto3',
- serialized_options=b'\n\033com.yandex.ydb.persqueue.v1\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n0ydb/public/api/grpc/draft/ydb_persqueue_v1.proto\x12\x10Ydb.PersQueue.V1\x1a;ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto\x1a,ydb/public/api/protos/ydb_persqueue_v1.proto2\x9f\x07\n\x10PersQueueService\x12r\n\x0eStreamingWrite\x12-.Ydb.PersQueue.V1.StreamingWriteClientMessage\x1a-.Ydb.PersQueue.V1.StreamingWriteServerMessage(\x01\x30\x01\x12\x8a\x01\n\x16MigrationStreamingRead\x12\x35.Ydb.PersQueue.V1.MigrationStreamingReadClientMessage\x1a\x35.Ydb.PersQueue.V1.MigrationStreamingReadServerMessage(\x01\x30\x01\x12\\\n\x13GetReadSessionsInfo\x12!.Ydb.PersQueue.V1.ReadInfoRequest\x1a\".Ydb.PersQueue.V1.ReadInfoResponse\x12`\n\rDescribeTopic\x12&.Ydb.PersQueue.V1.DescribeTopicRequest\x1a\'.Ydb.PersQueue.V1.DescribeTopicResponse\x12T\n\tDropTopic\x12\".Ydb.PersQueue.V1.DropTopicRequest\x1a#.Ydb.PersQueue.V1.DropTopicResponse\x12Z\n\x0b\x43reateTopic\x12$.Ydb.PersQueue.V1.CreateTopicRequest\x1a%.Ydb.PersQueue.V1.CreateTopicResponse\x12W\n\nAlterTopic\x12#.Ydb.PersQueue.V1.AlterTopicRequest\x1a$.Ydb.PersQueue.V1.AlterTopicResponse\x12Z\n\x0b\x41\x64\x64ReadRule\x12$.Ydb.PersQueue.V1.AddReadRuleRequest\x1a%.Ydb.PersQueue.V1.AddReadRuleResponse\x12\x63\n\x0eRemoveReadRule\x12\'.Ydb.PersQueue.V1.RemoveReadRuleRequest\x1a(.Ydb.PersQueue.V1.RemoveReadRuleResponse2\xa1\x01\n\x17\x43lusterDiscoveryService\x12\x85\x01\n\x10\x44iscoverClusters\x12\x37.Ydb.PersQueue.ClusterDiscovery.DiscoverClustersRequest\x1a\x38.Ydb.PersQueue.ClusterDiscovery.DiscoverClustersResponseB \n\x1b\x63om.yandex.ydb.persqueue.v1\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__cluster__discovery__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_PERSQUEUESERVICE = _descriptor.ServiceDescriptor(
- name='PersQueueService',
- full_name='Ydb.PersQueue.V1.PersQueueService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=178,
- serialized_end=1105,
- methods=[
- _descriptor.MethodDescriptor(
- name='StreamingWrite',
- full_name='Ydb.PersQueue.V1.PersQueueService.StreamingWrite',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._STREAMINGWRITECLIENTMESSAGE,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._STREAMINGWRITESERVERMESSAGE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='MigrationStreamingRead',
- full_name='Ydb.PersQueue.V1.PersQueueService.MigrationStreamingRead',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._MIGRATIONSTREAMINGREADCLIENTMESSAGE,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._MIGRATIONSTREAMINGREADSERVERMESSAGE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='GetReadSessionsInfo',
- full_name='Ydb.PersQueue.V1.PersQueueService.GetReadSessionsInfo',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._READINFOREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._READINFORESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeTopic',
- full_name='Ydb.PersQueue.V1.PersQueueService.DescribeTopic',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._DESCRIBETOPICREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._DESCRIBETOPICRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DropTopic',
- full_name='Ydb.PersQueue.V1.PersQueueService.DropTopic',
- index=4,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._DROPTOPICREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._DROPTOPICRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CreateTopic',
- full_name='Ydb.PersQueue.V1.PersQueueService.CreateTopic',
- index=5,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._CREATETOPICREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._CREATETOPICRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='AlterTopic',
- full_name='Ydb.PersQueue.V1.PersQueueService.AlterTopic',
- index=6,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._ALTERTOPICREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._ALTERTOPICRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='AddReadRule',
- full_name='Ydb.PersQueue.V1.PersQueueService.AddReadRule',
- index=7,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._ADDREADRULEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._ADDREADRULERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='RemoveReadRule',
- full_name='Ydb.PersQueue.V1.PersQueueService.RemoveReadRule',
- index=8,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._REMOVEREADRULEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2._REMOVEREADRULERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_PERSQUEUESERVICE)
-
-DESCRIPTOR.services_by_name['PersQueueService'] = _PERSQUEUESERVICE
-
-
-_CLUSTERDISCOVERYSERVICE = _descriptor.ServiceDescriptor(
- name='ClusterDiscoveryService',
- full_name='Ydb.PersQueue.V1.ClusterDiscoveryService',
- file=DESCRIPTOR,
- index=1,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=1108,
- serialized_end=1269,
- methods=[
- _descriptor.MethodDescriptor(
- name='DiscoverClusters',
- full_name='Ydb.PersQueue.V1.ClusterDiscoveryService.DiscoverClusters',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__cluster__discovery__pb2._DISCOVERCLUSTERSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__cluster__discovery__pb2._DISCOVERCLUSTERSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_CLUSTERDISCOVERYSERVICE)
-
-DESCRIPTOR.services_by_name['ClusterDiscoveryService'] = _CLUSTERDISCOVERYSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_persqueue_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_persqueue_v1_pb2_grpc.py
deleted file mode 100644
index f07d6a2d7bf..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_persqueue_v1_pb2_grpc.py
+++ /dev/null
@@ -1,459 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_persqueue_cluster_discovery_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__cluster__discovery__pb2
-from ydb.public.api.protos import ydb_persqueue_v1_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2
-
-
-class PersQueueServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.StreamingWrite = channel.stream_stream(
- '/Ydb.PersQueue.V1.PersQueueService/StreamingWrite',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.StreamingWriteClientMessage.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.StreamingWriteServerMessage.FromString,
- )
- self.MigrationStreamingRead = channel.stream_stream(
- '/Ydb.PersQueue.V1.PersQueueService/MigrationStreamingRead',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.MigrationStreamingReadClientMessage.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.MigrationStreamingReadServerMessage.FromString,
- )
- self.GetReadSessionsInfo = channel.unary_unary(
- '/Ydb.PersQueue.V1.PersQueueService/GetReadSessionsInfo',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.ReadInfoRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.ReadInfoResponse.FromString,
- )
- self.DescribeTopic = channel.unary_unary(
- '/Ydb.PersQueue.V1.PersQueueService/DescribeTopic',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DescribeTopicRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DescribeTopicResponse.FromString,
- )
- self.DropTopic = channel.unary_unary(
- '/Ydb.PersQueue.V1.PersQueueService/DropTopic',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DropTopicRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DropTopicResponse.FromString,
- )
- self.CreateTopic = channel.unary_unary(
- '/Ydb.PersQueue.V1.PersQueueService/CreateTopic',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.CreateTopicRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.CreateTopicResponse.FromString,
- )
- self.AlterTopic = channel.unary_unary(
- '/Ydb.PersQueue.V1.PersQueueService/AlterTopic',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AlterTopicRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AlterTopicResponse.FromString,
- )
- self.AddReadRule = channel.unary_unary(
- '/Ydb.PersQueue.V1.PersQueueService/AddReadRule',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AddReadRuleRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AddReadRuleResponse.FromString,
- )
- self.RemoveReadRule = channel.unary_unary(
- '/Ydb.PersQueue.V1.PersQueueService/RemoveReadRule',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.RemoveReadRuleRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.RemoveReadRuleResponse.FromString,
- )
-
-
-class PersQueueServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def StreamingWrite(self, request_iterator, context):
- """*
- Creates Write Session
- Pipeline:
- client server
- Init(Topic, SourceId, ...)
- ---------------->
- Init(Partition, MaxSeqNo, ...)
- <----------------
- write(data1, seqNo1)
- ---------------->
- write(data2, seqNo2)
- ---------------->
- ack(seqNo1, offset1, ...)
- <----------------
- write(data3, seqNo3)
- ---------------->
- ack(seqNo2, offset2, ...)
- <----------------
- issue(description, ...)
- <----------------
-
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def MigrationStreamingRead(self, request_iterator, context):
- """*
- Creates Read Session
- Pipeline:
- client server
- Init(Topics, ClientId, ...)
- ---------------->
- Init(SessionId)
- <----------------
- read1
- ---------------->
- read2
- ---------------->
- assign(Topic1, Cluster, Partition1, ...) - assigns and releases are optional
- <----------------
- assign(Topic2, Clutster, Partition2, ...)
- <----------------
- start_read(Topic1, Partition1, ...) - client must respond to assign request with this message. Only after this client will start recieving messages from this partition
- ---------------->
- release(Topic1, Partition1, ...)
- <----------------
- released(Topic1, Partition1, ...) - only after released server will give this parittion to other session.
- ---------------->
- start_read(Topic2, Partition2, ...) - client must respond to assign request with this message. Only after this client will start recieving messages from this partition
- ---------------->
- read data(data, ...)
- <----------------
- commit(cookie1)
- ---------------->
- committed(cookie1)
- <----------------
- issue(description, ...)
- <----------------
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def GetReadSessionsInfo(self, request, context):
- """Get information about reading
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeTopic(self, request, context):
- """
- Describe topic command.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DropTopic(self, request, context):
- """
- Drop topic command.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CreateTopic(self, request, context):
- """
- Create topic command.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def AlterTopic(self, request, context):
- """
- Alter topic command.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def AddReadRule(self, request, context):
- """
- Add read rule command.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def RemoveReadRule(self, request, context):
- """
- Remove read rule command.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_PersQueueServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'StreamingWrite': grpc.stream_stream_rpc_method_handler(
- servicer.StreamingWrite,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.StreamingWriteClientMessage.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.StreamingWriteServerMessage.SerializeToString,
- ),
- 'MigrationStreamingRead': grpc.stream_stream_rpc_method_handler(
- servicer.MigrationStreamingRead,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.MigrationStreamingReadClientMessage.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.MigrationStreamingReadServerMessage.SerializeToString,
- ),
- 'GetReadSessionsInfo': grpc.unary_unary_rpc_method_handler(
- servicer.GetReadSessionsInfo,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.ReadInfoRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.ReadInfoResponse.SerializeToString,
- ),
- 'DescribeTopic': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeTopic,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DescribeTopicRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DescribeTopicResponse.SerializeToString,
- ),
- 'DropTopic': grpc.unary_unary_rpc_method_handler(
- servicer.DropTopic,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DropTopicRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DropTopicResponse.SerializeToString,
- ),
- 'CreateTopic': grpc.unary_unary_rpc_method_handler(
- servicer.CreateTopic,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.CreateTopicRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.CreateTopicResponse.SerializeToString,
- ),
- 'AlterTopic': grpc.unary_unary_rpc_method_handler(
- servicer.AlterTopic,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AlterTopicRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AlterTopicResponse.SerializeToString,
- ),
- 'AddReadRule': grpc.unary_unary_rpc_method_handler(
- servicer.AddReadRule,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AddReadRuleRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AddReadRuleResponse.SerializeToString,
- ),
- 'RemoveReadRule': grpc.unary_unary_rpc_method_handler(
- servicer.RemoveReadRule,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.RemoveReadRuleRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.RemoveReadRuleResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.PersQueue.V1.PersQueueService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class PersQueueService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def StreamingWrite(request_iterator,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.stream_stream(request_iterator, target, '/Ydb.PersQueue.V1.PersQueueService/StreamingWrite',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.StreamingWriteClientMessage.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.StreamingWriteServerMessage.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def MigrationStreamingRead(request_iterator,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.stream_stream(request_iterator, target, '/Ydb.PersQueue.V1.PersQueueService/MigrationStreamingRead',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.MigrationStreamingReadClientMessage.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.MigrationStreamingReadServerMessage.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def GetReadSessionsInfo(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.PersQueue.V1.PersQueueService/GetReadSessionsInfo',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.ReadInfoRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.ReadInfoResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeTopic(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.PersQueue.V1.PersQueueService/DescribeTopic',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DescribeTopicRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DescribeTopicResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DropTopic(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.PersQueue.V1.PersQueueService/DropTopic',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DropTopicRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.DropTopicResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CreateTopic(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.PersQueue.V1.PersQueueService/CreateTopic',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.CreateTopicRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.CreateTopicResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def AlterTopic(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.PersQueue.V1.PersQueueService/AlterTopic',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AlterTopicRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AlterTopicResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def AddReadRule(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.PersQueue.V1.PersQueueService/AddReadRule',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AddReadRuleRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.AddReadRuleResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def RemoveReadRule(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.PersQueue.V1.PersQueueService/RemoveReadRule',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.RemoveReadRuleRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__v1__pb2.RemoveReadRuleResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
-
-class ClusterDiscoveryServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.DiscoverClusters = channel.unary_unary(
- '/Ydb.PersQueue.V1.ClusterDiscoveryService/DiscoverClusters',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__cluster__discovery__pb2.DiscoverClustersRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__cluster__discovery__pb2.DiscoverClustersResponse.FromString,
- )
-
-
-class ClusterDiscoveryServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def DiscoverClusters(self, request, context):
- """Get PQ clusters which are eligible for the specified Write or Read Sessions
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_ClusterDiscoveryServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'DiscoverClusters': grpc.unary_unary_rpc_method_handler(
- servicer.DiscoverClusters,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__cluster__discovery__pb2.DiscoverClustersRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__cluster__discovery__pb2.DiscoverClustersResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.PersQueue.V1.ClusterDiscoveryService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class ClusterDiscoveryService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def DiscoverClusters(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.PersQueue.V1.ClusterDiscoveryService/DiscoverClusters',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__cluster__discovery__pb2.DiscoverClustersRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__persqueue__cluster__discovery__pb2.DiscoverClustersResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_s3_internal_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_s3_internal_v1_pb2.py
deleted file mode 100644
index 2796678ed14..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_s3_internal_v1_pb2.py
+++ /dev/null
@@ -1,59 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/draft/ydb_s3_internal_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_s3_internal_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__s3__internal__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/draft/ydb_s3_internal_v1.proto',
- package='Ydb.S3Internal.V1',
- syntax='proto3',
- serialized_options=b'\n\035com.yandex.ydb.s3_internal.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n2ydb/public/api/grpc/draft/ydb_s3_internal_v1.proto\x12\x11Ydb.S3Internal.V1\x1a+ydb/public/api/protos/ydb_s3_internal.proto2e\n\x11S3InternalService\x12P\n\tS3Listing\x12 .Ydb.S3Internal.S3ListingRequest\x1a!.Ydb.S3Internal.S3ListingResponseB\x1f\n\x1d\x63om.yandex.ydb.s3_internal.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__s3__internal__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_S3INTERNALSERVICE = _descriptor.ServiceDescriptor(
- name='S3InternalService',
- full_name='Ydb.S3Internal.V1.S3InternalService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=118,
- serialized_end=219,
- methods=[
- _descriptor.MethodDescriptor(
- name='S3Listing',
- full_name='Ydb.S3Internal.V1.S3InternalService.S3Listing',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__s3__internal__pb2._S3LISTINGREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__s3__internal__pb2._S3LISTINGRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_S3INTERNALSERVICE)
-
-DESCRIPTOR.services_by_name['S3InternalService'] = _S3INTERNALSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_s3_internal_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_s3_internal_v1_pb2_grpc.py
deleted file mode 100644
index a6ce7efa44f..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/ydb_s3_internal_v1_pb2_grpc.py
+++ /dev/null
@@ -1,66 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_s3_internal_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__s3__internal__pb2
-
-
-class S3InternalServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.S3Listing = channel.unary_unary(
- '/Ydb.S3Internal.V1.S3InternalService/S3Listing',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__s3__internal__pb2.S3ListingRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__s3__internal__pb2.S3ListingResponse.FromString,
- )
-
-
-class S3InternalServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def S3Listing(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_S3InternalServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'S3Listing': grpc.unary_unary_rpc_method_handler(
- servicer.S3Listing,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__s3__internal__pb2.S3ListingRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__s3__internal__pb2.S3ListingResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.S3Internal.V1.S3InternalService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class S3InternalService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def S3Listing(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.S3Internal.V1.S3InternalService/S3Listing',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__s3__internal__pb2.S3ListingRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__s3__internal__pb2.S3ListingResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/yql_db_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/yql_db_v1_pb2.py
deleted file mode 100644
index 25058d0408b..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/yql_db_v1_pb2.py
+++ /dev/null
@@ -1,88 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/draft/yql_db_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos.draft import yq_private_pb2 as ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/draft/yql_db_v1.proto',
- package='Yq.Private.V1',
- syntax='proto3',
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n)ydb/public/api/grpc/draft/yql_db_v1.proto\x12\rYq.Private.V1\x1a,ydb/public/api/protos/draft/yq_private.proto2\xdc\x02\n\x14YqPrivateTaskService\x12\x42\n\x07GetTask\x12\x1a.Yq.Private.GetTaskRequest\x1a\x1b.Yq.Private.GetTaskResponse\x12\x45\n\x08PingTask\x12\x1b.Yq.Private.PingTaskRequest\x1a\x1c.Yq.Private.PingTaskResponse\x12Z\n\x0fWriteTaskResult\x12\".Yq.Private.WriteTaskResultRequest\x1a#.Yq.Private.WriteTaskResultResponse\x12]\n\x10NodesHealthCheck\x12#.Yq.Private.NodesHealthCheckRequest\x1a$.Yq.Private.NodesHealthCheckResponseb\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-
-_YQPRIVATETASKSERVICE = _descriptor.ServiceDescriptor(
- name='YqPrivateTaskService',
- full_name='Yq.Private.V1.YqPrivateTaskService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=107,
- serialized_end=455,
- methods=[
- _descriptor.MethodDescriptor(
- name='GetTask',
- full_name='Yq.Private.V1.YqPrivateTaskService.GetTask',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2._GETTASKREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2._GETTASKRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='PingTask',
- full_name='Yq.Private.V1.YqPrivateTaskService.PingTask',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2._PINGTASKREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2._PINGTASKRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='WriteTaskResult',
- full_name='Yq.Private.V1.YqPrivateTaskService.WriteTaskResult',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2._WRITETASKRESULTREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2._WRITETASKRESULTRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='NodesHealthCheck',
- full_name='Yq.Private.V1.YqPrivateTaskService.NodesHealthCheck',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2._NODESHEALTHCHECKREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2._NODESHEALTHCHECKRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_YQPRIVATETASKSERVICE)
-
-DESCRIPTOR.services_by_name['YqPrivateTaskService'] = _YQPRIVATETASKSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/draft/yql_db_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/draft/yql_db_v1_pb2_grpc.py
deleted file mode 100644
index 674af86a77c..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/draft/yql_db_v1_pb2_grpc.py
+++ /dev/null
@@ -1,169 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos.draft import yq_private_pb2 as ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2
-
-
-class YqPrivateTaskServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.GetTask = channel.unary_unary(
- '/Yq.Private.V1.YqPrivateTaskService/GetTask',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.GetTaskRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.GetTaskResponse.FromString,
- )
- self.PingTask = channel.unary_unary(
- '/Yq.Private.V1.YqPrivateTaskService/PingTask',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.PingTaskRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.PingTaskResponse.FromString,
- )
- self.WriteTaskResult = channel.unary_unary(
- '/Yq.Private.V1.YqPrivateTaskService/WriteTaskResult',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.WriteTaskResultRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.WriteTaskResultResponse.FromString,
- )
- self.NodesHealthCheck = channel.unary_unary(
- '/Yq.Private.V1.YqPrivateTaskService/NodesHealthCheck',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.NodesHealthCheckRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.NodesHealthCheckResponse.FromString,
- )
-
-
-class YqPrivateTaskServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def GetTask(self, request, context):
- """gets new task
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def PingTask(self, request, context):
- """pings new task (also can update metadata)
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def WriteTaskResult(self, request, context):
- """writes rows
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def NodesHealthCheck(self, request, context):
- """Nodes
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_YqPrivateTaskServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'GetTask': grpc.unary_unary_rpc_method_handler(
- servicer.GetTask,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.GetTaskRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.GetTaskResponse.SerializeToString,
- ),
- 'PingTask': grpc.unary_unary_rpc_method_handler(
- servicer.PingTask,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.PingTaskRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.PingTaskResponse.SerializeToString,
- ),
- 'WriteTaskResult': grpc.unary_unary_rpc_method_handler(
- servicer.WriteTaskResult,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.WriteTaskResultRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.WriteTaskResultResponse.SerializeToString,
- ),
- 'NodesHealthCheck': grpc.unary_unary_rpc_method_handler(
- servicer.NodesHealthCheck,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.NodesHealthCheckRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.NodesHealthCheckResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Yq.Private.V1.YqPrivateTaskService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class YqPrivateTaskService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def GetTask(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Yq.Private.V1.YqPrivateTaskService/GetTask',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.GetTaskRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.GetTaskResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def PingTask(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Yq.Private.V1.YqPrivateTaskService/PingTask',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.PingTaskRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.PingTaskResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def WriteTaskResult(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Yq.Private.V1.YqPrivateTaskService/WriteTaskResult',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.WriteTaskResultRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.WriteTaskResultResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def NodesHealthCheck(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Yq.Private.V1.YqPrivateTaskService/NodesHealthCheck',
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.NodesHealthCheckRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_draft_dot_yq__private__pb2.NodesHealthCheckResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_auth_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_auth_v1_pb2.py
deleted file mode 100644
index adb25eb8680..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_auth_v1_pb2.py
+++ /dev/null
@@ -1,59 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_auth_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_auth_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__auth__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_auth_v1.proto',
- package='Ydb.Auth.V1',
- syntax='proto3',
- serialized_options=b'\n\026com.yandex.ydb.auth.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n%ydb/public/api/grpc/ydb_auth_v1.proto\x12\x0bYdb.Auth.V1\x1a$ydb/public/api/protos/ydb_auth.proto2G\n\x0b\x41uthService\x12\x38\n\x05Login\x12\x16.Ydb.Auth.LoginRequest\x1a\x17.Ydb.Auth.LoginResponseB\x18\n\x16\x63om.yandex.ydb.auth.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__auth__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_AUTHSERVICE = _descriptor.ServiceDescriptor(
- name='AuthService',
- full_name='Ydb.Auth.V1.AuthService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=92,
- serialized_end=163,
- methods=[
- _descriptor.MethodDescriptor(
- name='Login',
- full_name='Ydb.Auth.V1.AuthService.Login',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__auth__pb2._LOGINREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__auth__pb2._LOGINRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_AUTHSERVICE)
-
-DESCRIPTOR.services_by_name['AuthService'] = _AUTHSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_auth_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_auth_v1_pb2_grpc.py
deleted file mode 100644
index 43a199e054a..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_auth_v1_pb2_grpc.py
+++ /dev/null
@@ -1,67 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_auth_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__auth__pb2
-
-
-class AuthServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.Login = channel.unary_unary(
- '/Ydb.Auth.V1.AuthService/Login',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__auth__pb2.LoginRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__auth__pb2.LoginResponse.FromString,
- )
-
-
-class AuthServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def Login(self, request, context):
- """Perform login using built-in auth system
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_AuthServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'Login': grpc.unary_unary_rpc_method_handler(
- servicer.Login,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__auth__pb2.LoginRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__auth__pb2.LoginResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Auth.V1.AuthService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class AuthService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def Login(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Auth.V1.AuthService/Login',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__auth__pb2.LoginRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__auth__pb2.LoginResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_cms_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_cms_v1_pb2.py
deleted file mode 100644
index a959e211039..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_cms_v1_pb2.py
+++ /dev/null
@@ -1,109 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_cms_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_cms_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_cms_v1.proto',
- package='Ydb.Cms.V1',
- syntax='proto3',
- serialized_options=b'\n\025com.yandex.ydb.cms.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n$ydb/public/api/grpc/ydb_cms_v1.proto\x12\nYdb.Cms.V1\x1a#ydb/public/api/protos/ydb_cms.proto2\x9c\x04\n\nCmsService\x12Q\n\x0e\x43reateDatabase\x12\x1e.Ydb.Cms.CreateDatabaseRequest\x1a\x1f.Ydb.Cms.CreateDatabaseResponse\x12Z\n\x11GetDatabaseStatus\x12!.Ydb.Cms.GetDatabaseStatusRequest\x1a\".Ydb.Cms.GetDatabaseStatusResponse\x12N\n\rAlterDatabase\x12\x1d.Ydb.Cms.AlterDatabaseRequest\x1a\x1e.Ydb.Cms.AlterDatabaseResponse\x12N\n\rListDatabases\x12\x1d.Ydb.Cms.ListDatabasesRequest\x1a\x1e.Ydb.Cms.ListDatabasesResponse\x12Q\n\x0eRemoveDatabase\x12\x1e.Ydb.Cms.RemoveDatabaseRequest\x1a\x1f.Ydb.Cms.RemoveDatabaseResponse\x12l\n\x17\x44\x65scribeDatabaseOptions\x12\'.Ydb.Cms.DescribeDatabaseOptionsRequest\x1a(.Ydb.Cms.DescribeDatabaseOptionsResponseB\x17\n\x15\x63om.yandex.ydb.cms.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_CMSSERVICE = _descriptor.ServiceDescriptor(
- name='CmsService',
- full_name='Ydb.Cms.V1.CmsService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=90,
- serialized_end=630,
- methods=[
- _descriptor.MethodDescriptor(
- name='CreateDatabase',
- full_name='Ydb.Cms.V1.CmsService.CreateDatabase',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._CREATEDATABASEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._CREATEDATABASERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='GetDatabaseStatus',
- full_name='Ydb.Cms.V1.CmsService.GetDatabaseStatus',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._GETDATABASESTATUSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._GETDATABASESTATUSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='AlterDatabase',
- full_name='Ydb.Cms.V1.CmsService.AlterDatabase',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._ALTERDATABASEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._ALTERDATABASERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListDatabases',
- full_name='Ydb.Cms.V1.CmsService.ListDatabases',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._LISTDATABASESREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._LISTDATABASESRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='RemoveDatabase',
- full_name='Ydb.Cms.V1.CmsService.RemoveDatabase',
- index=4,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._REMOVEDATABASEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._REMOVEDATABASERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeDatabaseOptions',
- full_name='Ydb.Cms.V1.CmsService.DescribeDatabaseOptions',
- index=5,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._DESCRIBEDATABASEOPTIONSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2._DESCRIBEDATABASEOPTIONSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_CMSSERVICE)
-
-DESCRIPTOR.services_by_name['CmsService'] = _CMSSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_cms_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_cms_v1_pb2_grpc.py
deleted file mode 100644
index a48ac43ebc5..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_cms_v1_pb2_grpc.py
+++ /dev/null
@@ -1,249 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_cms_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2
-
-
-class CmsServiceStub(object):
- """CMS stands for Cluster Management System. CmsService provides some
- functionality for managing cluster, i.e. managing YDB Database
- instances for example.
-
- """
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.CreateDatabase = channel.unary_unary(
- '/Ydb.Cms.V1.CmsService/CreateDatabase',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.CreateDatabaseRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.CreateDatabaseResponse.FromString,
- )
- self.GetDatabaseStatus = channel.unary_unary(
- '/Ydb.Cms.V1.CmsService/GetDatabaseStatus',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.GetDatabaseStatusRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.GetDatabaseStatusResponse.FromString,
- )
- self.AlterDatabase = channel.unary_unary(
- '/Ydb.Cms.V1.CmsService/AlterDatabase',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.AlterDatabaseRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.AlterDatabaseResponse.FromString,
- )
- self.ListDatabases = channel.unary_unary(
- '/Ydb.Cms.V1.CmsService/ListDatabases',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.ListDatabasesRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.ListDatabasesResponse.FromString,
- )
- self.RemoveDatabase = channel.unary_unary(
- '/Ydb.Cms.V1.CmsService/RemoveDatabase',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.RemoveDatabaseRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.RemoveDatabaseResponse.FromString,
- )
- self.DescribeDatabaseOptions = channel.unary_unary(
- '/Ydb.Cms.V1.CmsService/DescribeDatabaseOptions',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.DescribeDatabaseOptionsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.DescribeDatabaseOptionsResponse.FromString,
- )
-
-
-class CmsServiceServicer(object):
- """CMS stands for Cluster Management System. CmsService provides some
- functionality for managing cluster, i.e. managing YDB Database
- instances for example.
-
- """
-
- def CreateDatabase(self, request, context):
- """Create a new database.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def GetDatabaseStatus(self, request, context):
- """Get current database's status.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def AlterDatabase(self, request, context):
- """Alter database resources.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListDatabases(self, request, context):
- """List all databases.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def RemoveDatabase(self, request, context):
- """Remove database.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeDatabaseOptions(self, request, context):
- """Describe supported database options.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_CmsServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'CreateDatabase': grpc.unary_unary_rpc_method_handler(
- servicer.CreateDatabase,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.CreateDatabaseRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.CreateDatabaseResponse.SerializeToString,
- ),
- 'GetDatabaseStatus': grpc.unary_unary_rpc_method_handler(
- servicer.GetDatabaseStatus,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.GetDatabaseStatusRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.GetDatabaseStatusResponse.SerializeToString,
- ),
- 'AlterDatabase': grpc.unary_unary_rpc_method_handler(
- servicer.AlterDatabase,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.AlterDatabaseRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.AlterDatabaseResponse.SerializeToString,
- ),
- 'ListDatabases': grpc.unary_unary_rpc_method_handler(
- servicer.ListDatabases,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.ListDatabasesRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.ListDatabasesResponse.SerializeToString,
- ),
- 'RemoveDatabase': grpc.unary_unary_rpc_method_handler(
- servicer.RemoveDatabase,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.RemoveDatabaseRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.RemoveDatabaseResponse.SerializeToString,
- ),
- 'DescribeDatabaseOptions': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeDatabaseOptions,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.DescribeDatabaseOptionsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.DescribeDatabaseOptionsResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Cms.V1.CmsService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class CmsService(object):
- """CMS stands for Cluster Management System. CmsService provides some
- functionality for managing cluster, i.e. managing YDB Database
- instances for example.
-
- """
-
- @staticmethod
- def CreateDatabase(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Cms.V1.CmsService/CreateDatabase',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.CreateDatabaseRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.CreateDatabaseResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def GetDatabaseStatus(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Cms.V1.CmsService/GetDatabaseStatus',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.GetDatabaseStatusRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.GetDatabaseStatusResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def AlterDatabase(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Cms.V1.CmsService/AlterDatabase',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.AlterDatabaseRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.AlterDatabaseResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListDatabases(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Cms.V1.CmsService/ListDatabases',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.ListDatabasesRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.ListDatabasesResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def RemoveDatabase(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Cms.V1.CmsService/RemoveDatabase',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.RemoveDatabaseRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.RemoveDatabaseResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeDatabaseOptions(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Cms.V1.CmsService/DescribeDatabaseOptions',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.DescribeDatabaseOptionsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__cms__pb2.DescribeDatabaseOptionsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_coordination_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_coordination_v1_pb2.py
deleted file mode 100644
index 1a31bbabc94..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_coordination_v1_pb2.py
+++ /dev/null
@@ -1,99 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_coordination_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_coordination_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_coordination_v1.proto',
- package='Ydb.Coordination.V1',
- syntax='proto3',
- serialized_options=b'\n\036com.yandex.ydb.coordination.v1B\020CoordinationGrpcP\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n-ydb/public/api/grpc/ydb_coordination_v1.proto\x12\x13Ydb.Coordination.V1\x1a,ydb/public/api/protos/ydb_coordination.proto2\xca\x03\n\x13\x43oordinationService\x12R\n\x07Session\x12 .Ydb.Coordination.SessionRequest\x1a!.Ydb.Coordination.SessionResponse(\x01\x30\x01\x12W\n\nCreateNode\x12#.Ydb.Coordination.CreateNodeRequest\x1a$.Ydb.Coordination.CreateNodeResponse\x12T\n\tAlterNode\x12\".Ydb.Coordination.AlterNodeRequest\x1a#.Ydb.Coordination.AlterNodeResponse\x12Q\n\x08\x44ropNode\x12!.Ydb.Coordination.DropNodeRequest\x1a\".Ydb.Coordination.DropNodeResponse\x12]\n\x0c\x44\x65scribeNode\x12%.Ydb.Coordination.DescribeNodeRequest\x1a&.Ydb.Coordination.DescribeNodeResponseB4\n\x1e\x63om.yandex.ydb.coordination.v1B\x10\x43oordinationGrpcP\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_COORDINATIONSERVICE = _descriptor.ServiceDescriptor(
- name='CoordinationService',
- full_name='Ydb.Coordination.V1.CoordinationService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=117,
- serialized_end=575,
- methods=[
- _descriptor.MethodDescriptor(
- name='Session',
- full_name='Ydb.Coordination.V1.CoordinationService.Session',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2._SESSIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2._SESSIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CreateNode',
- full_name='Ydb.Coordination.V1.CoordinationService.CreateNode',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2._CREATENODEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2._CREATENODERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='AlterNode',
- full_name='Ydb.Coordination.V1.CoordinationService.AlterNode',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2._ALTERNODEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2._ALTERNODERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DropNode',
- full_name='Ydb.Coordination.V1.CoordinationService.DropNode',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2._DROPNODEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2._DROPNODERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeNode',
- full_name='Ydb.Coordination.V1.CoordinationService.DescribeNode',
- index=4,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2._DESCRIBENODEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2._DESCRIBENODERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_COORDINATIONSERVICE)
-
-DESCRIPTOR.services_by_name['CoordinationService'] = _COORDINATIONSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_coordination_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_coordination_v1_pb2_grpc.py
deleted file mode 100644
index b68369e26aa..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_coordination_v1_pb2_grpc.py
+++ /dev/null
@@ -1,210 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_coordination_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2
-
-
-class CoordinationServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.Session = channel.stream_stream(
- '/Ydb.Coordination.V1.CoordinationService/Session',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.SessionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.SessionResponse.FromString,
- )
- self.CreateNode = channel.unary_unary(
- '/Ydb.Coordination.V1.CoordinationService/CreateNode',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.CreateNodeRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.CreateNodeResponse.FromString,
- )
- self.AlterNode = channel.unary_unary(
- '/Ydb.Coordination.V1.CoordinationService/AlterNode',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.AlterNodeRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.AlterNodeResponse.FromString,
- )
- self.DropNode = channel.unary_unary(
- '/Ydb.Coordination.V1.CoordinationService/DropNode',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DropNodeRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DropNodeResponse.FromString,
- )
- self.DescribeNode = channel.unary_unary(
- '/Ydb.Coordination.V1.CoordinationService/DescribeNode',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DescribeNodeRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DescribeNodeResponse.FromString,
- )
-
-
-class CoordinationServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def Session(self, request_iterator, context):
- """*
- Bidirectional stream used to establish a session with a coordination node
-
- Relevant APIs for managing semaphores, distributed locking, creating or
- restoring a previously established session are described using nested
- messages in SessionRequest and SessionResponse. Session is established
- with a specific coordination node (previously created using CreateNode
- below) and semaphores are local to that coordination node.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CreateNode(self, request, context):
- """Creates a new coordination node
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def AlterNode(self, request, context):
- """Modifies settings of a coordination node
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DropNode(self, request, context):
- """Drops a coordination node
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeNode(self, request, context):
- """Describes a coordination node
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_CoordinationServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'Session': grpc.stream_stream_rpc_method_handler(
- servicer.Session,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.SessionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.SessionResponse.SerializeToString,
- ),
- 'CreateNode': grpc.unary_unary_rpc_method_handler(
- servicer.CreateNode,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.CreateNodeRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.CreateNodeResponse.SerializeToString,
- ),
- 'AlterNode': grpc.unary_unary_rpc_method_handler(
- servicer.AlterNode,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.AlterNodeRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.AlterNodeResponse.SerializeToString,
- ),
- 'DropNode': grpc.unary_unary_rpc_method_handler(
- servicer.DropNode,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DropNodeRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DropNodeResponse.SerializeToString,
- ),
- 'DescribeNode': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeNode,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DescribeNodeRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DescribeNodeResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Coordination.V1.CoordinationService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class CoordinationService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def Session(request_iterator,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.stream_stream(request_iterator, target, '/Ydb.Coordination.V1.CoordinationService/Session',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.SessionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.SessionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CreateNode(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Coordination.V1.CoordinationService/CreateNode',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.CreateNodeRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.CreateNodeResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def AlterNode(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Coordination.V1.CoordinationService/AlterNode',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.AlterNodeRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.AlterNodeResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DropNode(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Coordination.V1.CoordinationService/DropNode',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DropNodeRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DropNodeResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeNode(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Coordination.V1.CoordinationService/DescribeNode',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DescribeNodeRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__coordination__pb2.DescribeNodeResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_discovery_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_discovery_v1_pb2.py
deleted file mode 100644
index 109f7eaa598..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_discovery_v1_pb2.py
+++ /dev/null
@@ -1,69 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_discovery_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_discovery_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_discovery_v1.proto',
- package='Ydb.Discovery.V1',
- syntax='proto3',
- serialized_options=b'\n\033com.yandex.ydb.discovery.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n*ydb/public/api/grpc/ydb_discovery_v1.proto\x12\x10Ydb.Discovery.V1\x1a)ydb/public/api/protos/ydb_discovery.proto2\xb5\x01\n\x10\x44iscoveryService\x12Z\n\rListEndpoints\x12#.Ydb.Discovery.ListEndpointsRequest\x1a$.Ydb.Discovery.ListEndpointsResponse\x12\x45\n\x06WhoAmI\x12\x1c.Ydb.Discovery.WhoAmIRequest\x1a\x1d.Ydb.Discovery.WhoAmIResponseB\x1d\n\x1b\x63om.yandex.ydb.discovery.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_DISCOVERYSERVICE = _descriptor.ServiceDescriptor(
- name='DiscoveryService',
- full_name='Ydb.Discovery.V1.DiscoveryService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=108,
- serialized_end=289,
- methods=[
- _descriptor.MethodDescriptor(
- name='ListEndpoints',
- full_name='Ydb.Discovery.V1.DiscoveryService.ListEndpoints',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2._LISTENDPOINTSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2._LISTENDPOINTSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='WhoAmI',
- full_name='Ydb.Discovery.V1.DiscoveryService.WhoAmI',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2._WHOAMIREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2._WHOAMIRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_DISCOVERYSERVICE)
-
-DESCRIPTOR.services_by_name['DiscoveryService'] = _DISCOVERYSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_discovery_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_discovery_v1_pb2_grpc.py
deleted file mode 100644
index 861ee790b80..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_discovery_v1_pb2_grpc.py
+++ /dev/null
@@ -1,99 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_discovery_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2
-
-
-class DiscoveryServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.ListEndpoints = channel.unary_unary(
- '/Ydb.Discovery.V1.DiscoveryService/ListEndpoints',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.ListEndpointsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.ListEndpointsResponse.FromString,
- )
- self.WhoAmI = channel.unary_unary(
- '/Ydb.Discovery.V1.DiscoveryService/WhoAmI',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.WhoAmIRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.WhoAmIResponse.FromString,
- )
-
-
-class DiscoveryServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def ListEndpoints(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def WhoAmI(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_DiscoveryServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'ListEndpoints': grpc.unary_unary_rpc_method_handler(
- servicer.ListEndpoints,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.ListEndpointsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.ListEndpointsResponse.SerializeToString,
- ),
- 'WhoAmI': grpc.unary_unary_rpc_method_handler(
- servicer.WhoAmI,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.WhoAmIRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.WhoAmIResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Discovery.V1.DiscoveryService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class DiscoveryService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def ListEndpoints(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Discovery.V1.DiscoveryService/ListEndpoints',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.ListEndpointsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.ListEndpointsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def WhoAmI(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Discovery.V1.DiscoveryService/WhoAmI',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.WhoAmIRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__discovery__pb2.WhoAmIResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_export_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_export_v1_pb2.py
deleted file mode 100644
index f35da140970..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_export_v1_pb2.py
+++ /dev/null
@@ -1,69 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_export_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_export_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_export_v1.proto',
- package='Ydb.Export.V1',
- syntax='proto3',
- serialized_options=b'\n\030com.yandex.ydb.export.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n\'ydb/public/api/grpc/ydb_export_v1.proto\x12\rYdb.Export.V1\x1a&ydb/public/api/protos/ydb_export.proto2\xa9\x01\n\rExportService\x12K\n\nExportToYt\x12\x1d.Ydb.Export.ExportToYtRequest\x1a\x1e.Ydb.Export.ExportToYtResponse\x12K\n\nExportToS3\x12\x1d.Ydb.Export.ExportToS3Request\x1a\x1e.Ydb.Export.ExportToS3ResponseB\x1a\n\x18\x63om.yandex.ydb.export.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_EXPORTSERVICE = _descriptor.ServiceDescriptor(
- name='ExportService',
- full_name='Ydb.Export.V1.ExportService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=99,
- serialized_end=268,
- methods=[
- _descriptor.MethodDescriptor(
- name='ExportToYt',
- full_name='Ydb.Export.V1.ExportService.ExportToYt',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2._EXPORTTOYTREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2._EXPORTTOYTRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ExportToS3',
- full_name='Ydb.Export.V1.ExportService.ExportToS3',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2._EXPORTTOS3REQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2._EXPORTTOS3RESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_EXPORTSERVICE)
-
-DESCRIPTOR.services_by_name['ExportService'] = _EXPORTSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_export_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_export_v1_pb2_grpc.py
deleted file mode 100644
index d27ccb6fefd..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_export_v1_pb2_grpc.py
+++ /dev/null
@@ -1,103 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_export_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2
-
-
-class ExportServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.ExportToYt = channel.unary_unary(
- '/Ydb.Export.V1.ExportService/ExportToYt',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToYtRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToYtResponse.FromString,
- )
- self.ExportToS3 = channel.unary_unary(
- '/Ydb.Export.V1.ExportService/ExportToS3',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToS3Request.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToS3Response.FromString,
- )
-
-
-class ExportServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def ExportToYt(self, request, context):
- """Exports data to YT.
- Method starts an asynchronous operation that can be cancelled while it is in progress.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ExportToS3(self, request, context):
- """Exports data to S3.
- Method starts an asynchronous operation that can be cancelled while it is in progress.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_ExportServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'ExportToYt': grpc.unary_unary_rpc_method_handler(
- servicer.ExportToYt,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToYtRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToYtResponse.SerializeToString,
- ),
- 'ExportToS3': grpc.unary_unary_rpc_method_handler(
- servicer.ExportToS3,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToS3Request.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToS3Response.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Export.V1.ExportService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class ExportService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def ExportToYt(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Export.V1.ExportService/ExportToYt',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToYtRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToYtResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ExportToS3(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Export.V1.ExportService/ExportToS3',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToS3Request.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__export__pb2.ExportToS3Response.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_import_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_import_v1_pb2.py
deleted file mode 100644
index 3096ed55155..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_import_v1_pb2.py
+++ /dev/null
@@ -1,69 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_import_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_import_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_import_v1.proto',
- package='Ydb.Import.V1',
- syntax='proto3',
- serialized_options=b'\n\031com.yandex.ydb.import_.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n\'ydb/public/api/grpc/ydb_import_v1.proto\x12\rYdb.Import.V1\x1a&ydb/public/api/protos/ydb_import.proto2\xaf\x01\n\rImportService\x12Q\n\x0cImportFromS3\x12\x1f.Ydb.Import.ImportFromS3Request\x1a .Ydb.Import.ImportFromS3Response\x12K\n\nImportData\x12\x1d.Ydb.Import.ImportDataRequest\x1a\x1e.Ydb.Import.ImportDataResponseB\x1b\n\x19\x63om.yandex.ydb.import_.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_IMPORTSERVICE = _descriptor.ServiceDescriptor(
- name='ImportService',
- full_name='Ydb.Import.V1.ImportService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=99,
- serialized_end=274,
- methods=[
- _descriptor.MethodDescriptor(
- name='ImportFromS3',
- full_name='Ydb.Import.V1.ImportService.ImportFromS3',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2._IMPORTFROMS3REQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2._IMPORTFROMS3RESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ImportData',
- full_name='Ydb.Import.V1.ImportService.ImportData',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2._IMPORTDATAREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2._IMPORTDATARESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_IMPORTSERVICE)
-
-DESCRIPTOR.services_by_name['ImportService'] = _IMPORTSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_import_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_import_v1_pb2_grpc.py
deleted file mode 100644
index 669d24ecb18..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_import_v1_pb2_grpc.py
+++ /dev/null
@@ -1,103 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_import_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2
-
-
-class ImportServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.ImportFromS3 = channel.unary_unary(
- '/Ydb.Import.V1.ImportService/ImportFromS3',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportFromS3Request.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportFromS3Response.FromString,
- )
- self.ImportData = channel.unary_unary(
- '/Ydb.Import.V1.ImportService/ImportData',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportDataRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportDataResponse.FromString,
- )
-
-
-class ImportServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def ImportFromS3(self, request, context):
- """Imports data from S3.
- Method starts an asynchronous operation that can be cancelled while it is in progress.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ImportData(self, request, context):
- """Writes data to a table.
- Method accepts serialized data in the selected format and writes it non-transactionally.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_ImportServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'ImportFromS3': grpc.unary_unary_rpc_method_handler(
- servicer.ImportFromS3,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportFromS3Request.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportFromS3Response.SerializeToString,
- ),
- 'ImportData': grpc.unary_unary_rpc_method_handler(
- servicer.ImportData,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportDataRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportDataResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Import.V1.ImportService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class ImportService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def ImportFromS3(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Import.V1.ImportService/ImportFromS3',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportFromS3Request.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportFromS3Response.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ImportData(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Import.V1.ImportService/ImportData',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportDataRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__import__pb2.ImportDataResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_monitoring_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_monitoring_v1_pb2.py
deleted file mode 100644
index c9de79020eb..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_monitoring_v1_pb2.py
+++ /dev/null
@@ -1,59 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_monitoring_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_monitoring_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__monitoring__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_monitoring_v1.proto',
- package='Ydb.Monitoring.V1',
- syntax='proto3',
- serialized_options=b'\n\034com.yandex.ydb.monitoring.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n+ydb/public/api/grpc/ydb_monitoring_v1.proto\x12\x11Ydb.Monitoring.V1\x1a*ydb/public/api/protos/ydb_monitoring.proto2e\n\x11MonitoringService\x12P\n\tSelfCheck\x12 .Ydb.Monitoring.SelfCheckRequest\x1a!.Ydb.Monitoring.SelfCheckResponseB\x1e\n\x1c\x63om.yandex.ydb.monitoring.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__monitoring__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_MONITORINGSERVICE = _descriptor.ServiceDescriptor(
- name='MonitoringService',
- full_name='Ydb.Monitoring.V1.MonitoringService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=110,
- serialized_end=211,
- methods=[
- _descriptor.MethodDescriptor(
- name='SelfCheck',
- full_name='Ydb.Monitoring.V1.MonitoringService.SelfCheck',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__monitoring__pb2._SELFCHECKREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__monitoring__pb2._SELFCHECKRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_MONITORINGSERVICE)
-
-DESCRIPTOR.services_by_name['MonitoringService'] = _MONITORINGSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_monitoring_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_monitoring_v1_pb2_grpc.py
deleted file mode 100644
index 11fddfd178a..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_monitoring_v1_pb2_grpc.py
+++ /dev/null
@@ -1,67 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_monitoring_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__monitoring__pb2
-
-
-class MonitoringServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.SelfCheck = channel.unary_unary(
- '/Ydb.Monitoring.V1.MonitoringService/SelfCheck',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__monitoring__pb2.SelfCheckRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__monitoring__pb2.SelfCheckResponse.FromString,
- )
-
-
-class MonitoringServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def SelfCheck(self, request, context):
- """Gets the health status of the database.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_MonitoringServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'SelfCheck': grpc.unary_unary_rpc_method_handler(
- servicer.SelfCheck,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__monitoring__pb2.SelfCheckRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__monitoring__pb2.SelfCheckResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Monitoring.V1.MonitoringService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class MonitoringService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def SelfCheck(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Monitoring.V1.MonitoringService/SelfCheck',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__monitoring__pb2.SelfCheckRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__monitoring__pb2.SelfCheckResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_operation_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_operation_v1_pb2.py
deleted file mode 100644
index 6731a02c394..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_operation_v1_pb2.py
+++ /dev/null
@@ -1,89 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_operation_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_operation_v1.proto',
- package='Ydb.Operation.V1',
- syntax='proto3',
- serialized_options=b'\n\033com.yandex.ydb.operation.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n*ydb/public/api/grpc/ydb_operation_v1.proto\x12\x10Ydb.Operation.V1\x1a)ydb/public/api/protos/ydb_operation.proto2\x96\x03\n\x10OperationService\x12Y\n\x0cGetOperation\x12#.Ydb.Operations.GetOperationRequest\x1a$.Ydb.Operations.GetOperationResponse\x12\x62\n\x0f\x43\x61ncelOperation\x12&.Ydb.Operations.CancelOperationRequest\x1a\'.Ydb.Operations.CancelOperationResponse\x12\x62\n\x0f\x46orgetOperation\x12&.Ydb.Operations.ForgetOperationRequest\x1a\'.Ydb.Operations.ForgetOperationResponse\x12_\n\x0eListOperations\x12%.Ydb.Operations.ListOperationsRequest\x1a&.Ydb.Operations.ListOperationsResponseB\x1d\n\x1b\x63om.yandex.ydb.operation.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_OPERATIONSERVICE = _descriptor.ServiceDescriptor(
- name='OperationService',
- full_name='Ydb.Operation.V1.OperationService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=108,
- serialized_end=514,
- methods=[
- _descriptor.MethodDescriptor(
- name='GetOperation',
- full_name='Ydb.Operation.V1.OperationService.GetOperation',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._GETOPERATIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._GETOPERATIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CancelOperation',
- full_name='Ydb.Operation.V1.OperationService.CancelOperation',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._CANCELOPERATIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._CANCELOPERATIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ForgetOperation',
- full_name='Ydb.Operation.V1.OperationService.ForgetOperation',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._FORGETOPERATIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._FORGETOPERATIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListOperations',
- full_name='Ydb.Operation.V1.OperationService.ListOperations',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._LISTOPERATIONSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._LISTOPERATIONSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_OPERATIONSERVICE)
-
-DESCRIPTOR.services_by_name['OperationService'] = _OPERATIONSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_operation_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_operation_v1_pb2_grpc.py
deleted file mode 100644
index 1633513e2d1..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_operation_v1_pb2_grpc.py
+++ /dev/null
@@ -1,217 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-
-
-class OperationServiceStub(object):
- """All rpc calls to YDB are allowed to be asynchronous. Response message
- of an rpc call contains Operation structure and OperationService
- is used for polling operation completion.
-
- Operation has a field 'ready' to notify client if operation has been
- completed or not. If result is ready a client has to handle 'result' field,
- otherwise it is expected that client continues polling result via
- GetOperation rpc of OperationService. Polling is made via unique
- operation id provided in 'id' field of Operation.
-
- Note: Currently some operations have synchronous implementation and their result
- is available when response is obtained. But a client must not make any
- assumptions about synchronous or asynchronous nature of any operation and
- be ready to poll operation status.
-
- """
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.GetOperation = channel.unary_unary(
- '/Ydb.Operation.V1.OperationService/GetOperation',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.GetOperationRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.GetOperationResponse.FromString,
- )
- self.CancelOperation = channel.unary_unary(
- '/Ydb.Operation.V1.OperationService/CancelOperation',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.CancelOperationRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.CancelOperationResponse.FromString,
- )
- self.ForgetOperation = channel.unary_unary(
- '/Ydb.Operation.V1.OperationService/ForgetOperation',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ForgetOperationRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ForgetOperationResponse.FromString,
- )
- self.ListOperations = channel.unary_unary(
- '/Ydb.Operation.V1.OperationService/ListOperations',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ListOperationsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ListOperationsResponse.FromString,
- )
-
-
-class OperationServiceServicer(object):
- """All rpc calls to YDB are allowed to be asynchronous. Response message
- of an rpc call contains Operation structure and OperationService
- is used for polling operation completion.
-
- Operation has a field 'ready' to notify client if operation has been
- completed or not. If result is ready a client has to handle 'result' field,
- otherwise it is expected that client continues polling result via
- GetOperation rpc of OperationService. Polling is made via unique
- operation id provided in 'id' field of Operation.
-
- Note: Currently some operations have synchronous implementation and their result
- is available when response is obtained. But a client must not make any
- assumptions about synchronous or asynchronous nature of any operation and
- be ready to poll operation status.
-
- """
-
- def GetOperation(self, request, context):
- """Check status for a given operation.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CancelOperation(self, request, context):
- """Starts cancellation of a long-running operation,
- Clients can use GetOperation to check whether the cancellation succeeded
- or whether the operation completed despite cancellation.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ForgetOperation(self, request, context):
- """Forgets long-running operation. It does not cancel the operation and returns
- an error if operation was not completed.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListOperations(self, request, context):
- """Lists operations that match the specified filter in the request.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_OperationServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'GetOperation': grpc.unary_unary_rpc_method_handler(
- servicer.GetOperation,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.GetOperationRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.GetOperationResponse.SerializeToString,
- ),
- 'CancelOperation': grpc.unary_unary_rpc_method_handler(
- servicer.CancelOperation,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.CancelOperationRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.CancelOperationResponse.SerializeToString,
- ),
- 'ForgetOperation': grpc.unary_unary_rpc_method_handler(
- servicer.ForgetOperation,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ForgetOperationRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ForgetOperationResponse.SerializeToString,
- ),
- 'ListOperations': grpc.unary_unary_rpc_method_handler(
- servicer.ListOperations,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ListOperationsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ListOperationsResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Operation.V1.OperationService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class OperationService(object):
- """All rpc calls to YDB are allowed to be asynchronous. Response message
- of an rpc call contains Operation structure and OperationService
- is used for polling operation completion.
-
- Operation has a field 'ready' to notify client if operation has been
- completed or not. If result is ready a client has to handle 'result' field,
- otherwise it is expected that client continues polling result via
- GetOperation rpc of OperationService. Polling is made via unique
- operation id provided in 'id' field of Operation.
-
- Note: Currently some operations have synchronous implementation and their result
- is available when response is obtained. But a client must not make any
- assumptions about synchronous or asynchronous nature of any operation and
- be ready to poll operation status.
-
- """
-
- @staticmethod
- def GetOperation(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Operation.V1.OperationService/GetOperation',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.GetOperationRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.GetOperationResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CancelOperation(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Operation.V1.OperationService/CancelOperation',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.CancelOperationRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.CancelOperationResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ForgetOperation(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Operation.V1.OperationService/ForgetOperation',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ForgetOperationRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ForgetOperationResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListOperations(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Operation.V1.OperationService/ListOperations',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ListOperationsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.ListOperationsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_rate_limiter_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_rate_limiter_v1_pb2.py
deleted file mode 100644
index 576b0a779ce..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_rate_limiter_v1_pb2.py
+++ /dev/null
@@ -1,109 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_rate_limiter_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_rate_limiter_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_rate_limiter_v1.proto',
- package='Ydb.RateLimiter.V1',
- syntax='proto3',
- serialized_options=b'\n\036com.yandex.ydb.rate_limiter.v1B\017RateLimiterGrpcP\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n-ydb/public/api/grpc/ydb_rate_limiter_v1.proto\x12\x12Ydb.RateLimiter.V1\x1a,ydb/public/api/protos/ydb_rate_limiter.proto2\xe3\x04\n\x12RateLimiterService\x12\x61\n\x0e\x43reateResource\x12&.Ydb.RateLimiter.CreateResourceRequest\x1a\'.Ydb.RateLimiter.CreateResourceResponse\x12^\n\rAlterResource\x12%.Ydb.RateLimiter.AlterResourceRequest\x1a&.Ydb.RateLimiter.AlterResourceResponse\x12[\n\x0c\x44ropResource\x12$.Ydb.RateLimiter.DropResourceRequest\x1a%.Ydb.RateLimiter.DropResourceResponse\x12^\n\rListResources\x12%.Ydb.RateLimiter.ListResourcesRequest\x1a&.Ydb.RateLimiter.ListResourcesResponse\x12g\n\x10\x44\x65scribeResource\x12(.Ydb.RateLimiter.DescribeResourceRequest\x1a).Ydb.RateLimiter.DescribeResourceResponse\x12\x64\n\x0f\x41\x63quireResource\x12\'.Ydb.RateLimiter.AcquireResourceRequest\x1a(.Ydb.RateLimiter.AcquireResourceResponseB3\n\x1e\x63om.yandex.ydb.rate_limiter.v1B\x0fRateLimiterGrpcP\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_RATELIMITERSERVICE = _descriptor.ServiceDescriptor(
- name='RateLimiterService',
- full_name='Ydb.RateLimiter.V1.RateLimiterService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=116,
- serialized_end=727,
- methods=[
- _descriptor.MethodDescriptor(
- name='CreateResource',
- full_name='Ydb.RateLimiter.V1.RateLimiterService.CreateResource',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._CREATERESOURCEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._CREATERESOURCERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='AlterResource',
- full_name='Ydb.RateLimiter.V1.RateLimiterService.AlterResource',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._ALTERRESOURCEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._ALTERRESOURCERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DropResource',
- full_name='Ydb.RateLimiter.V1.RateLimiterService.DropResource',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._DROPRESOURCEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._DROPRESOURCERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListResources',
- full_name='Ydb.RateLimiter.V1.RateLimiterService.ListResources',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._LISTRESOURCESREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._LISTRESOURCESRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeResource',
- full_name='Ydb.RateLimiter.V1.RateLimiterService.DescribeResource',
- index=4,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._DESCRIBERESOURCEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._DESCRIBERESOURCERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='AcquireResource',
- full_name='Ydb.RateLimiter.V1.RateLimiterService.AcquireResource',
- index=5,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._ACQUIRERESOURCEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2._ACQUIRERESOURCERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_RATELIMITERSERVICE)
-
-DESCRIPTOR.services_by_name['RateLimiterService'] = _RATELIMITERSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_rate_limiter_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_rate_limiter_v1_pb2_grpc.py
deleted file mode 100644
index c5f22875a02..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_rate_limiter_v1_pb2_grpc.py
+++ /dev/null
@@ -1,252 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_rate_limiter_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2
-
-
-class RateLimiterServiceStub(object):
- """Service that implements distributed rate limiting.
-
- To use rate limiter functionality you need an existing coordination node.
-
- Control plane API
- """
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.CreateResource = channel.unary_unary(
- '/Ydb.RateLimiter.V1.RateLimiterService/CreateResource',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.CreateResourceRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.CreateResourceResponse.FromString,
- )
- self.AlterResource = channel.unary_unary(
- '/Ydb.RateLimiter.V1.RateLimiterService/AlterResource',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AlterResourceRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AlterResourceResponse.FromString,
- )
- self.DropResource = channel.unary_unary(
- '/Ydb.RateLimiter.V1.RateLimiterService/DropResource',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DropResourceRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DropResourceResponse.FromString,
- )
- self.ListResources = channel.unary_unary(
- '/Ydb.RateLimiter.V1.RateLimiterService/ListResources',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.ListResourcesRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.ListResourcesResponse.FromString,
- )
- self.DescribeResource = channel.unary_unary(
- '/Ydb.RateLimiter.V1.RateLimiterService/DescribeResource',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DescribeResourceRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DescribeResourceResponse.FromString,
- )
- self.AcquireResource = channel.unary_unary(
- '/Ydb.RateLimiter.V1.RateLimiterService/AcquireResource',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AcquireResourceRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AcquireResourceResponse.FromString,
- )
-
-
-class RateLimiterServiceServicer(object):
- """Service that implements distributed rate limiting.
-
- To use rate limiter functionality you need an existing coordination node.
-
- Control plane API
- """
-
- def CreateResource(self, request, context):
- """Create a new resource in existing coordination node.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def AlterResource(self, request, context):
- """Update a resource in coordination node.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DropResource(self, request, context):
- """Delete a resource from coordination node.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListResources(self, request, context):
- """List resources in given coordination node.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeResource(self, request, context):
- """Describe properties of resource in coordination node.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def AcquireResource(self, request, context):
- """Take units for usage of a resource in coordination node.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_RateLimiterServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'CreateResource': grpc.unary_unary_rpc_method_handler(
- servicer.CreateResource,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.CreateResourceRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.CreateResourceResponse.SerializeToString,
- ),
- 'AlterResource': grpc.unary_unary_rpc_method_handler(
- servicer.AlterResource,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AlterResourceRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AlterResourceResponse.SerializeToString,
- ),
- 'DropResource': grpc.unary_unary_rpc_method_handler(
- servicer.DropResource,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DropResourceRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DropResourceResponse.SerializeToString,
- ),
- 'ListResources': grpc.unary_unary_rpc_method_handler(
- servicer.ListResources,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.ListResourcesRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.ListResourcesResponse.SerializeToString,
- ),
- 'DescribeResource': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeResource,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DescribeResourceRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DescribeResourceResponse.SerializeToString,
- ),
- 'AcquireResource': grpc.unary_unary_rpc_method_handler(
- servicer.AcquireResource,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AcquireResourceRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AcquireResourceResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.RateLimiter.V1.RateLimiterService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class RateLimiterService(object):
- """Service that implements distributed rate limiting.
-
- To use rate limiter functionality you need an existing coordination node.
-
- Control plane API
- """
-
- @staticmethod
- def CreateResource(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.RateLimiter.V1.RateLimiterService/CreateResource',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.CreateResourceRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.CreateResourceResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def AlterResource(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.RateLimiter.V1.RateLimiterService/AlterResource',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AlterResourceRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AlterResourceResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DropResource(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.RateLimiter.V1.RateLimiterService/DropResource',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DropResourceRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DropResourceResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListResources(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.RateLimiter.V1.RateLimiterService/ListResources',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.ListResourcesRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.ListResourcesResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeResource(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.RateLimiter.V1.RateLimiterService/DescribeResource',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DescribeResourceRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.DescribeResourceResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def AcquireResource(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.RateLimiter.V1.RateLimiterService/AcquireResource',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AcquireResourceRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__rate__limiter__pb2.AcquireResourceResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scheme_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scheme_v1_pb2.py
deleted file mode 100644
index d76d96f6281..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scheme_v1_pb2.py
+++ /dev/null
@@ -1,99 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_scheme_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_scheme_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_scheme_v1.proto',
- package='Ydb.Scheme.V1',
- syntax='proto3',
- serialized_options=b'\n\030com.yandex.ydb.scheme.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n\'ydb/public/api/grpc/ydb_scheme_v1.proto\x12\rYdb.Scheme.V1\x1a&ydb/public/api/protos/ydb_scheme.proto2\xcc\x03\n\rSchemeService\x12T\n\rMakeDirectory\x12 .Ydb.Scheme.MakeDirectoryRequest\x1a!.Ydb.Scheme.MakeDirectoryResponse\x12Z\n\x0fRemoveDirectory\x12\".Ydb.Scheme.RemoveDirectoryRequest\x1a#.Ydb.Scheme.RemoveDirectoryResponse\x12T\n\rListDirectory\x12 .Ydb.Scheme.ListDirectoryRequest\x1a!.Ydb.Scheme.ListDirectoryResponse\x12Q\n\x0c\x44\x65scribePath\x12\x1f.Ydb.Scheme.DescribePathRequest\x1a .Ydb.Scheme.DescribePathResponse\x12`\n\x11ModifyPermissions\x12$.Ydb.Scheme.ModifyPermissionsRequest\x1a%.Ydb.Scheme.ModifyPermissionsResponseB\x1a\n\x18\x63om.yandex.ydb.scheme.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_SCHEMESERVICE = _descriptor.ServiceDescriptor(
- name='SchemeService',
- full_name='Ydb.Scheme.V1.SchemeService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=99,
- serialized_end=559,
- methods=[
- _descriptor.MethodDescriptor(
- name='MakeDirectory',
- full_name='Ydb.Scheme.V1.SchemeService.MakeDirectory',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._MAKEDIRECTORYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._MAKEDIRECTORYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='RemoveDirectory',
- full_name='Ydb.Scheme.V1.SchemeService.RemoveDirectory',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._REMOVEDIRECTORYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._REMOVEDIRECTORYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListDirectory',
- full_name='Ydb.Scheme.V1.SchemeService.ListDirectory',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._LISTDIRECTORYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._LISTDIRECTORYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribePath',
- full_name='Ydb.Scheme.V1.SchemeService.DescribePath',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._DESCRIBEPATHREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._DESCRIBEPATHRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ModifyPermissions',
- full_name='Ydb.Scheme.V1.SchemeService.ModifyPermissions',
- index=4,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._MODIFYPERMISSIONSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._MODIFYPERMISSIONSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_SCHEMESERVICE)
-
-DESCRIPTOR.services_by_name['SchemeService'] = _SCHEMESERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scheme_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scheme_v1_pb2_grpc.py
deleted file mode 100644
index 7828208acf2..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scheme_v1_pb2_grpc.py
+++ /dev/null
@@ -1,224 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_scheme_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2
-
-
-class SchemeServiceStub(object):
- """Every YDB Database Instance has set of objects organized a tree.
- SchemeService provides some functionality to browse and modify
- this tree.
-
- SchemeService provides a generic tree functionality, to create specific
- objects like YDB Table or Persistent Queue use corresponding services.
-
- """
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.MakeDirectory = channel.unary_unary(
- '/Ydb.Scheme.V1.SchemeService/MakeDirectory',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.MakeDirectoryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.MakeDirectoryResponse.FromString,
- )
- self.RemoveDirectory = channel.unary_unary(
- '/Ydb.Scheme.V1.SchemeService/RemoveDirectory',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.RemoveDirectoryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.RemoveDirectoryResponse.FromString,
- )
- self.ListDirectory = channel.unary_unary(
- '/Ydb.Scheme.V1.SchemeService/ListDirectory',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ListDirectoryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ListDirectoryResponse.FromString,
- )
- self.DescribePath = channel.unary_unary(
- '/Ydb.Scheme.V1.SchemeService/DescribePath',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.DescribePathRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.DescribePathResponse.FromString,
- )
- self.ModifyPermissions = channel.unary_unary(
- '/Ydb.Scheme.V1.SchemeService/ModifyPermissions',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ModifyPermissionsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ModifyPermissionsResponse.FromString,
- )
-
-
-class SchemeServiceServicer(object):
- """Every YDB Database Instance has set of objects organized a tree.
- SchemeService provides some functionality to browse and modify
- this tree.
-
- SchemeService provides a generic tree functionality, to create specific
- objects like YDB Table or Persistent Queue use corresponding services.
-
- """
-
- def MakeDirectory(self, request, context):
- """Make Directory.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def RemoveDirectory(self, request, context):
- """Remove Directory.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListDirectory(self, request, context):
- """Returns information about given directory and objects inside it.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribePath(self, request, context):
- """Returns information about object with given path.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ModifyPermissions(self, request, context):
- """Modify permissions.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_SchemeServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'MakeDirectory': grpc.unary_unary_rpc_method_handler(
- servicer.MakeDirectory,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.MakeDirectoryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.MakeDirectoryResponse.SerializeToString,
- ),
- 'RemoveDirectory': grpc.unary_unary_rpc_method_handler(
- servicer.RemoveDirectory,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.RemoveDirectoryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.RemoveDirectoryResponse.SerializeToString,
- ),
- 'ListDirectory': grpc.unary_unary_rpc_method_handler(
- servicer.ListDirectory,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ListDirectoryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ListDirectoryResponse.SerializeToString,
- ),
- 'DescribePath': grpc.unary_unary_rpc_method_handler(
- servicer.DescribePath,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.DescribePathRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.DescribePathResponse.SerializeToString,
- ),
- 'ModifyPermissions': grpc.unary_unary_rpc_method_handler(
- servicer.ModifyPermissions,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ModifyPermissionsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ModifyPermissionsResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Scheme.V1.SchemeService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class SchemeService(object):
- """Every YDB Database Instance has set of objects organized a tree.
- SchemeService provides some functionality to browse and modify
- this tree.
-
- SchemeService provides a generic tree functionality, to create specific
- objects like YDB Table or Persistent Queue use corresponding services.
-
- """
-
- @staticmethod
- def MakeDirectory(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Scheme.V1.SchemeService/MakeDirectory',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.MakeDirectoryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.MakeDirectoryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def RemoveDirectory(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Scheme.V1.SchemeService/RemoveDirectory',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.RemoveDirectoryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.RemoveDirectoryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListDirectory(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Scheme.V1.SchemeService/ListDirectory',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ListDirectoryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ListDirectoryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribePath(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Scheme.V1.SchemeService/DescribePath',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.DescribePathRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.DescribePathResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ModifyPermissions(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Scheme.V1.SchemeService/ModifyPermissions',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ModifyPermissionsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.ModifyPermissionsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scripting_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scripting_v1_pb2.py
deleted file mode 100644
index 4df31396af7..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scripting_v1_pb2.py
+++ /dev/null
@@ -1,79 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_scripting_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_scripting_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_scripting_v1.proto',
- package='Ydb.Scripting.V1',
- syntax='proto3',
- serialized_options=b'\n\033com.yandex.ydb.scripting.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n*ydb/public/api/grpc/ydb_scripting_v1.proto\x12\x10Ydb.Scripting.V1\x1a)ydb/public/api/protos/ydb_scripting.proto2\x9a\x02\n\x10ScriptingService\x12Q\n\nExecuteYql\x12 .Ydb.Scripting.ExecuteYqlRequest\x1a!.Ydb.Scripting.ExecuteYqlResponse\x12`\n\x10StreamExecuteYql\x12 .Ydb.Scripting.ExecuteYqlRequest\x1a(.Ydb.Scripting.ExecuteYqlPartialResponse0\x01\x12Q\n\nExplainYql\x12 .Ydb.Scripting.ExplainYqlRequest\x1a!.Ydb.Scripting.ExplainYqlResponseB\x1d\n\x1b\x63om.yandex.ydb.scripting.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_SCRIPTINGSERVICE = _descriptor.ServiceDescriptor(
- name='ScriptingService',
- full_name='Ydb.Scripting.V1.ScriptingService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=108,
- serialized_end=390,
- methods=[
- _descriptor.MethodDescriptor(
- name='ExecuteYql',
- full_name='Ydb.Scripting.V1.ScriptingService.ExecuteYql',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2._EXECUTEYQLREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2._EXECUTEYQLRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='StreamExecuteYql',
- full_name='Ydb.Scripting.V1.ScriptingService.StreamExecuteYql',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2._EXECUTEYQLREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2._EXECUTEYQLPARTIALRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ExplainYql',
- full_name='Ydb.Scripting.V1.ScriptingService.ExplainYql',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2._EXPLAINYQLREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2._EXPLAINYQLRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_SCRIPTINGSERVICE)
-
-DESCRIPTOR.services_by_name['ScriptingService'] = _SCRIPTINGSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scripting_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scripting_v1_pb2_grpc.py
deleted file mode 100644
index f75bc82bf23..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_scripting_v1_pb2_grpc.py
+++ /dev/null
@@ -1,133 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_scripting_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2
-
-
-class ScriptingServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.ExecuteYql = channel.unary_unary(
- '/Ydb.Scripting.V1.ScriptingService/ExecuteYql',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlResponse.FromString,
- )
- self.StreamExecuteYql = channel.unary_stream(
- '/Ydb.Scripting.V1.ScriptingService/StreamExecuteYql',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlPartialResponse.FromString,
- )
- self.ExplainYql = channel.unary_unary(
- '/Ydb.Scripting.V1.ScriptingService/ExplainYql',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExplainYqlRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExplainYqlResponse.FromString,
- )
-
-
-class ScriptingServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def ExecuteYql(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def StreamExecuteYql(self, request, context):
- """Executes yql request with streaming result.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ExplainYql(self, request, context):
- """Missing associated documentation comment in .proto file."""
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_ScriptingServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'ExecuteYql': grpc.unary_unary_rpc_method_handler(
- servicer.ExecuteYql,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlResponse.SerializeToString,
- ),
- 'StreamExecuteYql': grpc.unary_stream_rpc_method_handler(
- servicer.StreamExecuteYql,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlPartialResponse.SerializeToString,
- ),
- 'ExplainYql': grpc.unary_unary_rpc_method_handler(
- servicer.ExplainYql,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExplainYqlRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExplainYqlResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Scripting.V1.ScriptingService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class ScriptingService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def ExecuteYql(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Scripting.V1.ScriptingService/ExecuteYql',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def StreamExecuteYql(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_stream(request, target, '/Ydb.Scripting.V1.ScriptingService/StreamExecuteYql',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExecuteYqlPartialResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ExplainYql(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Scripting.V1.ScriptingService/ExplainYql',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExplainYqlRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__scripting__pb2.ExplainYqlResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_table_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_table_v1_pb2.py
deleted file mode 100644
index 2c1de130dfd..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_table_v1_pb2.py
+++ /dev/null
@@ -1,259 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/ydb_table_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_table_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/ydb_table_v1.proto',
- package='Ydb.Table.V1',
- syntax='proto3',
- serialized_options=b'\n\027com.yandex.ydb.table.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n&ydb/public/api/grpc/ydb_table_v1.proto\x12\x0cYdb.Table.V1\x1a%ydb/public/api/protos/ydb_table.proto2\xa4\x0e\n\x0cTableService\x12R\n\rCreateSession\x12\x1f.Ydb.Table.CreateSessionRequest\x1a .Ydb.Table.CreateSessionResponse\x12R\n\rDeleteSession\x12\x1f.Ydb.Table.DeleteSessionRequest\x1a .Ydb.Table.DeleteSessionResponse\x12\x46\n\tKeepAlive\x12\x1b.Ydb.Table.KeepAliveRequest\x1a\x1c.Ydb.Table.KeepAliveResponse\x12L\n\x0b\x43reateTable\x12\x1d.Ydb.Table.CreateTableRequest\x1a\x1e.Ydb.Table.CreateTableResponse\x12\x46\n\tDropTable\x12\x1b.Ydb.Table.DropTableRequest\x1a\x1c.Ydb.Table.DropTableResponse\x12I\n\nAlterTable\x12\x1c.Ydb.Table.AlterTableRequest\x1a\x1d.Ydb.Table.AlterTableResponse\x12\x46\n\tCopyTable\x12\x1b.Ydb.Table.CopyTableRequest\x1a\x1c.Ydb.Table.CopyTableResponse\x12I\n\nCopyTables\x12\x1c.Ydb.Table.CopyTablesRequest\x1a\x1d.Ydb.Table.CopyTablesResponse\x12O\n\x0cRenameTables\x12\x1e.Ydb.Table.RenameTablesRequest\x1a\x1f.Ydb.Table.RenameTablesResponse\x12R\n\rDescribeTable\x12\x1f.Ydb.Table.DescribeTableRequest\x1a .Ydb.Table.DescribeTableResponse\x12[\n\x10\x45xplainDataQuery\x12\".Ydb.Table.ExplainDataQueryRequest\x1a#.Ydb.Table.ExplainDataQueryResponse\x12[\n\x10PrepareDataQuery\x12\".Ydb.Table.PrepareDataQueryRequest\x1a#.Ydb.Table.PrepareDataQueryResponse\x12[\n\x10\x45xecuteDataQuery\x12\".Ydb.Table.ExecuteDataQueryRequest\x1a#.Ydb.Table.ExecuteDataQueryResponse\x12\x61\n\x12\x45xecuteSchemeQuery\x12$.Ydb.Table.ExecuteSchemeQueryRequest\x1a%.Ydb.Table.ExecuteSchemeQueryResponse\x12[\n\x10\x42\x65ginTransaction\x12\".Ydb.Table.BeginTransactionRequest\x1a#.Ydb.Table.BeginTransactionResponse\x12^\n\x11\x43ommitTransaction\x12#.Ydb.Table.CommitTransactionRequest\x1a$.Ydb.Table.CommitTransactionResponse\x12\x64\n\x13RollbackTransaction\x12%.Ydb.Table.RollbackTransactionRequest\x1a&.Ydb.Table.RollbackTransactionResponse\x12g\n\x14\x44\x65scribeTableOptions\x12&.Ydb.Table.DescribeTableOptionsRequest\x1a\'.Ydb.Table.DescribeTableOptionsResponse\x12N\n\x0fStreamReadTable\x12\x1b.Ydb.Table.ReadTableRequest\x1a\x1c.Ydb.Table.ReadTableResponse0\x01\x12I\n\nBulkUpsert\x12\x1c.Ydb.Table.BulkUpsertRequest\x1a\x1d.Ydb.Table.BulkUpsertResponse\x12j\n\x16StreamExecuteScanQuery\x12\".Ydb.Table.ExecuteScanQueryRequest\x1a*.Ydb.Table.ExecuteScanQueryPartialResponse0\x01\x42\x19\n\x17\x63om.yandex.ydb.table.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_TABLESERVICE = _descriptor.ServiceDescriptor(
- name='TableService',
- full_name='Ydb.Table.V1.TableService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=96,
- serialized_end=1924,
- methods=[
- _descriptor.MethodDescriptor(
- name='CreateSession',
- full_name='Ydb.Table.V1.TableService.CreateSession',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._CREATESESSIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._CREATESESSIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DeleteSession',
- full_name='Ydb.Table.V1.TableService.DeleteSession',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._DELETESESSIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._DELETESESSIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='KeepAlive',
- full_name='Ydb.Table.V1.TableService.KeepAlive',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._KEEPALIVEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._KEEPALIVERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CreateTable',
- full_name='Ydb.Table.V1.TableService.CreateTable',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._CREATETABLEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._CREATETABLERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DropTable',
- full_name='Ydb.Table.V1.TableService.DropTable',
- index=4,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._DROPTABLEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._DROPTABLERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='AlterTable',
- full_name='Ydb.Table.V1.TableService.AlterTable',
- index=5,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._ALTERTABLEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._ALTERTABLERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CopyTable',
- full_name='Ydb.Table.V1.TableService.CopyTable',
- index=6,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._COPYTABLEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._COPYTABLERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CopyTables',
- full_name='Ydb.Table.V1.TableService.CopyTables',
- index=7,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._COPYTABLESREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._COPYTABLESRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='RenameTables',
- full_name='Ydb.Table.V1.TableService.RenameTables',
- index=8,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._RENAMETABLESREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._RENAMETABLESRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeTable',
- full_name='Ydb.Table.V1.TableService.DescribeTable',
- index=9,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._DESCRIBETABLEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._DESCRIBETABLERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ExplainDataQuery',
- full_name='Ydb.Table.V1.TableService.ExplainDataQuery',
- index=10,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._EXPLAINDATAQUERYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._EXPLAINDATAQUERYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='PrepareDataQuery',
- full_name='Ydb.Table.V1.TableService.PrepareDataQuery',
- index=11,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._PREPAREDATAQUERYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._PREPAREDATAQUERYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ExecuteDataQuery',
- full_name='Ydb.Table.V1.TableService.ExecuteDataQuery',
- index=12,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._EXECUTEDATAQUERYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._EXECUTEDATAQUERYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ExecuteSchemeQuery',
- full_name='Ydb.Table.V1.TableService.ExecuteSchemeQuery',
- index=13,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._EXECUTESCHEMEQUERYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._EXECUTESCHEMEQUERYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='BeginTransaction',
- full_name='Ydb.Table.V1.TableService.BeginTransaction',
- index=14,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._BEGINTRANSACTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._BEGINTRANSACTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CommitTransaction',
- full_name='Ydb.Table.V1.TableService.CommitTransaction',
- index=15,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._COMMITTRANSACTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._COMMITTRANSACTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='RollbackTransaction',
- full_name='Ydb.Table.V1.TableService.RollbackTransaction',
- index=16,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._ROLLBACKTRANSACTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._ROLLBACKTRANSACTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeTableOptions',
- full_name='Ydb.Table.V1.TableService.DescribeTableOptions',
- index=17,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._DESCRIBETABLEOPTIONSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._DESCRIBETABLEOPTIONSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='StreamReadTable',
- full_name='Ydb.Table.V1.TableService.StreamReadTable',
- index=18,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._READTABLEREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._READTABLERESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='BulkUpsert',
- full_name='Ydb.Table.V1.TableService.BulkUpsert',
- index=19,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._BULKUPSERTREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._BULKUPSERTRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='StreamExecuteScanQuery',
- full_name='Ydb.Table.V1.TableService.StreamExecuteScanQuery',
- index=20,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._EXECUTESCANQUERYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._EXECUTESCANQUERYPARTIALRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_TABLESERVICE)
-
-DESCRIPTOR.services_by_name['TableService'] = _TABLESERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_table_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/ydb_table_v1_pb2_grpc.py
deleted file mode 100644
index 38f8d3948d7..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/ydb_table_v1_pb2_grpc.py
+++ /dev/null
@@ -1,759 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import ydb_table_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2
-
-
-class TableServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.CreateSession = channel.unary_unary(
- '/Ydb.Table.V1.TableService/CreateSession',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateSessionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateSessionResponse.FromString,
- )
- self.DeleteSession = channel.unary_unary(
- '/Ydb.Table.V1.TableService/DeleteSession',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DeleteSessionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DeleteSessionResponse.FromString,
- )
- self.KeepAlive = channel.unary_unary(
- '/Ydb.Table.V1.TableService/KeepAlive',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.KeepAliveRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.KeepAliveResponse.FromString,
- )
- self.CreateTable = channel.unary_unary(
- '/Ydb.Table.V1.TableService/CreateTable',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateTableRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateTableResponse.FromString,
- )
- self.DropTable = channel.unary_unary(
- '/Ydb.Table.V1.TableService/DropTable',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DropTableRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DropTableResponse.FromString,
- )
- self.AlterTable = channel.unary_unary(
- '/Ydb.Table.V1.TableService/AlterTable',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.AlterTableRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.AlterTableResponse.FromString,
- )
- self.CopyTable = channel.unary_unary(
- '/Ydb.Table.V1.TableService/CopyTable',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTableRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTableResponse.FromString,
- )
- self.CopyTables = channel.unary_unary(
- '/Ydb.Table.V1.TableService/CopyTables',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTablesRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTablesResponse.FromString,
- )
- self.RenameTables = channel.unary_unary(
- '/Ydb.Table.V1.TableService/RenameTables',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RenameTablesRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RenameTablesResponse.FromString,
- )
- self.DescribeTable = channel.unary_unary(
- '/Ydb.Table.V1.TableService/DescribeTable',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableResponse.FromString,
- )
- self.ExplainDataQuery = channel.unary_unary(
- '/Ydb.Table.V1.TableService/ExplainDataQuery',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExplainDataQueryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExplainDataQueryResponse.FromString,
- )
- self.PrepareDataQuery = channel.unary_unary(
- '/Ydb.Table.V1.TableService/PrepareDataQuery',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.PrepareDataQueryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.PrepareDataQueryResponse.FromString,
- )
- self.ExecuteDataQuery = channel.unary_unary(
- '/Ydb.Table.V1.TableService/ExecuteDataQuery',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteDataQueryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteDataQueryResponse.FromString,
- )
- self.ExecuteSchemeQuery = channel.unary_unary(
- '/Ydb.Table.V1.TableService/ExecuteSchemeQuery',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteSchemeQueryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteSchemeQueryResponse.FromString,
- )
- self.BeginTransaction = channel.unary_unary(
- '/Ydb.Table.V1.TableService/BeginTransaction',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BeginTransactionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BeginTransactionResponse.FromString,
- )
- self.CommitTransaction = channel.unary_unary(
- '/Ydb.Table.V1.TableService/CommitTransaction',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CommitTransactionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CommitTransactionResponse.FromString,
- )
- self.RollbackTransaction = channel.unary_unary(
- '/Ydb.Table.V1.TableService/RollbackTransaction',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RollbackTransactionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RollbackTransactionResponse.FromString,
- )
- self.DescribeTableOptions = channel.unary_unary(
- '/Ydb.Table.V1.TableService/DescribeTableOptions',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableOptionsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableOptionsResponse.FromString,
- )
- self.StreamReadTable = channel.unary_stream(
- '/Ydb.Table.V1.TableService/StreamReadTable',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ReadTableRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ReadTableResponse.FromString,
- )
- self.BulkUpsert = channel.unary_unary(
- '/Ydb.Table.V1.TableService/BulkUpsert',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BulkUpsertRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BulkUpsertResponse.FromString,
- )
- self.StreamExecuteScanQuery = channel.unary_stream(
- '/Ydb.Table.V1.TableService/StreamExecuteScanQuery',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteScanQueryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteScanQueryPartialResponse.FromString,
- )
-
-
-class TableServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def CreateSession(self, request, context):
- """Create new session. Implicit session creation is forbidden,
- so user must create new session before execute any query,
- otherwise BAD_SESSION status will be returned.
- Simultaneous execution of requests are forbiden.
- Sessions are volatile, can be invalidated by server, for example in case
- of fatal errors. All requests with this session will fail with BAD_SESSION status.
- So, client must be able to handle BAD_SESSION status.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DeleteSession(self, request, context):
- """Ends a session, releasing server resources associated with it.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def KeepAlive(self, request, context):
- """Idle sessions can be kept alive by calling KeepAlive periodically.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CreateTable(self, request, context):
- """Creates new table.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DropTable(self, request, context):
- """Drop table.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def AlterTable(self, request, context):
- """Modifies schema of given table.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CopyTable(self, request, context):
- """Creates copy of given table.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CopyTables(self, request, context):
- """Creates consistent copy of given tables.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def RenameTables(self, request, context):
- """Creates consistent move of given tables.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeTable(self, request, context):
- """Returns information about given table (metadata).
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ExplainDataQuery(self, request, context):
- """Explains data query.
- SessionId of previously created session must be provided.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def PrepareDataQuery(self, request, context):
- """Prepares data query, returns query id.
- SessionId of previously created session must be provided.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ExecuteDataQuery(self, request, context):
- """Executes data query.
- SessionId of previously created session must be provided.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ExecuteSchemeQuery(self, request, context):
- """Executes scheme query.
- SessionId of previously created session must be provided.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def BeginTransaction(self, request, context):
- """Begins new transaction.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CommitTransaction(self, request, context):
- """Commits specified active transaction.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def RollbackTransaction(self, request, context):
- """Performs a rollback of the specified active transaction.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeTableOptions(self, request, context):
- """Describe supported table options.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def StreamReadTable(self, request, context):
- """Streaming read table
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def BulkUpsert(self, request, context):
- """Upserts a batch of rows non-transactionally.
- Returns success only when all rows were successfully upserted. In case of an error some rows might
- be upserted and some might not.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def StreamExecuteScanQuery(self, request, context):
- """Executes scan query with streaming result.
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_TableServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'CreateSession': grpc.unary_unary_rpc_method_handler(
- servicer.CreateSession,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateSessionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateSessionResponse.SerializeToString,
- ),
- 'DeleteSession': grpc.unary_unary_rpc_method_handler(
- servicer.DeleteSession,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DeleteSessionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DeleteSessionResponse.SerializeToString,
- ),
- 'KeepAlive': grpc.unary_unary_rpc_method_handler(
- servicer.KeepAlive,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.KeepAliveRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.KeepAliveResponse.SerializeToString,
- ),
- 'CreateTable': grpc.unary_unary_rpc_method_handler(
- servicer.CreateTable,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateTableRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateTableResponse.SerializeToString,
- ),
- 'DropTable': grpc.unary_unary_rpc_method_handler(
- servicer.DropTable,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DropTableRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DropTableResponse.SerializeToString,
- ),
- 'AlterTable': grpc.unary_unary_rpc_method_handler(
- servicer.AlterTable,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.AlterTableRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.AlterTableResponse.SerializeToString,
- ),
- 'CopyTable': grpc.unary_unary_rpc_method_handler(
- servicer.CopyTable,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTableRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTableResponse.SerializeToString,
- ),
- 'CopyTables': grpc.unary_unary_rpc_method_handler(
- servicer.CopyTables,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTablesRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTablesResponse.SerializeToString,
- ),
- 'RenameTables': grpc.unary_unary_rpc_method_handler(
- servicer.RenameTables,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RenameTablesRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RenameTablesResponse.SerializeToString,
- ),
- 'DescribeTable': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeTable,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableResponse.SerializeToString,
- ),
- 'ExplainDataQuery': grpc.unary_unary_rpc_method_handler(
- servicer.ExplainDataQuery,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExplainDataQueryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExplainDataQueryResponse.SerializeToString,
- ),
- 'PrepareDataQuery': grpc.unary_unary_rpc_method_handler(
- servicer.PrepareDataQuery,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.PrepareDataQueryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.PrepareDataQueryResponse.SerializeToString,
- ),
- 'ExecuteDataQuery': grpc.unary_unary_rpc_method_handler(
- servicer.ExecuteDataQuery,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteDataQueryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteDataQueryResponse.SerializeToString,
- ),
- 'ExecuteSchemeQuery': grpc.unary_unary_rpc_method_handler(
- servicer.ExecuteSchemeQuery,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteSchemeQueryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteSchemeQueryResponse.SerializeToString,
- ),
- 'BeginTransaction': grpc.unary_unary_rpc_method_handler(
- servicer.BeginTransaction,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BeginTransactionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BeginTransactionResponse.SerializeToString,
- ),
- 'CommitTransaction': grpc.unary_unary_rpc_method_handler(
- servicer.CommitTransaction,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CommitTransactionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CommitTransactionResponse.SerializeToString,
- ),
- 'RollbackTransaction': grpc.unary_unary_rpc_method_handler(
- servicer.RollbackTransaction,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RollbackTransactionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RollbackTransactionResponse.SerializeToString,
- ),
- 'DescribeTableOptions': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeTableOptions,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableOptionsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableOptionsResponse.SerializeToString,
- ),
- 'StreamReadTable': grpc.unary_stream_rpc_method_handler(
- servicer.StreamReadTable,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ReadTableRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ReadTableResponse.SerializeToString,
- ),
- 'BulkUpsert': grpc.unary_unary_rpc_method_handler(
- servicer.BulkUpsert,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BulkUpsertRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BulkUpsertResponse.SerializeToString,
- ),
- 'StreamExecuteScanQuery': grpc.unary_stream_rpc_method_handler(
- servicer.StreamExecuteScanQuery,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteScanQueryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteScanQueryPartialResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'Ydb.Table.V1.TableService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class TableService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def CreateSession(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/CreateSession',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateSessionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateSessionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DeleteSession(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/DeleteSession',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DeleteSessionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DeleteSessionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def KeepAlive(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/KeepAlive',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.KeepAliveRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.KeepAliveResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CreateTable(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/CreateTable',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateTableRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CreateTableResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DropTable(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/DropTable',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DropTableRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DropTableResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def AlterTable(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/AlterTable',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.AlterTableRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.AlterTableResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CopyTable(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/CopyTable',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTableRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTableResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CopyTables(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/CopyTables',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTablesRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CopyTablesResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def RenameTables(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/RenameTables',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RenameTablesRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RenameTablesResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeTable(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/DescribeTable',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ExplainDataQuery(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/ExplainDataQuery',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExplainDataQueryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExplainDataQueryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def PrepareDataQuery(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/PrepareDataQuery',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.PrepareDataQueryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.PrepareDataQueryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ExecuteDataQuery(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/ExecuteDataQuery',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteDataQueryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteDataQueryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ExecuteSchemeQuery(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/ExecuteSchemeQuery',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteSchemeQueryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteSchemeQueryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def BeginTransaction(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/BeginTransaction',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BeginTransactionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BeginTransactionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CommitTransaction(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/CommitTransaction',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CommitTransactionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.CommitTransactionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def RollbackTransaction(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/RollbackTransaction',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RollbackTransactionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.RollbackTransactionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeTableOptions(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/DescribeTableOptions',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableOptionsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DescribeTableOptionsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def StreamReadTable(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_stream(request, target, '/Ydb.Table.V1.TableService/StreamReadTable',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ReadTableRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ReadTableResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def BulkUpsert(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/Ydb.Table.V1.TableService/BulkUpsert',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BulkUpsertRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.BulkUpsertResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def StreamExecuteScanQuery(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_stream(request, target, '/Ydb.Table.V1.TableService/StreamExecuteScanQuery',
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteScanQueryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.ExecuteScanQueryPartialResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/yq_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/grpc/yq_v1_pb2.py
deleted file mode 100644
index 6bcffcc6c4c..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/yq_v1_pb2.py
+++ /dev/null
@@ -1,259 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/grpc/yq_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import yq_pb2 as ydb_dot_public_dot_api_dot_protos_dot_yq__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/grpc/yq_v1.proto',
- package='YandexQuery.V1',
- syntax='proto3',
- serialized_options=b'\n\023com.yandex.query.v1',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n\x1fydb/public/api/grpc/yq_v1.proto\x12\x0eYandexQuery.V1\x1a\x1eydb/public/api/protos/yq.proto2\xd5\x0e\n\x12YandexQueryService\x12P\n\x0b\x43reateQuery\x12\x1f.YandexQuery.CreateQueryRequest\x1a .YandexQuery.CreateQueryResponse\x12P\n\x0bListQueries\x12\x1f.YandexQuery.ListQueriesRequest\x1a .YandexQuery.ListQueriesResponse\x12V\n\rDescribeQuery\x12!.YandexQuery.DescribeQueryRequest\x1a\".YandexQuery.DescribeQueryResponse\x12Y\n\x0eGetQueryStatus\x12\".YandexQuery.GetQueryStatusRequest\x1a#.YandexQuery.GetQueryStatusResponse\x12P\n\x0bModifyQuery\x12\x1f.YandexQuery.ModifyQueryRequest\x1a .YandexQuery.ModifyQueryResponse\x12P\n\x0b\x44\x65leteQuery\x12\x1f.YandexQuery.DeleteQueryRequest\x1a .YandexQuery.DeleteQueryResponse\x12S\n\x0c\x43ontrolQuery\x12 .YandexQuery.ControlQueryRequest\x1a!.YandexQuery.ControlQueryResponse\x12V\n\rGetResultData\x12!.YandexQuery.GetResultDataRequest\x1a\".YandexQuery.GetResultDataResponse\x12G\n\x08ListJobs\x12\x1c.YandexQuery.ListJobsRequest\x1a\x1d.YandexQuery.ListJobsResponse\x12P\n\x0b\x44\x65scribeJob\x12\x1f.YandexQuery.DescribeJobRequest\x1a .YandexQuery.DescribeJobResponse\x12_\n\x10\x43reateConnection\x12$.YandexQuery.CreateConnectionRequest\x1a%.YandexQuery.CreateConnectionResponse\x12\\\n\x0fListConnections\x12#.YandexQuery.ListConnectionsRequest\x1a$.YandexQuery.ListConnectionsResponse\x12\x65\n\x12\x44\x65scribeConnection\x12&.YandexQuery.DescribeConnectionRequest\x1a\'.YandexQuery.DescribeConnectionResponse\x12_\n\x10ModifyConnection\x12$.YandexQuery.ModifyConnectionRequest\x1a%.YandexQuery.ModifyConnectionResponse\x12_\n\x10\x44\x65leteConnection\x12$.YandexQuery.DeleteConnectionRequest\x1a%.YandexQuery.DeleteConnectionResponse\x12Y\n\x0eTestConnection\x12\".YandexQuery.TestConnectionRequest\x1a#.YandexQuery.TestConnectionResponse\x12V\n\rCreateBinding\x12!.YandexQuery.CreateBindingRequest\x1a\".YandexQuery.CreateBindingResponse\x12S\n\x0cListBindings\x12 .YandexQuery.ListBindingsRequest\x1a!.YandexQuery.ListBindingsResponse\x12\\\n\x0f\x44\x65scribeBinding\x12#.YandexQuery.DescribeBindingRequest\x1a$.YandexQuery.DescribeBindingResponse\x12V\n\rModifyBinding\x12!.YandexQuery.ModifyBindingRequest\x1a\".YandexQuery.ModifyBindingResponse\x12V\n\rDeleteBinding\x12!.YandexQuery.DeleteBindingRequest\x1a\".YandexQuery.DeleteBindingResponseB\x15\n\x13\x63om.yandex.query.v1b\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DESCRIPTOR,])
-
-
-
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-
-_YANDEXQUERYSERVICE = _descriptor.ServiceDescriptor(
- name='YandexQueryService',
- full_name='YandexQuery.V1.YandexQueryService',
- file=DESCRIPTOR,
- index=0,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- serialized_start=84,
- serialized_end=1961,
- methods=[
- _descriptor.MethodDescriptor(
- name='CreateQuery',
- full_name='YandexQuery.V1.YandexQueryService.CreateQuery',
- index=0,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._CREATEQUERYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._CREATEQUERYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListQueries',
- full_name='YandexQuery.V1.YandexQueryService.ListQueries',
- index=1,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._LISTQUERIESREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._LISTQUERIESRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeQuery',
- full_name='YandexQuery.V1.YandexQueryService.DescribeQuery',
- index=2,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DESCRIBEQUERYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DESCRIBEQUERYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='GetQueryStatus',
- full_name='YandexQuery.V1.YandexQueryService.GetQueryStatus',
- index=3,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._GETQUERYSTATUSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._GETQUERYSTATUSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ModifyQuery',
- full_name='YandexQuery.V1.YandexQueryService.ModifyQuery',
- index=4,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._MODIFYQUERYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._MODIFYQUERYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DeleteQuery',
- full_name='YandexQuery.V1.YandexQueryService.DeleteQuery',
- index=5,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DELETEQUERYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DELETEQUERYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ControlQuery',
- full_name='YandexQuery.V1.YandexQueryService.ControlQuery',
- index=6,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._CONTROLQUERYREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._CONTROLQUERYRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='GetResultData',
- full_name='YandexQuery.V1.YandexQueryService.GetResultData',
- index=7,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._GETRESULTDATAREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._GETRESULTDATARESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListJobs',
- full_name='YandexQuery.V1.YandexQueryService.ListJobs',
- index=8,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._LISTJOBSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._LISTJOBSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeJob',
- full_name='YandexQuery.V1.YandexQueryService.DescribeJob',
- index=9,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DESCRIBEJOBREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DESCRIBEJOBRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CreateConnection',
- full_name='YandexQuery.V1.YandexQueryService.CreateConnection',
- index=10,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._CREATECONNECTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._CREATECONNECTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListConnections',
- full_name='YandexQuery.V1.YandexQueryService.ListConnections',
- index=11,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._LISTCONNECTIONSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._LISTCONNECTIONSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeConnection',
- full_name='YandexQuery.V1.YandexQueryService.DescribeConnection',
- index=12,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DESCRIBECONNECTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DESCRIBECONNECTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ModifyConnection',
- full_name='YandexQuery.V1.YandexQueryService.ModifyConnection',
- index=13,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._MODIFYCONNECTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._MODIFYCONNECTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DeleteConnection',
- full_name='YandexQuery.V1.YandexQueryService.DeleteConnection',
- index=14,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DELETECONNECTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DELETECONNECTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='TestConnection',
- full_name='YandexQuery.V1.YandexQueryService.TestConnection',
- index=15,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._TESTCONNECTIONREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._TESTCONNECTIONRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='CreateBinding',
- full_name='YandexQuery.V1.YandexQueryService.CreateBinding',
- index=16,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._CREATEBINDINGREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._CREATEBINDINGRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ListBindings',
- full_name='YandexQuery.V1.YandexQueryService.ListBindings',
- index=17,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._LISTBINDINGSREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._LISTBINDINGSRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DescribeBinding',
- full_name='YandexQuery.V1.YandexQueryService.DescribeBinding',
- index=18,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DESCRIBEBINDINGREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DESCRIBEBINDINGRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='ModifyBinding',
- full_name='YandexQuery.V1.YandexQueryService.ModifyBinding',
- index=19,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._MODIFYBINDINGREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._MODIFYBINDINGRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
- _descriptor.MethodDescriptor(
- name='DeleteBinding',
- full_name='YandexQuery.V1.YandexQueryService.DeleteBinding',
- index=20,
- containing_service=None,
- input_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DELETEBINDINGREQUEST,
- output_type=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._DELETEBINDINGRESPONSE,
- serialized_options=None,
- create_key=_descriptor._internal_create_key,
- ),
-])
-_sym_db.RegisterServiceDescriptor(_YANDEXQUERYSERVICE)
-
-DESCRIPTOR.services_by_name['YandexQueryService'] = _YANDEXQUERYSERVICE
-
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/grpc/yq_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/grpc/yq_v1_pb2_grpc.py
deleted file mode 100644
index 7a3c57f7a33..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/grpc/yq_v1_pb2_grpc.py
+++ /dev/null
@@ -1,755 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
-from ydb.public.api.protos import yq_pb2 as ydb_dot_public_dot_api_dot_protos_dot_yq__pb2
-
-
-class YandexQueryServiceStub(object):
- """Missing associated documentation comment in .proto file."""
-
- def __init__(self, channel):
- """Constructor.
-
- Args:
- channel: A grpc.Channel.
- """
- self.CreateQuery = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/CreateQuery',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateQueryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateQueryResponse.FromString,
- )
- self.ListQueries = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/ListQueries',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListQueriesRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListQueriesResponse.FromString,
- )
- self.DescribeQuery = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/DescribeQuery',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeQueryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeQueryResponse.FromString,
- )
- self.GetQueryStatus = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/GetQueryStatus',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetQueryStatusRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetQueryStatusResponse.FromString,
- )
- self.ModifyQuery = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/ModifyQuery',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyQueryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyQueryResponse.FromString,
- )
- self.DeleteQuery = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/DeleteQuery',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteQueryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteQueryResponse.FromString,
- )
- self.ControlQuery = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/ControlQuery',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ControlQueryRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ControlQueryResponse.FromString,
- )
- self.GetResultData = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/GetResultData',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetResultDataRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetResultDataResponse.FromString,
- )
- self.ListJobs = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/ListJobs',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListJobsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListJobsResponse.FromString,
- )
- self.DescribeJob = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/DescribeJob',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeJobRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeJobResponse.FromString,
- )
- self.CreateConnection = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/CreateConnection',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateConnectionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateConnectionResponse.FromString,
- )
- self.ListConnections = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/ListConnections',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListConnectionsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListConnectionsResponse.FromString,
- )
- self.DescribeConnection = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/DescribeConnection',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeConnectionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeConnectionResponse.FromString,
- )
- self.ModifyConnection = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/ModifyConnection',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyConnectionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyConnectionResponse.FromString,
- )
- self.DeleteConnection = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/DeleteConnection',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteConnectionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteConnectionResponse.FromString,
- )
- self.TestConnection = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/TestConnection',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.TestConnectionRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.TestConnectionResponse.FromString,
- )
- self.CreateBinding = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/CreateBinding',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateBindingRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateBindingResponse.FromString,
- )
- self.ListBindings = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/ListBindings',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListBindingsRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListBindingsResponse.FromString,
- )
- self.DescribeBinding = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/DescribeBinding',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeBindingRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeBindingResponse.FromString,
- )
- self.ModifyBinding = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/ModifyBinding',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyBindingRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyBindingResponse.FromString,
- )
- self.DeleteBinding = channel.unary_unary(
- '/YandexQuery.V1.YandexQueryService/DeleteBinding',
- request_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteBindingRequest.SerializeToString,
- response_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteBindingResponse.FromString,
- )
-
-
-class YandexQueryServiceServicer(object):
- """Missing associated documentation comment in .proto file."""
-
- def CreateQuery(self, request, context):
- """Query
- Query is the text of an SQL request, the results of the last run and the state after the last run (partitions offsets, consumer in YDS)
- Create a query object with a given SQL
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListQueries(self, request, context):
- """Get a list of brief queries objects
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeQuery(self, request, context):
- """Get full information about the object of the query
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def GetQueryStatus(self, request, context):
- """Get status of the query
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ModifyQuery(self, request, context):
- """Change the attributes of the query (acl, name, ...)
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DeleteQuery(self, request, context):
- """Completely delete the query
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ControlQuery(self, request, context):
- """Change the state of the query lifecycle
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def GetResultData(self, request, context):
- """Get a results page
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListJobs(self, request, context):
- """Job
- Job - appears immediately after starting the request and contains the request metadata
- Get a list of jobs
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeJob(self, request, context):
- """Get information about the job
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CreateConnection(self, request, context):
- """Connection
- Connection - entity that describes connection points. This can be imagined as an analogue of a network address.
- Create a connection object (ObjectStorage, YDB, YDS, ...)
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListConnections(self, request, context):
- """Get a list of connections objects
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeConnection(self, request, context):
- """Get information about the object of the connection
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ModifyConnection(self, request, context):
- """Change the attributes of the connection
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DeleteConnection(self, request, context):
- """Completely delete the connection
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def TestConnection(self, request, context):
- """Test the connection (permissions, network, ...)
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def CreateBinding(self, request, context):
- """Binding
- Binding - entity using which a schema is assigned to non-schematic data
- Create a binding object - bind schema with ObjectStorage object or YDS stream
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ListBindings(self, request, context):
- """Get a list of bindings objects
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DescribeBinding(self, request, context):
- """Get information about the object of the binding
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def ModifyBinding(self, request, context):
- """Change the attributes of the binding
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
- def DeleteBinding(self, request, context):
- """Completely delete the binding
- """
- context.set_code(grpc.StatusCode.UNIMPLEMENTED)
- context.set_details('Method not implemented!')
- raise NotImplementedError('Method not implemented!')
-
-
-def add_YandexQueryServiceServicer_to_server(servicer, server):
- rpc_method_handlers = {
- 'CreateQuery': grpc.unary_unary_rpc_method_handler(
- servicer.CreateQuery,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateQueryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateQueryResponse.SerializeToString,
- ),
- 'ListQueries': grpc.unary_unary_rpc_method_handler(
- servicer.ListQueries,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListQueriesRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListQueriesResponse.SerializeToString,
- ),
- 'DescribeQuery': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeQuery,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeQueryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeQueryResponse.SerializeToString,
- ),
- 'GetQueryStatus': grpc.unary_unary_rpc_method_handler(
- servicer.GetQueryStatus,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetQueryStatusRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetQueryStatusResponse.SerializeToString,
- ),
- 'ModifyQuery': grpc.unary_unary_rpc_method_handler(
- servicer.ModifyQuery,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyQueryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyQueryResponse.SerializeToString,
- ),
- 'DeleteQuery': grpc.unary_unary_rpc_method_handler(
- servicer.DeleteQuery,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteQueryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteQueryResponse.SerializeToString,
- ),
- 'ControlQuery': grpc.unary_unary_rpc_method_handler(
- servicer.ControlQuery,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ControlQueryRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ControlQueryResponse.SerializeToString,
- ),
- 'GetResultData': grpc.unary_unary_rpc_method_handler(
- servicer.GetResultData,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetResultDataRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetResultDataResponse.SerializeToString,
- ),
- 'ListJobs': grpc.unary_unary_rpc_method_handler(
- servicer.ListJobs,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListJobsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListJobsResponse.SerializeToString,
- ),
- 'DescribeJob': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeJob,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeJobRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeJobResponse.SerializeToString,
- ),
- 'CreateConnection': grpc.unary_unary_rpc_method_handler(
- servicer.CreateConnection,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateConnectionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateConnectionResponse.SerializeToString,
- ),
- 'ListConnections': grpc.unary_unary_rpc_method_handler(
- servicer.ListConnections,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListConnectionsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListConnectionsResponse.SerializeToString,
- ),
- 'DescribeConnection': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeConnection,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeConnectionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeConnectionResponse.SerializeToString,
- ),
- 'ModifyConnection': grpc.unary_unary_rpc_method_handler(
- servicer.ModifyConnection,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyConnectionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyConnectionResponse.SerializeToString,
- ),
- 'DeleteConnection': grpc.unary_unary_rpc_method_handler(
- servicer.DeleteConnection,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteConnectionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteConnectionResponse.SerializeToString,
- ),
- 'TestConnection': grpc.unary_unary_rpc_method_handler(
- servicer.TestConnection,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.TestConnectionRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.TestConnectionResponse.SerializeToString,
- ),
- 'CreateBinding': grpc.unary_unary_rpc_method_handler(
- servicer.CreateBinding,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateBindingRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateBindingResponse.SerializeToString,
- ),
- 'ListBindings': grpc.unary_unary_rpc_method_handler(
- servicer.ListBindings,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListBindingsRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListBindingsResponse.SerializeToString,
- ),
- 'DescribeBinding': grpc.unary_unary_rpc_method_handler(
- servicer.DescribeBinding,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeBindingRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeBindingResponse.SerializeToString,
- ),
- 'ModifyBinding': grpc.unary_unary_rpc_method_handler(
- servicer.ModifyBinding,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyBindingRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyBindingResponse.SerializeToString,
- ),
- 'DeleteBinding': grpc.unary_unary_rpc_method_handler(
- servicer.DeleteBinding,
- request_deserializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteBindingRequest.FromString,
- response_serializer=ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteBindingResponse.SerializeToString,
- ),
- }
- generic_handler = grpc.method_handlers_generic_handler(
- 'YandexQuery.V1.YandexQueryService', rpc_method_handlers)
- server.add_generic_rpc_handlers((generic_handler,))
-
-
- # This class is part of an EXPERIMENTAL API.
-class YandexQueryService(object):
- """Missing associated documentation comment in .proto file."""
-
- @staticmethod
- def CreateQuery(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/CreateQuery',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateQueryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateQueryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListQueries(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/ListQueries',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListQueriesRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListQueriesResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeQuery(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/DescribeQuery',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeQueryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeQueryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def GetQueryStatus(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/GetQueryStatus',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetQueryStatusRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetQueryStatusResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ModifyQuery(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/ModifyQuery',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyQueryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyQueryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DeleteQuery(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/DeleteQuery',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteQueryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteQueryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ControlQuery(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/ControlQuery',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ControlQueryRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ControlQueryResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def GetResultData(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/GetResultData',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetResultDataRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.GetResultDataResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListJobs(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/ListJobs',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListJobsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListJobsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeJob(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/DescribeJob',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeJobRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeJobResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CreateConnection(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/CreateConnection',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateConnectionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateConnectionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListConnections(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/ListConnections',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListConnectionsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListConnectionsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeConnection(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/DescribeConnection',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeConnectionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeConnectionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ModifyConnection(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/ModifyConnection',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyConnectionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyConnectionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DeleteConnection(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/DeleteConnection',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteConnectionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteConnectionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def TestConnection(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/TestConnection',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.TestConnectionRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.TestConnectionResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def CreateBinding(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/CreateBinding',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateBindingRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.CreateBindingResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ListBindings(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/ListBindings',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListBindingsRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ListBindingsResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DescribeBinding(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/DescribeBinding',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeBindingRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DescribeBindingResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def ModifyBinding(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/ModifyBinding',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyBindingRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.ModifyBindingResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
-
- @staticmethod
- def DeleteBinding(request,
- target,
- options=(),
- channel_credentials=None,
- call_credentials=None,
- insecure=False,
- compression=None,
- wait_for_ready=None,
- timeout=None,
- metadata=None):
- return grpc.experimental.unary_unary(request, target, '/YandexQuery.V1.YandexQueryService/DeleteBinding',
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteBindingRequest.SerializeToString,
- ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DeleteBindingResponse.FromString,
- options, channel_credentials,
- insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/__init__.py b/ydb/public/sdk/python/ydb/public/api/protos/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/annotations/__init__.py b/ydb/public/sdk/python/ydb/public/api/protos/annotations/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/annotations/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/annotations/sensitive_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/annotations/sensitive_pb2.py
deleted file mode 100644
index e07539c9b39..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/annotations/sensitive_pb2.py
+++ /dev/null
@@ -1,43 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/annotations/sensitive.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/annotations/sensitive.proto',
- package='Ydb',
- syntax='proto3',
- serialized_options=b'\n\016com.yandex.ydb\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n1ydb/public/api/protos/annotations/sensitive.proto\x12\x03Ydb\x1a google/protobuf/descriptor.proto:2\n\tsensitive\x12\x1d.google.protobuf.FieldOptions\x18\xe7\xac\x05 \x01(\x08\x42\x13\n\x0e\x63om.yandex.ydb\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,])
-
-
-SENSITIVE_FIELD_NUMBER = 87655
-sensitive = _descriptor.FieldDescriptor(
- name='sensitive', full_name='Ydb.sensitive', index=0,
- number=87655, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=True, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key)
-
-DESCRIPTOR.extensions_by_name['sensitive'] = sensitive
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-google_dot_protobuf_dot_descriptor__pb2.FieldOptions.RegisterExtension(sensitive)
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/annotations/sensitive_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/annotations/sensitive_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/annotations/sensitive_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/annotations/validation_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/annotations/validation_pb2.py
deleted file mode 100644
index 5c6d1a24927..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/annotations/validation_pb2.py
+++ /dev/null
@@ -1,280 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/annotations/validation.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/annotations/validation.proto',
- package='Ydb',
- syntax='proto3',
- serialized_options=b'\n\016com.yandex.ydb\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n2ydb/public/api/protos/annotations/validation.proto\x12\x03Ydb\x1a google/protobuf/descriptor.proto\"\x9b\x01\n\x05Limit\x12!\n\x05range\x18\x01 \x01(\x0b\x32\x10.Ydb.Limit.RangeH\x00\x12\x0c\n\x02lt\x18\x02 \x01(\rH\x00\x12\x0c\n\x02le\x18\x03 \x01(\rH\x00\x12\x0c\n\x02\x65q\x18\x04 \x01(\rH\x00\x12\x0c\n\x02ge\x18\x05 \x01(\rH\x00\x12\x0c\n\x02gt\x18\x06 \x01(\rH\x00\x1a!\n\x05Range\x12\x0b\n\x03min\x18\x01 \x01(\r\x12\x0b\n\x03max\x18\x02 \x01(\rB\x06\n\x04kind\"3\n\x06MapKey\x12\x1a\n\x06length\x18\x01 \x01(\x0b\x32\n.Ydb.Limit\x12\r\n\x05value\x18\x02 \x01(\t:1\n\x08required\x12\x1d.google.protobuf.FieldOptions\x18\xe2\xac\x05 \x01(\x08:9\n\x04size\x12\x1d.google.protobuf.FieldOptions\x18\xe3\xac\x05 \x01(\x0b\x32\n.Ydb.Limit:;\n\x06length\x12\x1d.google.protobuf.FieldOptions\x18\xe4\xac\x05 \x01(\x0b\x32\n.Ydb.Limit:=\n\x07map_key\x12\x1d.google.protobuf.FieldOptions\x18\xe5\xac\x05 \x01(\x0b\x32\x0b.Ydb.MapKey:.\n\x05value\x12\x1d.google.protobuf.FieldOptions\x18\xe6\xac\x05 \x01(\tB\x13\n\x0e\x63om.yandex.ydb\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,])
-
-
-REQUIRED_FIELD_NUMBER = 87650
-required = _descriptor.FieldDescriptor(
- name='required', full_name='Ydb.required', index=0,
- number=87650, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=True, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key)
-SIZE_FIELD_NUMBER = 87651
-size = _descriptor.FieldDescriptor(
- name='size', full_name='Ydb.size', index=1,
- number=87651, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=True, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key)
-LENGTH_FIELD_NUMBER = 87652
-length = _descriptor.FieldDescriptor(
- name='length', full_name='Ydb.length', index=2,
- number=87652, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=True, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key)
-MAP_KEY_FIELD_NUMBER = 87653
-map_key = _descriptor.FieldDescriptor(
- name='map_key', full_name='Ydb.map_key', index=3,
- number=87653, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=True, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key)
-VALUE_FIELD_NUMBER = 87654
-value = _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.value', index=4,
- number=87654, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=True, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key)
-
-
-_LIMIT_RANGE = _descriptor.Descriptor(
- name='Range',
- full_name='Ydb.Limit.Range',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='min', full_name='Ydb.Limit.Range.min', index=0,
- number=1, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max', full_name='Ydb.Limit.Range.max', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=208,
- serialized_end=241,
-)
-
-_LIMIT = _descriptor.Descriptor(
- name='Limit',
- full_name='Ydb.Limit',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='range', full_name='Ydb.Limit.range', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='lt', full_name='Ydb.Limit.lt', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='le', full_name='Ydb.Limit.le', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='eq', full_name='Ydb.Limit.eq', index=3,
- number=4, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ge', full_name='Ydb.Limit.ge', index=4,
- number=5, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='gt', full_name='Ydb.Limit.gt', index=5,
- number=6, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_LIMIT_RANGE, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='kind', full_name='Ydb.Limit.kind',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=94,
- serialized_end=249,
-)
-
-
-_MAPKEY = _descriptor.Descriptor(
- name='MapKey',
- full_name='Ydb.MapKey',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='length', full_name='Ydb.MapKey.length', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.MapKey.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=251,
- serialized_end=302,
-)
-
-_LIMIT_RANGE.containing_type = _LIMIT
-_LIMIT.fields_by_name['range'].message_type = _LIMIT_RANGE
-_LIMIT.oneofs_by_name['kind'].fields.append(
- _LIMIT.fields_by_name['range'])
-_LIMIT.fields_by_name['range'].containing_oneof = _LIMIT.oneofs_by_name['kind']
-_LIMIT.oneofs_by_name['kind'].fields.append(
- _LIMIT.fields_by_name['lt'])
-_LIMIT.fields_by_name['lt'].containing_oneof = _LIMIT.oneofs_by_name['kind']
-_LIMIT.oneofs_by_name['kind'].fields.append(
- _LIMIT.fields_by_name['le'])
-_LIMIT.fields_by_name['le'].containing_oneof = _LIMIT.oneofs_by_name['kind']
-_LIMIT.oneofs_by_name['kind'].fields.append(
- _LIMIT.fields_by_name['eq'])
-_LIMIT.fields_by_name['eq'].containing_oneof = _LIMIT.oneofs_by_name['kind']
-_LIMIT.oneofs_by_name['kind'].fields.append(
- _LIMIT.fields_by_name['ge'])
-_LIMIT.fields_by_name['ge'].containing_oneof = _LIMIT.oneofs_by_name['kind']
-_LIMIT.oneofs_by_name['kind'].fields.append(
- _LIMIT.fields_by_name['gt'])
-_LIMIT.fields_by_name['gt'].containing_oneof = _LIMIT.oneofs_by_name['kind']
-_MAPKEY.fields_by_name['length'].message_type = _LIMIT
-DESCRIPTOR.message_types_by_name['Limit'] = _LIMIT
-DESCRIPTOR.message_types_by_name['MapKey'] = _MAPKEY
-DESCRIPTOR.extensions_by_name['required'] = required
-DESCRIPTOR.extensions_by_name['size'] = size
-DESCRIPTOR.extensions_by_name['length'] = length
-DESCRIPTOR.extensions_by_name['map_key'] = map_key
-DESCRIPTOR.extensions_by_name['value'] = value
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-Limit = _reflection.GeneratedProtocolMessageType('Limit', (_message.Message,), {
-
- 'Range' : _reflection.GeneratedProtocolMessageType('Range', (_message.Message,), {
- 'DESCRIPTOR' : _LIMIT_RANGE,
- '__module__' : 'ydb.public.api.protos.annotations.validation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Limit.Range)
- })
- ,
- 'DESCRIPTOR' : _LIMIT,
- '__module__' : 'ydb.public.api.protos.annotations.validation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Limit)
- })
-_sym_db.RegisterMessage(Limit)
-_sym_db.RegisterMessage(Limit.Range)
-
-MapKey = _reflection.GeneratedProtocolMessageType('MapKey', (_message.Message,), {
- 'DESCRIPTOR' : _MAPKEY,
- '__module__' : 'ydb.public.api.protos.annotations.validation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.MapKey)
- })
-_sym_db.RegisterMessage(MapKey)
-
-google_dot_protobuf_dot_descriptor__pb2.FieldOptions.RegisterExtension(required)
-size.message_type = _LIMIT
-google_dot_protobuf_dot_descriptor__pb2.FieldOptions.RegisterExtension(size)
-length.message_type = _LIMIT
-google_dot_protobuf_dot_descriptor__pb2.FieldOptions.RegisterExtension(length)
-map_key.message_type = _MAPKEY
-google_dot_protobuf_dot_descriptor__pb2.FieldOptions.RegisterExtension(map_key)
-google_dot_protobuf_dot_descriptor__pb2.FieldOptions.RegisterExtension(value)
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/annotations/validation_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/annotations/validation_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/annotations/validation_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/__init__.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/datastreams_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/datastreams_pb2.py
deleted file mode 100644
index f17c5a8600a..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/datastreams_pb2.py
+++ /dev/null
@@ -1,5857 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/draft/datastreams.proto
-"""Generated protocol buffer code."""
-from google.protobuf.internal import enum_type_wrapper
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos.annotations import validation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from ydb.public.api.protos import ydb_status_codes_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2
-from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/draft/datastreams.proto',
- package='Ydb.DataStreams.V1',
- syntax='proto3',
- serialized_options=b'\n\035com.yandex.ydb.datastreams.v1\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n-ydb/public/api/protos/draft/datastreams.proto\x12\x12Ydb.DataStreams.V1\x1a\x32ydb/public/api/protos/annotations/validation.proto\x1a)ydb/public/api/protos/ydb_operation.proto\x1a,ydb/public/api/protos/ydb_status_codes.proto\x1a google/protobuf/descriptor.proto\".\n\x0f\x45nhancedMetrics\x12\x1b\n\x13shard_level_metrics\x18\x01 \x03(\t\"k\n\nChildShard\x12\x38\n\x0ehash_key_range\x18\x01 \x01(\x0b\x32 .Ydb.DataStreams.V1.HashKeyRange\x12\x15\n\rparent_shards\x18\x02 \x03(\t\x12\x0c\n\x04name\x18\x03 \x01(\t\"\xb3\x01\n\x08\x43onsumer\x12\x14\n\x0c\x63onsumer_arn\x18\x01 \x01(\t\x12)\n\x1b\x63onsumer_creation_timestamp\x18\x02 \x01(\x03\x42\x04\xd8\xb0\x1c\x02\x12\x15\n\rconsumer_name\x18\x03 \x01(\t\x12O\n\x0f\x63onsumer_status\x18\x04 \x01(\x0e\x32\x36.Ydb.DataStreams.V1.ConsumerDescription.ConsumerStatus\"B\n\x0cHashKeyRange\x12\x19\n\x11starting_hash_key\x18\x01 \x01(\t\x12\x17\n\x0f\x65nding_hash_key\x18\x02 \x01(\t\"\x9d\x01\n\x06Record\x12\x17\n\ttimestamp\x18\x01 \x01(\x03\x42\x04\xd8\xb0\x1c\x02\x12\x12\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x42\x04\xd8\xb0\x1c\x01\x12\x36\n\nencryption\x18\x03 \x01(\x0e\x32\".Ydb.DataStreams.V1.EncryptionType\x12\x15\n\rpartition_key\x18\x04 \x01(\t\x12\x17\n\x0fsequence_number\x18\x05 \x01(\t\"\xae\x04\n\x11StreamDescription\x12;\n\x0f\x65ncryption_type\x18\x01 \x01(\x0e\x32\".Ydb.DataStreams.V1.EncryptionType\x12@\n\x13\x65nhanced_monitoring\x18\x02 \x03(\x0b\x32#.Ydb.DataStreams.V1.EnhancedMetrics\x12\x17\n\x0fhas_more_shards\x18\x03 \x01(\x08\x12\x0e\n\x06key_id\x18\x04 \x01(\t\x12\x1e\n\x16retention_period_hours\x18\x05 \x01(\x05\x12)\n\x06shards\x18\x06 \x03(\x0b\x32\x19.Ydb.DataStreams.V1.Shard\x12\x12\n\nstream_arn\x18\x07 \x01(\t\x12\'\n\x19stream_creation_timestamp\x18\x08 \x01(\x03\x42\x04\xd8\xb0\x1c\x02\x12I\n\rstream_status\x18\t \x01(\x0e\x32\x32.Ydb.DataStreams.V1.StreamDescription.StreamStatus\x12\x13\n\x0bstream_name\x18\n \x01(\t\x12\x1e\n\x16write_quota_kb_per_sec\x18\x0b \x01(\x05\x12\r\n\x05owner\x18\x0c \x01(\t\"Z\n\x0cStreamStatus\x12\x14\n\x10STATUS_UNDEFINED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08\x44\x45LETING\x10\x02\x12\n\n\x06\x41\x43TIVE\x10\x03\x12\x0c\n\x08UPDATING\x10\x04\"W\n\x13SequenceNumberRange\x12 \n\x18starting_sequence_number\x18\x01 \x01(\t\x12\x1e\n\x16\x65nding_sequence_number\x18\x02 \x01(\t\"\xe2\x01\n\x05Shard\x12&\n\x18\x61\x64jacent_parent_shard_id\x18\x01 \x01(\tB\x04\xd8\xb0\x1c\x03\x12\x38\n\x0ehash_key_range\x18\x02 \x01(\x0b\x32 .Ydb.DataStreams.V1.HashKeyRange\x12\x1d\n\x0fparent_shard_id\x18\x03 \x01(\tB\x04\xd8\xb0\x1c\x03\x12\x46\n\x15sequence_number_range\x18\x04 \x01(\x0b\x32\'.Ydb.DataStreams.V1.SequenceNumberRange\x12\x10\n\x08shard_id\x18\x05 \x01(\t\"\xa0\x02\n\x13\x43onsumerDescription\x12\x14\n\x0c\x63onsumer_arn\x18\x01 \x01(\t\x12)\n\x1b\x63onsumer_creation_timestamp\x18\x02 \x01(\x03\x42\x04\xd8\xb0\x1c\x02\x12\x15\n\rconsumer_name\x18\x03 \x01(\t\x12O\n\x0f\x63onsumer_status\x18\x04 \x01(\x0e\x32\x36.Ydb.DataStreams.V1.ConsumerDescription.ConsumerStatus\x12\x12\n\nstream_arn\x18\x05 \x01(\t\"L\n\x0e\x43onsumerStatus\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0c\n\x08\x44\x45LETING\x10\x02\x12\n\n\x06\x41\x43TIVE\x10\x03\"\x9a\x02\n\x0bShardFilter\x12\x10\n\x08shard_id\x18\x01 \x01(\t\x12\x17\n\ttimestamp\x18\x02 \x01(\x03\x42\x04\xd8\xb0\x1c\x02\x12=\n\x04type\x18\x03 \x01(\x0e\x32/.Ydb.DataStreams.V1.ShardFilter.ShardFilterType\"\xa0\x01\n\x0fShardFilterType\x12\x18\n\x14SHARD_TYPE_UNDEFINED\x10\x00\x12\x12\n\x0e\x41\x46TER_SHARD_ID\x10\x01\x12\x13\n\x0f\x41T_TRIM_HORIZON\x10\x02\x12\x15\n\x11\x46ROM_TRIM_HORIZON\x10\x03\x12\r\n\tAT_LATEST\x10\x04\x12\x10\n\x0c\x41T_TIMESTAMP\x10\x05\x12\x12\n\x0e\x46ROM_TIMESTAMP\x10\x06\"y\n\x10StartingPosition\x12\x17\n\ttimestamp\x18\x01 \x01(\x03\x42\x04\xd8\xb0\x1c\x02\x12\x17\n\x0fsequence_number\x18\x02 \x01(\t\x12\x33\n\x04type\x18\x03 \x01(\x0e\x32%.Ydb.DataStreams.V1.ShardIteratorType\"\x98\x03\n\x18StreamDescriptionSummary\x12\x16\n\x0e\x63onsumer_count\x18\x01 \x01(\x05\x12;\n\x0f\x65ncryption_type\x18\x02 \x01(\x0e\x32\".Ydb.DataStreams.V1.EncryptionType\x12@\n\x13\x65nhanced_monitoring\x18\x03 \x03(\x0b\x32#.Ydb.DataStreams.V1.EnhancedMetrics\x12\x0e\n\x06key_id\x18\x04 \x01(\t\x12\x18\n\x10open_shard_count\x18\x05 \x01(\x05\x12\x1e\n\x16retention_period_hours\x18\x06 \x01(\x05\x12\x12\n\nstream_arn\x18\x07 \x01(\t\x12\'\n\x19stream_creation_timestamp\x18\x08 \x01(\x03\x42\x04\xd8\xb0\x1c\x02\x12\x13\n\x0bstream_name\x18\t \x01(\t\x12I\n\rstream_status\x18\n \x01(\x0e\x32\x32.Ydb.DataStreams.V1.StreamDescription.StreamStatus\"\xbe\x01\n\x15SubscribeToShardEvent\x12\x34\n\x0c\x63hild_shards\x18\x01 \x03(\x0b\x32\x1e.Ydb.DataStreams.V1.ChildShard\x12$\n\x1c\x63ontinuation_sequence_number\x18\x02 \x01(\t\x12\x1c\n\x14millis_behind_latest\x18\x03 \x01(\x05\x12+\n\x07records\x18\x04 \x03(\x0b\x32\x1a.Ydb.DataStreams.V1.Record\"\x90\x08\n\x1bSubscribeToShardEventStream\x12\x64\n\x1ainternal_failure_exception\x18\x01 \x01(\x0b\x32>.Ydb.DataStreams.V1.SubscribeToShardEventStream.ExceptionEventH\x00\x12\x65\n\x1bkms_access_denied_exception\x18\x02 \x01(\x0b\x32>.Ydb.DataStreams.V1.SubscribeToShardEventStream.ExceptionEventH\x00\x12`\n\x16kms_disabled_exception\x18\x03 \x01(\x0b\x32>.Ydb.DataStreams.V1.SubscribeToShardEventStream.ExceptionEventH\x00\x12\x65\n\x1bkms_invalid_state_exception\x18\x04 \x01(\x0b\x32>.Ydb.DataStreams.V1.SubscribeToShardEventStream.ExceptionEventH\x00\x12\x61\n\x17kms_not_found_exception\x18\x05 \x01(\x0b\x32>.Ydb.DataStreams.V1.SubscribeToShardEventStream.ExceptionEventH\x00\x12]\n\x13kms_opt_in_required\x18\x06 \x01(\x0b\x32>.Ydb.DataStreams.V1.SubscribeToShardEventStream.ExceptionEventH\x00\x12\x62\n\x18kms_throttling_exception\x18\x07 \x01(\x0b\x32>.Ydb.DataStreams.V1.SubscribeToShardEventStream.ExceptionEventH\x00\x12\x63\n\x19resource_in_use_exception\x18\x08 \x01(\x0b\x32>.Ydb.DataStreams.V1.SubscribeToShardEventStream.ExceptionEventH\x00\x12\x66\n\x1cresource_not_found_exception\x18\t \x01(\x0b\x32>.Ydb.DataStreams.V1.SubscribeToShardEventStream.ExceptionEventH\x00\x12M\n\x18subscribe_to_shard_event\x18\n \x01(\x0b\x32).Ydb.DataStreams.V1.SubscribeToShardEventH\x00\x1a\x10\n\x0e\x45xceptionEventB\x07\n\x05\x65vent\"!\n\x03Tag\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"\xba\x01\n\x13\x43reateStreamRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x13\n\x0bstream_name\x18\x02 \x01(\t\x12\x13\n\x0bshard_count\x18\x03 \x01(\x05\x12\x1e\n\x16write_quota_kb_per_sec\x18\x04 \x01(\x05\x12\x1e\n\x16retention_period_hours\x18\x05 \x01(\x05\"D\n\x14\x43reateStreamResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x14\n\x12\x43reateStreamResult\"\x88\x01\n\x13\x44\x65leteStreamRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12!\n\x19\x65nforce_consumer_deletion\x18\x02 \x01(\x08\x12\x13\n\x0bstream_name\x18\x03 \x01(\t\"D\n\x14\x44\x65leteStreamResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x14\n\x12\x44\x65leteStreamResult\"\x94\x01\n\x12ListStreamsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12#\n\x1b\x65xclusive_start_stream_name\x18\x02 \x01(\t\x12\r\n\x05limit\x18\x03 \x01(\x05\x12\x0f\n\x07recurse\x18\x04 \x01(\x08\"C\n\x13ListStreamsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"C\n\x11ListStreamsResult\x12\x18\n\x10has_more_streams\x18\x01 \x01(\x08\x12\x14\n\x0cstream_names\x18\x02 \x03(\t\"\x8e\x02\n\x11ListShardsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12 \n\x18\x65xclusive_start_shard_id\x18\x02 \x01(\t\x12\x13\n\x0bmax_results\x18\x03 \x01(\x05\x12\x12\n\nnext_token\x18\x04 \x01(\t\x12\x35\n\x0cshard_filter\x18\x05 \x01(\x0b\x32\x1f.Ydb.DataStreams.V1.ShardFilter\x12\'\n\x19stream_creation_timestamp\x18\x06 \x01(\x03\x42\x04\xd8\xb0\x1c\x02\x12\x13\n\x0bstream_name\x18\x07 \x01(\t\"B\n\x12ListShardsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"Q\n\x10ListShardsResult\x12\x12\n\nnext_token\x18\x01 \x01(\t\x12)\n\x06shards\x18\x02 \x03(\x0b\x32\x19.Ydb.DataStreams.V1.Shard\"\x86\x01\n\x14SetWriteQuotaRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x13\n\x0bstream_name\x18\x02 \x01(\t\x12\x1e\n\x16write_quota_kb_per_sec\x18\x03 \x01(\x05\"E\n\x15SetWriteQuotaResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x15\n\x13SetWriteQuotaResult\"\xc1\x01\n\x13UpdateStreamRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x13\n\x0bstream_name\x18\x02 \x01(\t\x12\x1e\n\x16write_quota_kb_per_sec\x18\x03 \x01(\x05\x12\x1a\n\x12target_shard_count\x18\x04 \x01(\x05\x12\x1e\n\x16retention_period_hours\x18\x05 \x01(\x05\"D\n\x14UpdateStreamResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x14\n\x12UpdateStreamResult\"\xbd\x01\n\x1aListStreamConsumersRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x13\n\x0bmax_results\x18\x02 \x01(\x05\x12\x12\n\nnext_token\x18\x03 \x01(\t\x12\x12\n\nstream_arn\x18\x04 \x01(\t\x12\'\n\x19stream_creation_timestamp\x18\x05 \x01(\x03\x42\x04\xd8\xb0\x1c\x02\"K\n\x1bListStreamConsumersResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"`\n\x19ListStreamConsumersResult\x12\x12\n\nnext_token\x18\x01 \x01(\t\x12/\n\tconsumers\x18\x02 \x03(\x0b\x32\x1c.Ydb.DataStreams.V1.Consumer\"\x98\x01\n\x15\x44\x65scribeStreamRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12 \n\x18\x65xclusive_start_shard_id\x18\x02 \x01(\t\x12\r\n\x05limit\x18\x03 \x01(\x05\x12\x13\n\x0bstream_name\x18\x04 \x01(\t\"F\n\x16\x44\x65scribeStreamResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"Y\n\x14\x44\x65scribeStreamResult\x12\x41\n\x12stream_description\x18\x01 \x01(\x0b\x32%.Ydb.DataStreams.V1.StreamDescription\"\x85\x01\n\x1dRegisterStreamConsumerRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x15\n\rconsumer_name\x18\x02 \x01(\t\x12\x12\n\nstream_arn\x18\x03 \x01(\t\"N\n\x1eRegisterStreamConsumerResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"N\n\x1cRegisterStreamConsumerResult\x12.\n\x08\x63onsumer\x18\x01 \x01(\x0b\x32\x1c.Ydb.DataStreams.V1.Consumer\"\x9d\x01\n\x1f\x44\x65registerStreamConsumerRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x14\n\x0c\x63onsumer_arn\x18\x02 \x01(\t\x12\x15\n\rconsumer_name\x18\x03 \x01(\t\x12\x12\n\nstream_arn\x18\x04 \x01(\t\"P\n DeregisterStreamConsumerResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\" \n\x1e\x44\x65registerStreamConsumerResult\"\x9b\x01\n\x1d\x44\x65scribeStreamConsumerRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x14\n\x0c\x63onsumer_arn\x18\x02 \x01(\t\x12\x15\n\rconsumer_name\x18\x03 \x01(\t\x12\x12\n\nstream_arn\x18\x04 \x01(\t\"N\n\x1e\x44\x65scribeStreamConsumerResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"e\n\x1c\x44\x65scribeStreamConsumerResult\x12\x45\n\x14\x63onsumer_description\x18\x01 \x01(\x0b\x32\'.Ydb.DataStreams.V1.ConsumerDescription\"^\n\x16PutRecordsRequestEntry\x12\x12\n\x04\x64\x61ta\x18\x01 \x01(\x0c\x42\x04\xd8\xb0\x1c\x01\x12\x19\n\x11\x65xplicit_hash_key\x18\x02 \x01(\t\x12\x15\n\rpartition_key\x18\x03 \x01(\t\"y\n\x15PutRecordsResultEntry\x12\x1b\n\rerror_message\x18\x02 \x01(\tB\x04\xd8\xb0\x1c\x03\x12\x18\n\nerror_code\x18\x03 \x01(\tB\x04\xd8\xb0\x1c\x03\x12\x17\n\x0fsequence_number\x18\x04 \x01(\t\x12\x10\n\x08shard_id\x18\x05 \x01(\t\"u\n\x11GetRecordsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\r\n\x05limit\x18\x02 \x01(\x05\x12\x16\n\x0eshard_iterator\x18\x03 \x01(\t\"B\n\x12GetRecordsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xb0\x01\n\x10GetRecordsResult\x12\x34\n\x0c\x63hild_shards\x18\x01 \x03(\x0b\x32\x1e.Ydb.DataStreams.V1.ChildShard\x12\x1c\n\x14millis_behind_latest\x18\x02 \x01(\x03\x12\x1b\n\x13next_shard_iterator\x18\x03 \x01(\t\x12+\n\x07records\x18\x04 \x03(\x0b\x32\x1a.Ydb.DataStreams.V1.Record\"\xce\x01\n\x10PutRecordRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x12\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x42\x04\xd8\xb0\x1c\x01\x12\x19\n\x11\x65xplicit_hash_key\x18\x03 \x01(\t\x12\x15\n\rpartition_key\x18\x04 \x01(\t\x12$\n\x1csequence_number_for_ordering\x18\x05 \x01(\t\x12\x13\n\x0bstream_name\x18\x06 \x01(\t\"A\n\x11PutRecordResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"y\n\x0fPutRecordResult\x12;\n\x0f\x65ncryption_type\x18\x01 \x01(\x0e\x32\".Ydb.DataStreams.V1.EncryptionType\x12\x17\n\x0fsequence_number\x18\x02 \x01(\t\x12\x10\n\x08shard_id\x18\x03 \x01(\t\"\xa0\x01\n\x11PutRecordsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12;\n\x07records\x18\x02 \x03(\x0b\x32*.Ydb.DataStreams.V1.PutRecordsRequestEntry\x12\x13\n\x0bstream_name\x18\x03 \x01(\t\"B\n\x12PutRecordsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xa8\x01\n\x10PutRecordsResult\x12;\n\x0f\x65ncryption_type\x18\x01 \x01(\x0e\x32\".Ydb.DataStreams.V1.EncryptionType\x12\x1b\n\x13\x66\x61iled_record_count\x18\x02 \x01(\x05\x12:\n\x07records\x18\x03 \x03(\x0b\x32).Ydb.DataStreams.V1.PutRecordsResultEntry\"\xfa\x01\n\x17GetShardIteratorRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x10\n\x08shard_id\x18\x02 \x01(\t\x12\x42\n\x13shard_iterator_type\x18\x03 \x01(\x0e\x32%.Ydb.DataStreams.V1.ShardIteratorType\x12 \n\x18starting_sequence_number\x18\x04 \x01(\t\x12\x13\n\x0bstream_name\x18\x05 \x01(\t\x12\x17\n\ttimestamp\x18\x06 \x01(\x03\x42\x04\xd8\xb0\x1c\x02\"H\n\x18GetShardIteratorResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"0\n\x16GetShardIteratorResult\x12\x16\n\x0eshard_iterator\x18\x01 \x01(\t\"\xbd\x01\n\x17SubscribeToShardRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x14\n\x0c\x63onsumer_arn\x18\x02 \x01(\t\x12\x10\n\x08shard_id\x18\x03 \x01(\t\x12?\n\x11starting_position\x18\x04 \x01(\x0b\x32$.Ydb.DataStreams.V1.StartingPosition\"H\n\x18SubscribeToShardResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"_\n\x16SubscribeToShardResult\x12\x45\n\x0c\x65vent_stream\x18\x01 \x01(\x0b\x32/.Ydb.DataStreams.V1.SubscribeToShardEventStream\"v\n\x16\x41\x64\x64TagsToStreamRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x13\n\x0bstream_name\x18\x02 \x01(\t\x12\x0c\n\x04tags\x18\x03 \x03(\t\"G\n\x17\x41\x64\x64TagsToStreamResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x17\n\x15\x41\x64\x64TagsToStreamResult\"\x96\x01\n$DecreaseStreamRetentionPeriodRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x13\n\x0bstream_name\x18\x02 \x01(\t\x12\x1e\n\x16retention_period_hours\x18\x03 \x01(\x05\"U\n%DecreaseStreamRetentionPeriodResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"%\n#DecreaseStreamRetentionPeriodResult\"R\n\x15\x44\x65scribeLimitsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"F\n\x16\x44\x65scribeLimitsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"E\n\x14\x44\x65scribeLimitsResult\x12\x18\n\x10open_shard_count\x18\x01 \x01(\x05\x12\x13\n\x0bshard_limit\x18\x02 \x01(\x05\"n\n\x1c\x44\x65scribeStreamSummaryRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x13\n\x0bstream_name\x18\x02 \x01(\t\"M\n\x1d\x44\x65scribeStreamSummaryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"o\n\x1b\x44\x65scribeStreamSummaryResult\x12P\n\x1astream_description_summary\x18\x01 \x01(\x0b\x32,.Ydb.DataStreams.V1.StreamDescriptionSummary\"\x8f\x01\n DisableEnhancedMonitoringRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1b\n\x13shard_level_metrics\x18\x02 \x03(\t\x12\x13\n\x0bstream_name\x18\x03 \x01(\t\"Q\n!DisableEnhancedMonitoringResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x80\x01\n\x1f\x44isableEnhancedMonitoringResult\x12#\n\x1b\x63urrent_shard_level_metrics\x18\x01 \x03(\t\x12#\n\x1b\x64\x65sired_shard_level_metrics\x18\x02 \x03(\t\x12\x13\n\x0bstream_name\x18\x03 \x01(\t\"\x8e\x01\n\x1f\x45nableEnhancedMonitoringRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1b\n\x13shard_level_metrics\x18\x02 \x03(\t\x12\x13\n\x0bstream_name\x18\x03 \x01(\t\"P\n EnableEnhancedMonitoringResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x7f\n\x1e\x45nableEnhancedMonitoringResult\x12#\n\x1b\x63urrent_shard_level_metrics\x18\x01 \x03(\t\x12#\n\x1b\x64\x65sired_shard_level_metrics\x18\x02 \x03(\t\x12\x13\n\x0bstream_name\x18\x03 \x01(\t\"\x96\x01\n$IncreaseStreamRetentionPeriodRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1e\n\x16retention_period_hours\x18\x02 \x01(\x05\x12\x13\n\x0bstream_name\x18\x03 \x01(\t\"U\n%IncreaseStreamRetentionPeriodResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"%\n#IncreaseStreamRetentionPeriodResult\"\x9a\x01\n\x18ListTagsForStreamRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1f\n\x17\x65xclusive_start_tag_key\x18\x02 \x01(\t\x12\r\n\x05limit\x18\x03 \x01(\x05\x12\x13\n\x0bstream_name\x18\x04 \x01(\t\"I\n\x19ListTagsForStreamResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"W\n\x17ListTagsForStreamResult\x12\x15\n\rhas_more_tags\x18\x01 \x01(\x08\x12%\n\x04tags\x18\x02 \x03(\x0b\x32\x17.Ydb.DataStreams.V1.Tag\"\x9d\x01\n\x12MergeShardsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1f\n\x17\x61\x64jacent_shard_to_merge\x18\x02 \x01(\t\x12\x16\n\x0eshard_to_merge\x18\x03 \x01(\t\x12\x13\n\x0bstream_name\x18\x04 \x01(\t\"C\n\x13MergeShardsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x13\n\x11MergeShardsResult\"\x7f\n\x1bRemoveTagsFromStreamRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x13\n\x0bstream_name\x18\x02 \x01(\t\x12\x10\n\x08tag_keys\x18\x03 \x03(\t\"L\n\x1cRemoveTagsFromStreamResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x1c\n\x1aRemoveTagsFromStreamResult\"\x9a\x01\n\x11SplitShardRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1d\n\x15new_starting_hash_key\x18\x02 \x01(\t\x12\x16\n\x0eshard_to_split\x18\x03 \x01(\t\x12\x13\n\x0bstream_name\x18\x04 \x01(\t\"B\n\x12SplitShardResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x12\n\x10SplitShardResult\"\xbb\x01\n\x1cStartStreamEncryptionRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12;\n\x0f\x65ncryption_type\x18\x02 \x01(\x0e\x32\".Ydb.DataStreams.V1.EncryptionType\x12\x0e\n\x06key_id\x18\x03 \x01(\t\x12\x13\n\x0bstream_name\x18\x04 \x01(\t\"M\n\x1dStartStreamEncryptionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x1d\n\x1bStartStreamEncryptionResult\"\xba\x01\n\x1bStopStreamEncryptionRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12;\n\x0f\x65ncryption_type\x18\x02 \x01(\x0e\x32\".Ydb.DataStreams.V1.EncryptionType\x12\x0e\n\x06key_id\x18\x03 \x01(\t\x12\x13\n\x0bstream_name\x18\x04 \x01(\t\"L\n\x1cStopStreamEncryptionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x1c\n\x1aStopStreamEncryptionResult\"\x92\x02\n\x17UpdateShardCountRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12M\n\x0cscaling_type\x18\x02 \x01(\x0e\x32\x37.Ydb.DataStreams.V1.UpdateShardCountRequest.ScalingType\x12\x13\n\x0bstream_name\x18\x03 \x01(\t\x12\x1a\n\x12target_shard_count\x18\x04 \x01(\x05\"<\n\x0bScalingType\x12\x18\n\x14SCALING_TYPE_UNKNOWN\x10\x00\x12\x13\n\x0fUNIFORM_SCALING\x10\x01\"H\n\x18UpdateShardCountResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"f\n\x16UpdateShardCountResult\x12\x1b\n\x13\x63urrent_shard_count\x18\x01 \x01(\x05\x12\x13\n\x0bstream_name\x18\x02 \x01(\t\x12\x1a\n\x12target_shard_count\x18\x03 \x01(\x05*\x86\x01\n\x18\x45\x46ieldTransformationType\x12\x12\n\x0eTRANSFORM_NONE\x10\x00\x12\x14\n\x10TRANSFORM_BASE64\x10\x01\x12 \n\x1cTRANSFORM_DOUBLE_S_TO_INT_MS\x10\x02\x12\x1e\n\x1aTRANSFORM_EMPTY_TO_NOTHING\x10\x03*=\n\x0e\x45ncryptionType\x12\x18\n\x14\x45NCRYPTION_UNDEFINED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x07\n\x03KMS\x10\x02*\x94\x01\n\x11ShardIteratorType\x12\x1c\n\x18SHARD_ITERATOR_UNDEFINED\x10\x00\x12\x16\n\x12\x41T_SEQUENCE_NUMBER\x10\x01\x12\x19\n\x15\x41\x46TER_SEQUENCE_NUMBER\x10\x02\x12\x10\n\x0c\x41T_TIMESTAMP\x10\x03\x12\x10\n\x0cTRIM_HORIZON\x10\x04\x12\n\n\x06LATEST\x10\x05:g\n\x10\x46ieldTransformer\x12\x1d.google.protobuf.FieldOptions\x18\x8b\xc6\x03 \x01(\x0e\x32,.Ydb.DataStreams.V1.EFieldTransformationTypeB\"\n\x1d\x63om.yandex.ydb.datastreams.v1\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2.DESCRIPTOR,google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,])
-
-_EFIELDTRANSFORMATIONTYPE = _descriptor.EnumDescriptor(
- name='EFieldTransformationType',
- full_name='Ydb.DataStreams.V1.EFieldTransformationType',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='TRANSFORM_NONE', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TRANSFORM_BASE64', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TRANSFORM_DOUBLE_S_TO_INT_MS', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TRANSFORM_EMPTY_TO_NOTHING', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=13668,
- serialized_end=13802,
-)
-_sym_db.RegisterEnumDescriptor(_EFIELDTRANSFORMATIONTYPE)
-
-EFieldTransformationType = enum_type_wrapper.EnumTypeWrapper(_EFIELDTRANSFORMATIONTYPE)
-_ENCRYPTIONTYPE = _descriptor.EnumDescriptor(
- name='EncryptionType',
- full_name='Ydb.DataStreams.V1.EncryptionType',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='ENCRYPTION_UNDEFINED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='NONE', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='KMS', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=13804,
- serialized_end=13865,
-)
-_sym_db.RegisterEnumDescriptor(_ENCRYPTIONTYPE)
-
-EncryptionType = enum_type_wrapper.EnumTypeWrapper(_ENCRYPTIONTYPE)
-_SHARDITERATORTYPE = _descriptor.EnumDescriptor(
- name='ShardIteratorType',
- full_name='Ydb.DataStreams.V1.ShardIteratorType',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='SHARD_ITERATOR_UNDEFINED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='AT_SEQUENCE_NUMBER', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='AFTER_SEQUENCE_NUMBER', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='AT_TIMESTAMP', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TRIM_HORIZON', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='LATEST', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=13868,
- serialized_end=14016,
-)
-_sym_db.RegisterEnumDescriptor(_SHARDITERATORTYPE)
-
-ShardIteratorType = enum_type_wrapper.EnumTypeWrapper(_SHARDITERATORTYPE)
-TRANSFORM_NONE = 0
-TRANSFORM_BASE64 = 1
-TRANSFORM_DOUBLE_S_TO_INT_MS = 2
-TRANSFORM_EMPTY_TO_NOTHING = 3
-ENCRYPTION_UNDEFINED = 0
-NONE = 1
-KMS = 2
-SHARD_ITERATOR_UNDEFINED = 0
-AT_SEQUENCE_NUMBER = 1
-AFTER_SEQUENCE_NUMBER = 2
-AT_TIMESTAMP = 3
-TRIM_HORIZON = 4
-LATEST = 5
-
-FIELDTRANSFORMER_FIELD_NUMBER = 58123
-FieldTransformer = _descriptor.FieldDescriptor(
- name='FieldTransformer', full_name='Ydb.DataStreams.V1.FieldTransformer', index=0,
- number=58123, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=True, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key)
-
-_STREAMDESCRIPTION_STREAMSTATUS = _descriptor.EnumDescriptor(
- name='StreamStatus',
- full_name='Ydb.DataStreams.V1.StreamDescription.StreamStatus',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STATUS_UNDEFINED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CREATING', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DELETING', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ACTIVE', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UPDATING', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=1280,
- serialized_end=1370,
-)
-_sym_db.RegisterEnumDescriptor(_STREAMDESCRIPTION_STREAMSTATUS)
-
-_CONSUMERDESCRIPTION_CONSUMERSTATUS = _descriptor.EnumDescriptor(
- name='ConsumerStatus',
- full_name='Ydb.DataStreams.V1.ConsumerDescription.ConsumerStatus',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STATUS_UNKNOWN', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CREATING', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DELETING', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ACTIVE', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=1903,
- serialized_end=1979,
-)
-_sym_db.RegisterEnumDescriptor(_CONSUMERDESCRIPTION_CONSUMERSTATUS)
-
-_SHARDFILTER_SHARDFILTERTYPE = _descriptor.EnumDescriptor(
- name='ShardFilterType',
- full_name='Ydb.DataStreams.V1.ShardFilter.ShardFilterType',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='SHARD_TYPE_UNDEFINED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='AFTER_SHARD_ID', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='AT_TRIM_HORIZON', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='FROM_TRIM_HORIZON', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='AT_LATEST', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='AT_TIMESTAMP', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='FROM_TIMESTAMP', index=6, number=6,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=2104,
- serialized_end=2264,
-)
-_sym_db.RegisterEnumDescriptor(_SHARDFILTER_SHARDFILTERTYPE)
-
-_UPDATESHARDCOUNTREQUEST_SCALINGTYPE = _descriptor.EnumDescriptor(
- name='ScalingType',
- full_name='Ydb.DataStreams.V1.UpdateShardCountRequest.ScalingType',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='SCALING_TYPE_UNKNOWN', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNIFORM_SCALING', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=13427,
- serialized_end=13487,
-)
-_sym_db.RegisterEnumDescriptor(_UPDATESHARDCOUNTREQUEST_SCALINGTYPE)
-
-
-_ENHANCEDMETRICS = _descriptor.Descriptor(
- name='EnhancedMetrics',
- full_name='Ydb.DataStreams.V1.EnhancedMetrics',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='shard_level_metrics', full_name='Ydb.DataStreams.V1.EnhancedMetrics.shard_level_metrics', index=0,
- number=1, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=244,
- serialized_end=290,
-)
-
-
-_CHILDSHARD = _descriptor.Descriptor(
- name='ChildShard',
- full_name='Ydb.DataStreams.V1.ChildShard',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='hash_key_range', full_name='Ydb.DataStreams.V1.ChildShard.hash_key_range', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='parent_shards', full_name='Ydb.DataStreams.V1.ChildShard.parent_shards', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.DataStreams.V1.ChildShard.name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=292,
- serialized_end=399,
-)
-
-
-_CONSUMER = _descriptor.Descriptor(
- name='Consumer',
- full_name='Ydb.DataStreams.V1.Consumer',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='consumer_arn', full_name='Ydb.DataStreams.V1.Consumer.consumer_arn', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_creation_timestamp', full_name='Ydb.DataStreams.V1.Consumer.consumer_creation_timestamp', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\002', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_name', full_name='Ydb.DataStreams.V1.Consumer.consumer_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_status', full_name='Ydb.DataStreams.V1.Consumer.consumer_status', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=402,
- serialized_end=581,
-)
-
-
-_HASHKEYRANGE = _descriptor.Descriptor(
- name='HashKeyRange',
- full_name='Ydb.DataStreams.V1.HashKeyRange',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='starting_hash_key', full_name='Ydb.DataStreams.V1.HashKeyRange.starting_hash_key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ending_hash_key', full_name='Ydb.DataStreams.V1.HashKeyRange.ending_hash_key', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=583,
- serialized_end=649,
-)
-
-
-_RECORD = _descriptor.Descriptor(
- name='Record',
- full_name='Ydb.DataStreams.V1.Record',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='timestamp', full_name='Ydb.DataStreams.V1.Record.timestamp', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\002', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.DataStreams.V1.Record.data', index=1,
- number=2, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='encryption', full_name='Ydb.DataStreams.V1.Record.encryption', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_key', full_name='Ydb.DataStreams.V1.Record.partition_key', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sequence_number', full_name='Ydb.DataStreams.V1.Record.sequence_number', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=652,
- serialized_end=809,
-)
-
-
-_STREAMDESCRIPTION = _descriptor.Descriptor(
- name='StreamDescription',
- full_name='Ydb.DataStreams.V1.StreamDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='encryption_type', full_name='Ydb.DataStreams.V1.StreamDescription.encryption_type', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='enhanced_monitoring', full_name='Ydb.DataStreams.V1.StreamDescription.enhanced_monitoring', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='has_more_shards', full_name='Ydb.DataStreams.V1.StreamDescription.has_more_shards', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='key_id', full_name='Ydb.DataStreams.V1.StreamDescription.key_id', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='retention_period_hours', full_name='Ydb.DataStreams.V1.StreamDescription.retention_period_hours', index=4,
- number=5, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shards', full_name='Ydb.DataStreams.V1.StreamDescription.shards', index=5,
- number=6, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_arn', full_name='Ydb.DataStreams.V1.StreamDescription.stream_arn', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_creation_timestamp', full_name='Ydb.DataStreams.V1.StreamDescription.stream_creation_timestamp', index=7,
- number=8, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\002', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_status', full_name='Ydb.DataStreams.V1.StreamDescription.stream_status', index=8,
- number=9, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.StreamDescription.stream_name', index=9,
- number=10, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='write_quota_kb_per_sec', full_name='Ydb.DataStreams.V1.StreamDescription.write_quota_kb_per_sec', index=10,
- number=11, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='owner', full_name='Ydb.DataStreams.V1.StreamDescription.owner', index=11,
- number=12, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _STREAMDESCRIPTION_STREAMSTATUS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=812,
- serialized_end=1370,
-)
-
-
-_SEQUENCENUMBERRANGE = _descriptor.Descriptor(
- name='SequenceNumberRange',
- full_name='Ydb.DataStreams.V1.SequenceNumberRange',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='starting_sequence_number', full_name='Ydb.DataStreams.V1.SequenceNumberRange.starting_sequence_number', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ending_sequence_number', full_name='Ydb.DataStreams.V1.SequenceNumberRange.ending_sequence_number', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1372,
- serialized_end=1459,
-)
-
-
-_SHARD = _descriptor.Descriptor(
- name='Shard',
- full_name='Ydb.DataStreams.V1.Shard',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='adjacent_parent_shard_id', full_name='Ydb.DataStreams.V1.Shard.adjacent_parent_shard_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\003', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='hash_key_range', full_name='Ydb.DataStreams.V1.Shard.hash_key_range', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='parent_shard_id', full_name='Ydb.DataStreams.V1.Shard.parent_shard_id', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\003', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sequence_number_range', full_name='Ydb.DataStreams.V1.Shard.sequence_number_range', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_id', full_name='Ydb.DataStreams.V1.Shard.shard_id', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1462,
- serialized_end=1688,
-)
-
-
-_CONSUMERDESCRIPTION = _descriptor.Descriptor(
- name='ConsumerDescription',
- full_name='Ydb.DataStreams.V1.ConsumerDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='consumer_arn', full_name='Ydb.DataStreams.V1.ConsumerDescription.consumer_arn', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_creation_timestamp', full_name='Ydb.DataStreams.V1.ConsumerDescription.consumer_creation_timestamp', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\002', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_name', full_name='Ydb.DataStreams.V1.ConsumerDescription.consumer_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_status', full_name='Ydb.DataStreams.V1.ConsumerDescription.consumer_status', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_arn', full_name='Ydb.DataStreams.V1.ConsumerDescription.stream_arn', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _CONSUMERDESCRIPTION_CONSUMERSTATUS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1691,
- serialized_end=1979,
-)
-
-
-_SHARDFILTER = _descriptor.Descriptor(
- name='ShardFilter',
- full_name='Ydb.DataStreams.V1.ShardFilter',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='shard_id', full_name='Ydb.DataStreams.V1.ShardFilter.shard_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='timestamp', full_name='Ydb.DataStreams.V1.ShardFilter.timestamp', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\002', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.DataStreams.V1.ShardFilter.type', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _SHARDFILTER_SHARDFILTERTYPE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1982,
- serialized_end=2264,
-)
-
-
-_STARTINGPOSITION = _descriptor.Descriptor(
- name='StartingPosition',
- full_name='Ydb.DataStreams.V1.StartingPosition',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='timestamp', full_name='Ydb.DataStreams.V1.StartingPosition.timestamp', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\002', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sequence_number', full_name='Ydb.DataStreams.V1.StartingPosition.sequence_number', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.DataStreams.V1.StartingPosition.type', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2266,
- serialized_end=2387,
-)
-
-
-_STREAMDESCRIPTIONSUMMARY = _descriptor.Descriptor(
- name='StreamDescriptionSummary',
- full_name='Ydb.DataStreams.V1.StreamDescriptionSummary',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='consumer_count', full_name='Ydb.DataStreams.V1.StreamDescriptionSummary.consumer_count', index=0,
- number=1, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='encryption_type', full_name='Ydb.DataStreams.V1.StreamDescriptionSummary.encryption_type', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='enhanced_monitoring', full_name='Ydb.DataStreams.V1.StreamDescriptionSummary.enhanced_monitoring', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='key_id', full_name='Ydb.DataStreams.V1.StreamDescriptionSummary.key_id', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='open_shard_count', full_name='Ydb.DataStreams.V1.StreamDescriptionSummary.open_shard_count', index=4,
- number=5, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='retention_period_hours', full_name='Ydb.DataStreams.V1.StreamDescriptionSummary.retention_period_hours', index=5,
- number=6, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_arn', full_name='Ydb.DataStreams.V1.StreamDescriptionSummary.stream_arn', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_creation_timestamp', full_name='Ydb.DataStreams.V1.StreamDescriptionSummary.stream_creation_timestamp', index=7,
- number=8, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\002', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.StreamDescriptionSummary.stream_name', index=8,
- number=9, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_status', full_name='Ydb.DataStreams.V1.StreamDescriptionSummary.stream_status', index=9,
- number=10, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2390,
- serialized_end=2798,
-)
-
-
-_SUBSCRIBETOSHARDEVENT = _descriptor.Descriptor(
- name='SubscribeToShardEvent',
- full_name='Ydb.DataStreams.V1.SubscribeToShardEvent',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='child_shards', full_name='Ydb.DataStreams.V1.SubscribeToShardEvent.child_shards', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='continuation_sequence_number', full_name='Ydb.DataStreams.V1.SubscribeToShardEvent.continuation_sequence_number', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='millis_behind_latest', full_name='Ydb.DataStreams.V1.SubscribeToShardEvent.millis_behind_latest', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='records', full_name='Ydb.DataStreams.V1.SubscribeToShardEvent.records', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2801,
- serialized_end=2991,
-)
-
-
-_SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT = _descriptor.Descriptor(
- name='ExceptionEvent',
- full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.ExceptionEvent',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4009,
- serialized_end=4025,
-)
-
-_SUBSCRIBETOSHARDEVENTSTREAM = _descriptor.Descriptor(
- name='SubscribeToShardEventStream',
- full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='internal_failure_exception', full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.internal_failure_exception', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='kms_access_denied_exception', full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.kms_access_denied_exception', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='kms_disabled_exception', full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.kms_disabled_exception', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='kms_invalid_state_exception', full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.kms_invalid_state_exception', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='kms_not_found_exception', full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.kms_not_found_exception', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='kms_opt_in_required', full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.kms_opt_in_required', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='kms_throttling_exception', full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.kms_throttling_exception', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resource_in_use_exception', full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.resource_in_use_exception', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resource_not_found_exception', full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.resource_not_found_exception', index=8,
- number=9, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='subscribe_to_shard_event', full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.subscribe_to_shard_event', index=9,
- number=10, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='event', full_name='Ydb.DataStreams.V1.SubscribeToShardEventStream.event',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=2994,
- serialized_end=4034,
-)
-
-
-_TAG = _descriptor.Descriptor(
- name='Tag',
- full_name='Ydb.DataStreams.V1.Tag',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.DataStreams.V1.Tag.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.DataStreams.V1.Tag.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4036,
- serialized_end=4069,
-)
-
-
-_CREATESTREAMREQUEST = _descriptor.Descriptor(
- name='CreateStreamRequest',
- full_name='Ydb.DataStreams.V1.CreateStreamRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.CreateStreamRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.CreateStreamRequest.stream_name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_count', full_name='Ydb.DataStreams.V1.CreateStreamRequest.shard_count', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='write_quota_kb_per_sec', full_name='Ydb.DataStreams.V1.CreateStreamRequest.write_quota_kb_per_sec', index=3,
- number=4, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='retention_period_hours', full_name='Ydb.DataStreams.V1.CreateStreamRequest.retention_period_hours', index=4,
- number=5, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4072,
- serialized_end=4258,
-)
-
-
-_CREATESTREAMRESPONSE = _descriptor.Descriptor(
- name='CreateStreamResponse',
- full_name='Ydb.DataStreams.V1.CreateStreamResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.CreateStreamResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4260,
- serialized_end=4328,
-)
-
-
-_CREATESTREAMRESULT = _descriptor.Descriptor(
- name='CreateStreamResult',
- full_name='Ydb.DataStreams.V1.CreateStreamResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4330,
- serialized_end=4350,
-)
-
-
-_DELETESTREAMREQUEST = _descriptor.Descriptor(
- name='DeleteStreamRequest',
- full_name='Ydb.DataStreams.V1.DeleteStreamRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.DeleteStreamRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='enforce_consumer_deletion', full_name='Ydb.DataStreams.V1.DeleteStreamRequest.enforce_consumer_deletion', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.DeleteStreamRequest.stream_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4353,
- serialized_end=4489,
-)
-
-
-_DELETESTREAMRESPONSE = _descriptor.Descriptor(
- name='DeleteStreamResponse',
- full_name='Ydb.DataStreams.V1.DeleteStreamResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.DeleteStreamResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4491,
- serialized_end=4559,
-)
-
-
-_DELETESTREAMRESULT = _descriptor.Descriptor(
- name='DeleteStreamResult',
- full_name='Ydb.DataStreams.V1.DeleteStreamResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4561,
- serialized_end=4581,
-)
-
-
-_LISTSTREAMSREQUEST = _descriptor.Descriptor(
- name='ListStreamsRequest',
- full_name='Ydb.DataStreams.V1.ListStreamsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.ListStreamsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='exclusive_start_stream_name', full_name='Ydb.DataStreams.V1.ListStreamsRequest.exclusive_start_stream_name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limit', full_name='Ydb.DataStreams.V1.ListStreamsRequest.limit', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='recurse', full_name='Ydb.DataStreams.V1.ListStreamsRequest.recurse', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4584,
- serialized_end=4732,
-)
-
-
-_LISTSTREAMSRESPONSE = _descriptor.Descriptor(
- name='ListStreamsResponse',
- full_name='Ydb.DataStreams.V1.ListStreamsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.ListStreamsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4734,
- serialized_end=4801,
-)
-
-
-_LISTSTREAMSRESULT = _descriptor.Descriptor(
- name='ListStreamsResult',
- full_name='Ydb.DataStreams.V1.ListStreamsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='has_more_streams', full_name='Ydb.DataStreams.V1.ListStreamsResult.has_more_streams', index=0,
- number=1, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_names', full_name='Ydb.DataStreams.V1.ListStreamsResult.stream_names', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4803,
- serialized_end=4870,
-)
-
-
-_LISTSHARDSREQUEST = _descriptor.Descriptor(
- name='ListShardsRequest',
- full_name='Ydb.DataStreams.V1.ListShardsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.ListShardsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='exclusive_start_shard_id', full_name='Ydb.DataStreams.V1.ListShardsRequest.exclusive_start_shard_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_results', full_name='Ydb.DataStreams.V1.ListShardsRequest.max_results', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='next_token', full_name='Ydb.DataStreams.V1.ListShardsRequest.next_token', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_filter', full_name='Ydb.DataStreams.V1.ListShardsRequest.shard_filter', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_creation_timestamp', full_name='Ydb.DataStreams.V1.ListShardsRequest.stream_creation_timestamp', index=5,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\002', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.ListShardsRequest.stream_name', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4873,
- serialized_end=5143,
-)
-
-
-_LISTSHARDSRESPONSE = _descriptor.Descriptor(
- name='ListShardsResponse',
- full_name='Ydb.DataStreams.V1.ListShardsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.ListShardsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5145,
- serialized_end=5211,
-)
-
-
-_LISTSHARDSRESULT = _descriptor.Descriptor(
- name='ListShardsResult',
- full_name='Ydb.DataStreams.V1.ListShardsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='next_token', full_name='Ydb.DataStreams.V1.ListShardsResult.next_token', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shards', full_name='Ydb.DataStreams.V1.ListShardsResult.shards', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5213,
- serialized_end=5294,
-)
-
-
-_SETWRITEQUOTAREQUEST = _descriptor.Descriptor(
- name='SetWriteQuotaRequest',
- full_name='Ydb.DataStreams.V1.SetWriteQuotaRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.SetWriteQuotaRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.SetWriteQuotaRequest.stream_name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='write_quota_kb_per_sec', full_name='Ydb.DataStreams.V1.SetWriteQuotaRequest.write_quota_kb_per_sec', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5297,
- serialized_end=5431,
-)
-
-
-_SETWRITEQUOTARESPONSE = _descriptor.Descriptor(
- name='SetWriteQuotaResponse',
- full_name='Ydb.DataStreams.V1.SetWriteQuotaResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.SetWriteQuotaResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5433,
- serialized_end=5502,
-)
-
-
-_SETWRITEQUOTARESULT = _descriptor.Descriptor(
- name='SetWriteQuotaResult',
- full_name='Ydb.DataStreams.V1.SetWriteQuotaResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5504,
- serialized_end=5525,
-)
-
-
-_UPDATESTREAMREQUEST = _descriptor.Descriptor(
- name='UpdateStreamRequest',
- full_name='Ydb.DataStreams.V1.UpdateStreamRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.UpdateStreamRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.UpdateStreamRequest.stream_name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='write_quota_kb_per_sec', full_name='Ydb.DataStreams.V1.UpdateStreamRequest.write_quota_kb_per_sec', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='target_shard_count', full_name='Ydb.DataStreams.V1.UpdateStreamRequest.target_shard_count', index=3,
- number=4, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='retention_period_hours', full_name='Ydb.DataStreams.V1.UpdateStreamRequest.retention_period_hours', index=4,
- number=5, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5528,
- serialized_end=5721,
-)
-
-
-_UPDATESTREAMRESPONSE = _descriptor.Descriptor(
- name='UpdateStreamResponse',
- full_name='Ydb.DataStreams.V1.UpdateStreamResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.UpdateStreamResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5723,
- serialized_end=5791,
-)
-
-
-_UPDATESTREAMRESULT = _descriptor.Descriptor(
- name='UpdateStreamResult',
- full_name='Ydb.DataStreams.V1.UpdateStreamResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5793,
- serialized_end=5813,
-)
-
-
-_LISTSTREAMCONSUMERSREQUEST = _descriptor.Descriptor(
- name='ListStreamConsumersRequest',
- full_name='Ydb.DataStreams.V1.ListStreamConsumersRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.ListStreamConsumersRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_results', full_name='Ydb.DataStreams.V1.ListStreamConsumersRequest.max_results', index=1,
- number=2, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='next_token', full_name='Ydb.DataStreams.V1.ListStreamConsumersRequest.next_token', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_arn', full_name='Ydb.DataStreams.V1.ListStreamConsumersRequest.stream_arn', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_creation_timestamp', full_name='Ydb.DataStreams.V1.ListStreamConsumersRequest.stream_creation_timestamp', index=4,
- number=5, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\002', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5816,
- serialized_end=6005,
-)
-
-
-_LISTSTREAMCONSUMERSRESPONSE = _descriptor.Descriptor(
- name='ListStreamConsumersResponse',
- full_name='Ydb.DataStreams.V1.ListStreamConsumersResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.ListStreamConsumersResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6007,
- serialized_end=6082,
-)
-
-
-_LISTSTREAMCONSUMERSRESULT = _descriptor.Descriptor(
- name='ListStreamConsumersResult',
- full_name='Ydb.DataStreams.V1.ListStreamConsumersResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='next_token', full_name='Ydb.DataStreams.V1.ListStreamConsumersResult.next_token', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumers', full_name='Ydb.DataStreams.V1.ListStreamConsumersResult.consumers', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6084,
- serialized_end=6180,
-)
-
-
-_DESCRIBESTREAMREQUEST = _descriptor.Descriptor(
- name='DescribeStreamRequest',
- full_name='Ydb.DataStreams.V1.DescribeStreamRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.DescribeStreamRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='exclusive_start_shard_id', full_name='Ydb.DataStreams.V1.DescribeStreamRequest.exclusive_start_shard_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limit', full_name='Ydb.DataStreams.V1.DescribeStreamRequest.limit', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.DescribeStreamRequest.stream_name', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6183,
- serialized_end=6335,
-)
-
-
-_DESCRIBESTREAMRESPONSE = _descriptor.Descriptor(
- name='DescribeStreamResponse',
- full_name='Ydb.DataStreams.V1.DescribeStreamResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.DescribeStreamResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6337,
- serialized_end=6407,
-)
-
-
-_DESCRIBESTREAMRESULT = _descriptor.Descriptor(
- name='DescribeStreamResult',
- full_name='Ydb.DataStreams.V1.DescribeStreamResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='stream_description', full_name='Ydb.DataStreams.V1.DescribeStreamResult.stream_description', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6409,
- serialized_end=6498,
-)
-
-
-_REGISTERSTREAMCONSUMERREQUEST = _descriptor.Descriptor(
- name='RegisterStreamConsumerRequest',
- full_name='Ydb.DataStreams.V1.RegisterStreamConsumerRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.RegisterStreamConsumerRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_name', full_name='Ydb.DataStreams.V1.RegisterStreamConsumerRequest.consumer_name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_arn', full_name='Ydb.DataStreams.V1.RegisterStreamConsumerRequest.stream_arn', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6501,
- serialized_end=6634,
-)
-
-
-_REGISTERSTREAMCONSUMERRESPONSE = _descriptor.Descriptor(
- name='RegisterStreamConsumerResponse',
- full_name='Ydb.DataStreams.V1.RegisterStreamConsumerResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.RegisterStreamConsumerResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6636,
- serialized_end=6714,
-)
-
-
-_REGISTERSTREAMCONSUMERRESULT = _descriptor.Descriptor(
- name='RegisterStreamConsumerResult',
- full_name='Ydb.DataStreams.V1.RegisterStreamConsumerResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='consumer', full_name='Ydb.DataStreams.V1.RegisterStreamConsumerResult.consumer', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6716,
- serialized_end=6794,
-)
-
-
-_DEREGISTERSTREAMCONSUMERREQUEST = _descriptor.Descriptor(
- name='DeregisterStreamConsumerRequest',
- full_name='Ydb.DataStreams.V1.DeregisterStreamConsumerRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.DeregisterStreamConsumerRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_arn', full_name='Ydb.DataStreams.V1.DeregisterStreamConsumerRequest.consumer_arn', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_name', full_name='Ydb.DataStreams.V1.DeregisterStreamConsumerRequest.consumer_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_arn', full_name='Ydb.DataStreams.V1.DeregisterStreamConsumerRequest.stream_arn', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6797,
- serialized_end=6954,
-)
-
-
-_DEREGISTERSTREAMCONSUMERRESPONSE = _descriptor.Descriptor(
- name='DeregisterStreamConsumerResponse',
- full_name='Ydb.DataStreams.V1.DeregisterStreamConsumerResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.DeregisterStreamConsumerResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6956,
- serialized_end=7036,
-)
-
-
-_DEREGISTERSTREAMCONSUMERRESULT = _descriptor.Descriptor(
- name='DeregisterStreamConsumerResult',
- full_name='Ydb.DataStreams.V1.DeregisterStreamConsumerResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7038,
- serialized_end=7070,
-)
-
-
-_DESCRIBESTREAMCONSUMERREQUEST = _descriptor.Descriptor(
- name='DescribeStreamConsumerRequest',
- full_name='Ydb.DataStreams.V1.DescribeStreamConsumerRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.DescribeStreamConsumerRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_arn', full_name='Ydb.DataStreams.V1.DescribeStreamConsumerRequest.consumer_arn', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_name', full_name='Ydb.DataStreams.V1.DescribeStreamConsumerRequest.consumer_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_arn', full_name='Ydb.DataStreams.V1.DescribeStreamConsumerRequest.stream_arn', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7073,
- serialized_end=7228,
-)
-
-
-_DESCRIBESTREAMCONSUMERRESPONSE = _descriptor.Descriptor(
- name='DescribeStreamConsumerResponse',
- full_name='Ydb.DataStreams.V1.DescribeStreamConsumerResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.DescribeStreamConsumerResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7230,
- serialized_end=7308,
-)
-
-
-_DESCRIBESTREAMCONSUMERRESULT = _descriptor.Descriptor(
- name='DescribeStreamConsumerResult',
- full_name='Ydb.DataStreams.V1.DescribeStreamConsumerResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='consumer_description', full_name='Ydb.DataStreams.V1.DescribeStreamConsumerResult.consumer_description', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7310,
- serialized_end=7411,
-)
-
-
-_PUTRECORDSREQUESTENTRY = _descriptor.Descriptor(
- name='PutRecordsRequestEntry',
- full_name='Ydb.DataStreams.V1.PutRecordsRequestEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.DataStreams.V1.PutRecordsRequestEntry.data', index=0,
- number=1, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='explicit_hash_key', full_name='Ydb.DataStreams.V1.PutRecordsRequestEntry.explicit_hash_key', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_key', full_name='Ydb.DataStreams.V1.PutRecordsRequestEntry.partition_key', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7413,
- serialized_end=7507,
-)
-
-
-_PUTRECORDSRESULTENTRY = _descriptor.Descriptor(
- name='PutRecordsResultEntry',
- full_name='Ydb.DataStreams.V1.PutRecordsResultEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='error_message', full_name='Ydb.DataStreams.V1.PutRecordsResultEntry.error_message', index=0,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\003', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='error_code', full_name='Ydb.DataStreams.V1.PutRecordsResultEntry.error_code', index=1,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\003', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sequence_number', full_name='Ydb.DataStreams.V1.PutRecordsResultEntry.sequence_number', index=2,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_id', full_name='Ydb.DataStreams.V1.PutRecordsResultEntry.shard_id', index=3,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7509,
- serialized_end=7630,
-)
-
-
-_GETRECORDSREQUEST = _descriptor.Descriptor(
- name='GetRecordsRequest',
- full_name='Ydb.DataStreams.V1.GetRecordsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.GetRecordsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limit', full_name='Ydb.DataStreams.V1.GetRecordsRequest.limit', index=1,
- number=2, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_iterator', full_name='Ydb.DataStreams.V1.GetRecordsRequest.shard_iterator', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7632,
- serialized_end=7749,
-)
-
-
-_GETRECORDSRESPONSE = _descriptor.Descriptor(
- name='GetRecordsResponse',
- full_name='Ydb.DataStreams.V1.GetRecordsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.GetRecordsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7751,
- serialized_end=7817,
-)
-
-
-_GETRECORDSRESULT = _descriptor.Descriptor(
- name='GetRecordsResult',
- full_name='Ydb.DataStreams.V1.GetRecordsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='child_shards', full_name='Ydb.DataStreams.V1.GetRecordsResult.child_shards', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='millis_behind_latest', full_name='Ydb.DataStreams.V1.GetRecordsResult.millis_behind_latest', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='next_shard_iterator', full_name='Ydb.DataStreams.V1.GetRecordsResult.next_shard_iterator', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='records', full_name='Ydb.DataStreams.V1.GetRecordsResult.records', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7820,
- serialized_end=7996,
-)
-
-
-_PUTRECORDREQUEST = _descriptor.Descriptor(
- name='PutRecordRequest',
- full_name='Ydb.DataStreams.V1.PutRecordRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.PutRecordRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.DataStreams.V1.PutRecordRequest.data', index=1,
- number=2, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='explicit_hash_key', full_name='Ydb.DataStreams.V1.PutRecordRequest.explicit_hash_key', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_key', full_name='Ydb.DataStreams.V1.PutRecordRequest.partition_key', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sequence_number_for_ordering', full_name='Ydb.DataStreams.V1.PutRecordRequest.sequence_number_for_ordering', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.PutRecordRequest.stream_name', index=5,
- number=6, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7999,
- serialized_end=8205,
-)
-
-
-_PUTRECORDRESPONSE = _descriptor.Descriptor(
- name='PutRecordResponse',
- full_name='Ydb.DataStreams.V1.PutRecordResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.PutRecordResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8207,
- serialized_end=8272,
-)
-
-
-_PUTRECORDRESULT = _descriptor.Descriptor(
- name='PutRecordResult',
- full_name='Ydb.DataStreams.V1.PutRecordResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='encryption_type', full_name='Ydb.DataStreams.V1.PutRecordResult.encryption_type', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sequence_number', full_name='Ydb.DataStreams.V1.PutRecordResult.sequence_number', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_id', full_name='Ydb.DataStreams.V1.PutRecordResult.shard_id', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8274,
- serialized_end=8395,
-)
-
-
-_PUTRECORDSREQUEST = _descriptor.Descriptor(
- name='PutRecordsRequest',
- full_name='Ydb.DataStreams.V1.PutRecordsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.PutRecordsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='records', full_name='Ydb.DataStreams.V1.PutRecordsRequest.records', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.PutRecordsRequest.stream_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8398,
- serialized_end=8558,
-)
-
-
-_PUTRECORDSRESPONSE = _descriptor.Descriptor(
- name='PutRecordsResponse',
- full_name='Ydb.DataStreams.V1.PutRecordsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.PutRecordsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8560,
- serialized_end=8626,
-)
-
-
-_PUTRECORDSRESULT = _descriptor.Descriptor(
- name='PutRecordsResult',
- full_name='Ydb.DataStreams.V1.PutRecordsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='encryption_type', full_name='Ydb.DataStreams.V1.PutRecordsResult.encryption_type', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='failed_record_count', full_name='Ydb.DataStreams.V1.PutRecordsResult.failed_record_count', index=1,
- number=2, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='records', full_name='Ydb.DataStreams.V1.PutRecordsResult.records', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8629,
- serialized_end=8797,
-)
-
-
-_GETSHARDITERATORREQUEST = _descriptor.Descriptor(
- name='GetShardIteratorRequest',
- full_name='Ydb.DataStreams.V1.GetShardIteratorRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.GetShardIteratorRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_id', full_name='Ydb.DataStreams.V1.GetShardIteratorRequest.shard_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_iterator_type', full_name='Ydb.DataStreams.V1.GetShardIteratorRequest.shard_iterator_type', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='starting_sequence_number', full_name='Ydb.DataStreams.V1.GetShardIteratorRequest.starting_sequence_number', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.GetShardIteratorRequest.stream_name', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='timestamp', full_name='Ydb.DataStreams.V1.GetShardIteratorRequest.timestamp', index=5,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\330\260\034\002', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8800,
- serialized_end=9050,
-)
-
-
-_GETSHARDITERATORRESPONSE = _descriptor.Descriptor(
- name='GetShardIteratorResponse',
- full_name='Ydb.DataStreams.V1.GetShardIteratorResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.GetShardIteratorResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9052,
- serialized_end=9124,
-)
-
-
-_GETSHARDITERATORRESULT = _descriptor.Descriptor(
- name='GetShardIteratorResult',
- full_name='Ydb.DataStreams.V1.GetShardIteratorResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='shard_iterator', full_name='Ydb.DataStreams.V1.GetShardIteratorResult.shard_iterator', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9126,
- serialized_end=9174,
-)
-
-
-_SUBSCRIBETOSHARDREQUEST = _descriptor.Descriptor(
- name='SubscribeToShardRequest',
- full_name='Ydb.DataStreams.V1.SubscribeToShardRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.SubscribeToShardRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_arn', full_name='Ydb.DataStreams.V1.SubscribeToShardRequest.consumer_arn', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_id', full_name='Ydb.DataStreams.V1.SubscribeToShardRequest.shard_id', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='starting_position', full_name='Ydb.DataStreams.V1.SubscribeToShardRequest.starting_position', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9177,
- serialized_end=9366,
-)
-
-
-_SUBSCRIBETOSHARDRESPONSE = _descriptor.Descriptor(
- name='SubscribeToShardResponse',
- full_name='Ydb.DataStreams.V1.SubscribeToShardResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.SubscribeToShardResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9368,
- serialized_end=9440,
-)
-
-
-_SUBSCRIBETOSHARDRESULT = _descriptor.Descriptor(
- name='SubscribeToShardResult',
- full_name='Ydb.DataStreams.V1.SubscribeToShardResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='event_stream', full_name='Ydb.DataStreams.V1.SubscribeToShardResult.event_stream', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9442,
- serialized_end=9537,
-)
-
-
-_ADDTAGSTOSTREAMREQUEST = _descriptor.Descriptor(
- name='AddTagsToStreamRequest',
- full_name='Ydb.DataStreams.V1.AddTagsToStreamRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.AddTagsToStreamRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.AddTagsToStreamRequest.stream_name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tags', full_name='Ydb.DataStreams.V1.AddTagsToStreamRequest.tags', index=2,
- number=3, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9539,
- serialized_end=9657,
-)
-
-
-_ADDTAGSTOSTREAMRESPONSE = _descriptor.Descriptor(
- name='AddTagsToStreamResponse',
- full_name='Ydb.DataStreams.V1.AddTagsToStreamResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.AddTagsToStreamResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9659,
- serialized_end=9730,
-)
-
-
-_ADDTAGSTOSTREAMRESULT = _descriptor.Descriptor(
- name='AddTagsToStreamResult',
- full_name='Ydb.DataStreams.V1.AddTagsToStreamResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9732,
- serialized_end=9755,
-)
-
-
-_DECREASESTREAMRETENTIONPERIODREQUEST = _descriptor.Descriptor(
- name='DecreaseStreamRetentionPeriodRequest',
- full_name='Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodRequest.stream_name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='retention_period_hours', full_name='Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodRequest.retention_period_hours', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9758,
- serialized_end=9908,
-)
-
-
-_DECREASESTREAMRETENTIONPERIODRESPONSE = _descriptor.Descriptor(
- name='DecreaseStreamRetentionPeriodResponse',
- full_name='Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9910,
- serialized_end=9995,
-)
-
-
-_DECREASESTREAMRETENTIONPERIODRESULT = _descriptor.Descriptor(
- name='DecreaseStreamRetentionPeriodResult',
- full_name='Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9997,
- serialized_end=10034,
-)
-
-
-_DESCRIBELIMITSREQUEST = _descriptor.Descriptor(
- name='DescribeLimitsRequest',
- full_name='Ydb.DataStreams.V1.DescribeLimitsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.DescribeLimitsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10036,
- serialized_end=10118,
-)
-
-
-_DESCRIBELIMITSRESPONSE = _descriptor.Descriptor(
- name='DescribeLimitsResponse',
- full_name='Ydb.DataStreams.V1.DescribeLimitsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.DescribeLimitsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10120,
- serialized_end=10190,
-)
-
-
-_DESCRIBELIMITSRESULT = _descriptor.Descriptor(
- name='DescribeLimitsResult',
- full_name='Ydb.DataStreams.V1.DescribeLimitsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='open_shard_count', full_name='Ydb.DataStreams.V1.DescribeLimitsResult.open_shard_count', index=0,
- number=1, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_limit', full_name='Ydb.DataStreams.V1.DescribeLimitsResult.shard_limit', index=1,
- number=2, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10192,
- serialized_end=10261,
-)
-
-
-_DESCRIBESTREAMSUMMARYREQUEST = _descriptor.Descriptor(
- name='DescribeStreamSummaryRequest',
- full_name='Ydb.DataStreams.V1.DescribeStreamSummaryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.DescribeStreamSummaryRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.DescribeStreamSummaryRequest.stream_name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10263,
- serialized_end=10373,
-)
-
-
-_DESCRIBESTREAMSUMMARYRESPONSE = _descriptor.Descriptor(
- name='DescribeStreamSummaryResponse',
- full_name='Ydb.DataStreams.V1.DescribeStreamSummaryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.DescribeStreamSummaryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10375,
- serialized_end=10452,
-)
-
-
-_DESCRIBESTREAMSUMMARYRESULT = _descriptor.Descriptor(
- name='DescribeStreamSummaryResult',
- full_name='Ydb.DataStreams.V1.DescribeStreamSummaryResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='stream_description_summary', full_name='Ydb.DataStreams.V1.DescribeStreamSummaryResult.stream_description_summary', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10454,
- serialized_end=10565,
-)
-
-
-_DISABLEENHANCEDMONITORINGREQUEST = _descriptor.Descriptor(
- name='DisableEnhancedMonitoringRequest',
- full_name='Ydb.DataStreams.V1.DisableEnhancedMonitoringRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.DisableEnhancedMonitoringRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_level_metrics', full_name='Ydb.DataStreams.V1.DisableEnhancedMonitoringRequest.shard_level_metrics', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.DisableEnhancedMonitoringRequest.stream_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10568,
- serialized_end=10711,
-)
-
-
-_DISABLEENHANCEDMONITORINGRESPONSE = _descriptor.Descriptor(
- name='DisableEnhancedMonitoringResponse',
- full_name='Ydb.DataStreams.V1.DisableEnhancedMonitoringResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.DisableEnhancedMonitoringResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10713,
- serialized_end=10794,
-)
-
-
-_DISABLEENHANCEDMONITORINGRESULT = _descriptor.Descriptor(
- name='DisableEnhancedMonitoringResult',
- full_name='Ydb.DataStreams.V1.DisableEnhancedMonitoringResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='current_shard_level_metrics', full_name='Ydb.DataStreams.V1.DisableEnhancedMonitoringResult.current_shard_level_metrics', index=0,
- number=1, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='desired_shard_level_metrics', full_name='Ydb.DataStreams.V1.DisableEnhancedMonitoringResult.desired_shard_level_metrics', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.DisableEnhancedMonitoringResult.stream_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10797,
- serialized_end=10925,
-)
-
-
-_ENABLEENHANCEDMONITORINGREQUEST = _descriptor.Descriptor(
- name='EnableEnhancedMonitoringRequest',
- full_name='Ydb.DataStreams.V1.EnableEnhancedMonitoringRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.EnableEnhancedMonitoringRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_level_metrics', full_name='Ydb.DataStreams.V1.EnableEnhancedMonitoringRequest.shard_level_metrics', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.EnableEnhancedMonitoringRequest.stream_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10928,
- serialized_end=11070,
-)
-
-
-_ENABLEENHANCEDMONITORINGRESPONSE = _descriptor.Descriptor(
- name='EnableEnhancedMonitoringResponse',
- full_name='Ydb.DataStreams.V1.EnableEnhancedMonitoringResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.EnableEnhancedMonitoringResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11072,
- serialized_end=11152,
-)
-
-
-_ENABLEENHANCEDMONITORINGRESULT = _descriptor.Descriptor(
- name='EnableEnhancedMonitoringResult',
- full_name='Ydb.DataStreams.V1.EnableEnhancedMonitoringResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='current_shard_level_metrics', full_name='Ydb.DataStreams.V1.EnableEnhancedMonitoringResult.current_shard_level_metrics', index=0,
- number=1, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='desired_shard_level_metrics', full_name='Ydb.DataStreams.V1.EnableEnhancedMonitoringResult.desired_shard_level_metrics', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.EnableEnhancedMonitoringResult.stream_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11154,
- serialized_end=11281,
-)
-
-
-_INCREASESTREAMRETENTIONPERIODREQUEST = _descriptor.Descriptor(
- name='IncreaseStreamRetentionPeriodRequest',
- full_name='Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='retention_period_hours', full_name='Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodRequest.retention_period_hours', index=1,
- number=2, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodRequest.stream_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11284,
- serialized_end=11434,
-)
-
-
-_INCREASESTREAMRETENTIONPERIODRESPONSE = _descriptor.Descriptor(
- name='IncreaseStreamRetentionPeriodResponse',
- full_name='Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11436,
- serialized_end=11521,
-)
-
-
-_INCREASESTREAMRETENTIONPERIODRESULT = _descriptor.Descriptor(
- name='IncreaseStreamRetentionPeriodResult',
- full_name='Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11523,
- serialized_end=11560,
-)
-
-
-_LISTTAGSFORSTREAMREQUEST = _descriptor.Descriptor(
- name='ListTagsForStreamRequest',
- full_name='Ydb.DataStreams.V1.ListTagsForStreamRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.ListTagsForStreamRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='exclusive_start_tag_key', full_name='Ydb.DataStreams.V1.ListTagsForStreamRequest.exclusive_start_tag_key', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limit', full_name='Ydb.DataStreams.V1.ListTagsForStreamRequest.limit', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.ListTagsForStreamRequest.stream_name', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11563,
- serialized_end=11717,
-)
-
-
-_LISTTAGSFORSTREAMRESPONSE = _descriptor.Descriptor(
- name='ListTagsForStreamResponse',
- full_name='Ydb.DataStreams.V1.ListTagsForStreamResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.ListTagsForStreamResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11719,
- serialized_end=11792,
-)
-
-
-_LISTTAGSFORSTREAMRESULT = _descriptor.Descriptor(
- name='ListTagsForStreamResult',
- full_name='Ydb.DataStreams.V1.ListTagsForStreamResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='has_more_tags', full_name='Ydb.DataStreams.V1.ListTagsForStreamResult.has_more_tags', index=0,
- number=1, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tags', full_name='Ydb.DataStreams.V1.ListTagsForStreamResult.tags', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11794,
- serialized_end=11881,
-)
-
-
-_MERGESHARDSREQUEST = _descriptor.Descriptor(
- name='MergeShardsRequest',
- full_name='Ydb.DataStreams.V1.MergeShardsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.MergeShardsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='adjacent_shard_to_merge', full_name='Ydb.DataStreams.V1.MergeShardsRequest.adjacent_shard_to_merge', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_to_merge', full_name='Ydb.DataStreams.V1.MergeShardsRequest.shard_to_merge', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.MergeShardsRequest.stream_name', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11884,
- serialized_end=12041,
-)
-
-
-_MERGESHARDSRESPONSE = _descriptor.Descriptor(
- name='MergeShardsResponse',
- full_name='Ydb.DataStreams.V1.MergeShardsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.MergeShardsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12043,
- serialized_end=12110,
-)
-
-
-_MERGESHARDSRESULT = _descriptor.Descriptor(
- name='MergeShardsResult',
- full_name='Ydb.DataStreams.V1.MergeShardsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12112,
- serialized_end=12131,
-)
-
-
-_REMOVETAGSFROMSTREAMREQUEST = _descriptor.Descriptor(
- name='RemoveTagsFromStreamRequest',
- full_name='Ydb.DataStreams.V1.RemoveTagsFromStreamRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.RemoveTagsFromStreamRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.RemoveTagsFromStreamRequest.stream_name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tag_keys', full_name='Ydb.DataStreams.V1.RemoveTagsFromStreamRequest.tag_keys', index=2,
- number=3, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12133,
- serialized_end=12260,
-)
-
-
-_REMOVETAGSFROMSTREAMRESPONSE = _descriptor.Descriptor(
- name='RemoveTagsFromStreamResponse',
- full_name='Ydb.DataStreams.V1.RemoveTagsFromStreamResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.RemoveTagsFromStreamResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12262,
- serialized_end=12338,
-)
-
-
-_REMOVETAGSFROMSTREAMRESULT = _descriptor.Descriptor(
- name='RemoveTagsFromStreamResult',
- full_name='Ydb.DataStreams.V1.RemoveTagsFromStreamResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12340,
- serialized_end=12368,
-)
-
-
-_SPLITSHARDREQUEST = _descriptor.Descriptor(
- name='SplitShardRequest',
- full_name='Ydb.DataStreams.V1.SplitShardRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.SplitShardRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='new_starting_hash_key', full_name='Ydb.DataStreams.V1.SplitShardRequest.new_starting_hash_key', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_to_split', full_name='Ydb.DataStreams.V1.SplitShardRequest.shard_to_split', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.SplitShardRequest.stream_name', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12371,
- serialized_end=12525,
-)
-
-
-_SPLITSHARDRESPONSE = _descriptor.Descriptor(
- name='SplitShardResponse',
- full_name='Ydb.DataStreams.V1.SplitShardResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.SplitShardResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12527,
- serialized_end=12593,
-)
-
-
-_SPLITSHARDRESULT = _descriptor.Descriptor(
- name='SplitShardResult',
- full_name='Ydb.DataStreams.V1.SplitShardResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12595,
- serialized_end=12613,
-)
-
-
-_STARTSTREAMENCRYPTIONREQUEST = _descriptor.Descriptor(
- name='StartStreamEncryptionRequest',
- full_name='Ydb.DataStreams.V1.StartStreamEncryptionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.StartStreamEncryptionRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='encryption_type', full_name='Ydb.DataStreams.V1.StartStreamEncryptionRequest.encryption_type', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='key_id', full_name='Ydb.DataStreams.V1.StartStreamEncryptionRequest.key_id', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.StartStreamEncryptionRequest.stream_name', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12616,
- serialized_end=12803,
-)
-
-
-_STARTSTREAMENCRYPTIONRESPONSE = _descriptor.Descriptor(
- name='StartStreamEncryptionResponse',
- full_name='Ydb.DataStreams.V1.StartStreamEncryptionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.StartStreamEncryptionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12805,
- serialized_end=12882,
-)
-
-
-_STARTSTREAMENCRYPTIONRESULT = _descriptor.Descriptor(
- name='StartStreamEncryptionResult',
- full_name='Ydb.DataStreams.V1.StartStreamEncryptionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12884,
- serialized_end=12913,
-)
-
-
-_STOPSTREAMENCRYPTIONREQUEST = _descriptor.Descriptor(
- name='StopStreamEncryptionRequest',
- full_name='Ydb.DataStreams.V1.StopStreamEncryptionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.StopStreamEncryptionRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='encryption_type', full_name='Ydb.DataStreams.V1.StopStreamEncryptionRequest.encryption_type', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='key_id', full_name='Ydb.DataStreams.V1.StopStreamEncryptionRequest.key_id', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.StopStreamEncryptionRequest.stream_name', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12916,
- serialized_end=13102,
-)
-
-
-_STOPSTREAMENCRYPTIONRESPONSE = _descriptor.Descriptor(
- name='StopStreamEncryptionResponse',
- full_name='Ydb.DataStreams.V1.StopStreamEncryptionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.StopStreamEncryptionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13104,
- serialized_end=13180,
-)
-
-
-_STOPSTREAMENCRYPTIONRESULT = _descriptor.Descriptor(
- name='StopStreamEncryptionResult',
- full_name='Ydb.DataStreams.V1.StopStreamEncryptionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13182,
- serialized_end=13210,
-)
-
-
-_UPDATESHARDCOUNTREQUEST = _descriptor.Descriptor(
- name='UpdateShardCountRequest',
- full_name='Ydb.DataStreams.V1.UpdateShardCountRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.DataStreams.V1.UpdateShardCountRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='scaling_type', full_name='Ydb.DataStreams.V1.UpdateShardCountRequest.scaling_type', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.UpdateShardCountRequest.stream_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='target_shard_count', full_name='Ydb.DataStreams.V1.UpdateShardCountRequest.target_shard_count', index=3,
- number=4, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _UPDATESHARDCOUNTREQUEST_SCALINGTYPE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13213,
- serialized_end=13487,
-)
-
-
-_UPDATESHARDCOUNTRESPONSE = _descriptor.Descriptor(
- name='UpdateShardCountResponse',
- full_name='Ydb.DataStreams.V1.UpdateShardCountResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.DataStreams.V1.UpdateShardCountResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13489,
- serialized_end=13561,
-)
-
-
-_UPDATESHARDCOUNTRESULT = _descriptor.Descriptor(
- name='UpdateShardCountResult',
- full_name='Ydb.DataStreams.V1.UpdateShardCountResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='current_shard_count', full_name='Ydb.DataStreams.V1.UpdateShardCountResult.current_shard_count', index=0,
- number=1, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='Ydb.DataStreams.V1.UpdateShardCountResult.stream_name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='target_shard_count', full_name='Ydb.DataStreams.V1.UpdateShardCountResult.target_shard_count', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13563,
- serialized_end=13665,
-)
-
-_CHILDSHARD.fields_by_name['hash_key_range'].message_type = _HASHKEYRANGE
-_CONSUMER.fields_by_name['consumer_status'].enum_type = _CONSUMERDESCRIPTION_CONSUMERSTATUS
-_RECORD.fields_by_name['encryption'].enum_type = _ENCRYPTIONTYPE
-_STREAMDESCRIPTION.fields_by_name['encryption_type'].enum_type = _ENCRYPTIONTYPE
-_STREAMDESCRIPTION.fields_by_name['enhanced_monitoring'].message_type = _ENHANCEDMETRICS
-_STREAMDESCRIPTION.fields_by_name['shards'].message_type = _SHARD
-_STREAMDESCRIPTION.fields_by_name['stream_status'].enum_type = _STREAMDESCRIPTION_STREAMSTATUS
-_STREAMDESCRIPTION_STREAMSTATUS.containing_type = _STREAMDESCRIPTION
-_SHARD.fields_by_name['hash_key_range'].message_type = _HASHKEYRANGE
-_SHARD.fields_by_name['sequence_number_range'].message_type = _SEQUENCENUMBERRANGE
-_CONSUMERDESCRIPTION.fields_by_name['consumer_status'].enum_type = _CONSUMERDESCRIPTION_CONSUMERSTATUS
-_CONSUMERDESCRIPTION_CONSUMERSTATUS.containing_type = _CONSUMERDESCRIPTION
-_SHARDFILTER.fields_by_name['type'].enum_type = _SHARDFILTER_SHARDFILTERTYPE
-_SHARDFILTER_SHARDFILTERTYPE.containing_type = _SHARDFILTER
-_STARTINGPOSITION.fields_by_name['type'].enum_type = _SHARDITERATORTYPE
-_STREAMDESCRIPTIONSUMMARY.fields_by_name['encryption_type'].enum_type = _ENCRYPTIONTYPE
-_STREAMDESCRIPTIONSUMMARY.fields_by_name['enhanced_monitoring'].message_type = _ENHANCEDMETRICS
-_STREAMDESCRIPTIONSUMMARY.fields_by_name['stream_status'].enum_type = _STREAMDESCRIPTION_STREAMSTATUS
-_SUBSCRIBETOSHARDEVENT.fields_by_name['child_shards'].message_type = _CHILDSHARD
-_SUBSCRIBETOSHARDEVENT.fields_by_name['records'].message_type = _RECORD
-_SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT.containing_type = _SUBSCRIBETOSHARDEVENTSTREAM
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['internal_failure_exception'].message_type = _SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_access_denied_exception'].message_type = _SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_disabled_exception'].message_type = _SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_invalid_state_exception'].message_type = _SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_not_found_exception'].message_type = _SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_opt_in_required'].message_type = _SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_throttling_exception'].message_type = _SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['resource_in_use_exception'].message_type = _SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['resource_not_found_exception'].message_type = _SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['subscribe_to_shard_event'].message_type = _SUBSCRIBETOSHARDEVENT
-_SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event'].fields.append(
- _SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['internal_failure_exception'])
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['internal_failure_exception'].containing_oneof = _SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event']
-_SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event'].fields.append(
- _SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_access_denied_exception'])
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_access_denied_exception'].containing_oneof = _SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event']
-_SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event'].fields.append(
- _SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_disabled_exception'])
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_disabled_exception'].containing_oneof = _SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event']
-_SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event'].fields.append(
- _SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_invalid_state_exception'])
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_invalid_state_exception'].containing_oneof = _SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event']
-_SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event'].fields.append(
- _SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_not_found_exception'])
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_not_found_exception'].containing_oneof = _SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event']
-_SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event'].fields.append(
- _SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_opt_in_required'])
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_opt_in_required'].containing_oneof = _SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event']
-_SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event'].fields.append(
- _SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_throttling_exception'])
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['kms_throttling_exception'].containing_oneof = _SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event']
-_SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event'].fields.append(
- _SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['resource_in_use_exception'])
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['resource_in_use_exception'].containing_oneof = _SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event']
-_SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event'].fields.append(
- _SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['resource_not_found_exception'])
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['resource_not_found_exception'].containing_oneof = _SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event']
-_SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event'].fields.append(
- _SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['subscribe_to_shard_event'])
-_SUBSCRIBETOSHARDEVENTSTREAM.fields_by_name['subscribe_to_shard_event'].containing_oneof = _SUBSCRIBETOSHARDEVENTSTREAM.oneofs_by_name['event']
-_CREATESTREAMREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATESTREAMRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DELETESTREAMREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DELETESTREAMRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTSTREAMSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LISTSTREAMSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTSHARDSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LISTSHARDSREQUEST.fields_by_name['shard_filter'].message_type = _SHARDFILTER
-_LISTSHARDSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTSHARDSRESULT.fields_by_name['shards'].message_type = _SHARD
-_SETWRITEQUOTAREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_SETWRITEQUOTARESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_UPDATESTREAMREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_UPDATESTREAMRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTSTREAMCONSUMERSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LISTSTREAMCONSUMERSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTSTREAMCONSUMERSRESULT.fields_by_name['consumers'].message_type = _CONSUMER
-_DESCRIBESTREAMREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBESTREAMRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBESTREAMRESULT.fields_by_name['stream_description'].message_type = _STREAMDESCRIPTION
-_REGISTERSTREAMCONSUMERREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_REGISTERSTREAMCONSUMERRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_REGISTERSTREAMCONSUMERRESULT.fields_by_name['consumer'].message_type = _CONSUMER
-_DEREGISTERSTREAMCONSUMERREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DEREGISTERSTREAMCONSUMERRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBESTREAMCONSUMERREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBESTREAMCONSUMERRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBESTREAMCONSUMERRESULT.fields_by_name['consumer_description'].message_type = _CONSUMERDESCRIPTION
-_GETRECORDSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_GETRECORDSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_GETRECORDSRESULT.fields_by_name['child_shards'].message_type = _CHILDSHARD
-_GETRECORDSRESULT.fields_by_name['records'].message_type = _RECORD
-_PUTRECORDREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_PUTRECORDRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_PUTRECORDRESULT.fields_by_name['encryption_type'].enum_type = _ENCRYPTIONTYPE
-_PUTRECORDSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_PUTRECORDSREQUEST.fields_by_name['records'].message_type = _PUTRECORDSREQUESTENTRY
-_PUTRECORDSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_PUTRECORDSRESULT.fields_by_name['encryption_type'].enum_type = _ENCRYPTIONTYPE
-_PUTRECORDSRESULT.fields_by_name['records'].message_type = _PUTRECORDSRESULTENTRY
-_GETSHARDITERATORREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_GETSHARDITERATORREQUEST.fields_by_name['shard_iterator_type'].enum_type = _SHARDITERATORTYPE
-_GETSHARDITERATORRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_SUBSCRIBETOSHARDREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_SUBSCRIBETOSHARDREQUEST.fields_by_name['starting_position'].message_type = _STARTINGPOSITION
-_SUBSCRIBETOSHARDRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_SUBSCRIBETOSHARDRESULT.fields_by_name['event_stream'].message_type = _SUBSCRIBETOSHARDEVENTSTREAM
-_ADDTAGSTOSTREAMREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ADDTAGSTOSTREAMRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DECREASESTREAMRETENTIONPERIODREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DECREASESTREAMRETENTIONPERIODRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBELIMITSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBELIMITSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBESTREAMSUMMARYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBESTREAMSUMMARYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBESTREAMSUMMARYRESULT.fields_by_name['stream_description_summary'].message_type = _STREAMDESCRIPTIONSUMMARY
-_DISABLEENHANCEDMONITORINGREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DISABLEENHANCEDMONITORINGRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_ENABLEENHANCEDMONITORINGREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ENABLEENHANCEDMONITORINGRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_INCREASESTREAMRETENTIONPERIODREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_INCREASESTREAMRETENTIONPERIODRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTTAGSFORSTREAMREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LISTTAGSFORSTREAMRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTTAGSFORSTREAMRESULT.fields_by_name['tags'].message_type = _TAG
-_MERGESHARDSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_MERGESHARDSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_REMOVETAGSFROMSTREAMREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_REMOVETAGSFROMSTREAMRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_SPLITSHARDREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_SPLITSHARDRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_STARTSTREAMENCRYPTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_STARTSTREAMENCRYPTIONREQUEST.fields_by_name['encryption_type'].enum_type = _ENCRYPTIONTYPE
-_STARTSTREAMENCRYPTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_STOPSTREAMENCRYPTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_STOPSTREAMENCRYPTIONREQUEST.fields_by_name['encryption_type'].enum_type = _ENCRYPTIONTYPE
-_STOPSTREAMENCRYPTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_UPDATESHARDCOUNTREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_UPDATESHARDCOUNTREQUEST.fields_by_name['scaling_type'].enum_type = _UPDATESHARDCOUNTREQUEST_SCALINGTYPE
-_UPDATESHARDCOUNTREQUEST_SCALINGTYPE.containing_type = _UPDATESHARDCOUNTREQUEST
-_UPDATESHARDCOUNTRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['EnhancedMetrics'] = _ENHANCEDMETRICS
-DESCRIPTOR.message_types_by_name['ChildShard'] = _CHILDSHARD
-DESCRIPTOR.message_types_by_name['Consumer'] = _CONSUMER
-DESCRIPTOR.message_types_by_name['HashKeyRange'] = _HASHKEYRANGE
-DESCRIPTOR.message_types_by_name['Record'] = _RECORD
-DESCRIPTOR.message_types_by_name['StreamDescription'] = _STREAMDESCRIPTION
-DESCRIPTOR.message_types_by_name['SequenceNumberRange'] = _SEQUENCENUMBERRANGE
-DESCRIPTOR.message_types_by_name['Shard'] = _SHARD
-DESCRIPTOR.message_types_by_name['ConsumerDescription'] = _CONSUMERDESCRIPTION
-DESCRIPTOR.message_types_by_name['ShardFilter'] = _SHARDFILTER
-DESCRIPTOR.message_types_by_name['StartingPosition'] = _STARTINGPOSITION
-DESCRIPTOR.message_types_by_name['StreamDescriptionSummary'] = _STREAMDESCRIPTIONSUMMARY
-DESCRIPTOR.message_types_by_name['SubscribeToShardEvent'] = _SUBSCRIBETOSHARDEVENT
-DESCRIPTOR.message_types_by_name['SubscribeToShardEventStream'] = _SUBSCRIBETOSHARDEVENTSTREAM
-DESCRIPTOR.message_types_by_name['Tag'] = _TAG
-DESCRIPTOR.message_types_by_name['CreateStreamRequest'] = _CREATESTREAMREQUEST
-DESCRIPTOR.message_types_by_name['CreateStreamResponse'] = _CREATESTREAMRESPONSE
-DESCRIPTOR.message_types_by_name['CreateStreamResult'] = _CREATESTREAMRESULT
-DESCRIPTOR.message_types_by_name['DeleteStreamRequest'] = _DELETESTREAMREQUEST
-DESCRIPTOR.message_types_by_name['DeleteStreamResponse'] = _DELETESTREAMRESPONSE
-DESCRIPTOR.message_types_by_name['DeleteStreamResult'] = _DELETESTREAMRESULT
-DESCRIPTOR.message_types_by_name['ListStreamsRequest'] = _LISTSTREAMSREQUEST
-DESCRIPTOR.message_types_by_name['ListStreamsResponse'] = _LISTSTREAMSRESPONSE
-DESCRIPTOR.message_types_by_name['ListStreamsResult'] = _LISTSTREAMSRESULT
-DESCRIPTOR.message_types_by_name['ListShardsRequest'] = _LISTSHARDSREQUEST
-DESCRIPTOR.message_types_by_name['ListShardsResponse'] = _LISTSHARDSRESPONSE
-DESCRIPTOR.message_types_by_name['ListShardsResult'] = _LISTSHARDSRESULT
-DESCRIPTOR.message_types_by_name['SetWriteQuotaRequest'] = _SETWRITEQUOTAREQUEST
-DESCRIPTOR.message_types_by_name['SetWriteQuotaResponse'] = _SETWRITEQUOTARESPONSE
-DESCRIPTOR.message_types_by_name['SetWriteQuotaResult'] = _SETWRITEQUOTARESULT
-DESCRIPTOR.message_types_by_name['UpdateStreamRequest'] = _UPDATESTREAMREQUEST
-DESCRIPTOR.message_types_by_name['UpdateStreamResponse'] = _UPDATESTREAMRESPONSE
-DESCRIPTOR.message_types_by_name['UpdateStreamResult'] = _UPDATESTREAMRESULT
-DESCRIPTOR.message_types_by_name['ListStreamConsumersRequest'] = _LISTSTREAMCONSUMERSREQUEST
-DESCRIPTOR.message_types_by_name['ListStreamConsumersResponse'] = _LISTSTREAMCONSUMERSRESPONSE
-DESCRIPTOR.message_types_by_name['ListStreamConsumersResult'] = _LISTSTREAMCONSUMERSRESULT
-DESCRIPTOR.message_types_by_name['DescribeStreamRequest'] = _DESCRIBESTREAMREQUEST
-DESCRIPTOR.message_types_by_name['DescribeStreamResponse'] = _DESCRIBESTREAMRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeStreamResult'] = _DESCRIBESTREAMRESULT
-DESCRIPTOR.message_types_by_name['RegisterStreamConsumerRequest'] = _REGISTERSTREAMCONSUMERREQUEST
-DESCRIPTOR.message_types_by_name['RegisterStreamConsumerResponse'] = _REGISTERSTREAMCONSUMERRESPONSE
-DESCRIPTOR.message_types_by_name['RegisterStreamConsumerResult'] = _REGISTERSTREAMCONSUMERRESULT
-DESCRIPTOR.message_types_by_name['DeregisterStreamConsumerRequest'] = _DEREGISTERSTREAMCONSUMERREQUEST
-DESCRIPTOR.message_types_by_name['DeregisterStreamConsumerResponse'] = _DEREGISTERSTREAMCONSUMERRESPONSE
-DESCRIPTOR.message_types_by_name['DeregisterStreamConsumerResult'] = _DEREGISTERSTREAMCONSUMERRESULT
-DESCRIPTOR.message_types_by_name['DescribeStreamConsumerRequest'] = _DESCRIBESTREAMCONSUMERREQUEST
-DESCRIPTOR.message_types_by_name['DescribeStreamConsumerResponse'] = _DESCRIBESTREAMCONSUMERRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeStreamConsumerResult'] = _DESCRIBESTREAMCONSUMERRESULT
-DESCRIPTOR.message_types_by_name['PutRecordsRequestEntry'] = _PUTRECORDSREQUESTENTRY
-DESCRIPTOR.message_types_by_name['PutRecordsResultEntry'] = _PUTRECORDSRESULTENTRY
-DESCRIPTOR.message_types_by_name['GetRecordsRequest'] = _GETRECORDSREQUEST
-DESCRIPTOR.message_types_by_name['GetRecordsResponse'] = _GETRECORDSRESPONSE
-DESCRIPTOR.message_types_by_name['GetRecordsResult'] = _GETRECORDSRESULT
-DESCRIPTOR.message_types_by_name['PutRecordRequest'] = _PUTRECORDREQUEST
-DESCRIPTOR.message_types_by_name['PutRecordResponse'] = _PUTRECORDRESPONSE
-DESCRIPTOR.message_types_by_name['PutRecordResult'] = _PUTRECORDRESULT
-DESCRIPTOR.message_types_by_name['PutRecordsRequest'] = _PUTRECORDSREQUEST
-DESCRIPTOR.message_types_by_name['PutRecordsResponse'] = _PUTRECORDSRESPONSE
-DESCRIPTOR.message_types_by_name['PutRecordsResult'] = _PUTRECORDSRESULT
-DESCRIPTOR.message_types_by_name['GetShardIteratorRequest'] = _GETSHARDITERATORREQUEST
-DESCRIPTOR.message_types_by_name['GetShardIteratorResponse'] = _GETSHARDITERATORRESPONSE
-DESCRIPTOR.message_types_by_name['GetShardIteratorResult'] = _GETSHARDITERATORRESULT
-DESCRIPTOR.message_types_by_name['SubscribeToShardRequest'] = _SUBSCRIBETOSHARDREQUEST
-DESCRIPTOR.message_types_by_name['SubscribeToShardResponse'] = _SUBSCRIBETOSHARDRESPONSE
-DESCRIPTOR.message_types_by_name['SubscribeToShardResult'] = _SUBSCRIBETOSHARDRESULT
-DESCRIPTOR.message_types_by_name['AddTagsToStreamRequest'] = _ADDTAGSTOSTREAMREQUEST
-DESCRIPTOR.message_types_by_name['AddTagsToStreamResponse'] = _ADDTAGSTOSTREAMRESPONSE
-DESCRIPTOR.message_types_by_name['AddTagsToStreamResult'] = _ADDTAGSTOSTREAMRESULT
-DESCRIPTOR.message_types_by_name['DecreaseStreamRetentionPeriodRequest'] = _DECREASESTREAMRETENTIONPERIODREQUEST
-DESCRIPTOR.message_types_by_name['DecreaseStreamRetentionPeriodResponse'] = _DECREASESTREAMRETENTIONPERIODRESPONSE
-DESCRIPTOR.message_types_by_name['DecreaseStreamRetentionPeriodResult'] = _DECREASESTREAMRETENTIONPERIODRESULT
-DESCRIPTOR.message_types_by_name['DescribeLimitsRequest'] = _DESCRIBELIMITSREQUEST
-DESCRIPTOR.message_types_by_name['DescribeLimitsResponse'] = _DESCRIBELIMITSRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeLimitsResult'] = _DESCRIBELIMITSRESULT
-DESCRIPTOR.message_types_by_name['DescribeStreamSummaryRequest'] = _DESCRIBESTREAMSUMMARYREQUEST
-DESCRIPTOR.message_types_by_name['DescribeStreamSummaryResponse'] = _DESCRIBESTREAMSUMMARYRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeStreamSummaryResult'] = _DESCRIBESTREAMSUMMARYRESULT
-DESCRIPTOR.message_types_by_name['DisableEnhancedMonitoringRequest'] = _DISABLEENHANCEDMONITORINGREQUEST
-DESCRIPTOR.message_types_by_name['DisableEnhancedMonitoringResponse'] = _DISABLEENHANCEDMONITORINGRESPONSE
-DESCRIPTOR.message_types_by_name['DisableEnhancedMonitoringResult'] = _DISABLEENHANCEDMONITORINGRESULT
-DESCRIPTOR.message_types_by_name['EnableEnhancedMonitoringRequest'] = _ENABLEENHANCEDMONITORINGREQUEST
-DESCRIPTOR.message_types_by_name['EnableEnhancedMonitoringResponse'] = _ENABLEENHANCEDMONITORINGRESPONSE
-DESCRIPTOR.message_types_by_name['EnableEnhancedMonitoringResult'] = _ENABLEENHANCEDMONITORINGRESULT
-DESCRIPTOR.message_types_by_name['IncreaseStreamRetentionPeriodRequest'] = _INCREASESTREAMRETENTIONPERIODREQUEST
-DESCRIPTOR.message_types_by_name['IncreaseStreamRetentionPeriodResponse'] = _INCREASESTREAMRETENTIONPERIODRESPONSE
-DESCRIPTOR.message_types_by_name['IncreaseStreamRetentionPeriodResult'] = _INCREASESTREAMRETENTIONPERIODRESULT
-DESCRIPTOR.message_types_by_name['ListTagsForStreamRequest'] = _LISTTAGSFORSTREAMREQUEST
-DESCRIPTOR.message_types_by_name['ListTagsForStreamResponse'] = _LISTTAGSFORSTREAMRESPONSE
-DESCRIPTOR.message_types_by_name['ListTagsForStreamResult'] = _LISTTAGSFORSTREAMRESULT
-DESCRIPTOR.message_types_by_name['MergeShardsRequest'] = _MERGESHARDSREQUEST
-DESCRIPTOR.message_types_by_name['MergeShardsResponse'] = _MERGESHARDSRESPONSE
-DESCRIPTOR.message_types_by_name['MergeShardsResult'] = _MERGESHARDSRESULT
-DESCRIPTOR.message_types_by_name['RemoveTagsFromStreamRequest'] = _REMOVETAGSFROMSTREAMREQUEST
-DESCRIPTOR.message_types_by_name['RemoveTagsFromStreamResponse'] = _REMOVETAGSFROMSTREAMRESPONSE
-DESCRIPTOR.message_types_by_name['RemoveTagsFromStreamResult'] = _REMOVETAGSFROMSTREAMRESULT
-DESCRIPTOR.message_types_by_name['SplitShardRequest'] = _SPLITSHARDREQUEST
-DESCRIPTOR.message_types_by_name['SplitShardResponse'] = _SPLITSHARDRESPONSE
-DESCRIPTOR.message_types_by_name['SplitShardResult'] = _SPLITSHARDRESULT
-DESCRIPTOR.message_types_by_name['StartStreamEncryptionRequest'] = _STARTSTREAMENCRYPTIONREQUEST
-DESCRIPTOR.message_types_by_name['StartStreamEncryptionResponse'] = _STARTSTREAMENCRYPTIONRESPONSE
-DESCRIPTOR.message_types_by_name['StartStreamEncryptionResult'] = _STARTSTREAMENCRYPTIONRESULT
-DESCRIPTOR.message_types_by_name['StopStreamEncryptionRequest'] = _STOPSTREAMENCRYPTIONREQUEST
-DESCRIPTOR.message_types_by_name['StopStreamEncryptionResponse'] = _STOPSTREAMENCRYPTIONRESPONSE
-DESCRIPTOR.message_types_by_name['StopStreamEncryptionResult'] = _STOPSTREAMENCRYPTIONRESULT
-DESCRIPTOR.message_types_by_name['UpdateShardCountRequest'] = _UPDATESHARDCOUNTREQUEST
-DESCRIPTOR.message_types_by_name['UpdateShardCountResponse'] = _UPDATESHARDCOUNTRESPONSE
-DESCRIPTOR.message_types_by_name['UpdateShardCountResult'] = _UPDATESHARDCOUNTRESULT
-DESCRIPTOR.enum_types_by_name['EFieldTransformationType'] = _EFIELDTRANSFORMATIONTYPE
-DESCRIPTOR.enum_types_by_name['EncryptionType'] = _ENCRYPTIONTYPE
-DESCRIPTOR.enum_types_by_name['ShardIteratorType'] = _SHARDITERATORTYPE
-DESCRIPTOR.extensions_by_name['FieldTransformer'] = FieldTransformer
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-EnhancedMetrics = _reflection.GeneratedProtocolMessageType('EnhancedMetrics', (_message.Message,), {
- 'DESCRIPTOR' : _ENHANCEDMETRICS,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.EnhancedMetrics)
- })
-_sym_db.RegisterMessage(EnhancedMetrics)
-
-ChildShard = _reflection.GeneratedProtocolMessageType('ChildShard', (_message.Message,), {
- 'DESCRIPTOR' : _CHILDSHARD,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ChildShard)
- })
-_sym_db.RegisterMessage(ChildShard)
-
-Consumer = _reflection.GeneratedProtocolMessageType('Consumer', (_message.Message,), {
- 'DESCRIPTOR' : _CONSUMER,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.Consumer)
- })
-_sym_db.RegisterMessage(Consumer)
-
-HashKeyRange = _reflection.GeneratedProtocolMessageType('HashKeyRange', (_message.Message,), {
- 'DESCRIPTOR' : _HASHKEYRANGE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.HashKeyRange)
- })
-_sym_db.RegisterMessage(HashKeyRange)
-
-Record = _reflection.GeneratedProtocolMessageType('Record', (_message.Message,), {
- 'DESCRIPTOR' : _RECORD,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.Record)
- })
-_sym_db.RegisterMessage(Record)
-
-StreamDescription = _reflection.GeneratedProtocolMessageType('StreamDescription', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.StreamDescription)
- })
-_sym_db.RegisterMessage(StreamDescription)
-
-SequenceNumberRange = _reflection.GeneratedProtocolMessageType('SequenceNumberRange', (_message.Message,), {
- 'DESCRIPTOR' : _SEQUENCENUMBERRANGE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SequenceNumberRange)
- })
-_sym_db.RegisterMessage(SequenceNumberRange)
-
-Shard = _reflection.GeneratedProtocolMessageType('Shard', (_message.Message,), {
- 'DESCRIPTOR' : _SHARD,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.Shard)
- })
-_sym_db.RegisterMessage(Shard)
-
-ConsumerDescription = _reflection.GeneratedProtocolMessageType('ConsumerDescription', (_message.Message,), {
- 'DESCRIPTOR' : _CONSUMERDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ConsumerDescription)
- })
-_sym_db.RegisterMessage(ConsumerDescription)
-
-ShardFilter = _reflection.GeneratedProtocolMessageType('ShardFilter', (_message.Message,), {
- 'DESCRIPTOR' : _SHARDFILTER,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ShardFilter)
- })
-_sym_db.RegisterMessage(ShardFilter)
-
-StartingPosition = _reflection.GeneratedProtocolMessageType('StartingPosition', (_message.Message,), {
- 'DESCRIPTOR' : _STARTINGPOSITION,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.StartingPosition)
- })
-_sym_db.RegisterMessage(StartingPosition)
-
-StreamDescriptionSummary = _reflection.GeneratedProtocolMessageType('StreamDescriptionSummary', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMDESCRIPTIONSUMMARY,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.StreamDescriptionSummary)
- })
-_sym_db.RegisterMessage(StreamDescriptionSummary)
-
-SubscribeToShardEvent = _reflection.GeneratedProtocolMessageType('SubscribeToShardEvent', (_message.Message,), {
- 'DESCRIPTOR' : _SUBSCRIBETOSHARDEVENT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SubscribeToShardEvent)
- })
-_sym_db.RegisterMessage(SubscribeToShardEvent)
-
-SubscribeToShardEventStream = _reflection.GeneratedProtocolMessageType('SubscribeToShardEventStream', (_message.Message,), {
-
- 'ExceptionEvent' : _reflection.GeneratedProtocolMessageType('ExceptionEvent', (_message.Message,), {
- 'DESCRIPTOR' : _SUBSCRIBETOSHARDEVENTSTREAM_EXCEPTIONEVENT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SubscribeToShardEventStream.ExceptionEvent)
- })
- ,
- 'DESCRIPTOR' : _SUBSCRIBETOSHARDEVENTSTREAM,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SubscribeToShardEventStream)
- })
-_sym_db.RegisterMessage(SubscribeToShardEventStream)
-_sym_db.RegisterMessage(SubscribeToShardEventStream.ExceptionEvent)
-
-Tag = _reflection.GeneratedProtocolMessageType('Tag', (_message.Message,), {
- 'DESCRIPTOR' : _TAG,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.Tag)
- })
-_sym_db.RegisterMessage(Tag)
-
-CreateStreamRequest = _reflection.GeneratedProtocolMessageType('CreateStreamRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CREATESTREAMREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.CreateStreamRequest)
- })
-_sym_db.RegisterMessage(CreateStreamRequest)
-
-CreateStreamResponse = _reflection.GeneratedProtocolMessageType('CreateStreamResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATESTREAMRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.CreateStreamResponse)
- })
-_sym_db.RegisterMessage(CreateStreamResponse)
-
-CreateStreamResult = _reflection.GeneratedProtocolMessageType('CreateStreamResult', (_message.Message,), {
- 'DESCRIPTOR' : _CREATESTREAMRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.CreateStreamResult)
- })
-_sym_db.RegisterMessage(CreateStreamResult)
-
-DeleteStreamRequest = _reflection.GeneratedProtocolMessageType('DeleteStreamRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DELETESTREAMREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DeleteStreamRequest)
- })
-_sym_db.RegisterMessage(DeleteStreamRequest)
-
-DeleteStreamResponse = _reflection.GeneratedProtocolMessageType('DeleteStreamResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DELETESTREAMRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DeleteStreamResponse)
- })
-_sym_db.RegisterMessage(DeleteStreamResponse)
-
-DeleteStreamResult = _reflection.GeneratedProtocolMessageType('DeleteStreamResult', (_message.Message,), {
- 'DESCRIPTOR' : _DELETESTREAMRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DeleteStreamResult)
- })
-_sym_db.RegisterMessage(DeleteStreamResult)
-
-ListStreamsRequest = _reflection.GeneratedProtocolMessageType('ListStreamsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _LISTSTREAMSREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListStreamsRequest)
- })
-_sym_db.RegisterMessage(ListStreamsRequest)
-
-ListStreamsResponse = _reflection.GeneratedProtocolMessageType('ListStreamsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTSTREAMSRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListStreamsResponse)
- })
-_sym_db.RegisterMessage(ListStreamsResponse)
-
-ListStreamsResult = _reflection.GeneratedProtocolMessageType('ListStreamsResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTSTREAMSRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListStreamsResult)
- })
-_sym_db.RegisterMessage(ListStreamsResult)
-
-ListShardsRequest = _reflection.GeneratedProtocolMessageType('ListShardsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _LISTSHARDSREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListShardsRequest)
- })
-_sym_db.RegisterMessage(ListShardsRequest)
-
-ListShardsResponse = _reflection.GeneratedProtocolMessageType('ListShardsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTSHARDSRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListShardsResponse)
- })
-_sym_db.RegisterMessage(ListShardsResponse)
-
-ListShardsResult = _reflection.GeneratedProtocolMessageType('ListShardsResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTSHARDSRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListShardsResult)
- })
-_sym_db.RegisterMessage(ListShardsResult)
-
-SetWriteQuotaRequest = _reflection.GeneratedProtocolMessageType('SetWriteQuotaRequest', (_message.Message,), {
- 'DESCRIPTOR' : _SETWRITEQUOTAREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SetWriteQuotaRequest)
- })
-_sym_db.RegisterMessage(SetWriteQuotaRequest)
-
-SetWriteQuotaResponse = _reflection.GeneratedProtocolMessageType('SetWriteQuotaResponse', (_message.Message,), {
- 'DESCRIPTOR' : _SETWRITEQUOTARESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SetWriteQuotaResponse)
- })
-_sym_db.RegisterMessage(SetWriteQuotaResponse)
-
-SetWriteQuotaResult = _reflection.GeneratedProtocolMessageType('SetWriteQuotaResult', (_message.Message,), {
- 'DESCRIPTOR' : _SETWRITEQUOTARESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SetWriteQuotaResult)
- })
-_sym_db.RegisterMessage(SetWriteQuotaResult)
-
-UpdateStreamRequest = _reflection.GeneratedProtocolMessageType('UpdateStreamRequest', (_message.Message,), {
- 'DESCRIPTOR' : _UPDATESTREAMREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.UpdateStreamRequest)
- })
-_sym_db.RegisterMessage(UpdateStreamRequest)
-
-UpdateStreamResponse = _reflection.GeneratedProtocolMessageType('UpdateStreamResponse', (_message.Message,), {
- 'DESCRIPTOR' : _UPDATESTREAMRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.UpdateStreamResponse)
- })
-_sym_db.RegisterMessage(UpdateStreamResponse)
-
-UpdateStreamResult = _reflection.GeneratedProtocolMessageType('UpdateStreamResult', (_message.Message,), {
- 'DESCRIPTOR' : _UPDATESTREAMRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.UpdateStreamResult)
- })
-_sym_db.RegisterMessage(UpdateStreamResult)
-
-ListStreamConsumersRequest = _reflection.GeneratedProtocolMessageType('ListStreamConsumersRequest', (_message.Message,), {
- 'DESCRIPTOR' : _LISTSTREAMCONSUMERSREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListStreamConsumersRequest)
- })
-_sym_db.RegisterMessage(ListStreamConsumersRequest)
-
-ListStreamConsumersResponse = _reflection.GeneratedProtocolMessageType('ListStreamConsumersResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTSTREAMCONSUMERSRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListStreamConsumersResponse)
- })
-_sym_db.RegisterMessage(ListStreamConsumersResponse)
-
-ListStreamConsumersResult = _reflection.GeneratedProtocolMessageType('ListStreamConsumersResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTSTREAMCONSUMERSRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListStreamConsumersResult)
- })
-_sym_db.RegisterMessage(ListStreamConsumersResult)
-
-DescribeStreamRequest = _reflection.GeneratedProtocolMessageType('DescribeStreamRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBESTREAMREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeStreamRequest)
- })
-_sym_db.RegisterMessage(DescribeStreamRequest)
-
-DescribeStreamResponse = _reflection.GeneratedProtocolMessageType('DescribeStreamResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBESTREAMRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeStreamResponse)
- })
-_sym_db.RegisterMessage(DescribeStreamResponse)
-
-DescribeStreamResult = _reflection.GeneratedProtocolMessageType('DescribeStreamResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBESTREAMRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeStreamResult)
- })
-_sym_db.RegisterMessage(DescribeStreamResult)
-
-RegisterStreamConsumerRequest = _reflection.GeneratedProtocolMessageType('RegisterStreamConsumerRequest', (_message.Message,), {
- 'DESCRIPTOR' : _REGISTERSTREAMCONSUMERREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.RegisterStreamConsumerRequest)
- })
-_sym_db.RegisterMessage(RegisterStreamConsumerRequest)
-
-RegisterStreamConsumerResponse = _reflection.GeneratedProtocolMessageType('RegisterStreamConsumerResponse', (_message.Message,), {
- 'DESCRIPTOR' : _REGISTERSTREAMCONSUMERRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.RegisterStreamConsumerResponse)
- })
-_sym_db.RegisterMessage(RegisterStreamConsumerResponse)
-
-RegisterStreamConsumerResult = _reflection.GeneratedProtocolMessageType('RegisterStreamConsumerResult', (_message.Message,), {
- 'DESCRIPTOR' : _REGISTERSTREAMCONSUMERRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.RegisterStreamConsumerResult)
- })
-_sym_db.RegisterMessage(RegisterStreamConsumerResult)
-
-DeregisterStreamConsumerRequest = _reflection.GeneratedProtocolMessageType('DeregisterStreamConsumerRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DEREGISTERSTREAMCONSUMERREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DeregisterStreamConsumerRequest)
- })
-_sym_db.RegisterMessage(DeregisterStreamConsumerRequest)
-
-DeregisterStreamConsumerResponse = _reflection.GeneratedProtocolMessageType('DeregisterStreamConsumerResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DEREGISTERSTREAMCONSUMERRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DeregisterStreamConsumerResponse)
- })
-_sym_db.RegisterMessage(DeregisterStreamConsumerResponse)
-
-DeregisterStreamConsumerResult = _reflection.GeneratedProtocolMessageType('DeregisterStreamConsumerResult', (_message.Message,), {
- 'DESCRIPTOR' : _DEREGISTERSTREAMCONSUMERRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DeregisterStreamConsumerResult)
- })
-_sym_db.RegisterMessage(DeregisterStreamConsumerResult)
-
-DescribeStreamConsumerRequest = _reflection.GeneratedProtocolMessageType('DescribeStreamConsumerRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBESTREAMCONSUMERREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeStreamConsumerRequest)
- })
-_sym_db.RegisterMessage(DescribeStreamConsumerRequest)
-
-DescribeStreamConsumerResponse = _reflection.GeneratedProtocolMessageType('DescribeStreamConsumerResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBESTREAMCONSUMERRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeStreamConsumerResponse)
- })
-_sym_db.RegisterMessage(DescribeStreamConsumerResponse)
-
-DescribeStreamConsumerResult = _reflection.GeneratedProtocolMessageType('DescribeStreamConsumerResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBESTREAMCONSUMERRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeStreamConsumerResult)
- })
-_sym_db.RegisterMessage(DescribeStreamConsumerResult)
-
-PutRecordsRequestEntry = _reflection.GeneratedProtocolMessageType('PutRecordsRequestEntry', (_message.Message,), {
- 'DESCRIPTOR' : _PUTRECORDSREQUESTENTRY,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.PutRecordsRequestEntry)
- })
-_sym_db.RegisterMessage(PutRecordsRequestEntry)
-
-PutRecordsResultEntry = _reflection.GeneratedProtocolMessageType('PutRecordsResultEntry', (_message.Message,), {
- 'DESCRIPTOR' : _PUTRECORDSRESULTENTRY,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.PutRecordsResultEntry)
- })
-_sym_db.RegisterMessage(PutRecordsResultEntry)
-
-GetRecordsRequest = _reflection.GeneratedProtocolMessageType('GetRecordsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _GETRECORDSREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.GetRecordsRequest)
- })
-_sym_db.RegisterMessage(GetRecordsRequest)
-
-GetRecordsResponse = _reflection.GeneratedProtocolMessageType('GetRecordsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _GETRECORDSRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.GetRecordsResponse)
- })
-_sym_db.RegisterMessage(GetRecordsResponse)
-
-GetRecordsResult = _reflection.GeneratedProtocolMessageType('GetRecordsResult', (_message.Message,), {
- 'DESCRIPTOR' : _GETRECORDSRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.GetRecordsResult)
- })
-_sym_db.RegisterMessage(GetRecordsResult)
-
-PutRecordRequest = _reflection.GeneratedProtocolMessageType('PutRecordRequest', (_message.Message,), {
- 'DESCRIPTOR' : _PUTRECORDREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.PutRecordRequest)
- })
-_sym_db.RegisterMessage(PutRecordRequest)
-
-PutRecordResponse = _reflection.GeneratedProtocolMessageType('PutRecordResponse', (_message.Message,), {
- 'DESCRIPTOR' : _PUTRECORDRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.PutRecordResponse)
- })
-_sym_db.RegisterMessage(PutRecordResponse)
-
-PutRecordResult = _reflection.GeneratedProtocolMessageType('PutRecordResult', (_message.Message,), {
- 'DESCRIPTOR' : _PUTRECORDRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.PutRecordResult)
- })
-_sym_db.RegisterMessage(PutRecordResult)
-
-PutRecordsRequest = _reflection.GeneratedProtocolMessageType('PutRecordsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _PUTRECORDSREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.PutRecordsRequest)
- })
-_sym_db.RegisterMessage(PutRecordsRequest)
-
-PutRecordsResponse = _reflection.GeneratedProtocolMessageType('PutRecordsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _PUTRECORDSRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.PutRecordsResponse)
- })
-_sym_db.RegisterMessage(PutRecordsResponse)
-
-PutRecordsResult = _reflection.GeneratedProtocolMessageType('PutRecordsResult', (_message.Message,), {
- 'DESCRIPTOR' : _PUTRECORDSRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.PutRecordsResult)
- })
-_sym_db.RegisterMessage(PutRecordsResult)
-
-GetShardIteratorRequest = _reflection.GeneratedProtocolMessageType('GetShardIteratorRequest', (_message.Message,), {
- 'DESCRIPTOR' : _GETSHARDITERATORREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.GetShardIteratorRequest)
- })
-_sym_db.RegisterMessage(GetShardIteratorRequest)
-
-GetShardIteratorResponse = _reflection.GeneratedProtocolMessageType('GetShardIteratorResponse', (_message.Message,), {
- 'DESCRIPTOR' : _GETSHARDITERATORRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.GetShardIteratorResponse)
- })
-_sym_db.RegisterMessage(GetShardIteratorResponse)
-
-GetShardIteratorResult = _reflection.GeneratedProtocolMessageType('GetShardIteratorResult', (_message.Message,), {
- 'DESCRIPTOR' : _GETSHARDITERATORRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.GetShardIteratorResult)
- })
-_sym_db.RegisterMessage(GetShardIteratorResult)
-
-SubscribeToShardRequest = _reflection.GeneratedProtocolMessageType('SubscribeToShardRequest', (_message.Message,), {
- 'DESCRIPTOR' : _SUBSCRIBETOSHARDREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SubscribeToShardRequest)
- })
-_sym_db.RegisterMessage(SubscribeToShardRequest)
-
-SubscribeToShardResponse = _reflection.GeneratedProtocolMessageType('SubscribeToShardResponse', (_message.Message,), {
- 'DESCRIPTOR' : _SUBSCRIBETOSHARDRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SubscribeToShardResponse)
- })
-_sym_db.RegisterMessage(SubscribeToShardResponse)
-
-SubscribeToShardResult = _reflection.GeneratedProtocolMessageType('SubscribeToShardResult', (_message.Message,), {
- 'DESCRIPTOR' : _SUBSCRIBETOSHARDRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SubscribeToShardResult)
- })
-_sym_db.RegisterMessage(SubscribeToShardResult)
-
-AddTagsToStreamRequest = _reflection.GeneratedProtocolMessageType('AddTagsToStreamRequest', (_message.Message,), {
- 'DESCRIPTOR' : _ADDTAGSTOSTREAMREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.AddTagsToStreamRequest)
- })
-_sym_db.RegisterMessage(AddTagsToStreamRequest)
-
-AddTagsToStreamResponse = _reflection.GeneratedProtocolMessageType('AddTagsToStreamResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ADDTAGSTOSTREAMRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.AddTagsToStreamResponse)
- })
-_sym_db.RegisterMessage(AddTagsToStreamResponse)
-
-AddTagsToStreamResult = _reflection.GeneratedProtocolMessageType('AddTagsToStreamResult', (_message.Message,), {
- 'DESCRIPTOR' : _ADDTAGSTOSTREAMRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.AddTagsToStreamResult)
- })
-_sym_db.RegisterMessage(AddTagsToStreamResult)
-
-DecreaseStreamRetentionPeriodRequest = _reflection.GeneratedProtocolMessageType('DecreaseStreamRetentionPeriodRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DECREASESTREAMRETENTIONPERIODREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodRequest)
- })
-_sym_db.RegisterMessage(DecreaseStreamRetentionPeriodRequest)
-
-DecreaseStreamRetentionPeriodResponse = _reflection.GeneratedProtocolMessageType('DecreaseStreamRetentionPeriodResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DECREASESTREAMRETENTIONPERIODRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodResponse)
- })
-_sym_db.RegisterMessage(DecreaseStreamRetentionPeriodResponse)
-
-DecreaseStreamRetentionPeriodResult = _reflection.GeneratedProtocolMessageType('DecreaseStreamRetentionPeriodResult', (_message.Message,), {
- 'DESCRIPTOR' : _DECREASESTREAMRETENTIONPERIODRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DecreaseStreamRetentionPeriodResult)
- })
-_sym_db.RegisterMessage(DecreaseStreamRetentionPeriodResult)
-
-DescribeLimitsRequest = _reflection.GeneratedProtocolMessageType('DescribeLimitsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBELIMITSREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeLimitsRequest)
- })
-_sym_db.RegisterMessage(DescribeLimitsRequest)
-
-DescribeLimitsResponse = _reflection.GeneratedProtocolMessageType('DescribeLimitsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBELIMITSRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeLimitsResponse)
- })
-_sym_db.RegisterMessage(DescribeLimitsResponse)
-
-DescribeLimitsResult = _reflection.GeneratedProtocolMessageType('DescribeLimitsResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBELIMITSRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeLimitsResult)
- })
-_sym_db.RegisterMessage(DescribeLimitsResult)
-
-DescribeStreamSummaryRequest = _reflection.GeneratedProtocolMessageType('DescribeStreamSummaryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBESTREAMSUMMARYREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeStreamSummaryRequest)
- })
-_sym_db.RegisterMessage(DescribeStreamSummaryRequest)
-
-DescribeStreamSummaryResponse = _reflection.GeneratedProtocolMessageType('DescribeStreamSummaryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBESTREAMSUMMARYRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeStreamSummaryResponse)
- })
-_sym_db.RegisterMessage(DescribeStreamSummaryResponse)
-
-DescribeStreamSummaryResult = _reflection.GeneratedProtocolMessageType('DescribeStreamSummaryResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBESTREAMSUMMARYRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DescribeStreamSummaryResult)
- })
-_sym_db.RegisterMessage(DescribeStreamSummaryResult)
-
-DisableEnhancedMonitoringRequest = _reflection.GeneratedProtocolMessageType('DisableEnhancedMonitoringRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DISABLEENHANCEDMONITORINGREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DisableEnhancedMonitoringRequest)
- })
-_sym_db.RegisterMessage(DisableEnhancedMonitoringRequest)
-
-DisableEnhancedMonitoringResponse = _reflection.GeneratedProtocolMessageType('DisableEnhancedMonitoringResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DISABLEENHANCEDMONITORINGRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DisableEnhancedMonitoringResponse)
- })
-_sym_db.RegisterMessage(DisableEnhancedMonitoringResponse)
-
-DisableEnhancedMonitoringResult = _reflection.GeneratedProtocolMessageType('DisableEnhancedMonitoringResult', (_message.Message,), {
- 'DESCRIPTOR' : _DISABLEENHANCEDMONITORINGRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.DisableEnhancedMonitoringResult)
- })
-_sym_db.RegisterMessage(DisableEnhancedMonitoringResult)
-
-EnableEnhancedMonitoringRequest = _reflection.GeneratedProtocolMessageType('EnableEnhancedMonitoringRequest', (_message.Message,), {
- 'DESCRIPTOR' : _ENABLEENHANCEDMONITORINGREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.EnableEnhancedMonitoringRequest)
- })
-_sym_db.RegisterMessage(EnableEnhancedMonitoringRequest)
-
-EnableEnhancedMonitoringResponse = _reflection.GeneratedProtocolMessageType('EnableEnhancedMonitoringResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ENABLEENHANCEDMONITORINGRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.EnableEnhancedMonitoringResponse)
- })
-_sym_db.RegisterMessage(EnableEnhancedMonitoringResponse)
-
-EnableEnhancedMonitoringResult = _reflection.GeneratedProtocolMessageType('EnableEnhancedMonitoringResult', (_message.Message,), {
- 'DESCRIPTOR' : _ENABLEENHANCEDMONITORINGRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.EnableEnhancedMonitoringResult)
- })
-_sym_db.RegisterMessage(EnableEnhancedMonitoringResult)
-
-IncreaseStreamRetentionPeriodRequest = _reflection.GeneratedProtocolMessageType('IncreaseStreamRetentionPeriodRequest', (_message.Message,), {
- 'DESCRIPTOR' : _INCREASESTREAMRETENTIONPERIODREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodRequest)
- })
-_sym_db.RegisterMessage(IncreaseStreamRetentionPeriodRequest)
-
-IncreaseStreamRetentionPeriodResponse = _reflection.GeneratedProtocolMessageType('IncreaseStreamRetentionPeriodResponse', (_message.Message,), {
- 'DESCRIPTOR' : _INCREASESTREAMRETENTIONPERIODRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodResponse)
- })
-_sym_db.RegisterMessage(IncreaseStreamRetentionPeriodResponse)
-
-IncreaseStreamRetentionPeriodResult = _reflection.GeneratedProtocolMessageType('IncreaseStreamRetentionPeriodResult', (_message.Message,), {
- 'DESCRIPTOR' : _INCREASESTREAMRETENTIONPERIODRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.IncreaseStreamRetentionPeriodResult)
- })
-_sym_db.RegisterMessage(IncreaseStreamRetentionPeriodResult)
-
-ListTagsForStreamRequest = _reflection.GeneratedProtocolMessageType('ListTagsForStreamRequest', (_message.Message,), {
- 'DESCRIPTOR' : _LISTTAGSFORSTREAMREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListTagsForStreamRequest)
- })
-_sym_db.RegisterMessage(ListTagsForStreamRequest)
-
-ListTagsForStreamResponse = _reflection.GeneratedProtocolMessageType('ListTagsForStreamResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTTAGSFORSTREAMRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListTagsForStreamResponse)
- })
-_sym_db.RegisterMessage(ListTagsForStreamResponse)
-
-ListTagsForStreamResult = _reflection.GeneratedProtocolMessageType('ListTagsForStreamResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTTAGSFORSTREAMRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.ListTagsForStreamResult)
- })
-_sym_db.RegisterMessage(ListTagsForStreamResult)
-
-MergeShardsRequest = _reflection.GeneratedProtocolMessageType('MergeShardsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _MERGESHARDSREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.MergeShardsRequest)
- })
-_sym_db.RegisterMessage(MergeShardsRequest)
-
-MergeShardsResponse = _reflection.GeneratedProtocolMessageType('MergeShardsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _MERGESHARDSRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.MergeShardsResponse)
- })
-_sym_db.RegisterMessage(MergeShardsResponse)
-
-MergeShardsResult = _reflection.GeneratedProtocolMessageType('MergeShardsResult', (_message.Message,), {
- 'DESCRIPTOR' : _MERGESHARDSRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.MergeShardsResult)
- })
-_sym_db.RegisterMessage(MergeShardsResult)
-
-RemoveTagsFromStreamRequest = _reflection.GeneratedProtocolMessageType('RemoveTagsFromStreamRequest', (_message.Message,), {
- 'DESCRIPTOR' : _REMOVETAGSFROMSTREAMREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.RemoveTagsFromStreamRequest)
- })
-_sym_db.RegisterMessage(RemoveTagsFromStreamRequest)
-
-RemoveTagsFromStreamResponse = _reflection.GeneratedProtocolMessageType('RemoveTagsFromStreamResponse', (_message.Message,), {
- 'DESCRIPTOR' : _REMOVETAGSFROMSTREAMRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.RemoveTagsFromStreamResponse)
- })
-_sym_db.RegisterMessage(RemoveTagsFromStreamResponse)
-
-RemoveTagsFromStreamResult = _reflection.GeneratedProtocolMessageType('RemoveTagsFromStreamResult', (_message.Message,), {
- 'DESCRIPTOR' : _REMOVETAGSFROMSTREAMRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.RemoveTagsFromStreamResult)
- })
-_sym_db.RegisterMessage(RemoveTagsFromStreamResult)
-
-SplitShardRequest = _reflection.GeneratedProtocolMessageType('SplitShardRequest', (_message.Message,), {
- 'DESCRIPTOR' : _SPLITSHARDREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SplitShardRequest)
- })
-_sym_db.RegisterMessage(SplitShardRequest)
-
-SplitShardResponse = _reflection.GeneratedProtocolMessageType('SplitShardResponse', (_message.Message,), {
- 'DESCRIPTOR' : _SPLITSHARDRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SplitShardResponse)
- })
-_sym_db.RegisterMessage(SplitShardResponse)
-
-SplitShardResult = _reflection.GeneratedProtocolMessageType('SplitShardResult', (_message.Message,), {
- 'DESCRIPTOR' : _SPLITSHARDRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.SplitShardResult)
- })
-_sym_db.RegisterMessage(SplitShardResult)
-
-StartStreamEncryptionRequest = _reflection.GeneratedProtocolMessageType('StartStreamEncryptionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STARTSTREAMENCRYPTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.StartStreamEncryptionRequest)
- })
-_sym_db.RegisterMessage(StartStreamEncryptionRequest)
-
-StartStreamEncryptionResponse = _reflection.GeneratedProtocolMessageType('StartStreamEncryptionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STARTSTREAMENCRYPTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.StartStreamEncryptionResponse)
- })
-_sym_db.RegisterMessage(StartStreamEncryptionResponse)
-
-StartStreamEncryptionResult = _reflection.GeneratedProtocolMessageType('StartStreamEncryptionResult', (_message.Message,), {
- 'DESCRIPTOR' : _STARTSTREAMENCRYPTIONRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.StartStreamEncryptionResult)
- })
-_sym_db.RegisterMessage(StartStreamEncryptionResult)
-
-StopStreamEncryptionRequest = _reflection.GeneratedProtocolMessageType('StopStreamEncryptionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STOPSTREAMENCRYPTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.StopStreamEncryptionRequest)
- })
-_sym_db.RegisterMessage(StopStreamEncryptionRequest)
-
-StopStreamEncryptionResponse = _reflection.GeneratedProtocolMessageType('StopStreamEncryptionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STOPSTREAMENCRYPTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.StopStreamEncryptionResponse)
- })
-_sym_db.RegisterMessage(StopStreamEncryptionResponse)
-
-StopStreamEncryptionResult = _reflection.GeneratedProtocolMessageType('StopStreamEncryptionResult', (_message.Message,), {
- 'DESCRIPTOR' : _STOPSTREAMENCRYPTIONRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.StopStreamEncryptionResult)
- })
-_sym_db.RegisterMessage(StopStreamEncryptionResult)
-
-UpdateShardCountRequest = _reflection.GeneratedProtocolMessageType('UpdateShardCountRequest', (_message.Message,), {
- 'DESCRIPTOR' : _UPDATESHARDCOUNTREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.UpdateShardCountRequest)
- })
-_sym_db.RegisterMessage(UpdateShardCountRequest)
-
-UpdateShardCountResponse = _reflection.GeneratedProtocolMessageType('UpdateShardCountResponse', (_message.Message,), {
- 'DESCRIPTOR' : _UPDATESHARDCOUNTRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.UpdateShardCountResponse)
- })
-_sym_db.RegisterMessage(UpdateShardCountResponse)
-
-UpdateShardCountResult = _reflection.GeneratedProtocolMessageType('UpdateShardCountResult', (_message.Message,), {
- 'DESCRIPTOR' : _UPDATESHARDCOUNTRESULT,
- '__module__' : 'ydb.public.api.protos.draft.datastreams_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DataStreams.V1.UpdateShardCountResult)
- })
-_sym_db.RegisterMessage(UpdateShardCountResult)
-
-FieldTransformer.enum_type = _EFIELDTRANSFORMATIONTYPE
-google_dot_protobuf_dot_descriptor__pb2.FieldOptions.RegisterExtension(FieldTransformer)
-
-DESCRIPTOR._options = None
-_CONSUMER.fields_by_name['consumer_creation_timestamp']._options = None
-_RECORD.fields_by_name['timestamp']._options = None
-_RECORD.fields_by_name['data']._options = None
-_STREAMDESCRIPTION.fields_by_name['stream_creation_timestamp']._options = None
-_SHARD.fields_by_name['adjacent_parent_shard_id']._options = None
-_SHARD.fields_by_name['parent_shard_id']._options = None
-_CONSUMERDESCRIPTION.fields_by_name['consumer_creation_timestamp']._options = None
-_SHARDFILTER.fields_by_name['timestamp']._options = None
-_STARTINGPOSITION.fields_by_name['timestamp']._options = None
-_STREAMDESCRIPTIONSUMMARY.fields_by_name['stream_creation_timestamp']._options = None
-_LISTSHARDSREQUEST.fields_by_name['stream_creation_timestamp']._options = None
-_LISTSTREAMCONSUMERSREQUEST.fields_by_name['stream_creation_timestamp']._options = None
-_PUTRECORDSREQUESTENTRY.fields_by_name['data']._options = None
-_PUTRECORDSRESULTENTRY.fields_by_name['error_message']._options = None
-_PUTRECORDSRESULTENTRY.fields_by_name['error_code']._options = None
-_PUTRECORDREQUEST.fields_by_name['data']._options = None
-_GETSHARDITERATORREQUEST.fields_by_name['timestamp']._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/datastreams_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/datastreams_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/datastreams_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_common_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_common_pb2.py
deleted file mode 100644
index 8cde068e9c3..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_common_pb2.py
+++ /dev/null
@@ -1,198 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/draft/persqueue_common.proto
-"""Generated protocol buffer code."""
-from google.protobuf.internal import enum_type_wrapper
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
-from ydb.public.api.protos.draft import persqueue_error_codes_pb2 as ydb_dot_public_dot_api_dot_protos_dot_draft_dot_persqueue__error__codes__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/draft/persqueue_common.proto',
- package='NPersQueueCommon',
- syntax='proto3',
- serialized_options=b'\n\030com.yandex.ydb.persqueue\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n2ydb/public/api/protos/draft/persqueue_common.proto\x12\x10NPersQueueCommon\x1a google/protobuf/descriptor.proto\x1a\x37ydb/public/api/protos/draft/persqueue_error_codes.proto\"M\n\x05\x45rror\x12/\n\x04\x63ode\x18\x01 \x01(\x0e\x32!.NPersQueue.NErrorCode.EErrorCode\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\"Q\n\x0b\x43redentials\x12\x1c\n\x12tvm_service_ticket\x18\x01 \x01(\x0cH\x00\x12\x15\n\x0boauth_token\x18\x02 \x01(\x0cH\x00\x42\r\n\x0b\x63redentials*<\n\x06\x45\x43odec\x12\x07\n\x03RAW\x10\x00\x12\x08\n\x04GZIP\x10\x01\x12\x08\n\x04LZOP\x10\x02\x12\x08\n\x04ZSTD\x10\x03\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x64:7\n\x0fGenerateYaStyle\x12\x1c.google.protobuf.FileOptions\x18\xf6\x88\x04 \x01(\x08\x42\x1d\n\x18\x63om.yandex.ydb.persqueue\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_draft_dot_persqueue__error__codes__pb2.DESCRIPTOR,])
-
-_ECODEC = _descriptor.EnumDescriptor(
- name='ECodec',
- full_name='NPersQueueCommon.ECodec',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='RAW', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='GZIP', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='LZOP', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ZSTD', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DEFAULT', index=4, number=100,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=325,
- serialized_end=385,
-)
-_sym_db.RegisterEnumDescriptor(_ECODEC)
-
-ECodec = enum_type_wrapper.EnumTypeWrapper(_ECODEC)
-RAW = 0
-GZIP = 1
-LZOP = 2
-ZSTD = 3
-DEFAULT = 100
-
-GENERATEYASTYLE_FIELD_NUMBER = 66678
-GenerateYaStyle = _descriptor.FieldDescriptor(
- name='GenerateYaStyle', full_name='NPersQueueCommon.GenerateYaStyle', index=0,
- number=66678, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=True, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key)
-
-
-_ERROR = _descriptor.Descriptor(
- name='Error',
- full_name='NPersQueueCommon.Error',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='code', full_name='NPersQueueCommon.Error.code', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='description', full_name='NPersQueueCommon.Error.description', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=163,
- serialized_end=240,
-)
-
-
-_CREDENTIALS = _descriptor.Descriptor(
- name='Credentials',
- full_name='NPersQueueCommon.Credentials',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tvm_service_ticket', full_name='NPersQueueCommon.Credentials.tvm_service_ticket', index=0,
- number=1, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='oauth_token', full_name='NPersQueueCommon.Credentials.oauth_token', index=1,
- number=2, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='credentials', full_name='NPersQueueCommon.Credentials.credentials',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=242,
- serialized_end=323,
-)
-
-_ERROR.fields_by_name['code'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_draft_dot_persqueue__error__codes__pb2._EERRORCODE
-_CREDENTIALS.oneofs_by_name['credentials'].fields.append(
- _CREDENTIALS.fields_by_name['tvm_service_ticket'])
-_CREDENTIALS.fields_by_name['tvm_service_ticket'].containing_oneof = _CREDENTIALS.oneofs_by_name['credentials']
-_CREDENTIALS.oneofs_by_name['credentials'].fields.append(
- _CREDENTIALS.fields_by_name['oauth_token'])
-_CREDENTIALS.fields_by_name['oauth_token'].containing_oneof = _CREDENTIALS.oneofs_by_name['credentials']
-DESCRIPTOR.message_types_by_name['Error'] = _ERROR
-DESCRIPTOR.message_types_by_name['Credentials'] = _CREDENTIALS
-DESCRIPTOR.enum_types_by_name['ECodec'] = _ECODEC
-DESCRIPTOR.extensions_by_name['GenerateYaStyle'] = GenerateYaStyle
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-Error = _reflection.GeneratedProtocolMessageType('Error', (_message.Message,), {
- 'DESCRIPTOR' : _ERROR,
- '__module__' : 'ydb.public.api.protos.draft.persqueue_common_pb2'
- # @@protoc_insertion_point(class_scope:NPersQueueCommon.Error)
- })
-_sym_db.RegisterMessage(Error)
-
-Credentials = _reflection.GeneratedProtocolMessageType('Credentials', (_message.Message,), {
- 'DESCRIPTOR' : _CREDENTIALS,
- '__module__' : 'ydb.public.api.protos.draft.persqueue_common_pb2'
- # @@protoc_insertion_point(class_scope:NPersQueueCommon.Credentials)
- })
-_sym_db.RegisterMessage(Credentials)
-
-google_dot_protobuf_dot_descriptor__pb2.FileOptions.RegisterExtension(GenerateYaStyle)
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_common_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_common_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_common_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_error_codes_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_error_codes_pb2.py
deleted file mode 100644
index 2c81db02466..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_error_codes_pb2.py
+++ /dev/null
@@ -1,205 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/draft/persqueue_error_codes.proto
-"""Generated protocol buffer code."""
-from google.protobuf.internal import enum_type_wrapper
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/draft/persqueue_error_codes.proto',
- package='NPersQueue.NErrorCode',
- syntax='proto3',
- serialized_options=b'\n\030com.yandex.ydb.persqueue',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n7ydb/public/api/protos/draft/persqueue_error_codes.proto\x12\x15NPersQueue.NErrorCode*\xef\x04\n\nEErrorCode\x12\x06\n\x02OK\x10\x00\x12\x10\n\x0cINITIALIZING\x10\x01\x12\x0c\n\x08OVERLOAD\x10\x02\x12\x0f\n\x0b\x42\x41\x44_REQUEST\x10\x03\x12\x10\n\x0cWRONG_COOKIE\x10\x04\x12\x14\n\x10SOURCEID_DELETED\x10\x18\x12!\n\x1dWRITE_ERROR_PARTITION_IS_FULL\x10\x05\x12\x1c\n\x18WRITE_ERROR_DISK_IS_FULL\x10\x0f\x12\x1a\n\x16WRITE_ERROR_BAD_OFFSET\x10\x13\x12!\n\x1d\x43REATE_SESSION_ALREADY_LOCKED\x10\x06\x12\x1d\n\x19\x44\x45LETE_SESSION_NO_SESSION\x10\x07\x12\x1a\n\x16READ_ERROR_IN_PROGRESS\x10\x08\x12\x19\n\x15READ_ERROR_NO_SESSION\x10\t\x12\x10\n\x0cREAD_TIMEOUT\x10\n\x12\x1f\n\x1bREAD_ERROR_TOO_SMALL_OFFSET\x10\x0b\x12\x1d\n\x19READ_ERROR_TOO_BIG_OFFSET\x10\x0c\x12%\n!SET_OFFSET_ERROR_COMMIT_TO_FUTURE\x10\r\x12\x15\n\x11TABLET_IS_DROPPED\x10\x0e\x12\x11\n\rREAD_NOT_DONE\x10\x10\x12\x11\n\rUNKNOWN_TOPIC\x10\x11\x12\x11\n\rACCESS_DENIED\x10\x12\x12\x14\n\x10\x43LUSTER_DISABLED\x10\x14\x12\x1a\n\x16WRONG_PARTITION_NUMBER\x10\x15\x12\x12\n\x0e\x43REATE_TIMEOUT\x10\x16\x12\x10\n\x0cIDLE_TIMEOUT\x10\x17\x12\t\n\x05\x45RROR\x10\x64\x42\x1a\n\x18\x63om.yandex.ydb.persqueueb\x06proto3'
-)
-
-_EERRORCODE = _descriptor.EnumDescriptor(
- name='EErrorCode',
- full_name='NPersQueue.NErrorCode.EErrorCode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='OK', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='INITIALIZING', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='OVERLOAD', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='BAD_REQUEST', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='WRONG_COOKIE', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SOURCEID_DELETED', index=5, number=24,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='WRITE_ERROR_PARTITION_IS_FULL', index=6, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='WRITE_ERROR_DISK_IS_FULL', index=7, number=15,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='WRITE_ERROR_BAD_OFFSET', index=8, number=19,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CREATE_SESSION_ALREADY_LOCKED', index=9, number=6,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DELETE_SESSION_NO_SESSION', index=10, number=7,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ_ERROR_IN_PROGRESS', index=11, number=8,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ_ERROR_NO_SESSION', index=12, number=9,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ_TIMEOUT', index=13, number=10,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ_ERROR_TOO_SMALL_OFFSET', index=14, number=11,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ_ERROR_TOO_BIG_OFFSET', index=15, number=12,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SET_OFFSET_ERROR_COMMIT_TO_FUTURE', index=16, number=13,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TABLET_IS_DROPPED', index=17, number=14,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ_NOT_DONE', index=18, number=16,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNKNOWN_TOPIC', index=19, number=17,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ACCESS_DENIED', index=20, number=18,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CLUSTER_DISABLED', index=21, number=20,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='WRONG_PARTITION_NUMBER', index=22, number=21,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CREATE_TIMEOUT', index=23, number=22,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='IDLE_TIMEOUT', index=24, number=23,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ERROR', index=25, number=100,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=83,
- serialized_end=706,
-)
-_sym_db.RegisterEnumDescriptor(_EERRORCODE)
-
-EErrorCode = enum_type_wrapper.EnumTypeWrapper(_EERRORCODE)
-OK = 0
-INITIALIZING = 1
-OVERLOAD = 2
-BAD_REQUEST = 3
-WRONG_COOKIE = 4
-SOURCEID_DELETED = 24
-WRITE_ERROR_PARTITION_IS_FULL = 5
-WRITE_ERROR_DISK_IS_FULL = 15
-WRITE_ERROR_BAD_OFFSET = 19
-CREATE_SESSION_ALREADY_LOCKED = 6
-DELETE_SESSION_NO_SESSION = 7
-READ_ERROR_IN_PROGRESS = 8
-READ_ERROR_NO_SESSION = 9
-READ_TIMEOUT = 10
-READ_ERROR_TOO_SMALL_OFFSET = 11
-READ_ERROR_TOO_BIG_OFFSET = 12
-SET_OFFSET_ERROR_COMMIT_TO_FUTURE = 13
-TABLET_IS_DROPPED = 14
-READ_NOT_DONE = 16
-UNKNOWN_TOPIC = 17
-ACCESS_DENIED = 18
-CLUSTER_DISABLED = 20
-WRONG_PARTITION_NUMBER = 21
-CREATE_TIMEOUT = 22
-IDLE_TIMEOUT = 23
-ERROR = 100
-
-
-DESCRIPTOR.enum_types_by_name['EErrorCode'] = _EERRORCODE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_error_codes_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_error_codes_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/persqueue_error_codes_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_logstore_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_logstore_pb2.py
deleted file mode 100644
index 98f38286e6c..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_logstore_pb2.py
+++ /dev/null
@@ -1,1091 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/draft/ydb_logstore.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from ydb.public.api.protos import ydb_value_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2
-from ydb.public.api.protos import ydb_scheme_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2
-from ydb.public.api.protos import ydb_table_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2
-from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/draft/ydb_logstore.proto',
- package='Ydb.LogStore',
- syntax='proto3',
- serialized_options=b'\n\027com.yandex.ydb.logstoreB\016LogStoreProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n.ydb/public/api/protos/draft/ydb_logstore.proto\x12\x0cYdb.LogStore\x1a)ydb/public/api/protos/ydb_operation.proto\x1a%ydb/public/api/protos/ydb_value.proto\x1a&ydb/public/api/protos/ydb_scheme.proto\x1a%ydb/public/api/protos/ydb_table.proto\x1a\x1bgoogle/protobuf/empty.proto\"3\n\nColumnMeta\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x04type\x18\x02 \x01(\x0b\x32\t.Ydb.Type\"H\n\x06Schema\x12)\n\x07\x63olumns\x18\x01 \x03(\x0b\x32\x18.Ydb.LogStore.ColumnMeta\x12\x13\n\x0bprimary_key\x18\x02 \x03(\t\"B\n\x0cSchemaPreset\x12\x0c\n\x04name\x18\x01 \x01(\t\x12$\n\x06schema\x18\x02 \x01(\x0b\x32\x14.Ydb.LogStore.Schema\"O\n\x11TtlSettingsPreset\x12\x0c\n\x04name\x18\x01 \x01(\t\x12,\n\x0cttl_settings\x18\x02 \x01(\x0b\x32\x16.Ydb.Table.TtlSettings\"\xb0\x01\n\x15\x43reateLogStoreRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\x1a\n\x12\x63olumn_shard_count\x18\x03 \x01(\r\x12\x32\n\x0eschema_presets\x18\x04 \x03(\x0b\x32\x1a.Ydb.LogStore.SchemaPreset\"F\n\x16\x43reateLogStoreResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"b\n\x17\x44\x65scribeLogStoreRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\"\x89\x01\n\x16\x44\x65scribeLogStoreResult\x12\x1f\n\x04self\x18\x01 \x01(\x0b\x32\x11.Ydb.Scheme.Entry\x12\x1a\n\x12\x63olumn_shard_count\x18\x02 \x01(\r\x12\x32\n\x0eschema_presets\x18\x03 \x03(\x0b\x32\x1a.Ydb.LogStore.SchemaPreset\"H\n\x18\x44\x65scribeLogStoreResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"^\n\x13\x44ropLogStoreRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\"D\n\x14\x44ropLogStoreResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xb9\x02\n\x15\x43reateLogTableRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\x1c\n\x12schema_preset_name\x18\x03 \x01(\tH\x00\x12&\n\x06schema\x18\x04 \x01(\x0b\x32\x14.Ydb.LogStore.SchemaH\x00\x12.\n\x0cttl_settings\x18\x05 \x01(\x0b\x32\x16.Ydb.Table.TtlSettingsH\x01\x12\x1a\n\x12\x63olumn_shard_count\x18\x07 \x01(\r\x12\x18\n\x10sharding_columns\x18\x08 \x03(\tB\x16\n\x14schema_specificationB\x13\n\x11ttl_specification\"F\n\x16\x43reateLogTableResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"b\n\x17\x44\x65scribeLogTableRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\"\x81\x02\n\x16\x44\x65scribeLogTableResult\x12\x1f\n\x04self\x18\x01 \x01(\x0b\x32\x11.Ydb.Scheme.Entry\x12\x1a\n\x12schema_preset_name\x18\x02 \x01(\t\x12$\n\x06schema\x18\x03 \x01(\x0b\x32\x14.Ydb.LogStore.Schema\x12 \n\x18ttl_settings_preset_name\x18\x04 \x01(\t\x12,\n\x0cttl_settings\x18\x05 \x01(\x0b\x32\x16.Ydb.Table.TtlSettings\x12\x1a\n\x12\x63olumn_shard_count\x18\x06 \x01(\r\x12\x18\n\x10sharding_columns\x18\x07 \x03(\t\"H\n\x18\x44\x65scribeLogTableResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"^\n\x13\x44ropLogTableRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\"D\n\x14\x44ropLogTableResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xd6\x01\n\x14\x41lterLogTableRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\x33\n\x11\x64rop_ttl_settings\x18\x03 \x01(\x0b\x32\x16.google.protobuf.EmptyH\x00\x12\x32\n\x10set_ttl_settings\x18\x04 \x01(\x0b\x32\x16.Ydb.Table.TtlSettingsH\x00\x42\x0c\n\nttl_action\"E\n\x15\x41lterLogTableResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.OperationB,\n\x17\x63om.yandex.ydb.logstoreB\x0eLogStoreProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DESCRIPTOR,google_dot_protobuf_dot_empty__pb2.DESCRIPTOR,])
-
-
-
-
-_COLUMNMETA = _descriptor.Descriptor(
- name='ColumnMeta',
- full_name='Ydb.LogStore.ColumnMeta',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.LogStore.ColumnMeta.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.LogStore.ColumnMeta.type', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=254,
- serialized_end=305,
-)
-
-
-_SCHEMA = _descriptor.Descriptor(
- name='Schema',
- full_name='Ydb.LogStore.Schema',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='columns', full_name='Ydb.LogStore.Schema.columns', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='primary_key', full_name='Ydb.LogStore.Schema.primary_key', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=307,
- serialized_end=379,
-)
-
-
-_SCHEMAPRESET = _descriptor.Descriptor(
- name='SchemaPreset',
- full_name='Ydb.LogStore.SchemaPreset',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.LogStore.SchemaPreset.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema', full_name='Ydb.LogStore.SchemaPreset.schema', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=381,
- serialized_end=447,
-)
-
-
-_TTLSETTINGSPRESET = _descriptor.Descriptor(
- name='TtlSettingsPreset',
- full_name='Ydb.LogStore.TtlSettingsPreset',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.LogStore.TtlSettingsPreset.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ttl_settings', full_name='Ydb.LogStore.TtlSettingsPreset.ttl_settings', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=449,
- serialized_end=528,
-)
-
-
-_CREATELOGSTOREREQUEST = _descriptor.Descriptor(
- name='CreateLogStoreRequest',
- full_name='Ydb.LogStore.CreateLogStoreRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LogStore.CreateLogStoreRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.LogStore.CreateLogStoreRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='column_shard_count', full_name='Ydb.LogStore.CreateLogStoreRequest.column_shard_count', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema_presets', full_name='Ydb.LogStore.CreateLogStoreRequest.schema_presets', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=531,
- serialized_end=707,
-)
-
-
-_CREATELOGSTORERESPONSE = _descriptor.Descriptor(
- name='CreateLogStoreResponse',
- full_name='Ydb.LogStore.CreateLogStoreResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LogStore.CreateLogStoreResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=709,
- serialized_end=779,
-)
-
-
-_DESCRIBELOGSTOREREQUEST = _descriptor.Descriptor(
- name='DescribeLogStoreRequest',
- full_name='Ydb.LogStore.DescribeLogStoreRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LogStore.DescribeLogStoreRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.LogStore.DescribeLogStoreRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=781,
- serialized_end=879,
-)
-
-
-_DESCRIBELOGSTORERESULT = _descriptor.Descriptor(
- name='DescribeLogStoreResult',
- full_name='Ydb.LogStore.DescribeLogStoreResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='self', full_name='Ydb.LogStore.DescribeLogStoreResult.self', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='column_shard_count', full_name='Ydb.LogStore.DescribeLogStoreResult.column_shard_count', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema_presets', full_name='Ydb.LogStore.DescribeLogStoreResult.schema_presets', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=882,
- serialized_end=1019,
-)
-
-
-_DESCRIBELOGSTORERESPONSE = _descriptor.Descriptor(
- name='DescribeLogStoreResponse',
- full_name='Ydb.LogStore.DescribeLogStoreResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LogStore.DescribeLogStoreResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1021,
- serialized_end=1093,
-)
-
-
-_DROPLOGSTOREREQUEST = _descriptor.Descriptor(
- name='DropLogStoreRequest',
- full_name='Ydb.LogStore.DropLogStoreRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LogStore.DropLogStoreRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.LogStore.DropLogStoreRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1095,
- serialized_end=1189,
-)
-
-
-_DROPLOGSTORERESPONSE = _descriptor.Descriptor(
- name='DropLogStoreResponse',
- full_name='Ydb.LogStore.DropLogStoreResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LogStore.DropLogStoreResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1191,
- serialized_end=1259,
-)
-
-
-_CREATELOGTABLEREQUEST = _descriptor.Descriptor(
- name='CreateLogTableRequest',
- full_name='Ydb.LogStore.CreateLogTableRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LogStore.CreateLogTableRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.LogStore.CreateLogTableRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema_preset_name', full_name='Ydb.LogStore.CreateLogTableRequest.schema_preset_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema', full_name='Ydb.LogStore.CreateLogTableRequest.schema', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ttl_settings', full_name='Ydb.LogStore.CreateLogTableRequest.ttl_settings', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='column_shard_count', full_name='Ydb.LogStore.CreateLogTableRequest.column_shard_count', index=5,
- number=7, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sharding_columns', full_name='Ydb.LogStore.CreateLogTableRequest.sharding_columns', index=6,
- number=8, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='schema_specification', full_name='Ydb.LogStore.CreateLogTableRequest.schema_specification',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- _descriptor.OneofDescriptor(
- name='ttl_specification', full_name='Ydb.LogStore.CreateLogTableRequest.ttl_specification',
- index=1, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=1262,
- serialized_end=1575,
-)
-
-
-_CREATELOGTABLERESPONSE = _descriptor.Descriptor(
- name='CreateLogTableResponse',
- full_name='Ydb.LogStore.CreateLogTableResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LogStore.CreateLogTableResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1577,
- serialized_end=1647,
-)
-
-
-_DESCRIBELOGTABLEREQUEST = _descriptor.Descriptor(
- name='DescribeLogTableRequest',
- full_name='Ydb.LogStore.DescribeLogTableRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LogStore.DescribeLogTableRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.LogStore.DescribeLogTableRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1649,
- serialized_end=1747,
-)
-
-
-_DESCRIBELOGTABLERESULT = _descriptor.Descriptor(
- name='DescribeLogTableResult',
- full_name='Ydb.LogStore.DescribeLogTableResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='self', full_name='Ydb.LogStore.DescribeLogTableResult.self', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema_preset_name', full_name='Ydb.LogStore.DescribeLogTableResult.schema_preset_name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema', full_name='Ydb.LogStore.DescribeLogTableResult.schema', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ttl_settings_preset_name', full_name='Ydb.LogStore.DescribeLogTableResult.ttl_settings_preset_name', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ttl_settings', full_name='Ydb.LogStore.DescribeLogTableResult.ttl_settings', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='column_shard_count', full_name='Ydb.LogStore.DescribeLogTableResult.column_shard_count', index=5,
- number=6, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sharding_columns', full_name='Ydb.LogStore.DescribeLogTableResult.sharding_columns', index=6,
- number=7, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1750,
- serialized_end=2007,
-)
-
-
-_DESCRIBELOGTABLERESPONSE = _descriptor.Descriptor(
- name='DescribeLogTableResponse',
- full_name='Ydb.LogStore.DescribeLogTableResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LogStore.DescribeLogTableResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2009,
- serialized_end=2081,
-)
-
-
-_DROPLOGTABLEREQUEST = _descriptor.Descriptor(
- name='DropLogTableRequest',
- full_name='Ydb.LogStore.DropLogTableRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LogStore.DropLogTableRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.LogStore.DropLogTableRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2083,
- serialized_end=2177,
-)
-
-
-_DROPLOGTABLERESPONSE = _descriptor.Descriptor(
- name='DropLogTableResponse',
- full_name='Ydb.LogStore.DropLogTableResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LogStore.DropLogTableResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2179,
- serialized_end=2247,
-)
-
-
-_ALTERLOGTABLEREQUEST = _descriptor.Descriptor(
- name='AlterLogTableRequest',
- full_name='Ydb.LogStore.AlterLogTableRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LogStore.AlterLogTableRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.LogStore.AlterLogTableRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='drop_ttl_settings', full_name='Ydb.LogStore.AlterLogTableRequest.drop_ttl_settings', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='set_ttl_settings', full_name='Ydb.LogStore.AlterLogTableRequest.set_ttl_settings', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='ttl_action', full_name='Ydb.LogStore.AlterLogTableRequest.ttl_action',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=2250,
- serialized_end=2464,
-)
-
-
-_ALTERLOGTABLERESPONSE = _descriptor.Descriptor(
- name='AlterLogTableResponse',
- full_name='Ydb.LogStore.AlterLogTableResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LogStore.AlterLogTableResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2466,
- serialized_end=2535,
-)
-
-_COLUMNMETA.fields_by_name['type'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPE
-_SCHEMA.fields_by_name['columns'].message_type = _COLUMNMETA
-_SCHEMAPRESET.fields_by_name['schema'].message_type = _SCHEMA
-_TTLSETTINGSPRESET.fields_by_name['ttl_settings'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._TTLSETTINGS
-_CREATELOGSTOREREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATELOGSTOREREQUEST.fields_by_name['schema_presets'].message_type = _SCHEMAPRESET
-_CREATELOGSTORERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBELOGSTOREREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBELOGSTORERESULT.fields_by_name['self'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._ENTRY
-_DESCRIBELOGSTORERESULT.fields_by_name['schema_presets'].message_type = _SCHEMAPRESET
-_DESCRIBELOGSTORERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DROPLOGSTOREREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DROPLOGSTORERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_CREATELOGTABLEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATELOGTABLEREQUEST.fields_by_name['schema'].message_type = _SCHEMA
-_CREATELOGTABLEREQUEST.fields_by_name['ttl_settings'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._TTLSETTINGS
-_CREATELOGTABLEREQUEST.oneofs_by_name['schema_specification'].fields.append(
- _CREATELOGTABLEREQUEST.fields_by_name['schema_preset_name'])
-_CREATELOGTABLEREQUEST.fields_by_name['schema_preset_name'].containing_oneof = _CREATELOGTABLEREQUEST.oneofs_by_name['schema_specification']
-_CREATELOGTABLEREQUEST.oneofs_by_name['schema_specification'].fields.append(
- _CREATELOGTABLEREQUEST.fields_by_name['schema'])
-_CREATELOGTABLEREQUEST.fields_by_name['schema'].containing_oneof = _CREATELOGTABLEREQUEST.oneofs_by_name['schema_specification']
-_CREATELOGTABLEREQUEST.oneofs_by_name['ttl_specification'].fields.append(
- _CREATELOGTABLEREQUEST.fields_by_name['ttl_settings'])
-_CREATELOGTABLEREQUEST.fields_by_name['ttl_settings'].containing_oneof = _CREATELOGTABLEREQUEST.oneofs_by_name['ttl_specification']
-_CREATELOGTABLERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBELOGTABLEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBELOGTABLERESULT.fields_by_name['self'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._ENTRY
-_DESCRIBELOGTABLERESULT.fields_by_name['schema'].message_type = _SCHEMA
-_DESCRIBELOGTABLERESULT.fields_by_name['ttl_settings'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._TTLSETTINGS
-_DESCRIBELOGTABLERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DROPLOGTABLEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DROPLOGTABLERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_ALTERLOGTABLEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ALTERLOGTABLEREQUEST.fields_by_name['drop_ttl_settings'].message_type = google_dot_protobuf_dot_empty__pb2._EMPTY
-_ALTERLOGTABLEREQUEST.fields_by_name['set_ttl_settings'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._TTLSETTINGS
-_ALTERLOGTABLEREQUEST.oneofs_by_name['ttl_action'].fields.append(
- _ALTERLOGTABLEREQUEST.fields_by_name['drop_ttl_settings'])
-_ALTERLOGTABLEREQUEST.fields_by_name['drop_ttl_settings'].containing_oneof = _ALTERLOGTABLEREQUEST.oneofs_by_name['ttl_action']
-_ALTERLOGTABLEREQUEST.oneofs_by_name['ttl_action'].fields.append(
- _ALTERLOGTABLEREQUEST.fields_by_name['set_ttl_settings'])
-_ALTERLOGTABLEREQUEST.fields_by_name['set_ttl_settings'].containing_oneof = _ALTERLOGTABLEREQUEST.oneofs_by_name['ttl_action']
-_ALTERLOGTABLERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['ColumnMeta'] = _COLUMNMETA
-DESCRIPTOR.message_types_by_name['Schema'] = _SCHEMA
-DESCRIPTOR.message_types_by_name['SchemaPreset'] = _SCHEMAPRESET
-DESCRIPTOR.message_types_by_name['TtlSettingsPreset'] = _TTLSETTINGSPRESET
-DESCRIPTOR.message_types_by_name['CreateLogStoreRequest'] = _CREATELOGSTOREREQUEST
-DESCRIPTOR.message_types_by_name['CreateLogStoreResponse'] = _CREATELOGSTORERESPONSE
-DESCRIPTOR.message_types_by_name['DescribeLogStoreRequest'] = _DESCRIBELOGSTOREREQUEST
-DESCRIPTOR.message_types_by_name['DescribeLogStoreResult'] = _DESCRIBELOGSTORERESULT
-DESCRIPTOR.message_types_by_name['DescribeLogStoreResponse'] = _DESCRIBELOGSTORERESPONSE
-DESCRIPTOR.message_types_by_name['DropLogStoreRequest'] = _DROPLOGSTOREREQUEST
-DESCRIPTOR.message_types_by_name['DropLogStoreResponse'] = _DROPLOGSTORERESPONSE
-DESCRIPTOR.message_types_by_name['CreateLogTableRequest'] = _CREATELOGTABLEREQUEST
-DESCRIPTOR.message_types_by_name['CreateLogTableResponse'] = _CREATELOGTABLERESPONSE
-DESCRIPTOR.message_types_by_name['DescribeLogTableRequest'] = _DESCRIBELOGTABLEREQUEST
-DESCRIPTOR.message_types_by_name['DescribeLogTableResult'] = _DESCRIBELOGTABLERESULT
-DESCRIPTOR.message_types_by_name['DescribeLogTableResponse'] = _DESCRIBELOGTABLERESPONSE
-DESCRIPTOR.message_types_by_name['DropLogTableRequest'] = _DROPLOGTABLEREQUEST
-DESCRIPTOR.message_types_by_name['DropLogTableResponse'] = _DROPLOGTABLERESPONSE
-DESCRIPTOR.message_types_by_name['AlterLogTableRequest'] = _ALTERLOGTABLEREQUEST
-DESCRIPTOR.message_types_by_name['AlterLogTableResponse'] = _ALTERLOGTABLERESPONSE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-ColumnMeta = _reflection.GeneratedProtocolMessageType('ColumnMeta', (_message.Message,), {
- 'DESCRIPTOR' : _COLUMNMETA,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.ColumnMeta)
- })
-_sym_db.RegisterMessage(ColumnMeta)
-
-Schema = _reflection.GeneratedProtocolMessageType('Schema', (_message.Message,), {
- 'DESCRIPTOR' : _SCHEMA,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.Schema)
- })
-_sym_db.RegisterMessage(Schema)
-
-SchemaPreset = _reflection.GeneratedProtocolMessageType('SchemaPreset', (_message.Message,), {
- 'DESCRIPTOR' : _SCHEMAPRESET,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.SchemaPreset)
- })
-_sym_db.RegisterMessage(SchemaPreset)
-
-TtlSettingsPreset = _reflection.GeneratedProtocolMessageType('TtlSettingsPreset', (_message.Message,), {
- 'DESCRIPTOR' : _TTLSETTINGSPRESET,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.TtlSettingsPreset)
- })
-_sym_db.RegisterMessage(TtlSettingsPreset)
-
-CreateLogStoreRequest = _reflection.GeneratedProtocolMessageType('CreateLogStoreRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CREATELOGSTOREREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.CreateLogStoreRequest)
- })
-_sym_db.RegisterMessage(CreateLogStoreRequest)
-
-CreateLogStoreResponse = _reflection.GeneratedProtocolMessageType('CreateLogStoreResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATELOGSTORERESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.CreateLogStoreResponse)
- })
-_sym_db.RegisterMessage(CreateLogStoreResponse)
-
-DescribeLogStoreRequest = _reflection.GeneratedProtocolMessageType('DescribeLogStoreRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBELOGSTOREREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.DescribeLogStoreRequest)
- })
-_sym_db.RegisterMessage(DescribeLogStoreRequest)
-
-DescribeLogStoreResult = _reflection.GeneratedProtocolMessageType('DescribeLogStoreResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBELOGSTORERESULT,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.DescribeLogStoreResult)
- })
-_sym_db.RegisterMessage(DescribeLogStoreResult)
-
-DescribeLogStoreResponse = _reflection.GeneratedProtocolMessageType('DescribeLogStoreResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBELOGSTORERESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.DescribeLogStoreResponse)
- })
-_sym_db.RegisterMessage(DescribeLogStoreResponse)
-
-DropLogStoreRequest = _reflection.GeneratedProtocolMessageType('DropLogStoreRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DROPLOGSTOREREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.DropLogStoreRequest)
- })
-_sym_db.RegisterMessage(DropLogStoreRequest)
-
-DropLogStoreResponse = _reflection.GeneratedProtocolMessageType('DropLogStoreResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DROPLOGSTORERESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.DropLogStoreResponse)
- })
-_sym_db.RegisterMessage(DropLogStoreResponse)
-
-CreateLogTableRequest = _reflection.GeneratedProtocolMessageType('CreateLogTableRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CREATELOGTABLEREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.CreateLogTableRequest)
- })
-_sym_db.RegisterMessage(CreateLogTableRequest)
-
-CreateLogTableResponse = _reflection.GeneratedProtocolMessageType('CreateLogTableResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATELOGTABLERESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.CreateLogTableResponse)
- })
-_sym_db.RegisterMessage(CreateLogTableResponse)
-
-DescribeLogTableRequest = _reflection.GeneratedProtocolMessageType('DescribeLogTableRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBELOGTABLEREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.DescribeLogTableRequest)
- })
-_sym_db.RegisterMessage(DescribeLogTableRequest)
-
-DescribeLogTableResult = _reflection.GeneratedProtocolMessageType('DescribeLogTableResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBELOGTABLERESULT,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.DescribeLogTableResult)
- })
-_sym_db.RegisterMessage(DescribeLogTableResult)
-
-DescribeLogTableResponse = _reflection.GeneratedProtocolMessageType('DescribeLogTableResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBELOGTABLERESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.DescribeLogTableResponse)
- })
-_sym_db.RegisterMessage(DescribeLogTableResponse)
-
-DropLogTableRequest = _reflection.GeneratedProtocolMessageType('DropLogTableRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DROPLOGTABLEREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.DropLogTableRequest)
- })
-_sym_db.RegisterMessage(DropLogTableRequest)
-
-DropLogTableResponse = _reflection.GeneratedProtocolMessageType('DropLogTableResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DROPLOGTABLERESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.DropLogTableResponse)
- })
-_sym_db.RegisterMessage(DropLogTableResponse)
-
-AlterLogTableRequest = _reflection.GeneratedProtocolMessageType('AlterLogTableRequest', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERLOGTABLEREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.AlterLogTableRequest)
- })
-_sym_db.RegisterMessage(AlterLogTableRequest)
-
-AlterLogTableResponse = _reflection.GeneratedProtocolMessageType('AlterLogTableResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERLOGTABLERESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_logstore_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LogStore.AlterLogTableResponse)
- })
-_sym_db.RegisterMessage(AlterLogTableResponse)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_logstore_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_logstore_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_logstore_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_long_tx_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_long_tx_pb2.py
deleted file mode 100644
index 7290d994552..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_long_tx_pb2.py
+++ /dev/null
@@ -1,878 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/draft/ydb_long_tx.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/draft/ydb_long_tx.proto',
- package='Ydb.LongTx',
- syntax='proto3',
- serialized_options=b'\n\026com.yandex.ydb.long_txB\014LongTxProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n-ydb/public/api/protos/draft/ydb_long_tx.proto\x12\nYdb.LongTx\x1a)ydb/public/api/protos/ydb_operation.proto\"\x7f\n\x04\x44\x61ta\x12\'\n\x06\x66ormat\x18\x01 \x01(\x0e\x32\x17.Ydb.LongTx.Data.Format\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\"@\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x0c\n\x08YDB_ROWS\x10\x01\x12\x10\n\x0c\x41PACHE_ARROW\x10\x03\"\xd0\x01\n\x17\x42\x65ginTransactionRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12=\n\x07tx_type\x18\x02 \x01(\x0e\x32,.Ydb.LongTx.BeginTransactionRequest.TxTypeId\";\n\x08TxTypeId\x12\x1a\n\x16TX_TYPE_ID_UNSPECIFIED\x10\x00\x12\t\n\x05WRITE\x10\x01\x12\x08\n\x04READ\x10\x02\"\'\n\x16\x42\x65ginTransactionResult\x12\r\n\x05tx_id\x18\x01 \x01(\t\"H\n\x18\x42\x65ginTransactionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"d\n\x18\x43ommitTransactionRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\r\n\x05tx_id\x18\x02 \x01(\t\"(\n\x17\x43ommitTransactionResult\x12\r\n\x05tx_id\x18\x01 \x01(\t\"I\n\x19\x43ommitTransactionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"f\n\x1aRollbackTransactionRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\r\n\x05tx_id\x18\x02 \x01(\t\"*\n\x19RollbackTransactionResult\x12\r\n\x05tx_id\x18\x01 \x01(\t\"K\n\x1bRollbackTransactionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x98\x01\n\x0cWriteRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\r\n\x05tx_id\x18\x02 \x01(\t\x12\x0c\n\x04path\x18\x03 \x01(\t\x12\x10\n\x08\x64\x65\x64up_id\x18\x04 \x01(\t\x12\x1e\n\x04\x64\x61ta\x18\x05 \x01(\x0b\x32\x10.Ydb.LongTx.Data\"<\n\x0bWriteResult\x12\r\n\x05tx_id\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\x10\n\x08\x64\x65\x64up_id\x18\x03 \x01(\t\"=\n\rWriteResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"}\n\x0bReadRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\r\n\x05tx_id\x18\x02 \x01(\t\x12\x0c\n\x04path\x18\x03 \x01(\t\x12\r\n\x03sql\x18\x0b \x01(\tH\x00\x42\x07\n\x05query\"j\n\nReadResult\x12\r\n\x05tx_id\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\r\n\x05\x63hunk\x18\x03 \x01(\x04\x12\x10\n\x08\x66inished\x18\x04 \x01(\x08\x12\x1e\n\x04\x64\x61ta\x18\x05 \x01(\x0b\x32\x10.Ydb.LongTx.Data\"<\n\x0cReadResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.OperationB)\n\x16\x63om.yandex.ydb.long_txB\x0cLongTxProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,])
-
-
-
-_DATA_FORMAT = _descriptor.EnumDescriptor(
- name='Format',
- full_name='Ydb.LongTx.Data.Format',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='FORMAT_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='YDB_ROWS', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='APACHE_ARROW', index=2, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=167,
- serialized_end=231,
-)
-_sym_db.RegisterEnumDescriptor(_DATA_FORMAT)
-
-_BEGINTRANSACTIONREQUEST_TXTYPEID = _descriptor.EnumDescriptor(
- name='TxTypeId',
- full_name='Ydb.LongTx.BeginTransactionRequest.TxTypeId',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='TX_TYPE_ID_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='WRITE', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=383,
- serialized_end=442,
-)
-_sym_db.RegisterEnumDescriptor(_BEGINTRANSACTIONREQUEST_TXTYPEID)
-
-
-_DATA = _descriptor.Descriptor(
- name='Data',
- full_name='Ydb.LongTx.Data',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='format', full_name='Ydb.LongTx.Data.format', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.LongTx.Data.data', index=1,
- number=2, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _DATA_FORMAT,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=104,
- serialized_end=231,
-)
-
-
-_BEGINTRANSACTIONREQUEST = _descriptor.Descriptor(
- name='BeginTransactionRequest',
- full_name='Ydb.LongTx.BeginTransactionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LongTx.BeginTransactionRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tx_type', full_name='Ydb.LongTx.BeginTransactionRequest.tx_type', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _BEGINTRANSACTIONREQUEST_TXTYPEID,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=234,
- serialized_end=442,
-)
-
-
-_BEGINTRANSACTIONRESULT = _descriptor.Descriptor(
- name='BeginTransactionResult',
- full_name='Ydb.LongTx.BeginTransactionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.LongTx.BeginTransactionResult.tx_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=444,
- serialized_end=483,
-)
-
-
-_BEGINTRANSACTIONRESPONSE = _descriptor.Descriptor(
- name='BeginTransactionResponse',
- full_name='Ydb.LongTx.BeginTransactionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LongTx.BeginTransactionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=485,
- serialized_end=557,
-)
-
-
-_COMMITTRANSACTIONREQUEST = _descriptor.Descriptor(
- name='CommitTransactionRequest',
- full_name='Ydb.LongTx.CommitTransactionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LongTx.CommitTransactionRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.LongTx.CommitTransactionRequest.tx_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=559,
- serialized_end=659,
-)
-
-
-_COMMITTRANSACTIONRESULT = _descriptor.Descriptor(
- name='CommitTransactionResult',
- full_name='Ydb.LongTx.CommitTransactionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.LongTx.CommitTransactionResult.tx_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=661,
- serialized_end=701,
-)
-
-
-_COMMITTRANSACTIONRESPONSE = _descriptor.Descriptor(
- name='CommitTransactionResponse',
- full_name='Ydb.LongTx.CommitTransactionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LongTx.CommitTransactionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=703,
- serialized_end=776,
-)
-
-
-_ROLLBACKTRANSACTIONREQUEST = _descriptor.Descriptor(
- name='RollbackTransactionRequest',
- full_name='Ydb.LongTx.RollbackTransactionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LongTx.RollbackTransactionRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.LongTx.RollbackTransactionRequest.tx_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=778,
- serialized_end=880,
-)
-
-
-_ROLLBACKTRANSACTIONRESULT = _descriptor.Descriptor(
- name='RollbackTransactionResult',
- full_name='Ydb.LongTx.RollbackTransactionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.LongTx.RollbackTransactionResult.tx_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=882,
- serialized_end=924,
-)
-
-
-_ROLLBACKTRANSACTIONRESPONSE = _descriptor.Descriptor(
- name='RollbackTransactionResponse',
- full_name='Ydb.LongTx.RollbackTransactionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LongTx.RollbackTransactionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=926,
- serialized_end=1001,
-)
-
-
-_WRITEREQUEST = _descriptor.Descriptor(
- name='WriteRequest',
- full_name='Ydb.LongTx.WriteRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LongTx.WriteRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.LongTx.WriteRequest.tx_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.LongTx.WriteRequest.path', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='dedup_id', full_name='Ydb.LongTx.WriteRequest.dedup_id', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.LongTx.WriteRequest.data', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1004,
- serialized_end=1156,
-)
-
-
-_WRITERESULT = _descriptor.Descriptor(
- name='WriteResult',
- full_name='Ydb.LongTx.WriteResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.LongTx.WriteResult.tx_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.LongTx.WriteResult.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='dedup_id', full_name='Ydb.LongTx.WriteResult.dedup_id', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1158,
- serialized_end=1218,
-)
-
-
-_WRITERESPONSE = _descriptor.Descriptor(
- name='WriteResponse',
- full_name='Ydb.LongTx.WriteResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LongTx.WriteResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1220,
- serialized_end=1281,
-)
-
-
-_READREQUEST = _descriptor.Descriptor(
- name='ReadRequest',
- full_name='Ydb.LongTx.ReadRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.LongTx.ReadRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.LongTx.ReadRequest.tx_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.LongTx.ReadRequest.path', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sql', full_name='Ydb.LongTx.ReadRequest.sql', index=3,
- number=11, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='query', full_name='Ydb.LongTx.ReadRequest.query',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=1283,
- serialized_end=1408,
-)
-
-
-_READRESULT = _descriptor.Descriptor(
- name='ReadResult',
- full_name='Ydb.LongTx.ReadResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.LongTx.ReadResult.tx_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.LongTx.ReadResult.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='chunk', full_name='Ydb.LongTx.ReadResult.chunk', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='finished', full_name='Ydb.LongTx.ReadResult.finished', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.LongTx.ReadResult.data', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1410,
- serialized_end=1516,
-)
-
-
-_READRESPONSE = _descriptor.Descriptor(
- name='ReadResponse',
- full_name='Ydb.LongTx.ReadResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.LongTx.ReadResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1518,
- serialized_end=1578,
-)
-
-_DATA.fields_by_name['format'].enum_type = _DATA_FORMAT
-_DATA_FORMAT.containing_type = _DATA
-_BEGINTRANSACTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_BEGINTRANSACTIONREQUEST.fields_by_name['tx_type'].enum_type = _BEGINTRANSACTIONREQUEST_TXTYPEID
-_BEGINTRANSACTIONREQUEST_TXTYPEID.containing_type = _BEGINTRANSACTIONREQUEST
-_BEGINTRANSACTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_COMMITTRANSACTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_COMMITTRANSACTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_ROLLBACKTRANSACTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ROLLBACKTRANSACTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_WRITEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_WRITEREQUEST.fields_by_name['data'].message_type = _DATA
-_WRITERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_READREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_READREQUEST.oneofs_by_name['query'].fields.append(
- _READREQUEST.fields_by_name['sql'])
-_READREQUEST.fields_by_name['sql'].containing_oneof = _READREQUEST.oneofs_by_name['query']
-_READRESULT.fields_by_name['data'].message_type = _DATA
-_READRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['Data'] = _DATA
-DESCRIPTOR.message_types_by_name['BeginTransactionRequest'] = _BEGINTRANSACTIONREQUEST
-DESCRIPTOR.message_types_by_name['BeginTransactionResult'] = _BEGINTRANSACTIONRESULT
-DESCRIPTOR.message_types_by_name['BeginTransactionResponse'] = _BEGINTRANSACTIONRESPONSE
-DESCRIPTOR.message_types_by_name['CommitTransactionRequest'] = _COMMITTRANSACTIONREQUEST
-DESCRIPTOR.message_types_by_name['CommitTransactionResult'] = _COMMITTRANSACTIONRESULT
-DESCRIPTOR.message_types_by_name['CommitTransactionResponse'] = _COMMITTRANSACTIONRESPONSE
-DESCRIPTOR.message_types_by_name['RollbackTransactionRequest'] = _ROLLBACKTRANSACTIONREQUEST
-DESCRIPTOR.message_types_by_name['RollbackTransactionResult'] = _ROLLBACKTRANSACTIONRESULT
-DESCRIPTOR.message_types_by_name['RollbackTransactionResponse'] = _ROLLBACKTRANSACTIONRESPONSE
-DESCRIPTOR.message_types_by_name['WriteRequest'] = _WRITEREQUEST
-DESCRIPTOR.message_types_by_name['WriteResult'] = _WRITERESULT
-DESCRIPTOR.message_types_by_name['WriteResponse'] = _WRITERESPONSE
-DESCRIPTOR.message_types_by_name['ReadRequest'] = _READREQUEST
-DESCRIPTOR.message_types_by_name['ReadResult'] = _READRESULT
-DESCRIPTOR.message_types_by_name['ReadResponse'] = _READRESPONSE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-Data = _reflection.GeneratedProtocolMessageType('Data', (_message.Message,), {
- 'DESCRIPTOR' : _DATA,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.Data)
- })
-_sym_db.RegisterMessage(Data)
-
-BeginTransactionRequest = _reflection.GeneratedProtocolMessageType('BeginTransactionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _BEGINTRANSACTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.BeginTransactionRequest)
- })
-_sym_db.RegisterMessage(BeginTransactionRequest)
-
-BeginTransactionResult = _reflection.GeneratedProtocolMessageType('BeginTransactionResult', (_message.Message,), {
- 'DESCRIPTOR' : _BEGINTRANSACTIONRESULT,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.BeginTransactionResult)
- })
-_sym_db.RegisterMessage(BeginTransactionResult)
-
-BeginTransactionResponse = _reflection.GeneratedProtocolMessageType('BeginTransactionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _BEGINTRANSACTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.BeginTransactionResponse)
- })
-_sym_db.RegisterMessage(BeginTransactionResponse)
-
-CommitTransactionRequest = _reflection.GeneratedProtocolMessageType('CommitTransactionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _COMMITTRANSACTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.CommitTransactionRequest)
- })
-_sym_db.RegisterMessage(CommitTransactionRequest)
-
-CommitTransactionResult = _reflection.GeneratedProtocolMessageType('CommitTransactionResult', (_message.Message,), {
- 'DESCRIPTOR' : _COMMITTRANSACTIONRESULT,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.CommitTransactionResult)
- })
-_sym_db.RegisterMessage(CommitTransactionResult)
-
-CommitTransactionResponse = _reflection.GeneratedProtocolMessageType('CommitTransactionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _COMMITTRANSACTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.CommitTransactionResponse)
- })
-_sym_db.RegisterMessage(CommitTransactionResponse)
-
-RollbackTransactionRequest = _reflection.GeneratedProtocolMessageType('RollbackTransactionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _ROLLBACKTRANSACTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.RollbackTransactionRequest)
- })
-_sym_db.RegisterMessage(RollbackTransactionRequest)
-
-RollbackTransactionResult = _reflection.GeneratedProtocolMessageType('RollbackTransactionResult', (_message.Message,), {
- 'DESCRIPTOR' : _ROLLBACKTRANSACTIONRESULT,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.RollbackTransactionResult)
- })
-_sym_db.RegisterMessage(RollbackTransactionResult)
-
-RollbackTransactionResponse = _reflection.GeneratedProtocolMessageType('RollbackTransactionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ROLLBACKTRANSACTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.RollbackTransactionResponse)
- })
-_sym_db.RegisterMessage(RollbackTransactionResponse)
-
-WriteRequest = _reflection.GeneratedProtocolMessageType('WriteRequest', (_message.Message,), {
- 'DESCRIPTOR' : _WRITEREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.WriteRequest)
- })
-_sym_db.RegisterMessage(WriteRequest)
-
-WriteResult = _reflection.GeneratedProtocolMessageType('WriteResult', (_message.Message,), {
- 'DESCRIPTOR' : _WRITERESULT,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.WriteResult)
- })
-_sym_db.RegisterMessage(WriteResult)
-
-WriteResponse = _reflection.GeneratedProtocolMessageType('WriteResponse', (_message.Message,), {
- 'DESCRIPTOR' : _WRITERESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.WriteResponse)
- })
-_sym_db.RegisterMessage(WriteResponse)
-
-ReadRequest = _reflection.GeneratedProtocolMessageType('ReadRequest', (_message.Message,), {
- 'DESCRIPTOR' : _READREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.ReadRequest)
- })
-_sym_db.RegisterMessage(ReadRequest)
-
-ReadResult = _reflection.GeneratedProtocolMessageType('ReadResult', (_message.Message,), {
- 'DESCRIPTOR' : _READRESULT,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.ReadResult)
- })
-_sym_db.RegisterMessage(ReadResult)
-
-ReadResponse = _reflection.GeneratedProtocolMessageType('ReadResponse', (_message.Message,), {
- 'DESCRIPTOR' : _READRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.ydb_long_tx_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.LongTx.ReadResponse)
- })
-_sym_db.RegisterMessage(ReadResponse)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_long_tx_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_long_tx_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/ydb_long_tx_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/yq_private_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/yq_private_pb2.py
deleted file mode 100644
index 910a6925b19..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/yq_private_pb2.py
+++ /dev/null
@@ -1,1262 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/draft/yq_private.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from ydb.public.api.protos import ydb_value_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2
-from ydb.public.api.protos import ydb_issue_message_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2
-from ydb.public.api.protos import yq_pb2 as ydb_dot_public_dot_api_dot_protos_dot_yq__pb2
-from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/draft/yq_private.proto',
- package='Yq.Private',
- syntax='proto3',
- serialized_options=b'\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n,ydb/public/api/protos/draft/yq_private.proto\x12\nYq.Private\x1a)ydb/public/api/protos/ydb_operation.proto\x1a%ydb/public/api/protos/ydb_value.proto\x1a-ydb/public/api/protos/ydb_issue_message.proto\x1a\x1eydb/public/api/protos/yq.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"{\n\x0eGetTaskRequest\x12\x0e\n\x06tenant\x18\x01 \x01(\t\x12\x10\n\x08owner_id\x18\x02 \x01(\t\x12\x0c\n\x04host\x18\x03 \x01(\t\x12\x39\n\x10operation_params\x18\x04 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"2\n\x0eSignedIdentity\x12\r\n\x05value\x18\x01 \x01(\t\x12\x11\n\tsignature\x18\x02 \x01(\t\"\xbd\x01\n\rTopicConsumer\x12\x13\n\x0b\x64\x61tabase_id\x18\x01 \x01(\t\x12\x10\n\x08\x64\x61tabase\x18\x02 \x01(\t\x12\x12\n\ntopic_path\x18\x03 \x01(\t\x12\x15\n\rconsumer_name\x18\x04 \x01(\t\x12\x18\n\x10\x63luster_endpoint\x18\x05 \x01(\t\x12\x0f\n\x07use_ssl\x18\x06 \x01(\x08\x12\x12\n\ntoken_name\x18\x07 \x01(\t\x12\x1b\n\x13\x61\x64\x64_bearer_to_token\x18\x08 \x01(\x08\"\x85\x08\n\rGetTaskResult\x12-\n\x05tasks\x18\x01 \x03(\x0b\x32\x1e.Yq.Private.GetTaskResult.Task\x1a\xc4\x07\n\x04Task\x12-\n\tresult_id\x18\x01 \x01(\x0b\x32\x1a.Yq.Private.SignedIdentity\x12,\n\x08query_id\x18\x02 \x01(\x0b\x32\x1a.Yq.Private.SignedIdentity\x12*\n\x06job_id\x18\x03 \x01(\x0b\x32\x1a.Yq.Private.SignedIdentity\x12\x12\n\ngeneration\x18\x04 \x01(\x04\x12\x11\n\tstreaming\x18\x05 \x01(\x08\x12\x10\n\x08\x64q_graph\x18\x06 \x03(\x0c\x12\x0c\n\x04text\x18\x07 \x01(\t\x12+\n\nconnection\x18\x08 \x03(\x0b\x32\x17.YandexQuery.Connection\x12%\n\x07\x62inding\x18\t \x03(\x0b\x32\x14.YandexQuery.Binding\x12\x12\n\nuser_token\x18\n \x01(\t\x12\x34\n\x10service_accounts\x18\x0b \x03(\x0b\x32\x1a.Yq.Private.SignedIdentity\x12\x0f\n\x07user_id\x18\x0c \x01(\t\x12\x37\n\nquery_type\x18\r \x01(\x0e\x32#.YandexQuery.QueryContent.QueryType\x12\r\n\x05scope\x18\x0e \x01(\t\x12.\n\x0c\x65xecute_mode\x18\x0f \x01(\x0e\x32\x18.YandexQuery.ExecuteMode\x12\x33\n\x0fstate_load_mode\x18\x10 \x01(\x0e\x32\x1a.YandexQuery.StateLoadMode\x12\x34\n\x06status\x18\x11 \x01(\x0e\x32$.YandexQuery.QueryMeta.ComputeStatus\x12\x33\n\x0fresult_set_meta\x18\x12 \x03(\x0b\x32\x1a.YandexQuery.ResultSetMeta\x12:\n\x17\x63reated_topic_consumers\x18\x13 \x03(\x0b\x32\x19.Yq.Private.TopicConsumer\x12\x16\n\x0e\x64q_graph_index\x18\x14 \x01(\x05\x12G\n\rsensor_labels\x18\x15 \x03(\x0b\x32\x30.Yq.Private.GetTaskResult.Task.SensorLabelsEntry\x12\x11\n\tautomatic\x18\x16 \x01(\x08\x12\x12\n\nquery_name\x18\x17 \x01(\t\x12,\n\x08\x64\x65\x61\x64line\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a\x33\n\x11SensorLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"?\n\x0fGetTaskResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xa8\x06\n\x0fPingTaskRequest\x12\x10\n\x08owner_id\x18\x01 \x01(\t\x12,\n\x08query_id\x18\x02 \x01(\x0b\x32\x1a.Yq.Private.SignedIdentity\x12*\n\x06job_id\x18\x03 \x01(\x0b\x32\x1a.Yq.Private.SignedIdentity\x12-\n\tresult_id\x18\x04 \x01(\x0b\x32\x1a.Yq.Private.SignedIdentity\x12\x34\n\x06status\x18\x05 \x01(\x0e\x32$.YandexQuery.QueryMeta.ComputeStatus\x12\'\n\x06issues\x18\x06 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12\x31\n\x10transient_issues\x18\x10 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12\x18\n\x10result_set_count\x18\x07 \x01(\r\x12\x12\n\nstatistics\x18\x08 \x01(\t\x12\x33\n\x0fresult_set_meta\x18\t \x03(\x0b\x32\x1a.YandexQuery.ResultSetMeta\x12\x15\n\rexecuter_info\x18\n \x01(\t\x12\x10\n\x08\x64q_graph\x18\x0b \x03(\x0c\x12\x16\n\x0e\x64q_graph_index\x18\x14 \x01(\x05\x12\x0b\n\x03\x61st\x18\x0c \x01(\t\x12\x0c\n\x04plan\x18\r \x01(\t\x12\x14\n\x0cresign_query\x18\x0e \x01(\x08\x12:\n\x17\x63reated_topic_consumers\x18\x11 \x03(\x0b\x32\x19.Yq.Private.TopicConsumer\x12\x39\n\x10operation_params\x18\x0f \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\r\n\x05scope\x18\x64 \x01(\t\x12.\n\nstarted_at\x18\x65 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inished_at\x18\x66 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x64\x65\x61\x64line\x18g \x01(\x0b\x32\x1a.google.protobuf.Timestamp\":\n\x0ePingTaskResult\x12(\n\x06\x61\x63tion\x18\x01 \x01(\x0e\x32\x18.YandexQuery.QueryAction\"@\n\x10PingTaskResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xa1\x02\n\x16WriteTaskResultRequest\x12\x10\n\x08owner_id\x18\x01 \x01(\t\x12-\n\tresult_id\x18\x02 \x01(\x0b\x32\x1a.Yq.Private.SignedIdentity\x12\"\n\nresult_set\x18\x03 \x01(\x0b\x32\x0e.Ydb.ResultSet\x12\x15\n\rresult_set_id\x18\x04 \x01(\r\x12\x0e\n\x06offset\x18\x05 \x01(\x04\x12\x12\n\nrequest_id\x18\x06 \x01(\x04\x12\x39\n\x10operation_params\x18\x07 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12,\n\x08\x64\x65\x61\x64line\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"+\n\x15WriteTaskResultResult\x12\x12\n\nrequest_id\x18\x01 \x01(\x04\"G\n\x17WriteTaskResultResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xbb\x01\n\x08NodeInfo\x12\x0f\n\x07node_id\x18\x01 \x01(\r\x12\x13\n\x0binstance_id\x18\x02 \x01(\t\x12\x10\n\x08hostname\x18\x03 \x01(\t\x12\x16\n\x0e\x61\x63tive_workers\x18\x04 \x01(\x04\x12\x14\n\x0cmemory_limit\x18\x05 \x01(\x04\x12\x18\n\x10memory_allocated\x18\x06 \x01(\x04\x12\x19\n\x11interconnect_port\x18\x07 \x01(\r\x12\x14\n\x0cnode_address\x18\x08 \x01(\t\"\x88\x01\n\x17NodesHealthCheckRequest\x12\x0e\n\x06tenant\x18\x01 \x01(\t\x12\"\n\x04node\x18\x02 \x01(\x0b\x32\x14.Yq.Private.NodeInfo\x12\x39\n\x10operation_params\x18\x06 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"=\n\x16NodesHealthCheckResult\x12#\n\x05nodes\x18\x01 \x03(\x0b\x32\x14.Yq.Private.NodeInfo\"H\n\x18NodesHealthCheckResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.OperationB\x03\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_yq__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,])
-
-
-
-
-_GETTASKREQUEST = _descriptor.Descriptor(
- name='GetTaskRequest',
- full_name='Yq.Private.GetTaskRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tenant', full_name='Yq.Private.GetTaskRequest.tenant', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='owner_id', full_name='Yq.Private.GetTaskRequest.owner_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='host', full_name='Yq.Private.GetTaskRequest.host', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Yq.Private.GetTaskRequest.operation_params', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=254,
- serialized_end=377,
-)
-
-
-_SIGNEDIDENTITY = _descriptor.Descriptor(
- name='SignedIdentity',
- full_name='Yq.Private.SignedIdentity',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='value', full_name='Yq.Private.SignedIdentity.value', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='signature', full_name='Yq.Private.SignedIdentity.signature', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=379,
- serialized_end=429,
-)
-
-
-_TOPICCONSUMER = _descriptor.Descriptor(
- name='TopicConsumer',
- full_name='Yq.Private.TopicConsumer',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='database_id', full_name='Yq.Private.TopicConsumer.database_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='database', full_name='Yq.Private.TopicConsumer.database', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='topic_path', full_name='Yq.Private.TopicConsumer.topic_path', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_name', full_name='Yq.Private.TopicConsumer.consumer_name', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster_endpoint', full_name='Yq.Private.TopicConsumer.cluster_endpoint', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='use_ssl', full_name='Yq.Private.TopicConsumer.use_ssl', index=5,
- number=6, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='token_name', full_name='Yq.Private.TopicConsumer.token_name', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='add_bearer_to_token', full_name='Yq.Private.TopicConsumer.add_bearer_to_token', index=7,
- number=8, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=432,
- serialized_end=621,
-)
-
-
-_GETTASKRESULT_TASK_SENSORLABELSENTRY = _descriptor.Descriptor(
- name='SensorLabelsEntry',
- full_name='Yq.Private.GetTaskResult.Task.SensorLabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Yq.Private.GetTaskResult.Task.SensorLabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Yq.Private.GetTaskResult.Task.SensorLabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1602,
- serialized_end=1653,
-)
-
-_GETTASKRESULT_TASK = _descriptor.Descriptor(
- name='Task',
- full_name='Yq.Private.GetTaskResult.Task',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='result_id', full_name='Yq.Private.GetTaskResult.Task.result_id', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_id', full_name='Yq.Private.GetTaskResult.Task.query_id', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='job_id', full_name='Yq.Private.GetTaskResult.Task.job_id', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='generation', full_name='Yq.Private.GetTaskResult.Task.generation', index=3,
- number=4, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='streaming', full_name='Yq.Private.GetTaskResult.Task.streaming', index=4,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='dq_graph', full_name='Yq.Private.GetTaskResult.Task.dq_graph', index=5,
- number=6, type=12, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='text', full_name='Yq.Private.GetTaskResult.Task.text', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection', full_name='Yq.Private.GetTaskResult.Task.connection', index=7,
- number=8, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='binding', full_name='Yq.Private.GetTaskResult.Task.binding', index=8,
- number=9, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='user_token', full_name='Yq.Private.GetTaskResult.Task.user_token', index=9,
- number=10, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='service_accounts', full_name='Yq.Private.GetTaskResult.Task.service_accounts', index=10,
- number=11, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='user_id', full_name='Yq.Private.GetTaskResult.Task.user_id', index=11,
- number=12, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_type', full_name='Yq.Private.GetTaskResult.Task.query_type', index=12,
- number=13, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='scope', full_name='Yq.Private.GetTaskResult.Task.scope', index=13,
- number=14, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='execute_mode', full_name='Yq.Private.GetTaskResult.Task.execute_mode', index=14,
- number=15, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='state_load_mode', full_name='Yq.Private.GetTaskResult.Task.state_load_mode', index=15,
- number=16, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Yq.Private.GetTaskResult.Task.status', index=16,
- number=17, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_set_meta', full_name='Yq.Private.GetTaskResult.Task.result_set_meta', index=17,
- number=18, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='created_topic_consumers', full_name='Yq.Private.GetTaskResult.Task.created_topic_consumers', index=18,
- number=19, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='dq_graph_index', full_name='Yq.Private.GetTaskResult.Task.dq_graph_index', index=19,
- number=20, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sensor_labels', full_name='Yq.Private.GetTaskResult.Task.sensor_labels', index=20,
- number=21, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='automatic', full_name='Yq.Private.GetTaskResult.Task.automatic', index=21,
- number=22, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_name', full_name='Yq.Private.GetTaskResult.Task.query_name', index=22,
- number=23, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='deadline', full_name='Yq.Private.GetTaskResult.Task.deadline', index=23,
- number=24, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_GETTASKRESULT_TASK_SENSORLABELSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=689,
- serialized_end=1653,
-)
-
-_GETTASKRESULT = _descriptor.Descriptor(
- name='GetTaskResult',
- full_name='Yq.Private.GetTaskResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tasks', full_name='Yq.Private.GetTaskResult.tasks', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_GETTASKRESULT_TASK, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=624,
- serialized_end=1653,
-)
-
-
-_GETTASKRESPONSE = _descriptor.Descriptor(
- name='GetTaskResponse',
- full_name='Yq.Private.GetTaskResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Yq.Private.GetTaskResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1655,
- serialized_end=1718,
-)
-
-
-_PINGTASKREQUEST = _descriptor.Descriptor(
- name='PingTaskRequest',
- full_name='Yq.Private.PingTaskRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='owner_id', full_name='Yq.Private.PingTaskRequest.owner_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_id', full_name='Yq.Private.PingTaskRequest.query_id', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='job_id', full_name='Yq.Private.PingTaskRequest.job_id', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_id', full_name='Yq.Private.PingTaskRequest.result_id', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Yq.Private.PingTaskRequest.status', index=4,
- number=5, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Yq.Private.PingTaskRequest.issues', index=5,
- number=6, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='transient_issues', full_name='Yq.Private.PingTaskRequest.transient_issues', index=6,
- number=16, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_set_count', full_name='Yq.Private.PingTaskRequest.result_set_count', index=7,
- number=7, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='statistics', full_name='Yq.Private.PingTaskRequest.statistics', index=8,
- number=8, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_set_meta', full_name='Yq.Private.PingTaskRequest.result_set_meta', index=9,
- number=9, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='executer_info', full_name='Yq.Private.PingTaskRequest.executer_info', index=10,
- number=10, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='dq_graph', full_name='Yq.Private.PingTaskRequest.dq_graph', index=11,
- number=11, type=12, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='dq_graph_index', full_name='Yq.Private.PingTaskRequest.dq_graph_index', index=12,
- number=20, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ast', full_name='Yq.Private.PingTaskRequest.ast', index=13,
- number=12, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='plan', full_name='Yq.Private.PingTaskRequest.plan', index=14,
- number=13, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resign_query', full_name='Yq.Private.PingTaskRequest.resign_query', index=15,
- number=14, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='created_topic_consumers', full_name='Yq.Private.PingTaskRequest.created_topic_consumers', index=16,
- number=17, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Yq.Private.PingTaskRequest.operation_params', index=17,
- number=15, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='scope', full_name='Yq.Private.PingTaskRequest.scope', index=18,
- number=100, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='started_at', full_name='Yq.Private.PingTaskRequest.started_at', index=19,
- number=101, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='finished_at', full_name='Yq.Private.PingTaskRequest.finished_at', index=20,
- number=102, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='deadline', full_name='Yq.Private.PingTaskRequest.deadline', index=21,
- number=103, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1721,
- serialized_end=2529,
-)
-
-
-_PINGTASKRESULT = _descriptor.Descriptor(
- name='PingTaskResult',
- full_name='Yq.Private.PingTaskResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='action', full_name='Yq.Private.PingTaskResult.action', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2531,
- serialized_end=2589,
-)
-
-
-_PINGTASKRESPONSE = _descriptor.Descriptor(
- name='PingTaskResponse',
- full_name='Yq.Private.PingTaskResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Yq.Private.PingTaskResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2591,
- serialized_end=2655,
-)
-
-
-_WRITETASKRESULTREQUEST = _descriptor.Descriptor(
- name='WriteTaskResultRequest',
- full_name='Yq.Private.WriteTaskResultRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='owner_id', full_name='Yq.Private.WriteTaskResultRequest.owner_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_id', full_name='Yq.Private.WriteTaskResultRequest.result_id', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_set', full_name='Yq.Private.WriteTaskResultRequest.result_set', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_set_id', full_name='Yq.Private.WriteTaskResultRequest.result_set_id', index=3,
- number=4, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='offset', full_name='Yq.Private.WriteTaskResultRequest.offset', index=4,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='request_id', full_name='Yq.Private.WriteTaskResultRequest.request_id', index=5,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Yq.Private.WriteTaskResultRequest.operation_params', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='deadline', full_name='Yq.Private.WriteTaskResultRequest.deadline', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2658,
- serialized_end=2947,
-)
-
-
-_WRITETASKRESULTRESULT = _descriptor.Descriptor(
- name='WriteTaskResultResult',
- full_name='Yq.Private.WriteTaskResultResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='request_id', full_name='Yq.Private.WriteTaskResultResult.request_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2949,
- serialized_end=2992,
-)
-
-
-_WRITETASKRESULTRESPONSE = _descriptor.Descriptor(
- name='WriteTaskResultResponse',
- full_name='Yq.Private.WriteTaskResultResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Yq.Private.WriteTaskResultResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2994,
- serialized_end=3065,
-)
-
-
-_NODEINFO = _descriptor.Descriptor(
- name='NodeInfo',
- full_name='Yq.Private.NodeInfo',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='node_id', full_name='Yq.Private.NodeInfo.node_id', index=0,
- number=1, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='instance_id', full_name='Yq.Private.NodeInfo.instance_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='hostname', full_name='Yq.Private.NodeInfo.hostname', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='active_workers', full_name='Yq.Private.NodeInfo.active_workers', index=3,
- number=4, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='memory_limit', full_name='Yq.Private.NodeInfo.memory_limit', index=4,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='memory_allocated', full_name='Yq.Private.NodeInfo.memory_allocated', index=5,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='interconnect_port', full_name='Yq.Private.NodeInfo.interconnect_port', index=6,
- number=7, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='node_address', full_name='Yq.Private.NodeInfo.node_address', index=7,
- number=8, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3068,
- serialized_end=3255,
-)
-
-
-_NODESHEALTHCHECKREQUEST = _descriptor.Descriptor(
- name='NodesHealthCheckRequest',
- full_name='Yq.Private.NodesHealthCheckRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tenant', full_name='Yq.Private.NodesHealthCheckRequest.tenant', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='node', full_name='Yq.Private.NodesHealthCheckRequest.node', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Yq.Private.NodesHealthCheckRequest.operation_params', index=2,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3258,
- serialized_end=3394,
-)
-
-
-_NODESHEALTHCHECKRESULT = _descriptor.Descriptor(
- name='NodesHealthCheckResult',
- full_name='Yq.Private.NodesHealthCheckResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='nodes', full_name='Yq.Private.NodesHealthCheckResult.nodes', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3396,
- serialized_end=3457,
-)
-
-
-_NODESHEALTHCHECKRESPONSE = _descriptor.Descriptor(
- name='NodesHealthCheckResponse',
- full_name='Yq.Private.NodesHealthCheckResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Yq.Private.NodesHealthCheckResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3459,
- serialized_end=3531,
-)
-
-_GETTASKREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_GETTASKRESULT_TASK_SENSORLABELSENTRY.containing_type = _GETTASKRESULT_TASK
-_GETTASKRESULT_TASK.fields_by_name['result_id'].message_type = _SIGNEDIDENTITY
-_GETTASKRESULT_TASK.fields_by_name['query_id'].message_type = _SIGNEDIDENTITY
-_GETTASKRESULT_TASK.fields_by_name['job_id'].message_type = _SIGNEDIDENTITY
-_GETTASKRESULT_TASK.fields_by_name['connection'].message_type = ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._CONNECTION
-_GETTASKRESULT_TASK.fields_by_name['binding'].message_type = ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._BINDING
-_GETTASKRESULT_TASK.fields_by_name['service_accounts'].message_type = _SIGNEDIDENTITY
-_GETTASKRESULT_TASK.fields_by_name['query_type'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._QUERYCONTENT_QUERYTYPE
-_GETTASKRESULT_TASK.fields_by_name['execute_mode'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._EXECUTEMODE
-_GETTASKRESULT_TASK.fields_by_name['state_load_mode'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._STATELOADMODE
-_GETTASKRESULT_TASK.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._QUERYMETA_COMPUTESTATUS
-_GETTASKRESULT_TASK.fields_by_name['result_set_meta'].message_type = ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._RESULTSETMETA
-_GETTASKRESULT_TASK.fields_by_name['created_topic_consumers'].message_type = _TOPICCONSUMER
-_GETTASKRESULT_TASK.fields_by_name['sensor_labels'].message_type = _GETTASKRESULT_TASK_SENSORLABELSENTRY
-_GETTASKRESULT_TASK.fields_by_name['deadline'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_GETTASKRESULT_TASK.containing_type = _GETTASKRESULT
-_GETTASKRESULT.fields_by_name['tasks'].message_type = _GETTASKRESULT_TASK
-_GETTASKRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_PINGTASKREQUEST.fields_by_name['query_id'].message_type = _SIGNEDIDENTITY
-_PINGTASKREQUEST.fields_by_name['job_id'].message_type = _SIGNEDIDENTITY
-_PINGTASKREQUEST.fields_by_name['result_id'].message_type = _SIGNEDIDENTITY
-_PINGTASKREQUEST.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._QUERYMETA_COMPUTESTATUS
-_PINGTASKREQUEST.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_PINGTASKREQUEST.fields_by_name['transient_issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_PINGTASKREQUEST.fields_by_name['result_set_meta'].message_type = ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._RESULTSETMETA
-_PINGTASKREQUEST.fields_by_name['created_topic_consumers'].message_type = _TOPICCONSUMER
-_PINGTASKREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_PINGTASKREQUEST.fields_by_name['started_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_PINGTASKREQUEST.fields_by_name['finished_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_PINGTASKREQUEST.fields_by_name['deadline'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_PINGTASKRESULT.fields_by_name['action'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_yq__pb2._QUERYACTION
-_PINGTASKRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_WRITETASKRESULTREQUEST.fields_by_name['result_id'].message_type = _SIGNEDIDENTITY
-_WRITETASKRESULTREQUEST.fields_by_name['result_set'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._RESULTSET
-_WRITETASKRESULTREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_WRITETASKRESULTREQUEST.fields_by_name['deadline'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_WRITETASKRESULTRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_NODESHEALTHCHECKREQUEST.fields_by_name['node'].message_type = _NODEINFO
-_NODESHEALTHCHECKREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_NODESHEALTHCHECKRESULT.fields_by_name['nodes'].message_type = _NODEINFO
-_NODESHEALTHCHECKRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['GetTaskRequest'] = _GETTASKREQUEST
-DESCRIPTOR.message_types_by_name['SignedIdentity'] = _SIGNEDIDENTITY
-DESCRIPTOR.message_types_by_name['TopicConsumer'] = _TOPICCONSUMER
-DESCRIPTOR.message_types_by_name['GetTaskResult'] = _GETTASKRESULT
-DESCRIPTOR.message_types_by_name['GetTaskResponse'] = _GETTASKRESPONSE
-DESCRIPTOR.message_types_by_name['PingTaskRequest'] = _PINGTASKREQUEST
-DESCRIPTOR.message_types_by_name['PingTaskResult'] = _PINGTASKRESULT
-DESCRIPTOR.message_types_by_name['PingTaskResponse'] = _PINGTASKRESPONSE
-DESCRIPTOR.message_types_by_name['WriteTaskResultRequest'] = _WRITETASKRESULTREQUEST
-DESCRIPTOR.message_types_by_name['WriteTaskResultResult'] = _WRITETASKRESULTRESULT
-DESCRIPTOR.message_types_by_name['WriteTaskResultResponse'] = _WRITETASKRESULTRESPONSE
-DESCRIPTOR.message_types_by_name['NodeInfo'] = _NODEINFO
-DESCRIPTOR.message_types_by_name['NodesHealthCheckRequest'] = _NODESHEALTHCHECKREQUEST
-DESCRIPTOR.message_types_by_name['NodesHealthCheckResult'] = _NODESHEALTHCHECKRESULT
-DESCRIPTOR.message_types_by_name['NodesHealthCheckResponse'] = _NODESHEALTHCHECKRESPONSE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-GetTaskRequest = _reflection.GeneratedProtocolMessageType('GetTaskRequest', (_message.Message,), {
- 'DESCRIPTOR' : _GETTASKREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.GetTaskRequest)
- })
-_sym_db.RegisterMessage(GetTaskRequest)
-
-SignedIdentity = _reflection.GeneratedProtocolMessageType('SignedIdentity', (_message.Message,), {
- 'DESCRIPTOR' : _SIGNEDIDENTITY,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.SignedIdentity)
- })
-_sym_db.RegisterMessage(SignedIdentity)
-
-TopicConsumer = _reflection.GeneratedProtocolMessageType('TopicConsumer', (_message.Message,), {
- 'DESCRIPTOR' : _TOPICCONSUMER,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.TopicConsumer)
- })
-_sym_db.RegisterMessage(TopicConsumer)
-
-GetTaskResult = _reflection.GeneratedProtocolMessageType('GetTaskResult', (_message.Message,), {
-
- 'Task' : _reflection.GeneratedProtocolMessageType('Task', (_message.Message,), {
-
- 'SensorLabelsEntry' : _reflection.GeneratedProtocolMessageType('SensorLabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _GETTASKRESULT_TASK_SENSORLABELSENTRY,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.GetTaskResult.Task.SensorLabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _GETTASKRESULT_TASK,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.GetTaskResult.Task)
- })
- ,
- 'DESCRIPTOR' : _GETTASKRESULT,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.GetTaskResult)
- })
-_sym_db.RegisterMessage(GetTaskResult)
-_sym_db.RegisterMessage(GetTaskResult.Task)
-_sym_db.RegisterMessage(GetTaskResult.Task.SensorLabelsEntry)
-
-GetTaskResponse = _reflection.GeneratedProtocolMessageType('GetTaskResponse', (_message.Message,), {
- 'DESCRIPTOR' : _GETTASKRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.GetTaskResponse)
- })
-_sym_db.RegisterMessage(GetTaskResponse)
-
-PingTaskRequest = _reflection.GeneratedProtocolMessageType('PingTaskRequest', (_message.Message,), {
- 'DESCRIPTOR' : _PINGTASKREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.PingTaskRequest)
- })
-_sym_db.RegisterMessage(PingTaskRequest)
-
-PingTaskResult = _reflection.GeneratedProtocolMessageType('PingTaskResult', (_message.Message,), {
- 'DESCRIPTOR' : _PINGTASKRESULT,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.PingTaskResult)
- })
-_sym_db.RegisterMessage(PingTaskResult)
-
-PingTaskResponse = _reflection.GeneratedProtocolMessageType('PingTaskResponse', (_message.Message,), {
- 'DESCRIPTOR' : _PINGTASKRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.PingTaskResponse)
- })
-_sym_db.RegisterMessage(PingTaskResponse)
-
-WriteTaskResultRequest = _reflection.GeneratedProtocolMessageType('WriteTaskResultRequest', (_message.Message,), {
- 'DESCRIPTOR' : _WRITETASKRESULTREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.WriteTaskResultRequest)
- })
-_sym_db.RegisterMessage(WriteTaskResultRequest)
-
-WriteTaskResultResult = _reflection.GeneratedProtocolMessageType('WriteTaskResultResult', (_message.Message,), {
- 'DESCRIPTOR' : _WRITETASKRESULTRESULT,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.WriteTaskResultResult)
- })
-_sym_db.RegisterMessage(WriteTaskResultResult)
-
-WriteTaskResultResponse = _reflection.GeneratedProtocolMessageType('WriteTaskResultResponse', (_message.Message,), {
- 'DESCRIPTOR' : _WRITETASKRESULTRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.WriteTaskResultResponse)
- })
-_sym_db.RegisterMessage(WriteTaskResultResponse)
-
-NodeInfo = _reflection.GeneratedProtocolMessageType('NodeInfo', (_message.Message,), {
- 'DESCRIPTOR' : _NODEINFO,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.NodeInfo)
- })
-_sym_db.RegisterMessage(NodeInfo)
-
-NodesHealthCheckRequest = _reflection.GeneratedProtocolMessageType('NodesHealthCheckRequest', (_message.Message,), {
- 'DESCRIPTOR' : _NODESHEALTHCHECKREQUEST,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.NodesHealthCheckRequest)
- })
-_sym_db.RegisterMessage(NodesHealthCheckRequest)
-
-NodesHealthCheckResult = _reflection.GeneratedProtocolMessageType('NodesHealthCheckResult', (_message.Message,), {
- 'DESCRIPTOR' : _NODESHEALTHCHECKRESULT,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.NodesHealthCheckResult)
- })
-_sym_db.RegisterMessage(NodesHealthCheckResult)
-
-NodesHealthCheckResponse = _reflection.GeneratedProtocolMessageType('NodesHealthCheckResponse', (_message.Message,), {
- 'DESCRIPTOR' : _NODESHEALTHCHECKRESPONSE,
- '__module__' : 'ydb.public.api.protos.draft.yq_private_pb2'
- # @@protoc_insertion_point(class_scope:Yq.Private.NodesHealthCheckResponse)
- })
-_sym_db.RegisterMessage(NodesHealthCheckResponse)
-
-
-DESCRIPTOR._options = None
-_GETTASKRESULT_TASK_SENSORLABELSENTRY._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/draft/yq_private_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/draft/yq_private_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/draft/yq_private_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/out/__init__.py b/ydb/public/sdk/python/ydb/public/api/protos/out/__init__.py
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/out/__init__.py
+++ /dev/null
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/out/out.cpp b/ydb/public/sdk/python/ydb/public/api/protos/out/out.cpp
deleted file mode 100644
index 9e8b7263ee1..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/out/out.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <ydb/public/api/protos/ydb_cms.pb.h>
-#include <ydb/public/api/protos/ydb_status_codes.pb.h>
-
-#include <util/stream/output.h>
-
-Y_DECLARE_OUT_SPEC(, Ydb::Cms::GetDatabaseStatusResult::State, stream, value) {
- stream << Ydb::Cms::GetDatabaseStatusResult::State_Name(value);
-}
-
-Y_DECLARE_OUT_SPEC(, Ydb::StatusIds::StatusCode, stream, value) {
- stream << Ydb::StatusIds::StatusCode_Name(value);
-}
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/persqueue_error_codes_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/persqueue_error_codes_v1_pb2.py
deleted file mode 100644
index 0f964e8dc99..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/persqueue_error_codes_v1_pb2.py
+++ /dev/null
@@ -1,193 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/persqueue_error_codes_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf.internal import enum_type_wrapper
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/persqueue_error_codes_v1.proto',
- package='Ydb.PersQueue.ErrorCode',
- syntax='proto3',
- serialized_options=b'\n\"com.yandex.ydb.persqueue.errorcode',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n4ydb/public/api/protos/persqueue_error_codes_v1.proto\x12\x17Ydb.PersQueue.ErrorCode*\x86\x05\n\tErrorCode\x12\x06\n\x02OK\x10\x00\x12\x12\n\x0cINITIALIZING\x10\xa1\xc2\x1e\x12\x0e\n\x08OVERLOAD\x10\xa2\xc2\x1e\x12\x11\n\x0b\x42\x41\x44_REQUEST\x10\xa3\xc2\x1e\x12\x12\n\x0cWRONG_COOKIE\x10\xa4\xc2\x1e\x12\x16\n\x10SOURCEID_DELETED\x10\xb8\xc2\x1e\x12#\n\x1dWRITE_ERROR_PARTITION_IS_FULL\x10\xa5\xc2\x1e\x12\x1e\n\x18WRITE_ERROR_DISK_IS_FULL\x10\xaf\xc2\x1e\x12\x1c\n\x16WRITE_ERROR_BAD_OFFSET\x10\xb3\xc2\x1e\x12#\n\x1d\x43REATE_SESSION_ALREADY_LOCKED\x10\xa6\xc2\x1e\x12\x1f\n\x19\x44\x45LETE_SESSION_NO_SESSION\x10\xa7\xc2\x1e\x12\x1c\n\x16READ_ERROR_IN_PROGRESS\x10\xa8\xc2\x1e\x12\x1b\n\x15READ_ERROR_NO_SESSION\x10\xa9\xc2\x1e\x12!\n\x1bREAD_ERROR_TOO_SMALL_OFFSET\x10\xab\xc2\x1e\x12\x1f\n\x19READ_ERROR_TOO_BIG_OFFSET\x10\xac\xc2\x1e\x12\'\n!SET_OFFSET_ERROR_COMMIT_TO_FUTURE\x10\xad\xc2\x1e\x12\x17\n\x11TABLET_IS_DROPPED\x10\xae\xc2\x1e\x12\x13\n\rREAD_NOT_DONE\x10\xb0\xc2\x1e\x12\x13\n\rUNKNOWN_TOPIC\x10\xb1\xc2\x1e\x12\x13\n\rACCESS_DENIED\x10\xb2\xc2\x1e\x12\x16\n\x10\x43LUSTER_DISABLED\x10\xb4\xc2\x1e\x12\x1c\n\x16WRONG_PARTITION_NUMBER\x10\xb5\xc2\x1e\x12\"\n\x1cPREFERRED_CLUSTER_MISMATCHED\x10\xb6\xc2\x1e\x12\x0b\n\x05\x45RROR\x10\x84\xc3\x1e\x42$\n\"com.yandex.ydb.persqueue.errorcodeb\x06proto3'
-)
-
-_ERRORCODE = _descriptor.EnumDescriptor(
- name='ErrorCode',
- full_name='Ydb.PersQueue.ErrorCode.ErrorCode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='OK', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='INITIALIZING', index=1, number=500001,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='OVERLOAD', index=2, number=500002,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='BAD_REQUEST', index=3, number=500003,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='WRONG_COOKIE', index=4, number=500004,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SOURCEID_DELETED', index=5, number=500024,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='WRITE_ERROR_PARTITION_IS_FULL', index=6, number=500005,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='WRITE_ERROR_DISK_IS_FULL', index=7, number=500015,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='WRITE_ERROR_BAD_OFFSET', index=8, number=500019,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CREATE_SESSION_ALREADY_LOCKED', index=9, number=500006,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DELETE_SESSION_NO_SESSION', index=10, number=500007,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ_ERROR_IN_PROGRESS', index=11, number=500008,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ_ERROR_NO_SESSION', index=12, number=500009,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ_ERROR_TOO_SMALL_OFFSET', index=13, number=500011,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ_ERROR_TOO_BIG_OFFSET', index=14, number=500012,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SET_OFFSET_ERROR_COMMIT_TO_FUTURE', index=15, number=500013,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TABLET_IS_DROPPED', index=16, number=500014,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READ_NOT_DONE', index=17, number=500016,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNKNOWN_TOPIC', index=18, number=500017,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ACCESS_DENIED', index=19, number=500018,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CLUSTER_DISABLED', index=20, number=500020,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='WRONG_PARTITION_NUMBER', index=21, number=500021,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PREFERRED_CLUSTER_MISMATCHED', index=22, number=500022,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ERROR', index=23, number=500100,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=82,
- serialized_end=728,
-)
-_sym_db.RegisterEnumDescriptor(_ERRORCODE)
-
-ErrorCode = enum_type_wrapper.EnumTypeWrapper(_ERRORCODE)
-OK = 0
-INITIALIZING = 500001
-OVERLOAD = 500002
-BAD_REQUEST = 500003
-WRONG_COOKIE = 500004
-SOURCEID_DELETED = 500024
-WRITE_ERROR_PARTITION_IS_FULL = 500005
-WRITE_ERROR_DISK_IS_FULL = 500015
-WRITE_ERROR_BAD_OFFSET = 500019
-CREATE_SESSION_ALREADY_LOCKED = 500006
-DELETE_SESSION_NO_SESSION = 500007
-READ_ERROR_IN_PROGRESS = 500008
-READ_ERROR_NO_SESSION = 500009
-READ_ERROR_TOO_SMALL_OFFSET = 500011
-READ_ERROR_TOO_BIG_OFFSET = 500012
-SET_OFFSET_ERROR_COMMIT_TO_FUTURE = 500013
-TABLET_IS_DROPPED = 500014
-READ_NOT_DONE = 500016
-UNKNOWN_TOPIC = 500017
-ACCESS_DENIED = 500018
-CLUSTER_DISABLED = 500020
-WRONG_PARTITION_NUMBER = 500021
-PREFERRED_CLUSTER_MISMATCHED = 500022
-ERROR = 500100
-
-
-DESCRIPTOR.enum_types_by_name['ErrorCode'] = _ERRORCODE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/persqueue_error_codes_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/persqueue_error_codes_v1_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/persqueue_error_codes_v1_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_auth_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_auth_pb2.py
deleted file mode 100644
index da0a3ba6968..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_auth_pb2.py
+++ /dev/null
@@ -1,169 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_auth.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_auth.proto',
- package='Ydb.Auth',
- syntax='proto3',
- serialized_options=b'\n\023com.yandex.ydb.auth\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n$ydb/public/api/protos/ydb_auth.proto\x12\x08Ydb.Auth\x1a)ydb/public/api/protos/ydb_operation.proto\"i\n\x0cLoginRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04user\x18\x02 \x01(\t\x12\x10\n\x08password\x18\x03 \x01(\t\"=\n\rLoginResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x1c\n\x0bLoginResult\x12\r\n\x05token\x18\x01 \x01(\tB\x18\n\x13\x63om.yandex.ydb.auth\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,])
-
-
-
-
-_LOGINREQUEST = _descriptor.Descriptor(
- name='LoginRequest',
- full_name='Ydb.Auth.LoginRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Auth.LoginRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='user', full_name='Ydb.Auth.LoginRequest.user', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='password', full_name='Ydb.Auth.LoginRequest.password', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=93,
- serialized_end=198,
-)
-
-
-_LOGINRESPONSE = _descriptor.Descriptor(
- name='LoginResponse',
- full_name='Ydb.Auth.LoginResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Auth.LoginResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=200,
- serialized_end=261,
-)
-
-
-_LOGINRESULT = _descriptor.Descriptor(
- name='LoginResult',
- full_name='Ydb.Auth.LoginResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='token', full_name='Ydb.Auth.LoginResult.token', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=263,
- serialized_end=291,
-)
-
-_LOGINREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LOGINRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['LoginRequest'] = _LOGINREQUEST
-DESCRIPTOR.message_types_by_name['LoginResponse'] = _LOGINRESPONSE
-DESCRIPTOR.message_types_by_name['LoginResult'] = _LOGINRESULT
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-LoginRequest = _reflection.GeneratedProtocolMessageType('LoginRequest', (_message.Message,), {
- 'DESCRIPTOR' : _LOGINREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_auth_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Auth.LoginRequest)
- })
-_sym_db.RegisterMessage(LoginRequest)
-
-LoginResponse = _reflection.GeneratedProtocolMessageType('LoginResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LOGINRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_auth_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Auth.LoginResponse)
- })
-_sym_db.RegisterMessage(LoginResponse)
-
-LoginResult = _reflection.GeneratedProtocolMessageType('LoginResult', (_message.Message,), {
- 'DESCRIPTOR' : _LOGINRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_auth_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Auth.LoginResult)
- })
-_sym_db.RegisterMessage(LoginResult)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_auth_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_auth_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_auth_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_clickhouse_internal_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_clickhouse_internal_pb2.py
deleted file mode 100644
index d0d9de08811..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_clickhouse_internal_pb2.py
+++ /dev/null
@@ -1,1066 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_clickhouse_internal.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from ydb.public.api.protos import ydb_table_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_clickhouse_internal.proto',
- package='Ydb.ClickhouseInternal',
- syntax='proto3',
- serialized_options=b'\n\031com.yandex.ydb.clickhouseB\030ClickhouseInternalProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n3ydb/public/api/protos/ydb_clickhouse_internal.proto\x12\x16Ydb.ClickhouseInternal\x1a)ydb/public/api/protos/ydb_operation.proto\x1a%ydb/public/api/protos/ydb_table.proto\"\xfa\x01\n\x0bScanRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\r\n\x05table\x18\x02 \x01(\t\x12\x0f\n\x07\x63olumns\x18\x03 \x03(\t\x12\x10\n\x08\x66rom_key\x18\x04 \x01(\x0c\x12\x1a\n\x12\x66rom_key_inclusive\x18\x05 \x01(\x08\x12\x0e\n\x06to_key\x18\x06 \x01(\x0c\x12\x18\n\x10to_key_inclusive\x18\x07 \x01(\x08\x12\x10\n\x08max_rows\x18\x08 \x01(\x04\x12\x11\n\tmax_bytes\x18\t \x01(\x04\x12\x13\n\x0bsnapshot_id\x18\n \x01(\t\"<\n\x0cScanResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"W\n\nScanResult\x12\x0e\n\x06\x62locks\x18\x01 \x03(\x0c\x12\x0b\n\x03\x65os\x18\x02 \x01(\x08\x12\x10\n\x08last_key\x18\x03 \x01(\x0c\x12\x1a\n\x12last_key_inclusive\x18\x04 \x01(\x08\"i\n\x18GetShardLocationsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x12\n\ntablet_ids\x18\x02 \x03(\x04\"I\n\x19GetShardLocationsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\";\n\nTabletInfo\x12\x11\n\ttablet_id\x18\x01 \x01(\x04\x12\x0c\n\x04host\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\r\"N\n\x17GetShardLocationsResult\x12\x33\n\x07tablets\x18\x01 \x03(\x0b\x32\".Ydb.ClickhouseInternal.TabletInfo\"\x80\x01\n\x14\x44\x65scribeTableRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\x1f\n\x17include_partitions_info\x18\x03 \x01(\x08\"N\n\rPartitionInfo\x12\x11\n\ttablet_id\x18\x01 \x01(\x04\x12\x0f\n\x07\x65nd_key\x18\x02 \x01(\x0c\x12\x19\n\x11\x65nd_key_inclusive\x18\x03 \x01(\x08\"\xa1\x01\n\x13\x44\x65scribeTableResult\x12&\n\x07\x63olumns\x18\x02 \x03(\x0b\x32\x15.Ydb.Table.ColumnMeta\x12\x13\n\x0bprimary_key\x18\x03 \x03(\t\x12\x39\n\npartitions\x18\x04 \x03(\x0b\x32%.Ydb.ClickhouseInternal.PartitionInfo\x12\x12\n\nis_virtual\x18\x05 \x01(\x08\"E\n\x15\x44\x65scribeTableResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"}\n\x15\x43reateSnapshotRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x03(\t\x12\x1b\n\x13ignore_system_views\x18\x03 \x01(\x08\"?\n\x14\x43reateSnapshotResult\x12\x13\n\x0bsnapshot_id\x18\x01 \x01(\t\x12\x12\n\ntimeout_ms\x18\x02 \x01(\x04\"F\n\x16\x43reateSnapshotResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x93\x01\n\x16RefreshSnapshotRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x03(\t\x12\x13\n\x0bsnapshot_id\x18\x03 \x01(\t\x12\x1b\n\x13ignore_system_views\x18\x04 \x01(\x08\",\n\x15RefreshSnapshotResult\x12\x13\n\x0bsnapshot_id\x18\x01 \x01(\t\"G\n\x17RefreshSnapshotResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x93\x01\n\x16\x44iscardSnapshotRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x03(\t\x12\x13\n\x0bsnapshot_id\x18\x03 \x01(\t\x12\x1b\n\x13ignore_system_views\x18\x04 \x01(\x08\",\n\x15\x44iscardSnapshotResult\x12\x13\n\x0bsnapshot_id\x18\x01 \x01(\t\"G\n\x17\x44iscardSnapshotResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.OperationB8\n\x19\x63om.yandex.ydb.clickhouseB\x18\x43lickhouseInternalProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DESCRIPTOR,])
-
-
-
-
-_SCANREQUEST = _descriptor.Descriptor(
- name='ScanRequest',
- full_name='Ydb.ClickhouseInternal.ScanRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.ClickhouseInternal.ScanRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='table', full_name='Ydb.ClickhouseInternal.ScanRequest.table', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='columns', full_name='Ydb.ClickhouseInternal.ScanRequest.columns', index=2,
- number=3, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='from_key', full_name='Ydb.ClickhouseInternal.ScanRequest.from_key', index=3,
- number=4, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='from_key_inclusive', full_name='Ydb.ClickhouseInternal.ScanRequest.from_key_inclusive', index=4,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='to_key', full_name='Ydb.ClickhouseInternal.ScanRequest.to_key', index=5,
- number=6, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='to_key_inclusive', full_name='Ydb.ClickhouseInternal.ScanRequest.to_key_inclusive', index=6,
- number=7, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_rows', full_name='Ydb.ClickhouseInternal.ScanRequest.max_rows', index=7,
- number=8, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_bytes', full_name='Ydb.ClickhouseInternal.ScanRequest.max_bytes', index=8,
- number=9, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='snapshot_id', full_name='Ydb.ClickhouseInternal.ScanRequest.snapshot_id', index=9,
- number=10, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=162,
- serialized_end=412,
-)
-
-
-_SCANRESPONSE = _descriptor.Descriptor(
- name='ScanResponse',
- full_name='Ydb.ClickhouseInternal.ScanResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.ClickhouseInternal.ScanResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=414,
- serialized_end=474,
-)
-
-
-_SCANRESULT = _descriptor.Descriptor(
- name='ScanResult',
- full_name='Ydb.ClickhouseInternal.ScanResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='blocks', full_name='Ydb.ClickhouseInternal.ScanResult.blocks', index=0,
- number=1, type=12, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='eos', full_name='Ydb.ClickhouseInternal.ScanResult.eos', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='last_key', full_name='Ydb.ClickhouseInternal.ScanResult.last_key', index=2,
- number=3, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='last_key_inclusive', full_name='Ydb.ClickhouseInternal.ScanResult.last_key_inclusive', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=476,
- serialized_end=563,
-)
-
-
-_GETSHARDLOCATIONSREQUEST = _descriptor.Descriptor(
- name='GetShardLocationsRequest',
- full_name='Ydb.ClickhouseInternal.GetShardLocationsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.ClickhouseInternal.GetShardLocationsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tablet_ids', full_name='Ydb.ClickhouseInternal.GetShardLocationsRequest.tablet_ids', index=1,
- number=2, type=4, cpp_type=4, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=565,
- serialized_end=670,
-)
-
-
-_GETSHARDLOCATIONSRESPONSE = _descriptor.Descriptor(
- name='GetShardLocationsResponse',
- full_name='Ydb.ClickhouseInternal.GetShardLocationsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.ClickhouseInternal.GetShardLocationsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=672,
- serialized_end=745,
-)
-
-
-_TABLETINFO = _descriptor.Descriptor(
- name='TabletInfo',
- full_name='Ydb.ClickhouseInternal.TabletInfo',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tablet_id', full_name='Ydb.ClickhouseInternal.TabletInfo.tablet_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='host', full_name='Ydb.ClickhouseInternal.TabletInfo.host', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='port', full_name='Ydb.ClickhouseInternal.TabletInfo.port', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=747,
- serialized_end=806,
-)
-
-
-_GETSHARDLOCATIONSRESULT = _descriptor.Descriptor(
- name='GetShardLocationsResult',
- full_name='Ydb.ClickhouseInternal.GetShardLocationsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tablets', full_name='Ydb.ClickhouseInternal.GetShardLocationsResult.tablets', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=808,
- serialized_end=886,
-)
-
-
-_DESCRIBETABLEREQUEST = _descriptor.Descriptor(
- name='DescribeTableRequest',
- full_name='Ydb.ClickhouseInternal.DescribeTableRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.ClickhouseInternal.DescribeTableRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.ClickhouseInternal.DescribeTableRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='include_partitions_info', full_name='Ydb.ClickhouseInternal.DescribeTableRequest.include_partitions_info', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=889,
- serialized_end=1017,
-)
-
-
-_PARTITIONINFO = _descriptor.Descriptor(
- name='PartitionInfo',
- full_name='Ydb.ClickhouseInternal.PartitionInfo',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tablet_id', full_name='Ydb.ClickhouseInternal.PartitionInfo.tablet_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_key', full_name='Ydb.ClickhouseInternal.PartitionInfo.end_key', index=1,
- number=2, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_key_inclusive', full_name='Ydb.ClickhouseInternal.PartitionInfo.end_key_inclusive', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1019,
- serialized_end=1097,
-)
-
-
-_DESCRIBETABLERESULT = _descriptor.Descriptor(
- name='DescribeTableResult',
- full_name='Ydb.ClickhouseInternal.DescribeTableResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='columns', full_name='Ydb.ClickhouseInternal.DescribeTableResult.columns', index=0,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='primary_key', full_name='Ydb.ClickhouseInternal.DescribeTableResult.primary_key', index=1,
- number=3, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partitions', full_name='Ydb.ClickhouseInternal.DescribeTableResult.partitions', index=2,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='is_virtual', full_name='Ydb.ClickhouseInternal.DescribeTableResult.is_virtual', index=3,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1100,
- serialized_end=1261,
-)
-
-
-_DESCRIBETABLERESPONSE = _descriptor.Descriptor(
- name='DescribeTableResponse',
- full_name='Ydb.ClickhouseInternal.DescribeTableResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.ClickhouseInternal.DescribeTableResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1263,
- serialized_end=1332,
-)
-
-
-_CREATESNAPSHOTREQUEST = _descriptor.Descriptor(
- name='CreateSnapshotRequest',
- full_name='Ydb.ClickhouseInternal.CreateSnapshotRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.ClickhouseInternal.CreateSnapshotRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.ClickhouseInternal.CreateSnapshotRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ignore_system_views', full_name='Ydb.ClickhouseInternal.CreateSnapshotRequest.ignore_system_views', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1334,
- serialized_end=1459,
-)
-
-
-_CREATESNAPSHOTRESULT = _descriptor.Descriptor(
- name='CreateSnapshotResult',
- full_name='Ydb.ClickhouseInternal.CreateSnapshotResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='snapshot_id', full_name='Ydb.ClickhouseInternal.CreateSnapshotResult.snapshot_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='timeout_ms', full_name='Ydb.ClickhouseInternal.CreateSnapshotResult.timeout_ms', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1461,
- serialized_end=1524,
-)
-
-
-_CREATESNAPSHOTRESPONSE = _descriptor.Descriptor(
- name='CreateSnapshotResponse',
- full_name='Ydb.ClickhouseInternal.CreateSnapshotResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.ClickhouseInternal.CreateSnapshotResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1526,
- serialized_end=1596,
-)
-
-
-_REFRESHSNAPSHOTREQUEST = _descriptor.Descriptor(
- name='RefreshSnapshotRequest',
- full_name='Ydb.ClickhouseInternal.RefreshSnapshotRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.ClickhouseInternal.RefreshSnapshotRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.ClickhouseInternal.RefreshSnapshotRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='snapshot_id', full_name='Ydb.ClickhouseInternal.RefreshSnapshotRequest.snapshot_id', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ignore_system_views', full_name='Ydb.ClickhouseInternal.RefreshSnapshotRequest.ignore_system_views', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1599,
- serialized_end=1746,
-)
-
-
-_REFRESHSNAPSHOTRESULT = _descriptor.Descriptor(
- name='RefreshSnapshotResult',
- full_name='Ydb.ClickhouseInternal.RefreshSnapshotResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='snapshot_id', full_name='Ydb.ClickhouseInternal.RefreshSnapshotResult.snapshot_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1748,
- serialized_end=1792,
-)
-
-
-_REFRESHSNAPSHOTRESPONSE = _descriptor.Descriptor(
- name='RefreshSnapshotResponse',
- full_name='Ydb.ClickhouseInternal.RefreshSnapshotResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.ClickhouseInternal.RefreshSnapshotResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1794,
- serialized_end=1865,
-)
-
-
-_DISCARDSNAPSHOTREQUEST = _descriptor.Descriptor(
- name='DiscardSnapshotRequest',
- full_name='Ydb.ClickhouseInternal.DiscardSnapshotRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.ClickhouseInternal.DiscardSnapshotRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.ClickhouseInternal.DiscardSnapshotRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='snapshot_id', full_name='Ydb.ClickhouseInternal.DiscardSnapshotRequest.snapshot_id', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ignore_system_views', full_name='Ydb.ClickhouseInternal.DiscardSnapshotRequest.ignore_system_views', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1868,
- serialized_end=2015,
-)
-
-
-_DISCARDSNAPSHOTRESULT = _descriptor.Descriptor(
- name='DiscardSnapshotResult',
- full_name='Ydb.ClickhouseInternal.DiscardSnapshotResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='snapshot_id', full_name='Ydb.ClickhouseInternal.DiscardSnapshotResult.snapshot_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2017,
- serialized_end=2061,
-)
-
-
-_DISCARDSNAPSHOTRESPONSE = _descriptor.Descriptor(
- name='DiscardSnapshotResponse',
- full_name='Ydb.ClickhouseInternal.DiscardSnapshotResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.ClickhouseInternal.DiscardSnapshotResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2063,
- serialized_end=2134,
-)
-
-_SCANREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_SCANRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_GETSHARDLOCATIONSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_GETSHARDLOCATIONSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_GETSHARDLOCATIONSRESULT.fields_by_name['tablets'].message_type = _TABLETINFO
-_DESCRIBETABLEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBETABLERESULT.fields_by_name['columns'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._COLUMNMETA
-_DESCRIBETABLERESULT.fields_by_name['partitions'].message_type = _PARTITIONINFO
-_DESCRIBETABLERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_CREATESNAPSHOTREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATESNAPSHOTRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_REFRESHSNAPSHOTREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_REFRESHSNAPSHOTRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DISCARDSNAPSHOTREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DISCARDSNAPSHOTRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['ScanRequest'] = _SCANREQUEST
-DESCRIPTOR.message_types_by_name['ScanResponse'] = _SCANRESPONSE
-DESCRIPTOR.message_types_by_name['ScanResult'] = _SCANRESULT
-DESCRIPTOR.message_types_by_name['GetShardLocationsRequest'] = _GETSHARDLOCATIONSREQUEST
-DESCRIPTOR.message_types_by_name['GetShardLocationsResponse'] = _GETSHARDLOCATIONSRESPONSE
-DESCRIPTOR.message_types_by_name['TabletInfo'] = _TABLETINFO
-DESCRIPTOR.message_types_by_name['GetShardLocationsResult'] = _GETSHARDLOCATIONSRESULT
-DESCRIPTOR.message_types_by_name['DescribeTableRequest'] = _DESCRIBETABLEREQUEST
-DESCRIPTOR.message_types_by_name['PartitionInfo'] = _PARTITIONINFO
-DESCRIPTOR.message_types_by_name['DescribeTableResult'] = _DESCRIBETABLERESULT
-DESCRIPTOR.message_types_by_name['DescribeTableResponse'] = _DESCRIBETABLERESPONSE
-DESCRIPTOR.message_types_by_name['CreateSnapshotRequest'] = _CREATESNAPSHOTREQUEST
-DESCRIPTOR.message_types_by_name['CreateSnapshotResult'] = _CREATESNAPSHOTRESULT
-DESCRIPTOR.message_types_by_name['CreateSnapshotResponse'] = _CREATESNAPSHOTRESPONSE
-DESCRIPTOR.message_types_by_name['RefreshSnapshotRequest'] = _REFRESHSNAPSHOTREQUEST
-DESCRIPTOR.message_types_by_name['RefreshSnapshotResult'] = _REFRESHSNAPSHOTRESULT
-DESCRIPTOR.message_types_by_name['RefreshSnapshotResponse'] = _REFRESHSNAPSHOTRESPONSE
-DESCRIPTOR.message_types_by_name['DiscardSnapshotRequest'] = _DISCARDSNAPSHOTREQUEST
-DESCRIPTOR.message_types_by_name['DiscardSnapshotResult'] = _DISCARDSNAPSHOTRESULT
-DESCRIPTOR.message_types_by_name['DiscardSnapshotResponse'] = _DISCARDSNAPSHOTRESPONSE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-ScanRequest = _reflection.GeneratedProtocolMessageType('ScanRequest', (_message.Message,), {
- 'DESCRIPTOR' : _SCANREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.ScanRequest)
- })
-_sym_db.RegisterMessage(ScanRequest)
-
-ScanResponse = _reflection.GeneratedProtocolMessageType('ScanResponse', (_message.Message,), {
- 'DESCRIPTOR' : _SCANRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.ScanResponse)
- })
-_sym_db.RegisterMessage(ScanResponse)
-
-ScanResult = _reflection.GeneratedProtocolMessageType('ScanResult', (_message.Message,), {
- 'DESCRIPTOR' : _SCANRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.ScanResult)
- })
-_sym_db.RegisterMessage(ScanResult)
-
-GetShardLocationsRequest = _reflection.GeneratedProtocolMessageType('GetShardLocationsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _GETSHARDLOCATIONSREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.GetShardLocationsRequest)
- })
-_sym_db.RegisterMessage(GetShardLocationsRequest)
-
-GetShardLocationsResponse = _reflection.GeneratedProtocolMessageType('GetShardLocationsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _GETSHARDLOCATIONSRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.GetShardLocationsResponse)
- })
-_sym_db.RegisterMessage(GetShardLocationsResponse)
-
-TabletInfo = _reflection.GeneratedProtocolMessageType('TabletInfo', (_message.Message,), {
- 'DESCRIPTOR' : _TABLETINFO,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.TabletInfo)
- })
-_sym_db.RegisterMessage(TabletInfo)
-
-GetShardLocationsResult = _reflection.GeneratedProtocolMessageType('GetShardLocationsResult', (_message.Message,), {
- 'DESCRIPTOR' : _GETSHARDLOCATIONSRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.GetShardLocationsResult)
- })
-_sym_db.RegisterMessage(GetShardLocationsResult)
-
-DescribeTableRequest = _reflection.GeneratedProtocolMessageType('DescribeTableRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETABLEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.DescribeTableRequest)
- })
-_sym_db.RegisterMessage(DescribeTableRequest)
-
-PartitionInfo = _reflection.GeneratedProtocolMessageType('PartitionInfo', (_message.Message,), {
- 'DESCRIPTOR' : _PARTITIONINFO,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.PartitionInfo)
- })
-_sym_db.RegisterMessage(PartitionInfo)
-
-DescribeTableResult = _reflection.GeneratedProtocolMessageType('DescribeTableResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETABLERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.DescribeTableResult)
- })
-_sym_db.RegisterMessage(DescribeTableResult)
-
-DescribeTableResponse = _reflection.GeneratedProtocolMessageType('DescribeTableResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETABLERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.DescribeTableResponse)
- })
-_sym_db.RegisterMessage(DescribeTableResponse)
-
-CreateSnapshotRequest = _reflection.GeneratedProtocolMessageType('CreateSnapshotRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CREATESNAPSHOTREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.CreateSnapshotRequest)
- })
-_sym_db.RegisterMessage(CreateSnapshotRequest)
-
-CreateSnapshotResult = _reflection.GeneratedProtocolMessageType('CreateSnapshotResult', (_message.Message,), {
- 'DESCRIPTOR' : _CREATESNAPSHOTRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.CreateSnapshotResult)
- })
-_sym_db.RegisterMessage(CreateSnapshotResult)
-
-CreateSnapshotResponse = _reflection.GeneratedProtocolMessageType('CreateSnapshotResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATESNAPSHOTRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.CreateSnapshotResponse)
- })
-_sym_db.RegisterMessage(CreateSnapshotResponse)
-
-RefreshSnapshotRequest = _reflection.GeneratedProtocolMessageType('RefreshSnapshotRequest', (_message.Message,), {
- 'DESCRIPTOR' : _REFRESHSNAPSHOTREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.RefreshSnapshotRequest)
- })
-_sym_db.RegisterMessage(RefreshSnapshotRequest)
-
-RefreshSnapshotResult = _reflection.GeneratedProtocolMessageType('RefreshSnapshotResult', (_message.Message,), {
- 'DESCRIPTOR' : _REFRESHSNAPSHOTRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.RefreshSnapshotResult)
- })
-_sym_db.RegisterMessage(RefreshSnapshotResult)
-
-RefreshSnapshotResponse = _reflection.GeneratedProtocolMessageType('RefreshSnapshotResponse', (_message.Message,), {
- 'DESCRIPTOR' : _REFRESHSNAPSHOTRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.RefreshSnapshotResponse)
- })
-_sym_db.RegisterMessage(RefreshSnapshotResponse)
-
-DiscardSnapshotRequest = _reflection.GeneratedProtocolMessageType('DiscardSnapshotRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DISCARDSNAPSHOTREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.DiscardSnapshotRequest)
- })
-_sym_db.RegisterMessage(DiscardSnapshotRequest)
-
-DiscardSnapshotResult = _reflection.GeneratedProtocolMessageType('DiscardSnapshotResult', (_message.Message,), {
- 'DESCRIPTOR' : _DISCARDSNAPSHOTRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.DiscardSnapshotResult)
- })
-_sym_db.RegisterMessage(DiscardSnapshotResult)
-
-DiscardSnapshotResponse = _reflection.GeneratedProtocolMessageType('DiscardSnapshotResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DISCARDSNAPSHOTRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_clickhouse_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ClickhouseInternal.DiscardSnapshotResponse)
- })
-_sym_db.RegisterMessage(DiscardSnapshotResponse)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_clickhouse_internal_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_clickhouse_internal_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_clickhouse_internal_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_cms_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_cms_pb2.py
deleted file mode 100644
index 74bd2a3e5e8..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_cms_pb2.py
+++ /dev/null
@@ -1,1822 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_cms.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_cms.proto',
- package='Ydb.Cms',
- syntax='proto3',
- serialized_options=b'\n\022com.yandex.ydb.cms\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n#ydb/public/api/protos/ydb_cms.proto\x12\x07Ydb.Cms\x1a)ydb/public/api/protos/ydb_operation.proto\"0\n\x0cStorageUnits\x12\x11\n\tunit_kind\x18\x01 \x01(\t\x12\r\n\x05\x63ount\x18\x02 \x01(\x04\"Q\n\x12\x43omputationalUnits\x12\x11\n\tunit_kind\x18\x01 \x01(\t\x12\x19\n\x11\x61vailability_zone\x18\x02 \x01(\t\x12\r\n\x05\x63ount\x18\x03 \x01(\x04\"K\n\x1a\x41llocatedComputationalUnit\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\r\x12\x11\n\tunit_kind\x18\x03 \x01(\t\"s\n\tResources\x12,\n\rstorage_units\x18\x01 \x03(\x0b\x32\x15.Ydb.Cms.StorageUnits\x12\x38\n\x13\x63omputational_units\x18\x02 \x03(\x0b\x32\x1b.Ydb.Cms.ComputationalUnits\"3\n\x13ServerlessResources\x12\x1c\n\x14shared_database_path\x18\x01 \x01(\t\"j\n\x0f\x44\x61tabaseOptions\x12\x1a\n\x12\x64isable_tx_service\x18\x01 \x01(\x08\x12\"\n\x1a\x64isable_external_subdomain\x18\x02 \x01(\x08\x12\x17\n\x0fplan_resolution\x18\x03 \x01(\r\"\x9c\x01\n\x15SchemaOperationQuotas\x12G\n\x13leaky_bucket_quotas\x18\x01 \x03(\x0b\x32*.Ydb.Cms.SchemaOperationQuotas.LeakyBucket\x1a:\n\x0bLeakyBucket\x12\x13\n\x0b\x62ucket_size\x18\x01 \x01(\x01\x12\x16\n\x0e\x62ucket_seconds\x18\x02 \x01(\x04\"\xc0\x01\n\x0e\x44\x61tabaseQuotas\x12\x1c\n\x14\x64\x61ta_size_hard_quota\x18\x01 \x01(\x04\x12\x1c\n\x14\x64\x61ta_size_soft_quota\x18\x02 \x01(\x04\x12 \n\x18\x64\x61ta_stream_shards_quota\x18\x03 \x01(\x04\x12*\n\"data_stream_reserved_storage_quota\x18\x05 \x01(\x04\x12$\n\x1cttl_min_run_internal_seconds\x18\x04 \x01(\r\"\xb7\x04\n\x15\x43reateDatabaseRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\'\n\tresources\x18\x03 \x01(\x0b\x32\x12.Ydb.Cms.ResourcesH\x00\x12.\n\x10shared_resources\x18\x06 \x01(\x0b\x32\x12.Ydb.Cms.ResourcesH\x00\x12<\n\x14serverless_resources\x18\x07 \x01(\x0b\x32\x1c.Ydb.Cms.ServerlessResourcesH\x00\x12)\n\x07options\x18\x04 \x01(\x0b\x32\x18.Ydb.Cms.DatabaseOptions\x12\x42\n\nattributes\x18\x05 \x03(\x0b\x32..Ydb.Cms.CreateDatabaseRequest.AttributesEntry\x12?\n\x17schema_operation_quotas\x18\x08 \x01(\x0b\x32\x1e.Ydb.Cms.SchemaOperationQuotas\x12\x17\n\x0fidempotency_key\x18\t \x01(\t\x12\x30\n\x0f\x64\x61tabase_quotas\x18\n \x01(\x0b\x32\x17.Ydb.Cms.DatabaseQuotas\x1a\x31\n\x0f\x41ttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x10\n\x0eresources_kind\"F\n\x16\x43reateDatabaseResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"c\n\x18GetDatabaseStatusRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x39\n\x10operation_params\x18\x02 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"I\n\x19GetDatabaseStatusResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x85\x05\n\x17GetDatabaseStatusResult\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x35\n\x05state\x18\x02 \x01(\x0e\x32&.Ydb.Cms.GetDatabaseStatusResult.State\x12\x30\n\x12required_resources\x18\x03 \x01(\x0b\x32\x12.Ydb.Cms.ResourcesH\x00\x12\x37\n\x19required_shared_resources\x18\x07 \x01(\x0b\x32\x12.Ydb.Cms.ResourcesH\x00\x12<\n\x14serverless_resources\x18\x08 \x01(\x0b\x32\x1c.Ydb.Cms.ServerlessResourcesH\x00\x12/\n\x13\x61llocated_resources\x18\x04 \x01(\x0b\x32\x12.Ydb.Cms.Resources\x12\x41\n\x14registered_resources\x18\x05 \x03(\x0b\x32#.Ydb.Cms.AllocatedComputationalUnit\x12\x12\n\ngeneration\x18\x06 \x01(\x04\x12?\n\x17schema_operation_quotas\x18\t \x01(\x0b\x32\x1e.Ydb.Cms.SchemaOperationQuotas\x12\x30\n\x0f\x64\x61tabase_quotas\x18\n \x01(\x0b\x32\x17.Ydb.Cms.DatabaseQuotas\"o\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0c\n\x08REMOVING\x10\x03\x12\x15\n\x11PENDING_RESOURCES\x10\x04\x12\x0f\n\x0b\x43ONFIGURING\x10\x05\x42\x10\n\x0eresources_kind\"\xdd\x05\n\x14\x41lterDatabaseRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\x12?\n\x1a\x63omputational_units_to_add\x18\x02 \x03(\x0b\x32\x1b.Ydb.Cms.ComputationalUnits\x12\x42\n\x1d\x63omputational_units_to_remove\x18\x03 \x03(\x0b\x32\x1b.Ydb.Cms.ComputationalUnits\x12\x33\n\x14storage_units_to_add\x18\x04 \x03(\x0b\x32\x15.Ydb.Cms.StorageUnits\x12L\n\x1f\x63omputational_units_to_register\x18\x05 \x03(\x0b\x32#.Ydb.Cms.AllocatedComputationalUnit\x12N\n!computational_units_to_deregister\x18\x06 \x03(\x0b\x32#.Ydb.Cms.AllocatedComputationalUnit\x12\x39\n\x10operation_params\x18\x07 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x12\n\ngeneration\x18\x08 \x01(\x04\x12?\n\x17schema_operation_quotas\x18\t \x01(\x0b\x32\x1e.Ydb.Cms.SchemaOperationQuotas\x12\x17\n\x0fidempotency_key\x18\n \x01(\t\x12\x30\n\x0f\x64\x61tabase_quotas\x18\x0b \x01(\x0b\x32\x17.Ydb.Cms.DatabaseQuotas\x12L\n\x10\x61lter_attributes\x18\x0c \x03(\x0b\x32\x32.Ydb.Cms.AlterDatabaseRequest.AlterAttributesEntry\x1a\x36\n\x14\x41lterAttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"E\n\x15\x41lterDatabaseResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"Q\n\x14ListDatabasesRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"E\n\x15ListDatabasesResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"$\n\x13ListDatabasesResult\x12\r\n\x05paths\x18\x01 \x03(\t\"`\n\x15RemoveDatabaseRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x39\n\x10operation_params\x18\x02 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"F\n\x16RemoveDatabaseResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x92\x01\n\x16StorageUnitDescription\x12\x0c\n\x04kind\x18\x01 \x01(\t\x12;\n\x06labels\x18\x02 \x03(\x0b\x32+.Ydb.Cms.StorageUnitDescription.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x9c\x01\n\x1b\x41vailabilityZoneDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12@\n\x06labels\x18\x02 \x03(\x0b\x32\x30.Ydb.Cms.AvailabilityZoneDescription.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xc2\x01\n\x1c\x43omputationalUnitDescription\x12\x0c\n\x04kind\x18\x01 \x01(\t\x12\x41\n\x06labels\x18\x02 \x03(\x0b\x32\x31.Ydb.Cms.ComputationalUnitDescription.LabelsEntry\x12\"\n\x1a\x61llowed_availability_zones\x18\x03 \x03(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"[\n\x1e\x44\x65scribeDatabaseOptionsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"O\n\x1f\x44\x65scribeDatabaseOptionsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xdd\x01\n\x1d\x44\x65scribeDatabaseOptionsResult\x12\x36\n\rstorage_units\x18\x01 \x03(\x0b\x32\x1f.Ydb.Cms.StorageUnitDescription\x12@\n\x12\x61vailability_zones\x18\x02 \x03(\x0b\x32$.Ydb.Cms.AvailabilityZoneDescription\x12\x42\n\x13\x63omputational_units\x18\x03 \x03(\x0b\x32%.Ydb.Cms.ComputationalUnitDescriptionB\x17\n\x12\x63om.yandex.ydb.cms\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,])
-
-
-
-_GETDATABASESTATUSRESULT_STATE = _descriptor.EnumDescriptor(
- name='State',
- full_name='Ydb.Cms.GetDatabaseStatusResult.State',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STATE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CREATING', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='RUNNING', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='REMOVING', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PENDING_RESOURCES', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CONFIGURING', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=2268,
- serialized_end=2379,
-)
-_sym_db.RegisterEnumDescriptor(_GETDATABASESTATUSRESULT_STATE)
-
-
-_STORAGEUNITS = _descriptor.Descriptor(
- name='StorageUnits',
- full_name='Ydb.Cms.StorageUnits',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='unit_kind', full_name='Ydb.Cms.StorageUnits.unit_kind', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='count', full_name='Ydb.Cms.StorageUnits.count', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=91,
- serialized_end=139,
-)
-
-
-_COMPUTATIONALUNITS = _descriptor.Descriptor(
- name='ComputationalUnits',
- full_name='Ydb.Cms.ComputationalUnits',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='unit_kind', full_name='Ydb.Cms.ComputationalUnits.unit_kind', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='availability_zone', full_name='Ydb.Cms.ComputationalUnits.availability_zone', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='count', full_name='Ydb.Cms.ComputationalUnits.count', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=141,
- serialized_end=222,
-)
-
-
-_ALLOCATEDCOMPUTATIONALUNIT = _descriptor.Descriptor(
- name='AllocatedComputationalUnit',
- full_name='Ydb.Cms.AllocatedComputationalUnit',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='host', full_name='Ydb.Cms.AllocatedComputationalUnit.host', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='port', full_name='Ydb.Cms.AllocatedComputationalUnit.port', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='unit_kind', full_name='Ydb.Cms.AllocatedComputationalUnit.unit_kind', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=224,
- serialized_end=299,
-)
-
-
-_RESOURCES = _descriptor.Descriptor(
- name='Resources',
- full_name='Ydb.Cms.Resources',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='storage_units', full_name='Ydb.Cms.Resources.storage_units', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='computational_units', full_name='Ydb.Cms.Resources.computational_units', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=301,
- serialized_end=416,
-)
-
-
-_SERVERLESSRESOURCES = _descriptor.Descriptor(
- name='ServerlessResources',
- full_name='Ydb.Cms.ServerlessResources',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='shared_database_path', full_name='Ydb.Cms.ServerlessResources.shared_database_path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=418,
- serialized_end=469,
-)
-
-
-_DATABASEOPTIONS = _descriptor.Descriptor(
- name='DatabaseOptions',
- full_name='Ydb.Cms.DatabaseOptions',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='disable_tx_service', full_name='Ydb.Cms.DatabaseOptions.disable_tx_service', index=0,
- number=1, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='disable_external_subdomain', full_name='Ydb.Cms.DatabaseOptions.disable_external_subdomain', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='plan_resolution', full_name='Ydb.Cms.DatabaseOptions.plan_resolution', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=471,
- serialized_end=577,
-)
-
-
-_SCHEMAOPERATIONQUOTAS_LEAKYBUCKET = _descriptor.Descriptor(
- name='LeakyBucket',
- full_name='Ydb.Cms.SchemaOperationQuotas.LeakyBucket',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='bucket_size', full_name='Ydb.Cms.SchemaOperationQuotas.LeakyBucket.bucket_size', index=0,
- number=1, type=1, cpp_type=5, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='bucket_seconds', full_name='Ydb.Cms.SchemaOperationQuotas.LeakyBucket.bucket_seconds', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=678,
- serialized_end=736,
-)
-
-_SCHEMAOPERATIONQUOTAS = _descriptor.Descriptor(
- name='SchemaOperationQuotas',
- full_name='Ydb.Cms.SchemaOperationQuotas',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='leaky_bucket_quotas', full_name='Ydb.Cms.SchemaOperationQuotas.leaky_bucket_quotas', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_SCHEMAOPERATIONQUOTAS_LEAKYBUCKET, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=580,
- serialized_end=736,
-)
-
-
-_DATABASEQUOTAS = _descriptor.Descriptor(
- name='DatabaseQuotas',
- full_name='Ydb.Cms.DatabaseQuotas',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='data_size_hard_quota', full_name='Ydb.Cms.DatabaseQuotas.data_size_hard_quota', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data_size_soft_quota', full_name='Ydb.Cms.DatabaseQuotas.data_size_soft_quota', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data_stream_shards_quota', full_name='Ydb.Cms.DatabaseQuotas.data_stream_shards_quota', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data_stream_reserved_storage_quota', full_name='Ydb.Cms.DatabaseQuotas.data_stream_reserved_storage_quota', index=3,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ttl_min_run_internal_seconds', full_name='Ydb.Cms.DatabaseQuotas.ttl_min_run_internal_seconds', index=4,
- number=4, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=739,
- serialized_end=931,
-)
-
-
-_CREATEDATABASEREQUEST_ATTRIBUTESENTRY = _descriptor.Descriptor(
- name='AttributesEntry',
- full_name='Ydb.Cms.CreateDatabaseRequest.AttributesEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Cms.CreateDatabaseRequest.AttributesEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Cms.CreateDatabaseRequest.AttributesEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1434,
- serialized_end=1483,
-)
-
-_CREATEDATABASEREQUEST = _descriptor.Descriptor(
- name='CreateDatabaseRequest',
- full_name='Ydb.Cms.CreateDatabaseRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Cms.CreateDatabaseRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Cms.CreateDatabaseRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resources', full_name='Ydb.Cms.CreateDatabaseRequest.resources', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shared_resources', full_name='Ydb.Cms.CreateDatabaseRequest.shared_resources', index=3,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='serverless_resources', full_name='Ydb.Cms.CreateDatabaseRequest.serverless_resources', index=4,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='options', full_name='Ydb.Cms.CreateDatabaseRequest.options', index=5,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='attributes', full_name='Ydb.Cms.CreateDatabaseRequest.attributes', index=6,
- number=5, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema_operation_quotas', full_name='Ydb.Cms.CreateDatabaseRequest.schema_operation_quotas', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='Ydb.Cms.CreateDatabaseRequest.idempotency_key', index=8,
- number=9, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='database_quotas', full_name='Ydb.Cms.CreateDatabaseRequest.database_quotas', index=9,
- number=10, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_CREATEDATABASEREQUEST_ATTRIBUTESENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='resources_kind', full_name='Ydb.Cms.CreateDatabaseRequest.resources_kind',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=934,
- serialized_end=1501,
-)
-
-
-_CREATEDATABASERESPONSE = _descriptor.Descriptor(
- name='CreateDatabaseResponse',
- full_name='Ydb.Cms.CreateDatabaseResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Cms.CreateDatabaseResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1503,
- serialized_end=1573,
-)
-
-
-_GETDATABASESTATUSREQUEST = _descriptor.Descriptor(
- name='GetDatabaseStatusRequest',
- full_name='Ydb.Cms.GetDatabaseStatusRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Cms.GetDatabaseStatusRequest.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Cms.GetDatabaseStatusRequest.operation_params', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1575,
- serialized_end=1674,
-)
-
-
-_GETDATABASESTATUSRESPONSE = _descriptor.Descriptor(
- name='GetDatabaseStatusResponse',
- full_name='Ydb.Cms.GetDatabaseStatusResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Cms.GetDatabaseStatusResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1676,
- serialized_end=1749,
-)
-
-
-_GETDATABASESTATUSRESULT = _descriptor.Descriptor(
- name='GetDatabaseStatusResult',
- full_name='Ydb.Cms.GetDatabaseStatusResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Cms.GetDatabaseStatusResult.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='state', full_name='Ydb.Cms.GetDatabaseStatusResult.state', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='required_resources', full_name='Ydb.Cms.GetDatabaseStatusResult.required_resources', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='required_shared_resources', full_name='Ydb.Cms.GetDatabaseStatusResult.required_shared_resources', index=3,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='serverless_resources', full_name='Ydb.Cms.GetDatabaseStatusResult.serverless_resources', index=4,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='allocated_resources', full_name='Ydb.Cms.GetDatabaseStatusResult.allocated_resources', index=5,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='registered_resources', full_name='Ydb.Cms.GetDatabaseStatusResult.registered_resources', index=6,
- number=5, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='generation', full_name='Ydb.Cms.GetDatabaseStatusResult.generation', index=7,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema_operation_quotas', full_name='Ydb.Cms.GetDatabaseStatusResult.schema_operation_quotas', index=8,
- number=9, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='database_quotas', full_name='Ydb.Cms.GetDatabaseStatusResult.database_quotas', index=9,
- number=10, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _GETDATABASESTATUSRESULT_STATE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='resources_kind', full_name='Ydb.Cms.GetDatabaseStatusResult.resources_kind',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=1752,
- serialized_end=2397,
-)
-
-
-_ALTERDATABASEREQUEST_ALTERATTRIBUTESENTRY = _descriptor.Descriptor(
- name='AlterAttributesEntry',
- full_name='Ydb.Cms.AlterDatabaseRequest.AlterAttributesEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Cms.AlterDatabaseRequest.AlterAttributesEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Cms.AlterDatabaseRequest.AlterAttributesEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3079,
- serialized_end=3133,
-)
-
-_ALTERDATABASEREQUEST = _descriptor.Descriptor(
- name='AlterDatabaseRequest',
- full_name='Ydb.Cms.AlterDatabaseRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Cms.AlterDatabaseRequest.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='computational_units_to_add', full_name='Ydb.Cms.AlterDatabaseRequest.computational_units_to_add', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='computational_units_to_remove', full_name='Ydb.Cms.AlterDatabaseRequest.computational_units_to_remove', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='storage_units_to_add', full_name='Ydb.Cms.AlterDatabaseRequest.storage_units_to_add', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='computational_units_to_register', full_name='Ydb.Cms.AlterDatabaseRequest.computational_units_to_register', index=4,
- number=5, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='computational_units_to_deregister', full_name='Ydb.Cms.AlterDatabaseRequest.computational_units_to_deregister', index=5,
- number=6, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Cms.AlterDatabaseRequest.operation_params', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='generation', full_name='Ydb.Cms.AlterDatabaseRequest.generation', index=7,
- number=8, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema_operation_quotas', full_name='Ydb.Cms.AlterDatabaseRequest.schema_operation_quotas', index=8,
- number=9, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='Ydb.Cms.AlterDatabaseRequest.idempotency_key', index=9,
- number=10, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='database_quotas', full_name='Ydb.Cms.AlterDatabaseRequest.database_quotas', index=10,
- number=11, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='alter_attributes', full_name='Ydb.Cms.AlterDatabaseRequest.alter_attributes', index=11,
- number=12, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_ALTERDATABASEREQUEST_ALTERATTRIBUTESENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2400,
- serialized_end=3133,
-)
-
-
-_ALTERDATABASERESPONSE = _descriptor.Descriptor(
- name='AlterDatabaseResponse',
- full_name='Ydb.Cms.AlterDatabaseResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Cms.AlterDatabaseResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3135,
- serialized_end=3204,
-)
-
-
-_LISTDATABASESREQUEST = _descriptor.Descriptor(
- name='ListDatabasesRequest',
- full_name='Ydb.Cms.ListDatabasesRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Cms.ListDatabasesRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3206,
- serialized_end=3287,
-)
-
-
-_LISTDATABASESRESPONSE = _descriptor.Descriptor(
- name='ListDatabasesResponse',
- full_name='Ydb.Cms.ListDatabasesResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Cms.ListDatabasesResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3289,
- serialized_end=3358,
-)
-
-
-_LISTDATABASESRESULT = _descriptor.Descriptor(
- name='ListDatabasesResult',
- full_name='Ydb.Cms.ListDatabasesResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='paths', full_name='Ydb.Cms.ListDatabasesResult.paths', index=0,
- number=1, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3360,
- serialized_end=3396,
-)
-
-
-_REMOVEDATABASEREQUEST = _descriptor.Descriptor(
- name='RemoveDatabaseRequest',
- full_name='Ydb.Cms.RemoveDatabaseRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Cms.RemoveDatabaseRequest.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Cms.RemoveDatabaseRequest.operation_params', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3398,
- serialized_end=3494,
-)
-
-
-_REMOVEDATABASERESPONSE = _descriptor.Descriptor(
- name='RemoveDatabaseResponse',
- full_name='Ydb.Cms.RemoveDatabaseResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Cms.RemoveDatabaseResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3496,
- serialized_end=3566,
-)
-
-
-_STORAGEUNITDESCRIPTION_LABELSENTRY = _descriptor.Descriptor(
- name='LabelsEntry',
- full_name='Ydb.Cms.StorageUnitDescription.LabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Cms.StorageUnitDescription.LabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Cms.StorageUnitDescription.LabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3670,
- serialized_end=3715,
-)
-
-_STORAGEUNITDESCRIPTION = _descriptor.Descriptor(
- name='StorageUnitDescription',
- full_name='Ydb.Cms.StorageUnitDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='kind', full_name='Ydb.Cms.StorageUnitDescription.kind', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='labels', full_name='Ydb.Cms.StorageUnitDescription.labels', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STORAGEUNITDESCRIPTION_LABELSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3569,
- serialized_end=3715,
-)
-
-
-_AVAILABILITYZONEDESCRIPTION_LABELSENTRY = _descriptor.Descriptor(
- name='LabelsEntry',
- full_name='Ydb.Cms.AvailabilityZoneDescription.LabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Cms.AvailabilityZoneDescription.LabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Cms.AvailabilityZoneDescription.LabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3670,
- serialized_end=3715,
-)
-
-_AVAILABILITYZONEDESCRIPTION = _descriptor.Descriptor(
- name='AvailabilityZoneDescription',
- full_name='Ydb.Cms.AvailabilityZoneDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Cms.AvailabilityZoneDescription.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='labels', full_name='Ydb.Cms.AvailabilityZoneDescription.labels', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_AVAILABILITYZONEDESCRIPTION_LABELSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3718,
- serialized_end=3874,
-)
-
-
-_COMPUTATIONALUNITDESCRIPTION_LABELSENTRY = _descriptor.Descriptor(
- name='LabelsEntry',
- full_name='Ydb.Cms.ComputationalUnitDescription.LabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Cms.ComputationalUnitDescription.LabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Cms.ComputationalUnitDescription.LabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3670,
- serialized_end=3715,
-)
-
-_COMPUTATIONALUNITDESCRIPTION = _descriptor.Descriptor(
- name='ComputationalUnitDescription',
- full_name='Ydb.Cms.ComputationalUnitDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='kind', full_name='Ydb.Cms.ComputationalUnitDescription.kind', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='labels', full_name='Ydb.Cms.ComputationalUnitDescription.labels', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='allowed_availability_zones', full_name='Ydb.Cms.ComputationalUnitDescription.allowed_availability_zones', index=2,
- number=3, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_COMPUTATIONALUNITDESCRIPTION_LABELSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3877,
- serialized_end=4071,
-)
-
-
-_DESCRIBEDATABASEOPTIONSREQUEST = _descriptor.Descriptor(
- name='DescribeDatabaseOptionsRequest',
- full_name='Ydb.Cms.DescribeDatabaseOptionsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Cms.DescribeDatabaseOptionsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4073,
- serialized_end=4164,
-)
-
-
-_DESCRIBEDATABASEOPTIONSRESPONSE = _descriptor.Descriptor(
- name='DescribeDatabaseOptionsResponse',
- full_name='Ydb.Cms.DescribeDatabaseOptionsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Cms.DescribeDatabaseOptionsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4166,
- serialized_end=4245,
-)
-
-
-_DESCRIBEDATABASEOPTIONSRESULT = _descriptor.Descriptor(
- name='DescribeDatabaseOptionsResult',
- full_name='Ydb.Cms.DescribeDatabaseOptionsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='storage_units', full_name='Ydb.Cms.DescribeDatabaseOptionsResult.storage_units', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='availability_zones', full_name='Ydb.Cms.DescribeDatabaseOptionsResult.availability_zones', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='computational_units', full_name='Ydb.Cms.DescribeDatabaseOptionsResult.computational_units', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4248,
- serialized_end=4469,
-)
-
-_RESOURCES.fields_by_name['storage_units'].message_type = _STORAGEUNITS
-_RESOURCES.fields_by_name['computational_units'].message_type = _COMPUTATIONALUNITS
-_SCHEMAOPERATIONQUOTAS_LEAKYBUCKET.containing_type = _SCHEMAOPERATIONQUOTAS
-_SCHEMAOPERATIONQUOTAS.fields_by_name['leaky_bucket_quotas'].message_type = _SCHEMAOPERATIONQUOTAS_LEAKYBUCKET
-_CREATEDATABASEREQUEST_ATTRIBUTESENTRY.containing_type = _CREATEDATABASEREQUEST
-_CREATEDATABASEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATEDATABASEREQUEST.fields_by_name['resources'].message_type = _RESOURCES
-_CREATEDATABASEREQUEST.fields_by_name['shared_resources'].message_type = _RESOURCES
-_CREATEDATABASEREQUEST.fields_by_name['serverless_resources'].message_type = _SERVERLESSRESOURCES
-_CREATEDATABASEREQUEST.fields_by_name['options'].message_type = _DATABASEOPTIONS
-_CREATEDATABASEREQUEST.fields_by_name['attributes'].message_type = _CREATEDATABASEREQUEST_ATTRIBUTESENTRY
-_CREATEDATABASEREQUEST.fields_by_name['schema_operation_quotas'].message_type = _SCHEMAOPERATIONQUOTAS
-_CREATEDATABASEREQUEST.fields_by_name['database_quotas'].message_type = _DATABASEQUOTAS
-_CREATEDATABASEREQUEST.oneofs_by_name['resources_kind'].fields.append(
- _CREATEDATABASEREQUEST.fields_by_name['resources'])
-_CREATEDATABASEREQUEST.fields_by_name['resources'].containing_oneof = _CREATEDATABASEREQUEST.oneofs_by_name['resources_kind']
-_CREATEDATABASEREQUEST.oneofs_by_name['resources_kind'].fields.append(
- _CREATEDATABASEREQUEST.fields_by_name['shared_resources'])
-_CREATEDATABASEREQUEST.fields_by_name['shared_resources'].containing_oneof = _CREATEDATABASEREQUEST.oneofs_by_name['resources_kind']
-_CREATEDATABASEREQUEST.oneofs_by_name['resources_kind'].fields.append(
- _CREATEDATABASEREQUEST.fields_by_name['serverless_resources'])
-_CREATEDATABASEREQUEST.fields_by_name['serverless_resources'].containing_oneof = _CREATEDATABASEREQUEST.oneofs_by_name['resources_kind']
-_CREATEDATABASERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_GETDATABASESTATUSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_GETDATABASESTATUSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_GETDATABASESTATUSRESULT.fields_by_name['state'].enum_type = _GETDATABASESTATUSRESULT_STATE
-_GETDATABASESTATUSRESULT.fields_by_name['required_resources'].message_type = _RESOURCES
-_GETDATABASESTATUSRESULT.fields_by_name['required_shared_resources'].message_type = _RESOURCES
-_GETDATABASESTATUSRESULT.fields_by_name['serverless_resources'].message_type = _SERVERLESSRESOURCES
-_GETDATABASESTATUSRESULT.fields_by_name['allocated_resources'].message_type = _RESOURCES
-_GETDATABASESTATUSRESULT.fields_by_name['registered_resources'].message_type = _ALLOCATEDCOMPUTATIONALUNIT
-_GETDATABASESTATUSRESULT.fields_by_name['schema_operation_quotas'].message_type = _SCHEMAOPERATIONQUOTAS
-_GETDATABASESTATUSRESULT.fields_by_name['database_quotas'].message_type = _DATABASEQUOTAS
-_GETDATABASESTATUSRESULT_STATE.containing_type = _GETDATABASESTATUSRESULT
-_GETDATABASESTATUSRESULT.oneofs_by_name['resources_kind'].fields.append(
- _GETDATABASESTATUSRESULT.fields_by_name['required_resources'])
-_GETDATABASESTATUSRESULT.fields_by_name['required_resources'].containing_oneof = _GETDATABASESTATUSRESULT.oneofs_by_name['resources_kind']
-_GETDATABASESTATUSRESULT.oneofs_by_name['resources_kind'].fields.append(
- _GETDATABASESTATUSRESULT.fields_by_name['required_shared_resources'])
-_GETDATABASESTATUSRESULT.fields_by_name['required_shared_resources'].containing_oneof = _GETDATABASESTATUSRESULT.oneofs_by_name['resources_kind']
-_GETDATABASESTATUSRESULT.oneofs_by_name['resources_kind'].fields.append(
- _GETDATABASESTATUSRESULT.fields_by_name['serverless_resources'])
-_GETDATABASESTATUSRESULT.fields_by_name['serverless_resources'].containing_oneof = _GETDATABASESTATUSRESULT.oneofs_by_name['resources_kind']
-_ALTERDATABASEREQUEST_ALTERATTRIBUTESENTRY.containing_type = _ALTERDATABASEREQUEST
-_ALTERDATABASEREQUEST.fields_by_name['computational_units_to_add'].message_type = _COMPUTATIONALUNITS
-_ALTERDATABASEREQUEST.fields_by_name['computational_units_to_remove'].message_type = _COMPUTATIONALUNITS
-_ALTERDATABASEREQUEST.fields_by_name['storage_units_to_add'].message_type = _STORAGEUNITS
-_ALTERDATABASEREQUEST.fields_by_name['computational_units_to_register'].message_type = _ALLOCATEDCOMPUTATIONALUNIT
-_ALTERDATABASEREQUEST.fields_by_name['computational_units_to_deregister'].message_type = _ALLOCATEDCOMPUTATIONALUNIT
-_ALTERDATABASEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ALTERDATABASEREQUEST.fields_by_name['schema_operation_quotas'].message_type = _SCHEMAOPERATIONQUOTAS
-_ALTERDATABASEREQUEST.fields_by_name['database_quotas'].message_type = _DATABASEQUOTAS
-_ALTERDATABASEREQUEST.fields_by_name['alter_attributes'].message_type = _ALTERDATABASEREQUEST_ALTERATTRIBUTESENTRY
-_ALTERDATABASERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTDATABASESREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LISTDATABASESRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_REMOVEDATABASEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_REMOVEDATABASERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_STORAGEUNITDESCRIPTION_LABELSENTRY.containing_type = _STORAGEUNITDESCRIPTION
-_STORAGEUNITDESCRIPTION.fields_by_name['labels'].message_type = _STORAGEUNITDESCRIPTION_LABELSENTRY
-_AVAILABILITYZONEDESCRIPTION_LABELSENTRY.containing_type = _AVAILABILITYZONEDESCRIPTION
-_AVAILABILITYZONEDESCRIPTION.fields_by_name['labels'].message_type = _AVAILABILITYZONEDESCRIPTION_LABELSENTRY
-_COMPUTATIONALUNITDESCRIPTION_LABELSENTRY.containing_type = _COMPUTATIONALUNITDESCRIPTION
-_COMPUTATIONALUNITDESCRIPTION.fields_by_name['labels'].message_type = _COMPUTATIONALUNITDESCRIPTION_LABELSENTRY
-_DESCRIBEDATABASEOPTIONSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBEDATABASEOPTIONSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBEDATABASEOPTIONSRESULT.fields_by_name['storage_units'].message_type = _STORAGEUNITDESCRIPTION
-_DESCRIBEDATABASEOPTIONSRESULT.fields_by_name['availability_zones'].message_type = _AVAILABILITYZONEDESCRIPTION
-_DESCRIBEDATABASEOPTIONSRESULT.fields_by_name['computational_units'].message_type = _COMPUTATIONALUNITDESCRIPTION
-DESCRIPTOR.message_types_by_name['StorageUnits'] = _STORAGEUNITS
-DESCRIPTOR.message_types_by_name['ComputationalUnits'] = _COMPUTATIONALUNITS
-DESCRIPTOR.message_types_by_name['AllocatedComputationalUnit'] = _ALLOCATEDCOMPUTATIONALUNIT
-DESCRIPTOR.message_types_by_name['Resources'] = _RESOURCES
-DESCRIPTOR.message_types_by_name['ServerlessResources'] = _SERVERLESSRESOURCES
-DESCRIPTOR.message_types_by_name['DatabaseOptions'] = _DATABASEOPTIONS
-DESCRIPTOR.message_types_by_name['SchemaOperationQuotas'] = _SCHEMAOPERATIONQUOTAS
-DESCRIPTOR.message_types_by_name['DatabaseQuotas'] = _DATABASEQUOTAS
-DESCRIPTOR.message_types_by_name['CreateDatabaseRequest'] = _CREATEDATABASEREQUEST
-DESCRIPTOR.message_types_by_name['CreateDatabaseResponse'] = _CREATEDATABASERESPONSE
-DESCRIPTOR.message_types_by_name['GetDatabaseStatusRequest'] = _GETDATABASESTATUSREQUEST
-DESCRIPTOR.message_types_by_name['GetDatabaseStatusResponse'] = _GETDATABASESTATUSRESPONSE
-DESCRIPTOR.message_types_by_name['GetDatabaseStatusResult'] = _GETDATABASESTATUSRESULT
-DESCRIPTOR.message_types_by_name['AlterDatabaseRequest'] = _ALTERDATABASEREQUEST
-DESCRIPTOR.message_types_by_name['AlterDatabaseResponse'] = _ALTERDATABASERESPONSE
-DESCRIPTOR.message_types_by_name['ListDatabasesRequest'] = _LISTDATABASESREQUEST
-DESCRIPTOR.message_types_by_name['ListDatabasesResponse'] = _LISTDATABASESRESPONSE
-DESCRIPTOR.message_types_by_name['ListDatabasesResult'] = _LISTDATABASESRESULT
-DESCRIPTOR.message_types_by_name['RemoveDatabaseRequest'] = _REMOVEDATABASEREQUEST
-DESCRIPTOR.message_types_by_name['RemoveDatabaseResponse'] = _REMOVEDATABASERESPONSE
-DESCRIPTOR.message_types_by_name['StorageUnitDescription'] = _STORAGEUNITDESCRIPTION
-DESCRIPTOR.message_types_by_name['AvailabilityZoneDescription'] = _AVAILABILITYZONEDESCRIPTION
-DESCRIPTOR.message_types_by_name['ComputationalUnitDescription'] = _COMPUTATIONALUNITDESCRIPTION
-DESCRIPTOR.message_types_by_name['DescribeDatabaseOptionsRequest'] = _DESCRIBEDATABASEOPTIONSREQUEST
-DESCRIPTOR.message_types_by_name['DescribeDatabaseOptionsResponse'] = _DESCRIBEDATABASEOPTIONSRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeDatabaseOptionsResult'] = _DESCRIBEDATABASEOPTIONSRESULT
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-StorageUnits = _reflection.GeneratedProtocolMessageType('StorageUnits', (_message.Message,), {
- 'DESCRIPTOR' : _STORAGEUNITS,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.StorageUnits)
- })
-_sym_db.RegisterMessage(StorageUnits)
-
-ComputationalUnits = _reflection.GeneratedProtocolMessageType('ComputationalUnits', (_message.Message,), {
- 'DESCRIPTOR' : _COMPUTATIONALUNITS,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.ComputationalUnits)
- })
-_sym_db.RegisterMessage(ComputationalUnits)
-
-AllocatedComputationalUnit = _reflection.GeneratedProtocolMessageType('AllocatedComputationalUnit', (_message.Message,), {
- 'DESCRIPTOR' : _ALLOCATEDCOMPUTATIONALUNIT,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.AllocatedComputationalUnit)
- })
-_sym_db.RegisterMessage(AllocatedComputationalUnit)
-
-Resources = _reflection.GeneratedProtocolMessageType('Resources', (_message.Message,), {
- 'DESCRIPTOR' : _RESOURCES,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.Resources)
- })
-_sym_db.RegisterMessage(Resources)
-
-ServerlessResources = _reflection.GeneratedProtocolMessageType('ServerlessResources', (_message.Message,), {
- 'DESCRIPTOR' : _SERVERLESSRESOURCES,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.ServerlessResources)
- })
-_sym_db.RegisterMessage(ServerlessResources)
-
-DatabaseOptions = _reflection.GeneratedProtocolMessageType('DatabaseOptions', (_message.Message,), {
- 'DESCRIPTOR' : _DATABASEOPTIONS,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.DatabaseOptions)
- })
-_sym_db.RegisterMessage(DatabaseOptions)
-
-SchemaOperationQuotas = _reflection.GeneratedProtocolMessageType('SchemaOperationQuotas', (_message.Message,), {
-
- 'LeakyBucket' : _reflection.GeneratedProtocolMessageType('LeakyBucket', (_message.Message,), {
- 'DESCRIPTOR' : _SCHEMAOPERATIONQUOTAS_LEAKYBUCKET,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.SchemaOperationQuotas.LeakyBucket)
- })
- ,
- 'DESCRIPTOR' : _SCHEMAOPERATIONQUOTAS,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.SchemaOperationQuotas)
- })
-_sym_db.RegisterMessage(SchemaOperationQuotas)
-_sym_db.RegisterMessage(SchemaOperationQuotas.LeakyBucket)
-
-DatabaseQuotas = _reflection.GeneratedProtocolMessageType('DatabaseQuotas', (_message.Message,), {
- 'DESCRIPTOR' : _DATABASEQUOTAS,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.DatabaseQuotas)
- })
-_sym_db.RegisterMessage(DatabaseQuotas)
-
-CreateDatabaseRequest = _reflection.GeneratedProtocolMessageType('CreateDatabaseRequest', (_message.Message,), {
-
- 'AttributesEntry' : _reflection.GeneratedProtocolMessageType('AttributesEntry', (_message.Message,), {
- 'DESCRIPTOR' : _CREATEDATABASEREQUEST_ATTRIBUTESENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.CreateDatabaseRequest.AttributesEntry)
- })
- ,
- 'DESCRIPTOR' : _CREATEDATABASEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.CreateDatabaseRequest)
- })
-_sym_db.RegisterMessage(CreateDatabaseRequest)
-_sym_db.RegisterMessage(CreateDatabaseRequest.AttributesEntry)
-
-CreateDatabaseResponse = _reflection.GeneratedProtocolMessageType('CreateDatabaseResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATEDATABASERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.CreateDatabaseResponse)
- })
-_sym_db.RegisterMessage(CreateDatabaseResponse)
-
-GetDatabaseStatusRequest = _reflection.GeneratedProtocolMessageType('GetDatabaseStatusRequest', (_message.Message,), {
- 'DESCRIPTOR' : _GETDATABASESTATUSREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.GetDatabaseStatusRequest)
- })
-_sym_db.RegisterMessage(GetDatabaseStatusRequest)
-
-GetDatabaseStatusResponse = _reflection.GeneratedProtocolMessageType('GetDatabaseStatusResponse', (_message.Message,), {
- 'DESCRIPTOR' : _GETDATABASESTATUSRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.GetDatabaseStatusResponse)
- })
-_sym_db.RegisterMessage(GetDatabaseStatusResponse)
-
-GetDatabaseStatusResult = _reflection.GeneratedProtocolMessageType('GetDatabaseStatusResult', (_message.Message,), {
- 'DESCRIPTOR' : _GETDATABASESTATUSRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.GetDatabaseStatusResult)
- })
-_sym_db.RegisterMessage(GetDatabaseStatusResult)
-
-AlterDatabaseRequest = _reflection.GeneratedProtocolMessageType('AlterDatabaseRequest', (_message.Message,), {
-
- 'AlterAttributesEntry' : _reflection.GeneratedProtocolMessageType('AlterAttributesEntry', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERDATABASEREQUEST_ALTERATTRIBUTESENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.AlterDatabaseRequest.AlterAttributesEntry)
- })
- ,
- 'DESCRIPTOR' : _ALTERDATABASEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.AlterDatabaseRequest)
- })
-_sym_db.RegisterMessage(AlterDatabaseRequest)
-_sym_db.RegisterMessage(AlterDatabaseRequest.AlterAttributesEntry)
-
-AlterDatabaseResponse = _reflection.GeneratedProtocolMessageType('AlterDatabaseResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERDATABASERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.AlterDatabaseResponse)
- })
-_sym_db.RegisterMessage(AlterDatabaseResponse)
-
-ListDatabasesRequest = _reflection.GeneratedProtocolMessageType('ListDatabasesRequest', (_message.Message,), {
- 'DESCRIPTOR' : _LISTDATABASESREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.ListDatabasesRequest)
- })
-_sym_db.RegisterMessage(ListDatabasesRequest)
-
-ListDatabasesResponse = _reflection.GeneratedProtocolMessageType('ListDatabasesResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTDATABASESRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.ListDatabasesResponse)
- })
-_sym_db.RegisterMessage(ListDatabasesResponse)
-
-ListDatabasesResult = _reflection.GeneratedProtocolMessageType('ListDatabasesResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTDATABASESRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.ListDatabasesResult)
- })
-_sym_db.RegisterMessage(ListDatabasesResult)
-
-RemoveDatabaseRequest = _reflection.GeneratedProtocolMessageType('RemoveDatabaseRequest', (_message.Message,), {
- 'DESCRIPTOR' : _REMOVEDATABASEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.RemoveDatabaseRequest)
- })
-_sym_db.RegisterMessage(RemoveDatabaseRequest)
-
-RemoveDatabaseResponse = _reflection.GeneratedProtocolMessageType('RemoveDatabaseResponse', (_message.Message,), {
- 'DESCRIPTOR' : _REMOVEDATABASERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.RemoveDatabaseResponse)
- })
-_sym_db.RegisterMessage(RemoveDatabaseResponse)
-
-StorageUnitDescription = _reflection.GeneratedProtocolMessageType('StorageUnitDescription', (_message.Message,), {
-
- 'LabelsEntry' : _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _STORAGEUNITDESCRIPTION_LABELSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.StorageUnitDescription.LabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _STORAGEUNITDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.StorageUnitDescription)
- })
-_sym_db.RegisterMessage(StorageUnitDescription)
-_sym_db.RegisterMessage(StorageUnitDescription.LabelsEntry)
-
-AvailabilityZoneDescription = _reflection.GeneratedProtocolMessageType('AvailabilityZoneDescription', (_message.Message,), {
-
- 'LabelsEntry' : _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _AVAILABILITYZONEDESCRIPTION_LABELSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.AvailabilityZoneDescription.LabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _AVAILABILITYZONEDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.AvailabilityZoneDescription)
- })
-_sym_db.RegisterMessage(AvailabilityZoneDescription)
-_sym_db.RegisterMessage(AvailabilityZoneDescription.LabelsEntry)
-
-ComputationalUnitDescription = _reflection.GeneratedProtocolMessageType('ComputationalUnitDescription', (_message.Message,), {
-
- 'LabelsEntry' : _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _COMPUTATIONALUNITDESCRIPTION_LABELSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.ComputationalUnitDescription.LabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _COMPUTATIONALUNITDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.ComputationalUnitDescription)
- })
-_sym_db.RegisterMessage(ComputationalUnitDescription)
-_sym_db.RegisterMessage(ComputationalUnitDescription.LabelsEntry)
-
-DescribeDatabaseOptionsRequest = _reflection.GeneratedProtocolMessageType('DescribeDatabaseOptionsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEDATABASEOPTIONSREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.DescribeDatabaseOptionsRequest)
- })
-_sym_db.RegisterMessage(DescribeDatabaseOptionsRequest)
-
-DescribeDatabaseOptionsResponse = _reflection.GeneratedProtocolMessageType('DescribeDatabaseOptionsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEDATABASEOPTIONSRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.DescribeDatabaseOptionsResponse)
- })
-_sym_db.RegisterMessage(DescribeDatabaseOptionsResponse)
-
-DescribeDatabaseOptionsResult = _reflection.GeneratedProtocolMessageType('DescribeDatabaseOptionsResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEDATABASEOPTIONSRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_cms_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Cms.DescribeDatabaseOptionsResult)
- })
-_sym_db.RegisterMessage(DescribeDatabaseOptionsResult)
-
-
-DESCRIPTOR._options = None
-_CREATEDATABASEREQUEST_ATTRIBUTESENTRY._options = None
-_ALTERDATABASEREQUEST_ALTERATTRIBUTESENTRY._options = None
-_STORAGEUNITDESCRIPTION_LABELSENTRY._options = None
-_AVAILABILITYZONEDESCRIPTION_LABELSENTRY._options = None
-_COMPUTATIONALUNITDESCRIPTION_LABELSENTRY._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_cms_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_cms_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_cms_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_common_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_common_pb2.py
deleted file mode 100644
index 75ec8dc36b5..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_common_pb2.py
+++ /dev/null
@@ -1,136 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_common.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_common.proto',
- package='Ydb',
- syntax='proto3',
- serialized_options=b'\n\025com.yandex.ydb.commonB\014CommonProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n&ydb/public/api/protos/ydb_common.proto\x12\x03Ydb\"J\n\x0b\x46\x65\x61tureFlag\";\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\"\"\n\x08\x43ostInfo\x12\x16\n\x0e\x63onsumed_units\x18\x01 \x01(\x01\x42(\n\x15\x63om.yandex.ydb.commonB\x0c\x43ommonProtos\xf8\x01\x01\x62\x06proto3'
-)
-
-
-
-_FEATUREFLAG_STATUS = _descriptor.EnumDescriptor(
- name='Status',
- full_name='Ydb.FeatureFlag.Status',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STATUS_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ENABLED', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DISABLED', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=62,
- serialized_end=121,
-)
-_sym_db.RegisterEnumDescriptor(_FEATUREFLAG_STATUS)
-
-
-_FEATUREFLAG = _descriptor.Descriptor(
- name='FeatureFlag',
- full_name='Ydb.FeatureFlag',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _FEATUREFLAG_STATUS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=47,
- serialized_end=121,
-)
-
-
-_COSTINFO = _descriptor.Descriptor(
- name='CostInfo',
- full_name='Ydb.CostInfo',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='consumed_units', full_name='Ydb.CostInfo.consumed_units', index=0,
- number=1, type=1, cpp_type=5, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=123,
- serialized_end=157,
-)
-
-_FEATUREFLAG_STATUS.containing_type = _FEATUREFLAG
-DESCRIPTOR.message_types_by_name['FeatureFlag'] = _FEATUREFLAG
-DESCRIPTOR.message_types_by_name['CostInfo'] = _COSTINFO
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-FeatureFlag = _reflection.GeneratedProtocolMessageType('FeatureFlag', (_message.Message,), {
- 'DESCRIPTOR' : _FEATUREFLAG,
- '__module__' : 'ydb.public.api.protos.ydb_common_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.FeatureFlag)
- })
-_sym_db.RegisterMessage(FeatureFlag)
-
-CostInfo = _reflection.GeneratedProtocolMessageType('CostInfo', (_message.Message,), {
- 'DESCRIPTOR' : _COSTINFO,
- '__module__' : 'ydb.public.api.protos.ydb_common_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.CostInfo)
- })
-_sym_db.RegisterMessage(CostInfo)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_common_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_common_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_common_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_coordination_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_coordination_pb2.py
deleted file mode 100644
index 71478efd409..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_coordination_pb2.py
+++ /dev/null
@@ -1,2440 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_coordination.proto
-"""Generated protocol buffer code."""
-from google.protobuf.internal import enum_type_wrapper
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from ydb.public.api.protos import ydb_status_codes_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2
-from ydb.public.api.protos import ydb_issue_message_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2
-from ydb.public.api.protos import ydb_scheme_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_coordination.proto',
- package='Ydb.Coordination',
- syntax='proto3',
- serialized_options=b'\n\033com.yandex.ydb.coordinationB\022CoordinationProtosP\001\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n,ydb/public/api/protos/ydb_coordination.proto\x12\x10Ydb.Coordination\x1a)ydb/public/api/protos/ydb_operation.proto\x1a,ydb/public/api/protos/ydb_status_codes.proto\x1a-ydb/public/api/protos/ydb_issue_message.proto\x1a&ydb/public/api/protos/ydb_scheme.proto\"\r\n\x0bUnsupported\"\xb2\x02\n\x06\x43onfig\x12\x0c\n\x04path\x18\x01 \x01(\t\x12 \n\x18self_check_period_millis\x18\x02 \x01(\r\x12#\n\x1bsession_grace_period_millis\x18\x03 \x01(\r\x12@\n\x15read_consistency_mode\x18\x04 \x01(\x0e\x32!.Ydb.Coordination.ConsistencyMode\x12\x42\n\x17\x61ttach_consistency_mode\x18\x05 \x01(\x0e\x32!.Ydb.Coordination.ConsistencyMode\x12M\n\x1arate_limiter_counters_mode\x18\x06 \x01(\x0e\x32).Ydb.Coordination.RateLimiterCountersMode\"g\n\x12SessionDescription\x12\x12\n\nsession_id\x18\x01 \x01(\x04\x12\x16\n\x0etimeout_millis\x18\x02 \x01(\x04\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x10\n\x08\x61ttached\x18\x04 \x01(\x08\"m\n\x10SemaphoreSession\x12\x10\n\x08order_id\x18\x05 \x01(\x04\x12\x12\n\nsession_id\x18\x01 \x01(\x04\x12\x16\n\x0etimeout_millis\x18\x02 \x01(\x04\x12\r\n\x05\x63ount\x18\x03 \x01(\x04\x12\x0c\n\x04\x64\x61ta\x18\x04 \x01(\x0c\"\xcc\x01\n\x14SemaphoreDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x12\r\n\x05\x63ount\x18\x07 \x01(\x04\x12\r\n\x05limit\x18\x03 \x01(\x04\x12\x11\n\tephemeral\x18\x04 \x01(\x08\x12\x32\n\x06owners\x18\x05 \x03(\x0b\x32\".Ydb.Coordination.SemaphoreSession\x12\x33\n\x07waiters\x18\x06 \x03(\x0b\x32\".Ydb.Coordination.SemaphoreSession\"\xd1\r\n\x0eSessionRequest\x12\x39\n\x04ping\x18\x01 \x01(\x0b\x32).Ydb.Coordination.SessionRequest.PingPongH\x00\x12\x39\n\x04pong\x18\x02 \x01(\x0b\x32).Ydb.Coordination.SessionRequest.PingPongH\x00\x12\x46\n\rsession_start\x18\x03 \x01(\x0b\x32-.Ydb.Coordination.SessionRequest.SessionStartH\x00\x12\x44\n\x0csession_stop\x18\x04 \x01(\x0b\x32,.Ydb.Coordination.SessionRequest.SessionStopH\x00\x12\x36\n\runsupported_5\x18\x05 \x01(\x0b\x32\x1d.Ydb.Coordination.UnsupportedH\x00\x12\x36\n\runsupported_6\x18\x06 \x01(\x0b\x32\x1d.Ydb.Coordination.UnsupportedH\x00\x12N\n\x11\x61\x63quire_semaphore\x18\x07 \x01(\x0b\x32\x31.Ydb.Coordination.SessionRequest.AcquireSemaphoreH\x00\x12N\n\x11release_semaphore\x18\x08 \x01(\x0b\x32\x31.Ydb.Coordination.SessionRequest.ReleaseSemaphoreH\x00\x12P\n\x12\x64\x65scribe_semaphore\x18\t \x01(\x0b\x32\x32.Ydb.Coordination.SessionRequest.DescribeSemaphoreH\x00\x12L\n\x10\x63reate_semaphore\x18\n \x01(\x0b\x32\x30.Ydb.Coordination.SessionRequest.CreateSemaphoreH\x00\x12L\n\x10update_semaphore\x18\x0b \x01(\x0b\x32\x30.Ydb.Coordination.SessionRequest.UpdateSemaphoreH\x00\x12L\n\x10\x64\x65lete_semaphore\x18\x0c \x01(\x0b\x32\x30.Ydb.Coordination.SessionRequest.DeleteSemaphoreH\x00\x12\x37\n\x0eunsupported_13\x18\r \x01(\x0b\x32\x1d.Ydb.Coordination.UnsupportedH\x00\x12\x37\n\x0eunsupported_14\x18\x0e \x01(\x0b\x32\x1d.Ydb.Coordination.UnsupportedH\x00\x12\x37\n\x0eunsupported_15\x18\x0f \x01(\x0b\x32\x1d.Ydb.Coordination.UnsupportedH\x00\x1a\x1a\n\x08PingPong\x12\x0e\n\x06opaque\x18\x01 \x01(\x04\x1a\x85\x01\n\x0cSessionStart\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x12\n\nsession_id\x18\x02 \x01(\x04\x12\x16\n\x0etimeout_millis\x18\x03 \x01(\x04\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x0e\n\x06seq_no\x18\x05 \x01(\x04\x12\x16\n\x0eprotection_key\x18\x06 \x01(\x0c\x1a\r\n\x0bSessionStop\x1ax\n\x10\x41\x63quireSemaphore\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x16\n\x0etimeout_millis\x18\x03 \x01(\x04\x12\r\n\x05\x63ount\x18\x04 \x01(\x04\x12\x0c\n\x04\x64\x61ta\x18\x05 \x01(\x0c\x12\x11\n\tephemeral\x18\x06 \x01(\x08\x1a\x30\n\x10ReleaseSemaphore\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12\x0c\n\x04name\x18\x02 \x01(\t\x1a\x8c\x01\n\x11\x44\x65scribeSemaphore\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x16\n\x0einclude_owners\x18\x03 \x01(\x08\x12\x17\n\x0finclude_waiters\x18\x04 \x01(\x08\x12\x12\n\nwatch_data\x18\x05 \x01(\x08\x12\x14\n\x0cwatch_owners\x18\x06 \x01(\x08\x1aL\n\x0f\x43reateSemaphore\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05limit\x18\x03 \x01(\x04\x12\x0c\n\x04\x64\x61ta\x18\x04 \x01(\x0c\x1a=\n\x0fUpdateSemaphore\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x03 \x01(\x0c\x1a>\n\x0f\x44\x65leteSemaphore\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\x42\t\n\x07request\"\xd3\x14\n\x0fSessionResponse\x12:\n\x04ping\x18\x01 \x01(\x0b\x32*.Ydb.Coordination.SessionResponse.PingPongH\x00\x12:\n\x04pong\x18\x02 \x01(\x0b\x32*.Ydb.Coordination.SessionResponse.PingPongH\x00\x12<\n\x07\x66\x61ilure\x18\x03 \x01(\x0b\x32).Ydb.Coordination.SessionResponse.FailureH\x00\x12K\n\x0fsession_started\x18\x04 \x01(\x0b\x32\x30.Ydb.Coordination.SessionResponse.SessionStartedH\x00\x12K\n\x0fsession_stopped\x18\x05 \x01(\x0b\x32\x30.Ydb.Coordination.SessionResponse.SessionStoppedH\x00\x12\x36\n\runsupported_6\x18\x06 \x01(\x0b\x32\x1d.Ydb.Coordination.UnsupportedH\x00\x12\x36\n\runsupported_7\x18\x07 \x01(\x0b\x32\x1d.Ydb.Coordination.UnsupportedH\x00\x12^\n\x19\x61\x63quire_semaphore_pending\x18\x08 \x01(\x0b\x32\x39.Ydb.Coordination.SessionResponse.AcquireSemaphorePendingH\x00\x12\\\n\x18\x61\x63quire_semaphore_result\x18\t \x01(\x0b\x32\x38.Ydb.Coordination.SessionResponse.AcquireSemaphoreResultH\x00\x12\\\n\x18release_semaphore_result\x18\n \x01(\x0b\x32\x38.Ydb.Coordination.SessionResponse.ReleaseSemaphoreResultH\x00\x12^\n\x19\x64\x65scribe_semaphore_result\x18\x0b \x01(\x0b\x32\x39.Ydb.Coordination.SessionResponse.DescribeSemaphoreResultH\x00\x12`\n\x1a\x64\x65scribe_semaphore_changed\x18\x0c \x01(\x0b\x32:.Ydb.Coordination.SessionResponse.DescribeSemaphoreChangedH\x00\x12Z\n\x17\x63reate_semaphore_result\x18\r \x01(\x0b\x32\x37.Ydb.Coordination.SessionResponse.CreateSemaphoreResultH\x00\x12Z\n\x17update_semaphore_result\x18\x0e \x01(\x0b\x32\x37.Ydb.Coordination.SessionResponse.UpdateSemaphoreResultH\x00\x12Z\n\x17\x64\x65lete_semaphore_result\x18\x0f \x01(\x0b\x32\x37.Ydb.Coordination.SessionResponse.DeleteSemaphoreResultH\x00\x12\x37\n\x0eunsupported_16\x18\x10 \x01(\x0b\x32\x1d.Ydb.Coordination.UnsupportedH\x00\x12\x37\n\x0eunsupported_17\x18\x11 \x01(\x0b\x32\x1d.Ydb.Coordination.UnsupportedH\x00\x12\x37\n\x0eunsupported_18\x18\x12 \x01(\x0b\x32\x1d.Ydb.Coordination.UnsupportedH\x00\x1a\x1a\n\x08PingPong\x12\x0e\n\x06opaque\x18\x01 \x01(\x04\x1a]\n\x07\x46\x61ilure\x12)\n\x06status\x18\x01 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x02 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x1a<\n\x0eSessionStarted\x12\x12\n\nsession_id\x18\x01 \x01(\x04\x12\x16\n\x0etimeout_millis\x18\x02 \x01(\x04\x1a$\n\x0eSessionStopped\x12\x12\n\nsession_id\x18\x01 \x01(\x04\x1a)\n\x17\x41\x63quireSemaphorePending\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x1a\x8e\x01\n\x16\x41\x63quireSemaphoreResult\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12)\n\x06status\x18\x02 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x03 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12\x10\n\x08\x61\x63quired\x18\x04 \x01(\x08\x1a\x8e\x01\n\x16ReleaseSemaphoreResult\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12)\n\x06status\x18\x02 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x03 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12\x10\n\x08released\x18\x04 \x01(\x08\x1a\xd9\x01\n\x17\x44\x65scribeSemaphoreResult\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12)\n\x06status\x18\x02 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x03 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12\x45\n\x15semaphore_description\x18\x04 \x01(\x0b\x32&.Ydb.Coordination.SemaphoreDescription\x12\x13\n\x0bwatch_added\x18\x05 \x01(\x08\x1aX\n\x18\x44\x65scribeSemaphoreChanged\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12\x14\n\x0c\x64\x61ta_changed\x18\x02 \x01(\x08\x12\x16\n\x0eowners_changed\x18\x03 \x01(\x08\x1a{\n\x15\x43reateSemaphoreResult\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12)\n\x06status\x18\x02 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x03 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x1a{\n\x15UpdateSemaphoreResult\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12)\n\x06status\x18\x02 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x03 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x1a{\n\x15\x44\x65leteSemaphoreResult\x12\x0e\n\x06req_id\x18\x01 \x01(\x04\x12)\n\x06status\x18\x02 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x03 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessageB\n\n\x08response\"\x86\x01\n\x11\x43reateNodeRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\x12(\n\x06\x63onfig\x18\x02 \x01(\x0b\x32\x18.Ydb.Coordination.Config\x12\x39\n\x10operation_params\x18\x03 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"B\n\x12\x43reateNodeResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x85\x01\n\x10\x41lterNodeRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\x12(\n\x06\x63onfig\x18\x02 \x01(\x0b\x32\x18.Ydb.Coordination.Config\x12\x39\n\x10operation_params\x18\x03 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"A\n\x11\x41lterNodeResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"Z\n\x0f\x44ropNodeRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x39\n\x10operation_params\x18\x02 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"@\n\x10\x44ropNodeResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"^\n\x13\x44\x65scribeNodeRequest\x12\x0c\n\x04path\x18\x01 \x01(\t\x12\x39\n\x10operation_params\x18\x02 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"D\n\x14\x44\x65scribeNodeResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"_\n\x12\x44\x65scribeNodeResult\x12\x1f\n\x04self\x18\x01 \x01(\x0b\x32\x11.Ydb.Scheme.Entry\x12(\n\x06\x63onfig\x18\x02 \x01(\x0b\x32\x18.Ydb.Coordination.Config*h\n\x0f\x43onsistencyMode\x12\x1a\n\x16\x43ONSISTENCY_MODE_UNSET\x10\x00\x12\x1b\n\x17\x43ONSISTENCY_MODE_STRICT\x10\x01\x12\x1c\n\x18\x43ONSISTENCY_MODE_RELAXED\x10\x02*\x93\x01\n\x17RateLimiterCountersMode\x12$\n RATE_LIMITER_COUNTERS_MODE_UNSET\x10\x00\x12)\n%RATE_LIMITER_COUNTERS_MODE_AGGREGATED\x10\x01\x12\'\n#RATE_LIMITER_COUNTERS_MODE_DETAILED\x10\x02\x42\x36\n\x1b\x63om.yandex.ydb.coordinationB\x12\x43oordinationProtosP\x01\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.DESCRIPTOR,])
-
-_CONSISTENCYMODE = _descriptor.EnumDescriptor(
- name='ConsistencyMode',
- full_name='Ydb.Coordination.ConsistencyMode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='CONSISTENCY_MODE_UNSET', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CONSISTENCY_MODE_STRICT', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CONSISTENCY_MODE_RELAXED', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=6212,
- serialized_end=6316,
-)
-_sym_db.RegisterEnumDescriptor(_CONSISTENCYMODE)
-
-ConsistencyMode = enum_type_wrapper.EnumTypeWrapper(_CONSISTENCYMODE)
-_RATELIMITERCOUNTERSMODE = _descriptor.EnumDescriptor(
- name='RateLimiterCountersMode',
- full_name='Ydb.Coordination.RateLimiterCountersMode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='RATE_LIMITER_COUNTERS_MODE_UNSET', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='RATE_LIMITER_COUNTERS_MODE_AGGREGATED', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='RATE_LIMITER_COUNTERS_MODE_DETAILED', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=6319,
- serialized_end=6466,
-)
-_sym_db.RegisterEnumDescriptor(_RATELIMITERCOUNTERSMODE)
-
-RateLimiterCountersMode = enum_type_wrapper.EnumTypeWrapper(_RATELIMITERCOUNTERSMODE)
-CONSISTENCY_MODE_UNSET = 0
-CONSISTENCY_MODE_STRICT = 1
-CONSISTENCY_MODE_RELAXED = 2
-RATE_LIMITER_COUNTERS_MODE_UNSET = 0
-RATE_LIMITER_COUNTERS_MODE_AGGREGATED = 1
-RATE_LIMITER_COUNTERS_MODE_DETAILED = 2
-
-
-
-_UNSUPPORTED = _descriptor.Descriptor(
- name='Unsupported',
- full_name='Ydb.Coordination.Unsupported',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=242,
- serialized_end=255,
-)
-
-
-_CONFIG = _descriptor.Descriptor(
- name='Config',
- full_name='Ydb.Coordination.Config',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Coordination.Config.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='self_check_period_millis', full_name='Ydb.Coordination.Config.self_check_period_millis', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_grace_period_millis', full_name='Ydb.Coordination.Config.session_grace_period_millis', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_consistency_mode', full_name='Ydb.Coordination.Config.read_consistency_mode', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='attach_consistency_mode', full_name='Ydb.Coordination.Config.attach_consistency_mode', index=4,
- number=5, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='rate_limiter_counters_mode', full_name='Ydb.Coordination.Config.rate_limiter_counters_mode', index=5,
- number=6, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=258,
- serialized_end=564,
-)
-
-
-_SESSIONDESCRIPTION = _descriptor.Descriptor(
- name='SessionDescription',
- full_name='Ydb.Coordination.SessionDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Coordination.SessionDescription.session_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='timeout_millis', full_name='Ydb.Coordination.SessionDescription.timeout_millis', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='description', full_name='Ydb.Coordination.SessionDescription.description', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='attached', full_name='Ydb.Coordination.SessionDescription.attached', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=566,
- serialized_end=669,
-)
-
-
-_SEMAPHORESESSION = _descriptor.Descriptor(
- name='SemaphoreSession',
- full_name='Ydb.Coordination.SemaphoreSession',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='order_id', full_name='Ydb.Coordination.SemaphoreSession.order_id', index=0,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Coordination.SemaphoreSession.session_id', index=1,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='timeout_millis', full_name='Ydb.Coordination.SemaphoreSession.timeout_millis', index=2,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='count', full_name='Ydb.Coordination.SemaphoreSession.count', index=3,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.Coordination.SemaphoreSession.data', index=4,
- number=4, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=671,
- serialized_end=780,
-)
-
-
-_SEMAPHOREDESCRIPTION = _descriptor.Descriptor(
- name='SemaphoreDescription',
- full_name='Ydb.Coordination.SemaphoreDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Coordination.SemaphoreDescription.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.Coordination.SemaphoreDescription.data', index=1,
- number=2, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='count', full_name='Ydb.Coordination.SemaphoreDescription.count', index=2,
- number=7, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limit', full_name='Ydb.Coordination.SemaphoreDescription.limit', index=3,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ephemeral', full_name='Ydb.Coordination.SemaphoreDescription.ephemeral', index=4,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='owners', full_name='Ydb.Coordination.SemaphoreDescription.owners', index=5,
- number=5, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='waiters', full_name='Ydb.Coordination.SemaphoreDescription.waiters', index=6,
- number=6, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=783,
- serialized_end=987,
-)
-
-
-_SESSIONREQUEST_PINGPONG = _descriptor.Descriptor(
- name='PingPong',
- full_name='Ydb.Coordination.SessionRequest.PingPong',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='opaque', full_name='Ydb.Coordination.SessionRequest.PingPong.opaque', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2027,
- serialized_end=2053,
-)
-
-_SESSIONREQUEST_SESSIONSTART = _descriptor.Descriptor(
- name='SessionStart',
- full_name='Ydb.Coordination.SessionRequest.SessionStart',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Coordination.SessionRequest.SessionStart.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Coordination.SessionRequest.SessionStart.session_id', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='timeout_millis', full_name='Ydb.Coordination.SessionRequest.SessionStart.timeout_millis', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='description', full_name='Ydb.Coordination.SessionRequest.SessionStart.description', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='seq_no', full_name='Ydb.Coordination.SessionRequest.SessionStart.seq_no', index=4,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='protection_key', full_name='Ydb.Coordination.SessionRequest.SessionStart.protection_key', index=5,
- number=6, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2056,
- serialized_end=2189,
-)
-
-_SESSIONREQUEST_SESSIONSTOP = _descriptor.Descriptor(
- name='SessionStop',
- full_name='Ydb.Coordination.SessionRequest.SessionStop',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2191,
- serialized_end=2204,
-)
-
-_SESSIONREQUEST_ACQUIRESEMAPHORE = _descriptor.Descriptor(
- name='AcquireSemaphore',
- full_name='Ydb.Coordination.SessionRequest.AcquireSemaphore',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionRequest.AcquireSemaphore.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Coordination.SessionRequest.AcquireSemaphore.name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='timeout_millis', full_name='Ydb.Coordination.SessionRequest.AcquireSemaphore.timeout_millis', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='count', full_name='Ydb.Coordination.SessionRequest.AcquireSemaphore.count', index=3,
- number=4, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.Coordination.SessionRequest.AcquireSemaphore.data', index=4,
- number=5, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ephemeral', full_name='Ydb.Coordination.SessionRequest.AcquireSemaphore.ephemeral', index=5,
- number=6, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2206,
- serialized_end=2326,
-)
-
-_SESSIONREQUEST_RELEASESEMAPHORE = _descriptor.Descriptor(
- name='ReleaseSemaphore',
- full_name='Ydb.Coordination.SessionRequest.ReleaseSemaphore',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionRequest.ReleaseSemaphore.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Coordination.SessionRequest.ReleaseSemaphore.name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2328,
- serialized_end=2376,
-)
-
-_SESSIONREQUEST_DESCRIBESEMAPHORE = _descriptor.Descriptor(
- name='DescribeSemaphore',
- full_name='Ydb.Coordination.SessionRequest.DescribeSemaphore',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionRequest.DescribeSemaphore.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Coordination.SessionRequest.DescribeSemaphore.name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='include_owners', full_name='Ydb.Coordination.SessionRequest.DescribeSemaphore.include_owners', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='include_waiters', full_name='Ydb.Coordination.SessionRequest.DescribeSemaphore.include_waiters', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='watch_data', full_name='Ydb.Coordination.SessionRequest.DescribeSemaphore.watch_data', index=4,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='watch_owners', full_name='Ydb.Coordination.SessionRequest.DescribeSemaphore.watch_owners', index=5,
- number=6, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2379,
- serialized_end=2519,
-)
-
-_SESSIONREQUEST_CREATESEMAPHORE = _descriptor.Descriptor(
- name='CreateSemaphore',
- full_name='Ydb.Coordination.SessionRequest.CreateSemaphore',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionRequest.CreateSemaphore.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Coordination.SessionRequest.CreateSemaphore.name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limit', full_name='Ydb.Coordination.SessionRequest.CreateSemaphore.limit', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.Coordination.SessionRequest.CreateSemaphore.data', index=3,
- number=4, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2521,
- serialized_end=2597,
-)
-
-_SESSIONREQUEST_UPDATESEMAPHORE = _descriptor.Descriptor(
- name='UpdateSemaphore',
- full_name='Ydb.Coordination.SessionRequest.UpdateSemaphore',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionRequest.UpdateSemaphore.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Coordination.SessionRequest.UpdateSemaphore.name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.Coordination.SessionRequest.UpdateSemaphore.data', index=2,
- number=3, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2599,
- serialized_end=2660,
-)
-
-_SESSIONREQUEST_DELETESEMAPHORE = _descriptor.Descriptor(
- name='DeleteSemaphore',
- full_name='Ydb.Coordination.SessionRequest.DeleteSemaphore',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionRequest.DeleteSemaphore.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Coordination.SessionRequest.DeleteSemaphore.name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='force', full_name='Ydb.Coordination.SessionRequest.DeleteSemaphore.force', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2662,
- serialized_end=2724,
-)
-
-_SESSIONREQUEST = _descriptor.Descriptor(
- name='SessionRequest',
- full_name='Ydb.Coordination.SessionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='ping', full_name='Ydb.Coordination.SessionRequest.ping', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='pong', full_name='Ydb.Coordination.SessionRequest.pong', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_start', full_name='Ydb.Coordination.SessionRequest.session_start', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_stop', full_name='Ydb.Coordination.SessionRequest.session_stop', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='unsupported_5', full_name='Ydb.Coordination.SessionRequest.unsupported_5', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='unsupported_6', full_name='Ydb.Coordination.SessionRequest.unsupported_6', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='acquire_semaphore', full_name='Ydb.Coordination.SessionRequest.acquire_semaphore', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='release_semaphore', full_name='Ydb.Coordination.SessionRequest.release_semaphore', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='describe_semaphore', full_name='Ydb.Coordination.SessionRequest.describe_semaphore', index=8,
- number=9, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='create_semaphore', full_name='Ydb.Coordination.SessionRequest.create_semaphore', index=9,
- number=10, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='update_semaphore', full_name='Ydb.Coordination.SessionRequest.update_semaphore', index=10,
- number=11, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='delete_semaphore', full_name='Ydb.Coordination.SessionRequest.delete_semaphore', index=11,
- number=12, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='unsupported_13', full_name='Ydb.Coordination.SessionRequest.unsupported_13', index=12,
- number=13, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='unsupported_14', full_name='Ydb.Coordination.SessionRequest.unsupported_14', index=13,
- number=14, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='unsupported_15', full_name='Ydb.Coordination.SessionRequest.unsupported_15', index=14,
- number=15, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_SESSIONREQUEST_PINGPONG, _SESSIONREQUEST_SESSIONSTART, _SESSIONREQUEST_SESSIONSTOP, _SESSIONREQUEST_ACQUIRESEMAPHORE, _SESSIONREQUEST_RELEASESEMAPHORE, _SESSIONREQUEST_DESCRIBESEMAPHORE, _SESSIONREQUEST_CREATESEMAPHORE, _SESSIONREQUEST_UPDATESEMAPHORE, _SESSIONREQUEST_DELETESEMAPHORE, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='request', full_name='Ydb.Coordination.SessionRequest.request',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=990,
- serialized_end=2735,
-)
-
-
-_SESSIONRESPONSE_PINGPONG = _descriptor.Descriptor(
- name='PingPong',
- full_name='Ydb.Coordination.SessionResponse.PingPong',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='opaque', full_name='Ydb.Coordination.SessionResponse.PingPong.opaque', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2027,
- serialized_end=2053,
-)
-
-_SESSIONRESPONSE_FAILURE = _descriptor.Descriptor(
- name='Failure',
- full_name='Ydb.Coordination.SessionResponse.Failure',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Coordination.SessionResponse.Failure.status', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Coordination.SessionResponse.Failure.issues', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4158,
- serialized_end=4251,
-)
-
-_SESSIONRESPONSE_SESSIONSTARTED = _descriptor.Descriptor(
- name='SessionStarted',
- full_name='Ydb.Coordination.SessionResponse.SessionStarted',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Coordination.SessionResponse.SessionStarted.session_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='timeout_millis', full_name='Ydb.Coordination.SessionResponse.SessionStarted.timeout_millis', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4253,
- serialized_end=4313,
-)
-
-_SESSIONRESPONSE_SESSIONSTOPPED = _descriptor.Descriptor(
- name='SessionStopped',
- full_name='Ydb.Coordination.SessionResponse.SessionStopped',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Coordination.SessionResponse.SessionStopped.session_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4315,
- serialized_end=4351,
-)
-
-_SESSIONRESPONSE_ACQUIRESEMAPHOREPENDING = _descriptor.Descriptor(
- name='AcquireSemaphorePending',
- full_name='Ydb.Coordination.SessionResponse.AcquireSemaphorePending',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionResponse.AcquireSemaphorePending.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4353,
- serialized_end=4394,
-)
-
-_SESSIONRESPONSE_ACQUIRESEMAPHORERESULT = _descriptor.Descriptor(
- name='AcquireSemaphoreResult',
- full_name='Ydb.Coordination.SessionResponse.AcquireSemaphoreResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionResponse.AcquireSemaphoreResult.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Coordination.SessionResponse.AcquireSemaphoreResult.status', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Coordination.SessionResponse.AcquireSemaphoreResult.issues', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='acquired', full_name='Ydb.Coordination.SessionResponse.AcquireSemaphoreResult.acquired', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4397,
- serialized_end=4539,
-)
-
-_SESSIONRESPONSE_RELEASESEMAPHORERESULT = _descriptor.Descriptor(
- name='ReleaseSemaphoreResult',
- full_name='Ydb.Coordination.SessionResponse.ReleaseSemaphoreResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionResponse.ReleaseSemaphoreResult.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Coordination.SessionResponse.ReleaseSemaphoreResult.status', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Coordination.SessionResponse.ReleaseSemaphoreResult.issues', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='released', full_name='Ydb.Coordination.SessionResponse.ReleaseSemaphoreResult.released', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4542,
- serialized_end=4684,
-)
-
-_SESSIONRESPONSE_DESCRIBESEMAPHORERESULT = _descriptor.Descriptor(
- name='DescribeSemaphoreResult',
- full_name='Ydb.Coordination.SessionResponse.DescribeSemaphoreResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionResponse.DescribeSemaphoreResult.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Coordination.SessionResponse.DescribeSemaphoreResult.status', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Coordination.SessionResponse.DescribeSemaphoreResult.issues', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='semaphore_description', full_name='Ydb.Coordination.SessionResponse.DescribeSemaphoreResult.semaphore_description', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='watch_added', full_name='Ydb.Coordination.SessionResponse.DescribeSemaphoreResult.watch_added', index=4,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4687,
- serialized_end=4904,
-)
-
-_SESSIONRESPONSE_DESCRIBESEMAPHORECHANGED = _descriptor.Descriptor(
- name='DescribeSemaphoreChanged',
- full_name='Ydb.Coordination.SessionResponse.DescribeSemaphoreChanged',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionResponse.DescribeSemaphoreChanged.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data_changed', full_name='Ydb.Coordination.SessionResponse.DescribeSemaphoreChanged.data_changed', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='owners_changed', full_name='Ydb.Coordination.SessionResponse.DescribeSemaphoreChanged.owners_changed', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4906,
- serialized_end=4994,
-)
-
-_SESSIONRESPONSE_CREATESEMAPHORERESULT = _descriptor.Descriptor(
- name='CreateSemaphoreResult',
- full_name='Ydb.Coordination.SessionResponse.CreateSemaphoreResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionResponse.CreateSemaphoreResult.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Coordination.SessionResponse.CreateSemaphoreResult.status', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Coordination.SessionResponse.CreateSemaphoreResult.issues', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4996,
- serialized_end=5119,
-)
-
-_SESSIONRESPONSE_UPDATESEMAPHORERESULT = _descriptor.Descriptor(
- name='UpdateSemaphoreResult',
- full_name='Ydb.Coordination.SessionResponse.UpdateSemaphoreResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionResponse.UpdateSemaphoreResult.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Coordination.SessionResponse.UpdateSemaphoreResult.status', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Coordination.SessionResponse.UpdateSemaphoreResult.issues', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5121,
- serialized_end=5244,
-)
-
-_SESSIONRESPONSE_DELETESEMAPHORERESULT = _descriptor.Descriptor(
- name='DeleteSemaphoreResult',
- full_name='Ydb.Coordination.SessionResponse.DeleteSemaphoreResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='req_id', full_name='Ydb.Coordination.SessionResponse.DeleteSemaphoreResult.req_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Coordination.SessionResponse.DeleteSemaphoreResult.status', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Coordination.SessionResponse.DeleteSemaphoreResult.issues', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5246,
- serialized_end=5369,
-)
-
-_SESSIONRESPONSE = _descriptor.Descriptor(
- name='SessionResponse',
- full_name='Ydb.Coordination.SessionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='ping', full_name='Ydb.Coordination.SessionResponse.ping', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='pong', full_name='Ydb.Coordination.SessionResponse.pong', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='failure', full_name='Ydb.Coordination.SessionResponse.failure', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_started', full_name='Ydb.Coordination.SessionResponse.session_started', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_stopped', full_name='Ydb.Coordination.SessionResponse.session_stopped', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='unsupported_6', full_name='Ydb.Coordination.SessionResponse.unsupported_6', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='unsupported_7', full_name='Ydb.Coordination.SessionResponse.unsupported_7', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='acquire_semaphore_pending', full_name='Ydb.Coordination.SessionResponse.acquire_semaphore_pending', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='acquire_semaphore_result', full_name='Ydb.Coordination.SessionResponse.acquire_semaphore_result', index=8,
- number=9, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='release_semaphore_result', full_name='Ydb.Coordination.SessionResponse.release_semaphore_result', index=9,
- number=10, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='describe_semaphore_result', full_name='Ydb.Coordination.SessionResponse.describe_semaphore_result', index=10,
- number=11, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='describe_semaphore_changed', full_name='Ydb.Coordination.SessionResponse.describe_semaphore_changed', index=11,
- number=12, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='create_semaphore_result', full_name='Ydb.Coordination.SessionResponse.create_semaphore_result', index=12,
- number=13, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='update_semaphore_result', full_name='Ydb.Coordination.SessionResponse.update_semaphore_result', index=13,
- number=14, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='delete_semaphore_result', full_name='Ydb.Coordination.SessionResponse.delete_semaphore_result', index=14,
- number=15, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='unsupported_16', full_name='Ydb.Coordination.SessionResponse.unsupported_16', index=15,
- number=16, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='unsupported_17', full_name='Ydb.Coordination.SessionResponse.unsupported_17', index=16,
- number=17, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='unsupported_18', full_name='Ydb.Coordination.SessionResponse.unsupported_18', index=17,
- number=18, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_SESSIONRESPONSE_PINGPONG, _SESSIONRESPONSE_FAILURE, _SESSIONRESPONSE_SESSIONSTARTED, _SESSIONRESPONSE_SESSIONSTOPPED, _SESSIONRESPONSE_ACQUIRESEMAPHOREPENDING, _SESSIONRESPONSE_ACQUIRESEMAPHORERESULT, _SESSIONRESPONSE_RELEASESEMAPHORERESULT, _SESSIONRESPONSE_DESCRIBESEMAPHORERESULT, _SESSIONRESPONSE_DESCRIBESEMAPHORECHANGED, _SESSIONRESPONSE_CREATESEMAPHORERESULT, _SESSIONRESPONSE_UPDATESEMAPHORERESULT, _SESSIONRESPONSE_DELETESEMAPHORERESULT, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='response', full_name='Ydb.Coordination.SessionResponse.response',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=2738,
- serialized_end=5381,
-)
-
-
-_CREATENODEREQUEST = _descriptor.Descriptor(
- name='CreateNodeRequest',
- full_name='Ydb.Coordination.CreateNodeRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Coordination.CreateNodeRequest.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='config', full_name='Ydb.Coordination.CreateNodeRequest.config', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Coordination.CreateNodeRequest.operation_params', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5384,
- serialized_end=5518,
-)
-
-
-_CREATENODERESPONSE = _descriptor.Descriptor(
- name='CreateNodeResponse',
- full_name='Ydb.Coordination.CreateNodeResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Coordination.CreateNodeResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5520,
- serialized_end=5586,
-)
-
-
-_ALTERNODEREQUEST = _descriptor.Descriptor(
- name='AlterNodeRequest',
- full_name='Ydb.Coordination.AlterNodeRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Coordination.AlterNodeRequest.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='config', full_name='Ydb.Coordination.AlterNodeRequest.config', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Coordination.AlterNodeRequest.operation_params', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5589,
- serialized_end=5722,
-)
-
-
-_ALTERNODERESPONSE = _descriptor.Descriptor(
- name='AlterNodeResponse',
- full_name='Ydb.Coordination.AlterNodeResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Coordination.AlterNodeResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5724,
- serialized_end=5789,
-)
-
-
-_DROPNODEREQUEST = _descriptor.Descriptor(
- name='DropNodeRequest',
- full_name='Ydb.Coordination.DropNodeRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Coordination.DropNodeRequest.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Coordination.DropNodeRequest.operation_params', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5791,
- serialized_end=5881,
-)
-
-
-_DROPNODERESPONSE = _descriptor.Descriptor(
- name='DropNodeResponse',
- full_name='Ydb.Coordination.DropNodeResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Coordination.DropNodeResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5883,
- serialized_end=5947,
-)
-
-
-_DESCRIBENODEREQUEST = _descriptor.Descriptor(
- name='DescribeNodeRequest',
- full_name='Ydb.Coordination.DescribeNodeRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Coordination.DescribeNodeRequest.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Coordination.DescribeNodeRequest.operation_params', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5949,
- serialized_end=6043,
-)
-
-
-_DESCRIBENODERESPONSE = _descriptor.Descriptor(
- name='DescribeNodeResponse',
- full_name='Ydb.Coordination.DescribeNodeResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Coordination.DescribeNodeResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6045,
- serialized_end=6113,
-)
-
-
-_DESCRIBENODERESULT = _descriptor.Descriptor(
- name='DescribeNodeResult',
- full_name='Ydb.Coordination.DescribeNodeResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='self', full_name='Ydb.Coordination.DescribeNodeResult.self', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='config', full_name='Ydb.Coordination.DescribeNodeResult.config', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6115,
- serialized_end=6210,
-)
-
-_CONFIG.fields_by_name['read_consistency_mode'].enum_type = _CONSISTENCYMODE
-_CONFIG.fields_by_name['attach_consistency_mode'].enum_type = _CONSISTENCYMODE
-_CONFIG.fields_by_name['rate_limiter_counters_mode'].enum_type = _RATELIMITERCOUNTERSMODE
-_SEMAPHOREDESCRIPTION.fields_by_name['owners'].message_type = _SEMAPHORESESSION
-_SEMAPHOREDESCRIPTION.fields_by_name['waiters'].message_type = _SEMAPHORESESSION
-_SESSIONREQUEST_PINGPONG.containing_type = _SESSIONREQUEST
-_SESSIONREQUEST_SESSIONSTART.containing_type = _SESSIONREQUEST
-_SESSIONREQUEST_SESSIONSTOP.containing_type = _SESSIONREQUEST
-_SESSIONREQUEST_ACQUIRESEMAPHORE.containing_type = _SESSIONREQUEST
-_SESSIONREQUEST_RELEASESEMAPHORE.containing_type = _SESSIONREQUEST
-_SESSIONREQUEST_DESCRIBESEMAPHORE.containing_type = _SESSIONREQUEST
-_SESSIONREQUEST_CREATESEMAPHORE.containing_type = _SESSIONREQUEST
-_SESSIONREQUEST_UPDATESEMAPHORE.containing_type = _SESSIONREQUEST
-_SESSIONREQUEST_DELETESEMAPHORE.containing_type = _SESSIONREQUEST
-_SESSIONREQUEST.fields_by_name['ping'].message_type = _SESSIONREQUEST_PINGPONG
-_SESSIONREQUEST.fields_by_name['pong'].message_type = _SESSIONREQUEST_PINGPONG
-_SESSIONREQUEST.fields_by_name['session_start'].message_type = _SESSIONREQUEST_SESSIONSTART
-_SESSIONREQUEST.fields_by_name['session_stop'].message_type = _SESSIONREQUEST_SESSIONSTOP
-_SESSIONREQUEST.fields_by_name['unsupported_5'].message_type = _UNSUPPORTED
-_SESSIONREQUEST.fields_by_name['unsupported_6'].message_type = _UNSUPPORTED
-_SESSIONREQUEST.fields_by_name['acquire_semaphore'].message_type = _SESSIONREQUEST_ACQUIRESEMAPHORE
-_SESSIONREQUEST.fields_by_name['release_semaphore'].message_type = _SESSIONREQUEST_RELEASESEMAPHORE
-_SESSIONREQUEST.fields_by_name['describe_semaphore'].message_type = _SESSIONREQUEST_DESCRIBESEMAPHORE
-_SESSIONREQUEST.fields_by_name['create_semaphore'].message_type = _SESSIONREQUEST_CREATESEMAPHORE
-_SESSIONREQUEST.fields_by_name['update_semaphore'].message_type = _SESSIONREQUEST_UPDATESEMAPHORE
-_SESSIONREQUEST.fields_by_name['delete_semaphore'].message_type = _SESSIONREQUEST_DELETESEMAPHORE
-_SESSIONREQUEST.fields_by_name['unsupported_13'].message_type = _UNSUPPORTED
-_SESSIONREQUEST.fields_by_name['unsupported_14'].message_type = _UNSUPPORTED
-_SESSIONREQUEST.fields_by_name['unsupported_15'].message_type = _UNSUPPORTED
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['ping'])
-_SESSIONREQUEST.fields_by_name['ping'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['pong'])
-_SESSIONREQUEST.fields_by_name['pong'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['session_start'])
-_SESSIONREQUEST.fields_by_name['session_start'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['session_stop'])
-_SESSIONREQUEST.fields_by_name['session_stop'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['unsupported_5'])
-_SESSIONREQUEST.fields_by_name['unsupported_5'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['unsupported_6'])
-_SESSIONREQUEST.fields_by_name['unsupported_6'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['acquire_semaphore'])
-_SESSIONREQUEST.fields_by_name['acquire_semaphore'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['release_semaphore'])
-_SESSIONREQUEST.fields_by_name['release_semaphore'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['describe_semaphore'])
-_SESSIONREQUEST.fields_by_name['describe_semaphore'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['create_semaphore'])
-_SESSIONREQUEST.fields_by_name['create_semaphore'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['update_semaphore'])
-_SESSIONREQUEST.fields_by_name['update_semaphore'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['delete_semaphore'])
-_SESSIONREQUEST.fields_by_name['delete_semaphore'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['unsupported_13'])
-_SESSIONREQUEST.fields_by_name['unsupported_13'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['unsupported_14'])
-_SESSIONREQUEST.fields_by_name['unsupported_14'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONREQUEST.oneofs_by_name['request'].fields.append(
- _SESSIONREQUEST.fields_by_name['unsupported_15'])
-_SESSIONREQUEST.fields_by_name['unsupported_15'].containing_oneof = _SESSIONREQUEST.oneofs_by_name['request']
-_SESSIONRESPONSE_PINGPONG.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE_FAILURE.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_SESSIONRESPONSE_FAILURE.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_SESSIONRESPONSE_FAILURE.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE_SESSIONSTARTED.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE_SESSIONSTOPPED.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE_ACQUIRESEMAPHOREPENDING.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE_ACQUIRESEMAPHORERESULT.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_SESSIONRESPONSE_ACQUIRESEMAPHORERESULT.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_SESSIONRESPONSE_ACQUIRESEMAPHORERESULT.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE_RELEASESEMAPHORERESULT.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_SESSIONRESPONSE_RELEASESEMAPHORERESULT.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_SESSIONRESPONSE_RELEASESEMAPHORERESULT.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE_DESCRIBESEMAPHORERESULT.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_SESSIONRESPONSE_DESCRIBESEMAPHORERESULT.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_SESSIONRESPONSE_DESCRIBESEMAPHORERESULT.fields_by_name['semaphore_description'].message_type = _SEMAPHOREDESCRIPTION
-_SESSIONRESPONSE_DESCRIBESEMAPHORERESULT.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE_DESCRIBESEMAPHORECHANGED.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE_CREATESEMAPHORERESULT.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_SESSIONRESPONSE_CREATESEMAPHORERESULT.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_SESSIONRESPONSE_CREATESEMAPHORERESULT.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE_UPDATESEMAPHORERESULT.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_SESSIONRESPONSE_UPDATESEMAPHORERESULT.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_SESSIONRESPONSE_UPDATESEMAPHORERESULT.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE_DELETESEMAPHORERESULT.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_SESSIONRESPONSE_DELETESEMAPHORERESULT.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_SESSIONRESPONSE_DELETESEMAPHORERESULT.containing_type = _SESSIONRESPONSE
-_SESSIONRESPONSE.fields_by_name['ping'].message_type = _SESSIONRESPONSE_PINGPONG
-_SESSIONRESPONSE.fields_by_name['pong'].message_type = _SESSIONRESPONSE_PINGPONG
-_SESSIONRESPONSE.fields_by_name['failure'].message_type = _SESSIONRESPONSE_FAILURE
-_SESSIONRESPONSE.fields_by_name['session_started'].message_type = _SESSIONRESPONSE_SESSIONSTARTED
-_SESSIONRESPONSE.fields_by_name['session_stopped'].message_type = _SESSIONRESPONSE_SESSIONSTOPPED
-_SESSIONRESPONSE.fields_by_name['unsupported_6'].message_type = _UNSUPPORTED
-_SESSIONRESPONSE.fields_by_name['unsupported_7'].message_type = _UNSUPPORTED
-_SESSIONRESPONSE.fields_by_name['acquire_semaphore_pending'].message_type = _SESSIONRESPONSE_ACQUIRESEMAPHOREPENDING
-_SESSIONRESPONSE.fields_by_name['acquire_semaphore_result'].message_type = _SESSIONRESPONSE_ACQUIRESEMAPHORERESULT
-_SESSIONRESPONSE.fields_by_name['release_semaphore_result'].message_type = _SESSIONRESPONSE_RELEASESEMAPHORERESULT
-_SESSIONRESPONSE.fields_by_name['describe_semaphore_result'].message_type = _SESSIONRESPONSE_DESCRIBESEMAPHORERESULT
-_SESSIONRESPONSE.fields_by_name['describe_semaphore_changed'].message_type = _SESSIONRESPONSE_DESCRIBESEMAPHORECHANGED
-_SESSIONRESPONSE.fields_by_name['create_semaphore_result'].message_type = _SESSIONRESPONSE_CREATESEMAPHORERESULT
-_SESSIONRESPONSE.fields_by_name['update_semaphore_result'].message_type = _SESSIONRESPONSE_UPDATESEMAPHORERESULT
-_SESSIONRESPONSE.fields_by_name['delete_semaphore_result'].message_type = _SESSIONRESPONSE_DELETESEMAPHORERESULT
-_SESSIONRESPONSE.fields_by_name['unsupported_16'].message_type = _UNSUPPORTED
-_SESSIONRESPONSE.fields_by_name['unsupported_17'].message_type = _UNSUPPORTED
-_SESSIONRESPONSE.fields_by_name['unsupported_18'].message_type = _UNSUPPORTED
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['ping'])
-_SESSIONRESPONSE.fields_by_name['ping'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['pong'])
-_SESSIONRESPONSE.fields_by_name['pong'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['failure'])
-_SESSIONRESPONSE.fields_by_name['failure'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['session_started'])
-_SESSIONRESPONSE.fields_by_name['session_started'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['session_stopped'])
-_SESSIONRESPONSE.fields_by_name['session_stopped'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['unsupported_6'])
-_SESSIONRESPONSE.fields_by_name['unsupported_6'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['unsupported_7'])
-_SESSIONRESPONSE.fields_by_name['unsupported_7'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['acquire_semaphore_pending'])
-_SESSIONRESPONSE.fields_by_name['acquire_semaphore_pending'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['acquire_semaphore_result'])
-_SESSIONRESPONSE.fields_by_name['acquire_semaphore_result'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['release_semaphore_result'])
-_SESSIONRESPONSE.fields_by_name['release_semaphore_result'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['describe_semaphore_result'])
-_SESSIONRESPONSE.fields_by_name['describe_semaphore_result'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['describe_semaphore_changed'])
-_SESSIONRESPONSE.fields_by_name['describe_semaphore_changed'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['create_semaphore_result'])
-_SESSIONRESPONSE.fields_by_name['create_semaphore_result'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['update_semaphore_result'])
-_SESSIONRESPONSE.fields_by_name['update_semaphore_result'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['delete_semaphore_result'])
-_SESSIONRESPONSE.fields_by_name['delete_semaphore_result'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['unsupported_16'])
-_SESSIONRESPONSE.fields_by_name['unsupported_16'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['unsupported_17'])
-_SESSIONRESPONSE.fields_by_name['unsupported_17'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_SESSIONRESPONSE.oneofs_by_name['response'].fields.append(
- _SESSIONRESPONSE.fields_by_name['unsupported_18'])
-_SESSIONRESPONSE.fields_by_name['unsupported_18'].containing_oneof = _SESSIONRESPONSE.oneofs_by_name['response']
-_CREATENODEREQUEST.fields_by_name['config'].message_type = _CONFIG
-_CREATENODEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATENODERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_ALTERNODEREQUEST.fields_by_name['config'].message_type = _CONFIG
-_ALTERNODEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ALTERNODERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DROPNODEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DROPNODERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBENODEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBENODERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBENODERESULT.fields_by_name['self'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._ENTRY
-_DESCRIBENODERESULT.fields_by_name['config'].message_type = _CONFIG
-DESCRIPTOR.message_types_by_name['Unsupported'] = _UNSUPPORTED
-DESCRIPTOR.message_types_by_name['Config'] = _CONFIG
-DESCRIPTOR.message_types_by_name['SessionDescription'] = _SESSIONDESCRIPTION
-DESCRIPTOR.message_types_by_name['SemaphoreSession'] = _SEMAPHORESESSION
-DESCRIPTOR.message_types_by_name['SemaphoreDescription'] = _SEMAPHOREDESCRIPTION
-DESCRIPTOR.message_types_by_name['SessionRequest'] = _SESSIONREQUEST
-DESCRIPTOR.message_types_by_name['SessionResponse'] = _SESSIONRESPONSE
-DESCRIPTOR.message_types_by_name['CreateNodeRequest'] = _CREATENODEREQUEST
-DESCRIPTOR.message_types_by_name['CreateNodeResponse'] = _CREATENODERESPONSE
-DESCRIPTOR.message_types_by_name['AlterNodeRequest'] = _ALTERNODEREQUEST
-DESCRIPTOR.message_types_by_name['AlterNodeResponse'] = _ALTERNODERESPONSE
-DESCRIPTOR.message_types_by_name['DropNodeRequest'] = _DROPNODEREQUEST
-DESCRIPTOR.message_types_by_name['DropNodeResponse'] = _DROPNODERESPONSE
-DESCRIPTOR.message_types_by_name['DescribeNodeRequest'] = _DESCRIBENODEREQUEST
-DESCRIPTOR.message_types_by_name['DescribeNodeResponse'] = _DESCRIBENODERESPONSE
-DESCRIPTOR.message_types_by_name['DescribeNodeResult'] = _DESCRIBENODERESULT
-DESCRIPTOR.enum_types_by_name['ConsistencyMode'] = _CONSISTENCYMODE
-DESCRIPTOR.enum_types_by_name['RateLimiterCountersMode'] = _RATELIMITERCOUNTERSMODE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-Unsupported = _reflection.GeneratedProtocolMessageType('Unsupported', (_message.Message,), {
- 'DESCRIPTOR' : _UNSUPPORTED,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.Unsupported)
- })
-_sym_db.RegisterMessage(Unsupported)
-
-Config = _reflection.GeneratedProtocolMessageType('Config', (_message.Message,), {
- 'DESCRIPTOR' : _CONFIG,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.Config)
- })
-_sym_db.RegisterMessage(Config)
-
-SessionDescription = _reflection.GeneratedProtocolMessageType('SessionDescription', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionDescription)
- })
-_sym_db.RegisterMessage(SessionDescription)
-
-SemaphoreSession = _reflection.GeneratedProtocolMessageType('SemaphoreSession', (_message.Message,), {
- 'DESCRIPTOR' : _SEMAPHORESESSION,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SemaphoreSession)
- })
-_sym_db.RegisterMessage(SemaphoreSession)
-
-SemaphoreDescription = _reflection.GeneratedProtocolMessageType('SemaphoreDescription', (_message.Message,), {
- 'DESCRIPTOR' : _SEMAPHOREDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SemaphoreDescription)
- })
-_sym_db.RegisterMessage(SemaphoreDescription)
-
-SessionRequest = _reflection.GeneratedProtocolMessageType('SessionRequest', (_message.Message,), {
-
- 'PingPong' : _reflection.GeneratedProtocolMessageType('PingPong', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONREQUEST_PINGPONG,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionRequest.PingPong)
- })
- ,
-
- 'SessionStart' : _reflection.GeneratedProtocolMessageType('SessionStart', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONREQUEST_SESSIONSTART,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionRequest.SessionStart)
- })
- ,
-
- 'SessionStop' : _reflection.GeneratedProtocolMessageType('SessionStop', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONREQUEST_SESSIONSTOP,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionRequest.SessionStop)
- })
- ,
-
- 'AcquireSemaphore' : _reflection.GeneratedProtocolMessageType('AcquireSemaphore', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONREQUEST_ACQUIRESEMAPHORE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionRequest.AcquireSemaphore)
- })
- ,
-
- 'ReleaseSemaphore' : _reflection.GeneratedProtocolMessageType('ReleaseSemaphore', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONREQUEST_RELEASESEMAPHORE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionRequest.ReleaseSemaphore)
- })
- ,
-
- 'DescribeSemaphore' : _reflection.GeneratedProtocolMessageType('DescribeSemaphore', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONREQUEST_DESCRIBESEMAPHORE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionRequest.DescribeSemaphore)
- })
- ,
-
- 'CreateSemaphore' : _reflection.GeneratedProtocolMessageType('CreateSemaphore', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONREQUEST_CREATESEMAPHORE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionRequest.CreateSemaphore)
- })
- ,
-
- 'UpdateSemaphore' : _reflection.GeneratedProtocolMessageType('UpdateSemaphore', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONREQUEST_UPDATESEMAPHORE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionRequest.UpdateSemaphore)
- })
- ,
-
- 'DeleteSemaphore' : _reflection.GeneratedProtocolMessageType('DeleteSemaphore', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONREQUEST_DELETESEMAPHORE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionRequest.DeleteSemaphore)
- })
- ,
- 'DESCRIPTOR' : _SESSIONREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionRequest)
- })
-_sym_db.RegisterMessage(SessionRequest)
-_sym_db.RegisterMessage(SessionRequest.PingPong)
-_sym_db.RegisterMessage(SessionRequest.SessionStart)
-_sym_db.RegisterMessage(SessionRequest.SessionStop)
-_sym_db.RegisterMessage(SessionRequest.AcquireSemaphore)
-_sym_db.RegisterMessage(SessionRequest.ReleaseSemaphore)
-_sym_db.RegisterMessage(SessionRequest.DescribeSemaphore)
-_sym_db.RegisterMessage(SessionRequest.CreateSemaphore)
-_sym_db.RegisterMessage(SessionRequest.UpdateSemaphore)
-_sym_db.RegisterMessage(SessionRequest.DeleteSemaphore)
-
-SessionResponse = _reflection.GeneratedProtocolMessageType('SessionResponse', (_message.Message,), {
-
- 'PingPong' : _reflection.GeneratedProtocolMessageType('PingPong', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_PINGPONG,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.PingPong)
- })
- ,
-
- 'Failure' : _reflection.GeneratedProtocolMessageType('Failure', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_FAILURE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.Failure)
- })
- ,
-
- 'SessionStarted' : _reflection.GeneratedProtocolMessageType('SessionStarted', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_SESSIONSTARTED,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.SessionStarted)
- })
- ,
-
- 'SessionStopped' : _reflection.GeneratedProtocolMessageType('SessionStopped', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_SESSIONSTOPPED,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.SessionStopped)
- })
- ,
-
- 'AcquireSemaphorePending' : _reflection.GeneratedProtocolMessageType('AcquireSemaphorePending', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_ACQUIRESEMAPHOREPENDING,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.AcquireSemaphorePending)
- })
- ,
-
- 'AcquireSemaphoreResult' : _reflection.GeneratedProtocolMessageType('AcquireSemaphoreResult', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_ACQUIRESEMAPHORERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.AcquireSemaphoreResult)
- })
- ,
-
- 'ReleaseSemaphoreResult' : _reflection.GeneratedProtocolMessageType('ReleaseSemaphoreResult', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_RELEASESEMAPHORERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.ReleaseSemaphoreResult)
- })
- ,
-
- 'DescribeSemaphoreResult' : _reflection.GeneratedProtocolMessageType('DescribeSemaphoreResult', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_DESCRIBESEMAPHORERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.DescribeSemaphoreResult)
- })
- ,
-
- 'DescribeSemaphoreChanged' : _reflection.GeneratedProtocolMessageType('DescribeSemaphoreChanged', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_DESCRIBESEMAPHORECHANGED,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.DescribeSemaphoreChanged)
- })
- ,
-
- 'CreateSemaphoreResult' : _reflection.GeneratedProtocolMessageType('CreateSemaphoreResult', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_CREATESEMAPHORERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.CreateSemaphoreResult)
- })
- ,
-
- 'UpdateSemaphoreResult' : _reflection.GeneratedProtocolMessageType('UpdateSemaphoreResult', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_UPDATESEMAPHORERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.UpdateSemaphoreResult)
- })
- ,
-
- 'DeleteSemaphoreResult' : _reflection.GeneratedProtocolMessageType('DeleteSemaphoreResult', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONRESPONSE_DELETESEMAPHORERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse.DeleteSemaphoreResult)
- })
- ,
- 'DESCRIPTOR' : _SESSIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.SessionResponse)
- })
-_sym_db.RegisterMessage(SessionResponse)
-_sym_db.RegisterMessage(SessionResponse.PingPong)
-_sym_db.RegisterMessage(SessionResponse.Failure)
-_sym_db.RegisterMessage(SessionResponse.SessionStarted)
-_sym_db.RegisterMessage(SessionResponse.SessionStopped)
-_sym_db.RegisterMessage(SessionResponse.AcquireSemaphorePending)
-_sym_db.RegisterMessage(SessionResponse.AcquireSemaphoreResult)
-_sym_db.RegisterMessage(SessionResponse.ReleaseSemaphoreResult)
-_sym_db.RegisterMessage(SessionResponse.DescribeSemaphoreResult)
-_sym_db.RegisterMessage(SessionResponse.DescribeSemaphoreChanged)
-_sym_db.RegisterMessage(SessionResponse.CreateSemaphoreResult)
-_sym_db.RegisterMessage(SessionResponse.UpdateSemaphoreResult)
-_sym_db.RegisterMessage(SessionResponse.DeleteSemaphoreResult)
-
-CreateNodeRequest = _reflection.GeneratedProtocolMessageType('CreateNodeRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CREATENODEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.CreateNodeRequest)
- })
-_sym_db.RegisterMessage(CreateNodeRequest)
-
-CreateNodeResponse = _reflection.GeneratedProtocolMessageType('CreateNodeResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATENODERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.CreateNodeResponse)
- })
-_sym_db.RegisterMessage(CreateNodeResponse)
-
-AlterNodeRequest = _reflection.GeneratedProtocolMessageType('AlterNodeRequest', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERNODEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.AlterNodeRequest)
- })
-_sym_db.RegisterMessage(AlterNodeRequest)
-
-AlterNodeResponse = _reflection.GeneratedProtocolMessageType('AlterNodeResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERNODERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.AlterNodeResponse)
- })
-_sym_db.RegisterMessage(AlterNodeResponse)
-
-DropNodeRequest = _reflection.GeneratedProtocolMessageType('DropNodeRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DROPNODEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.DropNodeRequest)
- })
-_sym_db.RegisterMessage(DropNodeRequest)
-
-DropNodeResponse = _reflection.GeneratedProtocolMessageType('DropNodeResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DROPNODERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.DropNodeResponse)
- })
-_sym_db.RegisterMessage(DropNodeResponse)
-
-DescribeNodeRequest = _reflection.GeneratedProtocolMessageType('DescribeNodeRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBENODEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.DescribeNodeRequest)
- })
-_sym_db.RegisterMessage(DescribeNodeRequest)
-
-DescribeNodeResponse = _reflection.GeneratedProtocolMessageType('DescribeNodeResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBENODERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.DescribeNodeResponse)
- })
-_sym_db.RegisterMessage(DescribeNodeResponse)
-
-DescribeNodeResult = _reflection.GeneratedProtocolMessageType('DescribeNodeResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBENODERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_coordination_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Coordination.DescribeNodeResult)
- })
-_sym_db.RegisterMessage(DescribeNodeResult)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_coordination_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_coordination_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_coordination_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_discovery_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_discovery_pb2.py
deleted file mode 100644
index ddd1b346713..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_discovery_pb2.py
+++ /dev/null
@@ -1,400 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_discovery.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_discovery.proto',
- package='Ydb.Discovery',
- syntax='proto3',
- serialized_options=b'\n\030com.yandex.ydb.discoveryB\017DiscoveryProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n)ydb/public/api/protos/ydb_discovery.proto\x12\rYdb.Discovery\x1a)ydb/public/api/protos/ydb_operation.proto\"9\n\x14ListEndpointsRequest\x12\x10\n\x08\x64\x61tabase\x18\x01 \x01(\t\x12\x0f\n\x07service\x18\x02 \x03(\t\"\xc3\x01\n\x0c\x45ndpointInfo\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\r\x12\x13\n\x0bload_factor\x18\x03 \x01(\x02\x12\x0b\n\x03ssl\x18\x04 \x01(\x08\x12\x0f\n\x07service\x18\x05 \x03(\t\x12\x10\n\x08location\x18\x06 \x01(\t\x12\x0f\n\x07node_id\x18\x07 \x01(\r\x12\r\n\x05ip_v4\x18\x08 \x03(\t\x12\r\n\x05ip_v6\x18\t \x03(\t\x12 \n\x18ssl_target_name_override\x18\n \x01(\t\"\\\n\x13ListEndpointsResult\x12.\n\tendpoints\x18\x01 \x03(\x0b\x32\x1b.Ydb.Discovery.EndpointInfo\x12\x15\n\rself_location\x18\x02 \x01(\t\"E\n\x15ListEndpointsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\'\n\rWhoAmIRequest\x12\x16\n\x0einclude_groups\x18\x01 \x01(\x08\",\n\x0cWhoAmIResult\x12\x0c\n\x04user\x18\x01 \x01(\t\x12\x0e\n\x06groups\x18\x02 \x03(\t\">\n\x0eWhoAmIResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.OperationB.\n\x18\x63om.yandex.ydb.discoveryB\x0f\x44iscoveryProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,])
-
-
-
-
-_LISTENDPOINTSREQUEST = _descriptor.Descriptor(
- name='ListEndpointsRequest',
- full_name='Ydb.Discovery.ListEndpointsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='database', full_name='Ydb.Discovery.ListEndpointsRequest.database', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='service', full_name='Ydb.Discovery.ListEndpointsRequest.service', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=103,
- serialized_end=160,
-)
-
-
-_ENDPOINTINFO = _descriptor.Descriptor(
- name='EndpointInfo',
- full_name='Ydb.Discovery.EndpointInfo',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='address', full_name='Ydb.Discovery.EndpointInfo.address', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='port', full_name='Ydb.Discovery.EndpointInfo.port', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='load_factor', full_name='Ydb.Discovery.EndpointInfo.load_factor', index=2,
- number=3, type=2, cpp_type=6, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ssl', full_name='Ydb.Discovery.EndpointInfo.ssl', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='service', full_name='Ydb.Discovery.EndpointInfo.service', index=4,
- number=5, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='location', full_name='Ydb.Discovery.EndpointInfo.location', index=5,
- number=6, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='node_id', full_name='Ydb.Discovery.EndpointInfo.node_id', index=6,
- number=7, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ip_v4', full_name='Ydb.Discovery.EndpointInfo.ip_v4', index=7,
- number=8, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ip_v6', full_name='Ydb.Discovery.EndpointInfo.ip_v6', index=8,
- number=9, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ssl_target_name_override', full_name='Ydb.Discovery.EndpointInfo.ssl_target_name_override', index=9,
- number=10, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=163,
- serialized_end=358,
-)
-
-
-_LISTENDPOINTSRESULT = _descriptor.Descriptor(
- name='ListEndpointsResult',
- full_name='Ydb.Discovery.ListEndpointsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='endpoints', full_name='Ydb.Discovery.ListEndpointsResult.endpoints', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='self_location', full_name='Ydb.Discovery.ListEndpointsResult.self_location', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=360,
- serialized_end=452,
-)
-
-
-_LISTENDPOINTSRESPONSE = _descriptor.Descriptor(
- name='ListEndpointsResponse',
- full_name='Ydb.Discovery.ListEndpointsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Discovery.ListEndpointsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=454,
- serialized_end=523,
-)
-
-
-_WHOAMIREQUEST = _descriptor.Descriptor(
- name='WhoAmIRequest',
- full_name='Ydb.Discovery.WhoAmIRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='include_groups', full_name='Ydb.Discovery.WhoAmIRequest.include_groups', index=0,
- number=1, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=525,
- serialized_end=564,
-)
-
-
-_WHOAMIRESULT = _descriptor.Descriptor(
- name='WhoAmIResult',
- full_name='Ydb.Discovery.WhoAmIResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='user', full_name='Ydb.Discovery.WhoAmIResult.user', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='groups', full_name='Ydb.Discovery.WhoAmIResult.groups', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=566,
- serialized_end=610,
-)
-
-
-_WHOAMIRESPONSE = _descriptor.Descriptor(
- name='WhoAmIResponse',
- full_name='Ydb.Discovery.WhoAmIResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Discovery.WhoAmIResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=612,
- serialized_end=674,
-)
-
-_LISTENDPOINTSRESULT.fields_by_name['endpoints'].message_type = _ENDPOINTINFO
-_LISTENDPOINTSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_WHOAMIRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['ListEndpointsRequest'] = _LISTENDPOINTSREQUEST
-DESCRIPTOR.message_types_by_name['EndpointInfo'] = _ENDPOINTINFO
-DESCRIPTOR.message_types_by_name['ListEndpointsResult'] = _LISTENDPOINTSRESULT
-DESCRIPTOR.message_types_by_name['ListEndpointsResponse'] = _LISTENDPOINTSRESPONSE
-DESCRIPTOR.message_types_by_name['WhoAmIRequest'] = _WHOAMIREQUEST
-DESCRIPTOR.message_types_by_name['WhoAmIResult'] = _WHOAMIRESULT
-DESCRIPTOR.message_types_by_name['WhoAmIResponse'] = _WHOAMIRESPONSE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-ListEndpointsRequest = _reflection.GeneratedProtocolMessageType('ListEndpointsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _LISTENDPOINTSREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Discovery.ListEndpointsRequest)
- })
-_sym_db.RegisterMessage(ListEndpointsRequest)
-
-EndpointInfo = _reflection.GeneratedProtocolMessageType('EndpointInfo', (_message.Message,), {
- 'DESCRIPTOR' : _ENDPOINTINFO,
- '__module__' : 'ydb.public.api.protos.ydb_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Discovery.EndpointInfo)
- })
-_sym_db.RegisterMessage(EndpointInfo)
-
-ListEndpointsResult = _reflection.GeneratedProtocolMessageType('ListEndpointsResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTENDPOINTSRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Discovery.ListEndpointsResult)
- })
-_sym_db.RegisterMessage(ListEndpointsResult)
-
-ListEndpointsResponse = _reflection.GeneratedProtocolMessageType('ListEndpointsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTENDPOINTSRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Discovery.ListEndpointsResponse)
- })
-_sym_db.RegisterMessage(ListEndpointsResponse)
-
-WhoAmIRequest = _reflection.GeneratedProtocolMessageType('WhoAmIRequest', (_message.Message,), {
- 'DESCRIPTOR' : _WHOAMIREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Discovery.WhoAmIRequest)
- })
-_sym_db.RegisterMessage(WhoAmIRequest)
-
-WhoAmIResult = _reflection.GeneratedProtocolMessageType('WhoAmIResult', (_message.Message,), {
- 'DESCRIPTOR' : _WHOAMIRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Discovery.WhoAmIResult)
- })
-_sym_db.RegisterMessage(WhoAmIResult)
-
-WhoAmIResponse = _reflection.GeneratedProtocolMessageType('WhoAmIResponse', (_message.Message,), {
- 'DESCRIPTOR' : _WHOAMIRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Discovery.WhoAmIResponse)
- })
-_sym_db.RegisterMessage(WhoAmIResponse)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_discovery_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_discovery_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_discovery_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_experimental_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_experimental_pb2.py
deleted file mode 100644
index c9abd497e8f..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_experimental_pb2.py
+++ /dev/null
@@ -1,354 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_experimental.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_issue_message_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2
-from ydb.public.api.protos import ydb_status_codes_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2
-from ydb.public.api.protos import ydb_value_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_experimental.proto',
- package='Ydb.Experimental',
- syntax='proto3',
- serialized_options=b'\n\033com.yandex.ydb.experimentalB\022ExperimentalProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n,ydb/public/api/protos/ydb_experimental.proto\x12\x10Ydb.Experimental\x1a-ydb/public/api/protos/ydb_issue_message.proto\x1a,ydb/public/api/protos/ydb_status_codes.proto\x1a%ydb/public/api/protos/ydb_value.proto\"\xee\x02\n\x19\x45xecuteStreamQueryRequest\x12\x10\n\x08yql_text\x18\x01 \x01(\t\x12O\n\nparameters\x18\x02 \x03(\x0b\x32;.Ydb.Experimental.ExecuteStreamQueryRequest.ParametersEntry\x12M\n\x0cprofile_mode\x18\x03 \x01(\x0e\x32\x37.Ydb.Experimental.ExecuteStreamQueryRequest.ProfileMode\x12\x0f\n\x07\x65xplain\x18\x04 \x01(\x08\x1a\x42\n\x0fParametersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1e\n\x05value\x18\x02 \x01(\x0b\x32\x0f.Ydb.TypedValue:\x02\x38\x01\"J\n\x0bProfileMode\x12\x1c\n\x18PROFILE_MODE_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\t\n\x05\x42\x41SIC\x10\x02\x12\x08\n\x04\x46ULL\x10\x03\"\xac\x01\n\x1a\x45xecuteStreamQueryResponse\x12)\n\x06status\x18\x01 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x02 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12:\n\x06result\x18\x03 \x01(\x0b\x32*.Ydb.Experimental.ExecuteStreamQueryResult\"\x15\n\x13StreamQueryProgress\"\xae\x01\n\x18\x45xecuteStreamQueryResult\x12$\n\nresult_set\x18\x01 \x01(\x0b\x32\x0e.Ydb.ResultSetH\x00\x12\x11\n\x07profile\x18\x02 \x01(\tH\x00\x12\x39\n\x08progress\x18\x03 \x01(\x0b\x32%.Ydb.Experimental.StreamQueryProgressH\x00\x12\x14\n\nquery_plan\x18\x04 \x01(\tH\x00\x42\x08\n\x06resultB4\n\x1b\x63om.yandex.ydb.experimentalB\x12\x45xperimentalProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2.DESCRIPTOR,])
-
-
-
-_EXECUTESTREAMQUERYREQUEST_PROFILEMODE = _descriptor.EnumDescriptor(
- name='ProfileMode',
- full_name='Ydb.Experimental.ExecuteStreamQueryRequest.ProfileMode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='PROFILE_MODE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='NONE', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='BASIC', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='FULL', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=491,
- serialized_end=565,
-)
-_sym_db.RegisterEnumDescriptor(_EXECUTESTREAMQUERYREQUEST_PROFILEMODE)
-
-
-_EXECUTESTREAMQUERYREQUEST_PARAMETERSENTRY = _descriptor.Descriptor(
- name='ParametersEntry',
- full_name='Ydb.Experimental.ExecuteStreamQueryRequest.ParametersEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Experimental.ExecuteStreamQueryRequest.ParametersEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Experimental.ExecuteStreamQueryRequest.ParametersEntry.value', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=423,
- serialized_end=489,
-)
-
-_EXECUTESTREAMQUERYREQUEST = _descriptor.Descriptor(
- name='ExecuteStreamQueryRequest',
- full_name='Ydb.Experimental.ExecuteStreamQueryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='yql_text', full_name='Ydb.Experimental.ExecuteStreamQueryRequest.yql_text', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='parameters', full_name='Ydb.Experimental.ExecuteStreamQueryRequest.parameters', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='profile_mode', full_name='Ydb.Experimental.ExecuteStreamQueryRequest.profile_mode', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='explain', full_name='Ydb.Experimental.ExecuteStreamQueryRequest.explain', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_EXECUTESTREAMQUERYREQUEST_PARAMETERSENTRY, ],
- enum_types=[
- _EXECUTESTREAMQUERYREQUEST_PROFILEMODE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=199,
- serialized_end=565,
-)
-
-
-_EXECUTESTREAMQUERYRESPONSE = _descriptor.Descriptor(
- name='ExecuteStreamQueryResponse',
- full_name='Ydb.Experimental.ExecuteStreamQueryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Experimental.ExecuteStreamQueryResponse.status', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Experimental.ExecuteStreamQueryResponse.issues', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result', full_name='Ydb.Experimental.ExecuteStreamQueryResponse.result', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=568,
- serialized_end=740,
-)
-
-
-_STREAMQUERYPROGRESS = _descriptor.Descriptor(
- name='StreamQueryProgress',
- full_name='Ydb.Experimental.StreamQueryProgress',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=742,
- serialized_end=763,
-)
-
-
-_EXECUTESTREAMQUERYRESULT = _descriptor.Descriptor(
- name='ExecuteStreamQueryResult',
- full_name='Ydb.Experimental.ExecuteStreamQueryResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='result_set', full_name='Ydb.Experimental.ExecuteStreamQueryResult.result_set', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='profile', full_name='Ydb.Experimental.ExecuteStreamQueryResult.profile', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='progress', full_name='Ydb.Experimental.ExecuteStreamQueryResult.progress', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_plan', full_name='Ydb.Experimental.ExecuteStreamQueryResult.query_plan', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='result', full_name='Ydb.Experimental.ExecuteStreamQueryResult.result',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=766,
- serialized_end=940,
-)
-
-_EXECUTESTREAMQUERYREQUEST_PARAMETERSENTRY.fields_by_name['value'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_EXECUTESTREAMQUERYREQUEST_PARAMETERSENTRY.containing_type = _EXECUTESTREAMQUERYREQUEST
-_EXECUTESTREAMQUERYREQUEST.fields_by_name['parameters'].message_type = _EXECUTESTREAMQUERYREQUEST_PARAMETERSENTRY
-_EXECUTESTREAMQUERYREQUEST.fields_by_name['profile_mode'].enum_type = _EXECUTESTREAMQUERYREQUEST_PROFILEMODE
-_EXECUTESTREAMQUERYREQUEST_PROFILEMODE.containing_type = _EXECUTESTREAMQUERYREQUEST
-_EXECUTESTREAMQUERYRESPONSE.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_EXECUTESTREAMQUERYRESPONSE.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_EXECUTESTREAMQUERYRESPONSE.fields_by_name['result'].message_type = _EXECUTESTREAMQUERYRESULT
-_EXECUTESTREAMQUERYRESULT.fields_by_name['result_set'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._RESULTSET
-_EXECUTESTREAMQUERYRESULT.fields_by_name['progress'].message_type = _STREAMQUERYPROGRESS
-_EXECUTESTREAMQUERYRESULT.oneofs_by_name['result'].fields.append(
- _EXECUTESTREAMQUERYRESULT.fields_by_name['result_set'])
-_EXECUTESTREAMQUERYRESULT.fields_by_name['result_set'].containing_oneof = _EXECUTESTREAMQUERYRESULT.oneofs_by_name['result']
-_EXECUTESTREAMQUERYRESULT.oneofs_by_name['result'].fields.append(
- _EXECUTESTREAMQUERYRESULT.fields_by_name['profile'])
-_EXECUTESTREAMQUERYRESULT.fields_by_name['profile'].containing_oneof = _EXECUTESTREAMQUERYRESULT.oneofs_by_name['result']
-_EXECUTESTREAMQUERYRESULT.oneofs_by_name['result'].fields.append(
- _EXECUTESTREAMQUERYRESULT.fields_by_name['progress'])
-_EXECUTESTREAMQUERYRESULT.fields_by_name['progress'].containing_oneof = _EXECUTESTREAMQUERYRESULT.oneofs_by_name['result']
-_EXECUTESTREAMQUERYRESULT.oneofs_by_name['result'].fields.append(
- _EXECUTESTREAMQUERYRESULT.fields_by_name['query_plan'])
-_EXECUTESTREAMQUERYRESULT.fields_by_name['query_plan'].containing_oneof = _EXECUTESTREAMQUERYRESULT.oneofs_by_name['result']
-DESCRIPTOR.message_types_by_name['ExecuteStreamQueryRequest'] = _EXECUTESTREAMQUERYREQUEST
-DESCRIPTOR.message_types_by_name['ExecuteStreamQueryResponse'] = _EXECUTESTREAMQUERYRESPONSE
-DESCRIPTOR.message_types_by_name['StreamQueryProgress'] = _STREAMQUERYPROGRESS
-DESCRIPTOR.message_types_by_name['ExecuteStreamQueryResult'] = _EXECUTESTREAMQUERYRESULT
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-ExecuteStreamQueryRequest = _reflection.GeneratedProtocolMessageType('ExecuteStreamQueryRequest', (_message.Message,), {
-
- 'ParametersEntry' : _reflection.GeneratedProtocolMessageType('ParametersEntry', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTESTREAMQUERYREQUEST_PARAMETERSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_experimental_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Experimental.ExecuteStreamQueryRequest.ParametersEntry)
- })
- ,
- 'DESCRIPTOR' : _EXECUTESTREAMQUERYREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_experimental_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Experimental.ExecuteStreamQueryRequest)
- })
-_sym_db.RegisterMessage(ExecuteStreamQueryRequest)
-_sym_db.RegisterMessage(ExecuteStreamQueryRequest.ParametersEntry)
-
-ExecuteStreamQueryResponse = _reflection.GeneratedProtocolMessageType('ExecuteStreamQueryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTESTREAMQUERYRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_experimental_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Experimental.ExecuteStreamQueryResponse)
- })
-_sym_db.RegisterMessage(ExecuteStreamQueryResponse)
-
-StreamQueryProgress = _reflection.GeneratedProtocolMessageType('StreamQueryProgress', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMQUERYPROGRESS,
- '__module__' : 'ydb.public.api.protos.ydb_experimental_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Experimental.StreamQueryProgress)
- })
-_sym_db.RegisterMessage(StreamQueryProgress)
-
-ExecuteStreamQueryResult = _reflection.GeneratedProtocolMessageType('ExecuteStreamQueryResult', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTESTREAMQUERYRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_experimental_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Experimental.ExecuteStreamQueryResult)
- })
-_sym_db.RegisterMessage(ExecuteStreamQueryResult)
-
-
-DESCRIPTOR._options = None
-_EXECUTESTREAMQUERYREQUEST_PARAMETERSENTRY._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_experimental_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_experimental_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_experimental_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_export_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_export_pb2.py
deleted file mode 100644
index 4670973044a..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_export_pb2.py
+++ /dev/null
@@ -1,924 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_export.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos.annotations import validation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_export.proto',
- package='Ydb.Export',
- syntax='proto3',
- serialized_options=b'\n\025com.yandex.ydb.export\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n&ydb/public/api/protos/ydb_export.proto\x12\nYdb.Export\x1a\x32ydb/public/api/protos/annotations/validation.proto\x1a)ydb/public/api/protos/ydb_operation.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xb1\x01\n\x0e\x45xportProgress\"\x9e\x01\n\x08Progress\x12\x18\n\x14PROGRESS_UNSPECIFIED\x10\x00\x12\x16\n\x12PROGRESS_PREPARING\x10\x01\x12\x1a\n\x16PROGRESS_TRANSFER_DATA\x10\x02\x12\x11\n\rPROGRESS_DONE\x10\x03\x12\x19\n\x15PROGRESS_CANCELLATION\x10\x04\x12\x16\n\x12PROGRESS_CANCELLED\x10\x05\"\xa0\x01\n\x12\x45xportItemProgress\x12\x13\n\x0bparts_total\x18\x01 \x01(\r\x12\x17\n\x0fparts_completed\x18\x02 \x01(\r\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x98\x02\n\x12\x45xportToYtSettings\x12\x12\n\x04host\x18\x01 \x01(\tB\x04\x90\xe6*\x01\x12\x0c\n\x04port\x18\x02 \x01(\r\x12\x13\n\x05token\x18\x03 \x01(\tB\x04\x90\xe6*\x01\x12:\n\x05items\x18\x04 \x03(\x0b\x32#.Ydb.Export.ExportToYtSettings.ItemB\x06\x9a\xe6*\x02(\x01\x12\x1c\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x01\x12\x19\n\x11number_of_retries\x18\x06 \x01(\r\x12\x13\n\x0buse_type_v3\x18\x07 \x01(\x08\x1a\x41\n\x04Item\x12\x19\n\x0bsource_path\x18\x01 \x01(\tB\x04\x90\xe6*\x01\x12\x1e\n\x10\x64\x65stination_path\x18\x02 \x01(\tB\x04\x90\xe6*\x01\"\x12\n\x10\x45xportToYtResult\"\xb5\x01\n\x12\x45xportToYtMetadata\x12\x30\n\x08settings\x18\x01 \x01(\x0b\x32\x1e.Ydb.Export.ExportToYtSettings\x12\x35\n\x08progress\x18\x02 \x01(\x0e\x32#.Ydb.Export.ExportProgress.Progress\x12\x36\n\x0eitems_progress\x18\x03 \x03(\x0b\x32\x1e.Ydb.Export.ExportItemProgress\"\x86\x01\n\x11\x45xportToYtRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x36\n\x08settings\x18\x02 \x01(\x0b\x32\x1e.Ydb.Export.ExportToYtSettingsB\x04\x90\xe6*\x01\"B\n\x12\x45xportToYtResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x98\x05\n\x12\x45xportToS3Settings\x12\x16\n\x08\x65ndpoint\x18\x01 \x01(\tB\x04\x90\xe6*\x01\x12\x35\n\x06scheme\x18\x02 \x01(\x0e\x32%.Ydb.Export.ExportToS3Settings.Scheme\x12\x14\n\x06\x62ucket\x18\x03 \x01(\tB\x04\x90\xe6*\x01\x12\x18\n\naccess_key\x18\x04 \x01(\tB\x04\x90\xe6*\x01\x12\x18\n\nsecret_key\x18\x05 \x01(\tB\x04\x90\xe6*\x01\x12:\n\x05items\x18\x06 \x03(\x0b\x32#.Ydb.Export.ExportToS3Settings.ItemB\x06\x9a\xe6*\x02(\x01\x12\x1c\n\x0b\x64\x65scription\x18\x07 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x01\x12\x19\n\x11number_of_retries\x18\x08 \x01(\r\x12\x42\n\rstorage_class\x18\t \x01(\x0e\x32+.Ydb.Export.ExportToS3Settings.StorageClass\x1a\x43\n\x04Item\x12\x19\n\x0bsource_path\x18\x01 \x01(\tB\x04\x90\xe6*\x01\x12 \n\x12\x64\x65stination_prefix\x18\x02 \x01(\tB\x04\x90\xe6*\x01\".\n\x06Scheme\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x08\n\x04HTTP\x10\x01\x12\t\n\x05HTTPS\x10\x02\"\xba\x01\n\x0cStorageClass\x12\x1d\n\x19STORAGE_CLASS_UNSPECIFIED\x10\x00\x12\x0c\n\x08STANDARD\x10\x01\x12\x16\n\x12REDUCED_REDUNDANCY\x10\x02\x12\x0f\n\x0bSTANDARD_IA\x10\x03\x12\x0e\n\nONEZONE_IA\x10\x04\x12\x17\n\x13INTELLIGENT_TIERING\x10\x05\x12\x0b\n\x07GLACIER\x10\x06\x12\x10\n\x0c\x44\x45\x45P_ARCHIVE\x10\x07\x12\x0c\n\x08OUTPOSTS\x10\x08\"\x12\n\x10\x45xportToS3Result\"\xb5\x01\n\x12\x45xportToS3Metadata\x12\x30\n\x08settings\x18\x01 \x01(\x0b\x32\x1e.Ydb.Export.ExportToS3Settings\x12\x35\n\x08progress\x18\x02 \x01(\x0e\x32#.Ydb.Export.ExportProgress.Progress\x12\x36\n\x0eitems_progress\x18\x03 \x03(\x0b\x32\x1e.Ydb.Export.ExportItemProgress\"\x86\x01\n\x11\x45xportToS3Request\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x36\n\x08settings\x18\x02 \x01(\x0b\x32\x1e.Ydb.Export.ExportToS3SettingsB\x04\x90\xe6*\x01\"B\n\x12\x45xportToS3Response\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.OperationB\x1a\n\x15\x63om.yandex.ydb.export\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,])
-
-
-
-_EXPORTPROGRESS_PROGRESS = _descriptor.EnumDescriptor(
- name='Progress',
- full_name='Ydb.Export.ExportProgress.Progress',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_PREPARING', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_TRANSFER_DATA', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_DONE', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_CANCELLATION', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_CANCELLED', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=202,
- serialized_end=360,
-)
-_sym_db.RegisterEnumDescriptor(_EXPORTPROGRESS_PROGRESS)
-
-_EXPORTTOS3SETTINGS_SCHEME = _descriptor.EnumDescriptor(
- name='Scheme',
- full_name='Ydb.Export.ExportToS3Settings.Scheme',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='HTTP', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='HTTPS', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=1647,
- serialized_end=1693,
-)
-_sym_db.RegisterEnumDescriptor(_EXPORTTOS3SETTINGS_SCHEME)
-
-_EXPORTTOS3SETTINGS_STORAGECLASS = _descriptor.EnumDescriptor(
- name='StorageClass',
- full_name='Ydb.Export.ExportToS3Settings.StorageClass',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STORAGE_CLASS_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STANDARD', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='REDUCED_REDUNDANCY', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STANDARD_IA', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ONEZONE_IA', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='INTELLIGENT_TIERING', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='GLACIER', index=6, number=6,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DEEP_ARCHIVE', index=7, number=7,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='OUTPOSTS', index=8, number=8,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=1696,
- serialized_end=1882,
-)
-_sym_db.RegisterEnumDescriptor(_EXPORTTOS3SETTINGS_STORAGECLASS)
-
-
-_EXPORTPROGRESS = _descriptor.Descriptor(
- name='ExportProgress',
- full_name='Ydb.Export.ExportProgress',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _EXPORTPROGRESS_PROGRESS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=183,
- serialized_end=360,
-)
-
-
-_EXPORTITEMPROGRESS = _descriptor.Descriptor(
- name='ExportItemProgress',
- full_name='Ydb.Export.ExportItemProgress',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='parts_total', full_name='Ydb.Export.ExportItemProgress.parts_total', index=0,
- number=1, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='parts_completed', full_name='Ydb.Export.ExportItemProgress.parts_completed', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='start_time', full_name='Ydb.Export.ExportItemProgress.start_time', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_time', full_name='Ydb.Export.ExportItemProgress.end_time', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=363,
- serialized_end=523,
-)
-
-
-_EXPORTTOYTSETTINGS_ITEM = _descriptor.Descriptor(
- name='Item',
- full_name='Ydb.Export.ExportToYtSettings.Item',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='source_path', full_name='Ydb.Export.ExportToYtSettings.Item.source_path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='destination_path', full_name='Ydb.Export.ExportToYtSettings.Item.destination_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=741,
- serialized_end=806,
-)
-
-_EXPORTTOYTSETTINGS = _descriptor.Descriptor(
- name='ExportToYtSettings',
- full_name='Ydb.Export.ExportToYtSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='host', full_name='Ydb.Export.ExportToYtSettings.host', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='port', full_name='Ydb.Export.ExportToYtSettings.port', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='token', full_name='Ydb.Export.ExportToYtSettings.token', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='items', full_name='Ydb.Export.ExportToYtSettings.items', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\232\346*\002(\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='description', full_name='Ydb.Export.ExportToYtSettings.description', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='number_of_retries', full_name='Ydb.Export.ExportToYtSettings.number_of_retries', index=5,
- number=6, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='use_type_v3', full_name='Ydb.Export.ExportToYtSettings.use_type_v3', index=6,
- number=7, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_EXPORTTOYTSETTINGS_ITEM, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=526,
- serialized_end=806,
-)
-
-
-_EXPORTTOYTRESULT = _descriptor.Descriptor(
- name='ExportToYtResult',
- full_name='Ydb.Export.ExportToYtResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=808,
- serialized_end=826,
-)
-
-
-_EXPORTTOYTMETADATA = _descriptor.Descriptor(
- name='ExportToYtMetadata',
- full_name='Ydb.Export.ExportToYtMetadata',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='settings', full_name='Ydb.Export.ExportToYtMetadata.settings', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='progress', full_name='Ydb.Export.ExportToYtMetadata.progress', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='items_progress', full_name='Ydb.Export.ExportToYtMetadata.items_progress', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=829,
- serialized_end=1010,
-)
-
-
-_EXPORTTOYTREQUEST = _descriptor.Descriptor(
- name='ExportToYtRequest',
- full_name='Ydb.Export.ExportToYtRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Export.ExportToYtRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='settings', full_name='Ydb.Export.ExportToYtRequest.settings', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1013,
- serialized_end=1147,
-)
-
-
-_EXPORTTOYTRESPONSE = _descriptor.Descriptor(
- name='ExportToYtResponse',
- full_name='Ydb.Export.ExportToYtResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Export.ExportToYtResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1149,
- serialized_end=1215,
-)
-
-
-_EXPORTTOS3SETTINGS_ITEM = _descriptor.Descriptor(
- name='Item',
- full_name='Ydb.Export.ExportToS3Settings.Item',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='source_path', full_name='Ydb.Export.ExportToS3Settings.Item.source_path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='destination_prefix', full_name='Ydb.Export.ExportToS3Settings.Item.destination_prefix', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1578,
- serialized_end=1645,
-)
-
-_EXPORTTOS3SETTINGS = _descriptor.Descriptor(
- name='ExportToS3Settings',
- full_name='Ydb.Export.ExportToS3Settings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='endpoint', full_name='Ydb.Export.ExportToS3Settings.endpoint', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='scheme', full_name='Ydb.Export.ExportToS3Settings.scheme', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='bucket', full_name='Ydb.Export.ExportToS3Settings.bucket', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='access_key', full_name='Ydb.Export.ExportToS3Settings.access_key', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='secret_key', full_name='Ydb.Export.ExportToS3Settings.secret_key', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='items', full_name='Ydb.Export.ExportToS3Settings.items', index=5,
- number=6, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\232\346*\002(\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='description', full_name='Ydb.Export.ExportToS3Settings.description', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='number_of_retries', full_name='Ydb.Export.ExportToS3Settings.number_of_retries', index=7,
- number=8, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='storage_class', full_name='Ydb.Export.ExportToS3Settings.storage_class', index=8,
- number=9, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_EXPORTTOS3SETTINGS_ITEM, ],
- enum_types=[
- _EXPORTTOS3SETTINGS_SCHEME,
- _EXPORTTOS3SETTINGS_STORAGECLASS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1218,
- serialized_end=1882,
-)
-
-
-_EXPORTTOS3RESULT = _descriptor.Descriptor(
- name='ExportToS3Result',
- full_name='Ydb.Export.ExportToS3Result',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1884,
- serialized_end=1902,
-)
-
-
-_EXPORTTOS3METADATA = _descriptor.Descriptor(
- name='ExportToS3Metadata',
- full_name='Ydb.Export.ExportToS3Metadata',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='settings', full_name='Ydb.Export.ExportToS3Metadata.settings', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='progress', full_name='Ydb.Export.ExportToS3Metadata.progress', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='items_progress', full_name='Ydb.Export.ExportToS3Metadata.items_progress', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1905,
- serialized_end=2086,
-)
-
-
-_EXPORTTOS3REQUEST = _descriptor.Descriptor(
- name='ExportToS3Request',
- full_name='Ydb.Export.ExportToS3Request',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Export.ExportToS3Request.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='settings', full_name='Ydb.Export.ExportToS3Request.settings', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2089,
- serialized_end=2223,
-)
-
-
-_EXPORTTOS3RESPONSE = _descriptor.Descriptor(
- name='ExportToS3Response',
- full_name='Ydb.Export.ExportToS3Response',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Export.ExportToS3Response.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2225,
- serialized_end=2291,
-)
-
-_EXPORTPROGRESS_PROGRESS.containing_type = _EXPORTPROGRESS
-_EXPORTITEMPROGRESS.fields_by_name['start_time'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_EXPORTITEMPROGRESS.fields_by_name['end_time'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_EXPORTTOYTSETTINGS_ITEM.containing_type = _EXPORTTOYTSETTINGS
-_EXPORTTOYTSETTINGS.fields_by_name['items'].message_type = _EXPORTTOYTSETTINGS_ITEM
-_EXPORTTOYTMETADATA.fields_by_name['settings'].message_type = _EXPORTTOYTSETTINGS
-_EXPORTTOYTMETADATA.fields_by_name['progress'].enum_type = _EXPORTPROGRESS_PROGRESS
-_EXPORTTOYTMETADATA.fields_by_name['items_progress'].message_type = _EXPORTITEMPROGRESS
-_EXPORTTOYTREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_EXPORTTOYTREQUEST.fields_by_name['settings'].message_type = _EXPORTTOYTSETTINGS
-_EXPORTTOYTRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_EXPORTTOS3SETTINGS_ITEM.containing_type = _EXPORTTOS3SETTINGS
-_EXPORTTOS3SETTINGS.fields_by_name['scheme'].enum_type = _EXPORTTOS3SETTINGS_SCHEME
-_EXPORTTOS3SETTINGS.fields_by_name['items'].message_type = _EXPORTTOS3SETTINGS_ITEM
-_EXPORTTOS3SETTINGS.fields_by_name['storage_class'].enum_type = _EXPORTTOS3SETTINGS_STORAGECLASS
-_EXPORTTOS3SETTINGS_SCHEME.containing_type = _EXPORTTOS3SETTINGS
-_EXPORTTOS3SETTINGS_STORAGECLASS.containing_type = _EXPORTTOS3SETTINGS
-_EXPORTTOS3METADATA.fields_by_name['settings'].message_type = _EXPORTTOS3SETTINGS
-_EXPORTTOS3METADATA.fields_by_name['progress'].enum_type = _EXPORTPROGRESS_PROGRESS
-_EXPORTTOS3METADATA.fields_by_name['items_progress'].message_type = _EXPORTITEMPROGRESS
-_EXPORTTOS3REQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_EXPORTTOS3REQUEST.fields_by_name['settings'].message_type = _EXPORTTOS3SETTINGS
-_EXPORTTOS3RESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['ExportProgress'] = _EXPORTPROGRESS
-DESCRIPTOR.message_types_by_name['ExportItemProgress'] = _EXPORTITEMPROGRESS
-DESCRIPTOR.message_types_by_name['ExportToYtSettings'] = _EXPORTTOYTSETTINGS
-DESCRIPTOR.message_types_by_name['ExportToYtResult'] = _EXPORTTOYTRESULT
-DESCRIPTOR.message_types_by_name['ExportToYtMetadata'] = _EXPORTTOYTMETADATA
-DESCRIPTOR.message_types_by_name['ExportToYtRequest'] = _EXPORTTOYTREQUEST
-DESCRIPTOR.message_types_by_name['ExportToYtResponse'] = _EXPORTTOYTRESPONSE
-DESCRIPTOR.message_types_by_name['ExportToS3Settings'] = _EXPORTTOS3SETTINGS
-DESCRIPTOR.message_types_by_name['ExportToS3Result'] = _EXPORTTOS3RESULT
-DESCRIPTOR.message_types_by_name['ExportToS3Metadata'] = _EXPORTTOS3METADATA
-DESCRIPTOR.message_types_by_name['ExportToS3Request'] = _EXPORTTOS3REQUEST
-DESCRIPTOR.message_types_by_name['ExportToS3Response'] = _EXPORTTOS3RESPONSE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-ExportProgress = _reflection.GeneratedProtocolMessageType('ExportProgress', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTPROGRESS,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportProgress)
- })
-_sym_db.RegisterMessage(ExportProgress)
-
-ExportItemProgress = _reflection.GeneratedProtocolMessageType('ExportItemProgress', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTITEMPROGRESS,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportItemProgress)
- })
-_sym_db.RegisterMessage(ExportItemProgress)
-
-ExportToYtSettings = _reflection.GeneratedProtocolMessageType('ExportToYtSettings', (_message.Message,), {
-
- 'Item' : _reflection.GeneratedProtocolMessageType('Item', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTTOYTSETTINGS_ITEM,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToYtSettings.Item)
- })
- ,
- 'DESCRIPTOR' : _EXPORTTOYTSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToYtSettings)
- })
-_sym_db.RegisterMessage(ExportToYtSettings)
-_sym_db.RegisterMessage(ExportToYtSettings.Item)
-
-ExportToYtResult = _reflection.GeneratedProtocolMessageType('ExportToYtResult', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTTOYTRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToYtResult)
- })
-_sym_db.RegisterMessage(ExportToYtResult)
-
-ExportToYtMetadata = _reflection.GeneratedProtocolMessageType('ExportToYtMetadata', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTTOYTMETADATA,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToYtMetadata)
- })
-_sym_db.RegisterMessage(ExportToYtMetadata)
-
-ExportToYtRequest = _reflection.GeneratedProtocolMessageType('ExportToYtRequest', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTTOYTREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToYtRequest)
- })
-_sym_db.RegisterMessage(ExportToYtRequest)
-
-ExportToYtResponse = _reflection.GeneratedProtocolMessageType('ExportToYtResponse', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTTOYTRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToYtResponse)
- })
-_sym_db.RegisterMessage(ExportToYtResponse)
-
-ExportToS3Settings = _reflection.GeneratedProtocolMessageType('ExportToS3Settings', (_message.Message,), {
-
- 'Item' : _reflection.GeneratedProtocolMessageType('Item', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTTOS3SETTINGS_ITEM,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToS3Settings.Item)
- })
- ,
- 'DESCRIPTOR' : _EXPORTTOS3SETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToS3Settings)
- })
-_sym_db.RegisterMessage(ExportToS3Settings)
-_sym_db.RegisterMessage(ExportToS3Settings.Item)
-
-ExportToS3Result = _reflection.GeneratedProtocolMessageType('ExportToS3Result', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTTOS3RESULT,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToS3Result)
- })
-_sym_db.RegisterMessage(ExportToS3Result)
-
-ExportToS3Metadata = _reflection.GeneratedProtocolMessageType('ExportToS3Metadata', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTTOS3METADATA,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToS3Metadata)
- })
-_sym_db.RegisterMessage(ExportToS3Metadata)
-
-ExportToS3Request = _reflection.GeneratedProtocolMessageType('ExportToS3Request', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTTOS3REQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToS3Request)
- })
-_sym_db.RegisterMessage(ExportToS3Request)
-
-ExportToS3Response = _reflection.GeneratedProtocolMessageType('ExportToS3Response', (_message.Message,), {
- 'DESCRIPTOR' : _EXPORTTOS3RESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_export_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Export.ExportToS3Response)
- })
-_sym_db.RegisterMessage(ExportToS3Response)
-
-
-DESCRIPTOR._options = None
-_EXPORTTOYTSETTINGS_ITEM.fields_by_name['source_path']._options = None
-_EXPORTTOYTSETTINGS_ITEM.fields_by_name['destination_path']._options = None
-_EXPORTTOYTSETTINGS.fields_by_name['host']._options = None
-_EXPORTTOYTSETTINGS.fields_by_name['token']._options = None
-_EXPORTTOYTSETTINGS.fields_by_name['items']._options = None
-_EXPORTTOYTSETTINGS.fields_by_name['description']._options = None
-_EXPORTTOYTREQUEST.fields_by_name['settings']._options = None
-_EXPORTTOS3SETTINGS_ITEM.fields_by_name['source_path']._options = None
-_EXPORTTOS3SETTINGS_ITEM.fields_by_name['destination_prefix']._options = None
-_EXPORTTOS3SETTINGS.fields_by_name['endpoint']._options = None
-_EXPORTTOS3SETTINGS.fields_by_name['bucket']._options = None
-_EXPORTTOS3SETTINGS.fields_by_name['access_key']._options = None
-_EXPORTTOS3SETTINGS.fields_by_name['secret_key']._options = None
-_EXPORTTOS3SETTINGS.fields_by_name['items']._options = None
-_EXPORTTOS3SETTINGS.fields_by_name['description']._options = None
-_EXPORTTOS3REQUEST.fields_by_name['settings']._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_export_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_export_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_export_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_formats_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_formats_pb2.py
deleted file mode 100644
index fbe7bb145d5..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_formats_pb2.py
+++ /dev/null
@@ -1,132 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_formats.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_formats.proto',
- package='Ydb.Formats',
- syntax='proto3',
- serialized_options=b'\n\026com.yandex.ydb.formats\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n\'ydb/public/api/protos/ydb_formats.proto\x12\x0bYdb.Formats\"$\n\x12\x41rrowBatchSettings\x12\x0e\n\x06schema\x18\x01 \x01(\x0c\"W\n\x0b\x43svSettings\x12\x11\n\tskip_rows\x18\x01 \x01(\r\x12\x11\n\tdelimiter\x18\x02 \x01(\x0c\x12\x12\n\nnull_value\x18\x03 \x01(\x0c\x12\x0e\n\x06header\x18\x04 \x01(\x08\x42\x1b\n\x16\x63om.yandex.ydb.formats\xf8\x01\x01\x62\x06proto3'
-)
-
-
-
-
-_ARROWBATCHSETTINGS = _descriptor.Descriptor(
- name='ArrowBatchSettings',
- full_name='Ydb.Formats.ArrowBatchSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='schema', full_name='Ydb.Formats.ArrowBatchSettings.schema', index=0,
- number=1, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=56,
- serialized_end=92,
-)
-
-
-_CSVSETTINGS = _descriptor.Descriptor(
- name='CsvSettings',
- full_name='Ydb.Formats.CsvSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='skip_rows', full_name='Ydb.Formats.CsvSettings.skip_rows', index=0,
- number=1, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='delimiter', full_name='Ydb.Formats.CsvSettings.delimiter', index=1,
- number=2, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='null_value', full_name='Ydb.Formats.CsvSettings.null_value', index=2,
- number=3, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='header', full_name='Ydb.Formats.CsvSettings.header', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=94,
- serialized_end=181,
-)
-
-DESCRIPTOR.message_types_by_name['ArrowBatchSettings'] = _ARROWBATCHSETTINGS
-DESCRIPTOR.message_types_by_name['CsvSettings'] = _CSVSETTINGS
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-ArrowBatchSettings = _reflection.GeneratedProtocolMessageType('ArrowBatchSettings', (_message.Message,), {
- 'DESCRIPTOR' : _ARROWBATCHSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_formats_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Formats.ArrowBatchSettings)
- })
-_sym_db.RegisterMessage(ArrowBatchSettings)
-
-CsvSettings = _reflection.GeneratedProtocolMessageType('CsvSettings', (_message.Message,), {
- 'DESCRIPTOR' : _CSVSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_formats_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Formats.CsvSettings)
- })
-_sym_db.RegisterMessage(CsvSettings)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_formats_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_formats_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_formats_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_import_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_import_pb2.py
deleted file mode 100644
index aeac4ef0618..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_import_pb2.py
+++ /dev/null
@@ -1,728 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_import.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos.annotations import validation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_import.proto',
- package='Ydb.Import',
- syntax='proto3',
- serialized_options=b'\n\026com.yandex.ydb.import_\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n&ydb/public/api/protos/ydb_import.proto\x12\nYdb.Import\x1a\x32ydb/public/api/protos/annotations/validation.proto\x1a)ydb/public/api/protos/ydb_operation.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xcd\x01\n\x0eImportProgress\"\xba\x01\n\x08Progress\x12\x18\n\x14PROGRESS_UNSPECIFIED\x10\x00\x12\x16\n\x12PROGRESS_PREPARING\x10\x01\x12\x1a\n\x16PROGRESS_TRANSFER_DATA\x10\x02\x12\x1a\n\x16PROGRESS_BUILD_INDEXES\x10\x03\x12\x11\n\rPROGRESS_DONE\x10\x04\x12\x19\n\x15PROGRESS_CANCELLATION\x10\x05\x12\x16\n\x12PROGRESS_CANCELLED\x10\x06\"\xa0\x01\n\x12ImportItemProgress\x12\x13\n\x0bparts_total\x18\x01 \x01(\r\x12\x17\n\x0fparts_completed\x18\x02 \x01(\r\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x9d\x03\n\x14ImportFromS3Settings\x12\x16\n\x08\x65ndpoint\x18\x01 \x01(\tB\x04\x90\xe6*\x01\x12\x37\n\x06scheme\x18\x02 \x01(\x0e\x32\'.Ydb.Import.ImportFromS3Settings.Scheme\x12\x14\n\x06\x62ucket\x18\x03 \x01(\tB\x04\x90\xe6*\x01\x12\x18\n\naccess_key\x18\x04 \x01(\tB\x04\x90\xe6*\x01\x12\x18\n\nsecret_key\x18\x05 \x01(\tB\x04\x90\xe6*\x01\x12<\n\x05items\x18\x06 \x03(\x0b\x32%.Ydb.Import.ImportFromS3Settings.ItemB\x06\x9a\xe6*\x02(\x01\x12\x1c\n\x0b\x64\x65scription\x18\x07 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x01\x12\x19\n\x11number_of_retries\x18\x08 \x01(\r\x1a\x43\n\x04Item\x12\x1b\n\rsource_prefix\x18\x01 \x01(\tB\x04\x90\xe6*\x01\x12\x1e\n\x10\x64\x65stination_path\x18\x02 \x01(\tB\x04\x90\xe6*\x01\".\n\x06Scheme\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x08\n\x04HTTP\x10\x01\x12\t\n\x05HTTPS\x10\x02\"\x14\n\x12ImportFromS3Result\"\xb9\x01\n\x14ImportFromS3Metadata\x12\x32\n\x08settings\x18\x01 \x01(\x0b\x32 .Ydb.Import.ImportFromS3Settings\x12\x35\n\x08progress\x18\x02 \x01(\x0e\x32#.Ydb.Import.ImportProgress.Progress\x12\x36\n\x0eitems_progress\x18\x03 \x03(\x0b\x32\x1e.Ydb.Import.ImportItemProgress\"\x8a\x01\n\x13ImportFromS3Request\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x38\n\x08settings\x18\x02 \x01(\x0b\x32 .Ydb.Import.ImportFromS3SettingsB\x04\x90\xe6*\x01\"D\n\x14ImportFromS3Response\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\" \n\rYdbDumpFormat\x12\x0f\n\x07\x63olumns\x18\x01 \x03(\t\"\x12\n\x10ImportDataResult\"\xae\x01\n\x11ImportDataRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\x17\n\x04\x64\x61ta\x18\x03 \x01(\x0c\x42\t\xa2\xe6*\x05\x18\x80\x80\x80\x04\x12-\n\x08ydb_dump\x18\x04 \x01(\x0b\x32\x19.Ydb.Import.YdbDumpFormatH\x00\x42\x08\n\x06\x66ormat\"B\n\x12ImportDataResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.OperationB\x1b\n\x16\x63om.yandex.ydb.import_\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,])
-
-
-
-_IMPORTPROGRESS_PROGRESS = _descriptor.EnumDescriptor(
- name='Progress',
- full_name='Ydb.Import.ImportProgress.Progress',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_PREPARING', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_TRANSFER_DATA', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_BUILD_INDEXES', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_DONE', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_CANCELLATION', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PROGRESS_CANCELLED', index=6, number=6,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=202,
- serialized_end=388,
-)
-_sym_db.RegisterEnumDescriptor(_IMPORTPROGRESS_PROGRESS)
-
-_IMPORTFROMS3SETTINGS_SCHEME = _descriptor.EnumDescriptor(
- name='Scheme',
- full_name='Ydb.Import.ImportFromS3Settings.Scheme',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='HTTP', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='HTTPS', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=921,
- serialized_end=967,
-)
-_sym_db.RegisterEnumDescriptor(_IMPORTFROMS3SETTINGS_SCHEME)
-
-
-_IMPORTPROGRESS = _descriptor.Descriptor(
- name='ImportProgress',
- full_name='Ydb.Import.ImportProgress',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _IMPORTPROGRESS_PROGRESS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=183,
- serialized_end=388,
-)
-
-
-_IMPORTITEMPROGRESS = _descriptor.Descriptor(
- name='ImportItemProgress',
- full_name='Ydb.Import.ImportItemProgress',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='parts_total', full_name='Ydb.Import.ImportItemProgress.parts_total', index=0,
- number=1, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='parts_completed', full_name='Ydb.Import.ImportItemProgress.parts_completed', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='start_time', full_name='Ydb.Import.ImportItemProgress.start_time', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_time', full_name='Ydb.Import.ImportItemProgress.end_time', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=391,
- serialized_end=551,
-)
-
-
-_IMPORTFROMS3SETTINGS_ITEM = _descriptor.Descriptor(
- name='Item',
- full_name='Ydb.Import.ImportFromS3Settings.Item',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='source_prefix', full_name='Ydb.Import.ImportFromS3Settings.Item.source_prefix', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='destination_path', full_name='Ydb.Import.ImportFromS3Settings.Item.destination_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=852,
- serialized_end=919,
-)
-
-_IMPORTFROMS3SETTINGS = _descriptor.Descriptor(
- name='ImportFromS3Settings',
- full_name='Ydb.Import.ImportFromS3Settings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='endpoint', full_name='Ydb.Import.ImportFromS3Settings.endpoint', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='scheme', full_name='Ydb.Import.ImportFromS3Settings.scheme', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='bucket', full_name='Ydb.Import.ImportFromS3Settings.bucket', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='access_key', full_name='Ydb.Import.ImportFromS3Settings.access_key', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='secret_key', full_name='Ydb.Import.ImportFromS3Settings.secret_key', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='items', full_name='Ydb.Import.ImportFromS3Settings.items', index=5,
- number=6, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\232\346*\002(\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='description', full_name='Ydb.Import.ImportFromS3Settings.description', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='number_of_retries', full_name='Ydb.Import.ImportFromS3Settings.number_of_retries', index=7,
- number=8, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_IMPORTFROMS3SETTINGS_ITEM, ],
- enum_types=[
- _IMPORTFROMS3SETTINGS_SCHEME,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=554,
- serialized_end=967,
-)
-
-
-_IMPORTFROMS3RESULT = _descriptor.Descriptor(
- name='ImportFromS3Result',
- full_name='Ydb.Import.ImportFromS3Result',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=969,
- serialized_end=989,
-)
-
-
-_IMPORTFROMS3METADATA = _descriptor.Descriptor(
- name='ImportFromS3Metadata',
- full_name='Ydb.Import.ImportFromS3Metadata',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='settings', full_name='Ydb.Import.ImportFromS3Metadata.settings', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='progress', full_name='Ydb.Import.ImportFromS3Metadata.progress', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='items_progress', full_name='Ydb.Import.ImportFromS3Metadata.items_progress', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=992,
- serialized_end=1177,
-)
-
-
-_IMPORTFROMS3REQUEST = _descriptor.Descriptor(
- name='ImportFromS3Request',
- full_name='Ydb.Import.ImportFromS3Request',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Import.ImportFromS3Request.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='settings', full_name='Ydb.Import.ImportFromS3Request.settings', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1180,
- serialized_end=1318,
-)
-
-
-_IMPORTFROMS3RESPONSE = _descriptor.Descriptor(
- name='ImportFromS3Response',
- full_name='Ydb.Import.ImportFromS3Response',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Import.ImportFromS3Response.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1320,
- serialized_end=1388,
-)
-
-
-_YDBDUMPFORMAT = _descriptor.Descriptor(
- name='YdbDumpFormat',
- full_name='Ydb.Import.YdbDumpFormat',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='columns', full_name='Ydb.Import.YdbDumpFormat.columns', index=0,
- number=1, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1390,
- serialized_end=1422,
-)
-
-
-_IMPORTDATARESULT = _descriptor.Descriptor(
- name='ImportDataResult',
- full_name='Ydb.Import.ImportDataResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1424,
- serialized_end=1442,
-)
-
-
-_IMPORTDATAREQUEST = _descriptor.Descriptor(
- name='ImportDataRequest',
- full_name='Ydb.Import.ImportDataRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Import.ImportDataRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Import.ImportDataRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.Import.ImportDataRequest.data', index=2,
- number=3, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\005\030\200\200\200\004', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ydb_dump', full_name='Ydb.Import.ImportDataRequest.ydb_dump', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='format', full_name='Ydb.Import.ImportDataRequest.format',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=1445,
- serialized_end=1619,
-)
-
-
-_IMPORTDATARESPONSE = _descriptor.Descriptor(
- name='ImportDataResponse',
- full_name='Ydb.Import.ImportDataResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Import.ImportDataResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1621,
- serialized_end=1687,
-)
-
-_IMPORTPROGRESS_PROGRESS.containing_type = _IMPORTPROGRESS
-_IMPORTITEMPROGRESS.fields_by_name['start_time'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_IMPORTITEMPROGRESS.fields_by_name['end_time'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_IMPORTFROMS3SETTINGS_ITEM.containing_type = _IMPORTFROMS3SETTINGS
-_IMPORTFROMS3SETTINGS.fields_by_name['scheme'].enum_type = _IMPORTFROMS3SETTINGS_SCHEME
-_IMPORTFROMS3SETTINGS.fields_by_name['items'].message_type = _IMPORTFROMS3SETTINGS_ITEM
-_IMPORTFROMS3SETTINGS_SCHEME.containing_type = _IMPORTFROMS3SETTINGS
-_IMPORTFROMS3METADATA.fields_by_name['settings'].message_type = _IMPORTFROMS3SETTINGS
-_IMPORTFROMS3METADATA.fields_by_name['progress'].enum_type = _IMPORTPROGRESS_PROGRESS
-_IMPORTFROMS3METADATA.fields_by_name['items_progress'].message_type = _IMPORTITEMPROGRESS
-_IMPORTFROMS3REQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_IMPORTFROMS3REQUEST.fields_by_name['settings'].message_type = _IMPORTFROMS3SETTINGS
-_IMPORTFROMS3RESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_IMPORTDATAREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_IMPORTDATAREQUEST.fields_by_name['ydb_dump'].message_type = _YDBDUMPFORMAT
-_IMPORTDATAREQUEST.oneofs_by_name['format'].fields.append(
- _IMPORTDATAREQUEST.fields_by_name['ydb_dump'])
-_IMPORTDATAREQUEST.fields_by_name['ydb_dump'].containing_oneof = _IMPORTDATAREQUEST.oneofs_by_name['format']
-_IMPORTDATARESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['ImportProgress'] = _IMPORTPROGRESS
-DESCRIPTOR.message_types_by_name['ImportItemProgress'] = _IMPORTITEMPROGRESS
-DESCRIPTOR.message_types_by_name['ImportFromS3Settings'] = _IMPORTFROMS3SETTINGS
-DESCRIPTOR.message_types_by_name['ImportFromS3Result'] = _IMPORTFROMS3RESULT
-DESCRIPTOR.message_types_by_name['ImportFromS3Metadata'] = _IMPORTFROMS3METADATA
-DESCRIPTOR.message_types_by_name['ImportFromS3Request'] = _IMPORTFROMS3REQUEST
-DESCRIPTOR.message_types_by_name['ImportFromS3Response'] = _IMPORTFROMS3RESPONSE
-DESCRIPTOR.message_types_by_name['YdbDumpFormat'] = _YDBDUMPFORMAT
-DESCRIPTOR.message_types_by_name['ImportDataResult'] = _IMPORTDATARESULT
-DESCRIPTOR.message_types_by_name['ImportDataRequest'] = _IMPORTDATAREQUEST
-DESCRIPTOR.message_types_by_name['ImportDataResponse'] = _IMPORTDATARESPONSE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-ImportProgress = _reflection.GeneratedProtocolMessageType('ImportProgress', (_message.Message,), {
- 'DESCRIPTOR' : _IMPORTPROGRESS,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.ImportProgress)
- })
-_sym_db.RegisterMessage(ImportProgress)
-
-ImportItemProgress = _reflection.GeneratedProtocolMessageType('ImportItemProgress', (_message.Message,), {
- 'DESCRIPTOR' : _IMPORTITEMPROGRESS,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.ImportItemProgress)
- })
-_sym_db.RegisterMessage(ImportItemProgress)
-
-ImportFromS3Settings = _reflection.GeneratedProtocolMessageType('ImportFromS3Settings', (_message.Message,), {
-
- 'Item' : _reflection.GeneratedProtocolMessageType('Item', (_message.Message,), {
- 'DESCRIPTOR' : _IMPORTFROMS3SETTINGS_ITEM,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.ImportFromS3Settings.Item)
- })
- ,
- 'DESCRIPTOR' : _IMPORTFROMS3SETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.ImportFromS3Settings)
- })
-_sym_db.RegisterMessage(ImportFromS3Settings)
-_sym_db.RegisterMessage(ImportFromS3Settings.Item)
-
-ImportFromS3Result = _reflection.GeneratedProtocolMessageType('ImportFromS3Result', (_message.Message,), {
- 'DESCRIPTOR' : _IMPORTFROMS3RESULT,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.ImportFromS3Result)
- })
-_sym_db.RegisterMessage(ImportFromS3Result)
-
-ImportFromS3Metadata = _reflection.GeneratedProtocolMessageType('ImportFromS3Metadata', (_message.Message,), {
- 'DESCRIPTOR' : _IMPORTFROMS3METADATA,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.ImportFromS3Metadata)
- })
-_sym_db.RegisterMessage(ImportFromS3Metadata)
-
-ImportFromS3Request = _reflection.GeneratedProtocolMessageType('ImportFromS3Request', (_message.Message,), {
- 'DESCRIPTOR' : _IMPORTFROMS3REQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.ImportFromS3Request)
- })
-_sym_db.RegisterMessage(ImportFromS3Request)
-
-ImportFromS3Response = _reflection.GeneratedProtocolMessageType('ImportFromS3Response', (_message.Message,), {
- 'DESCRIPTOR' : _IMPORTFROMS3RESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.ImportFromS3Response)
- })
-_sym_db.RegisterMessage(ImportFromS3Response)
-
-YdbDumpFormat = _reflection.GeneratedProtocolMessageType('YdbDumpFormat', (_message.Message,), {
- 'DESCRIPTOR' : _YDBDUMPFORMAT,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.YdbDumpFormat)
- })
-_sym_db.RegisterMessage(YdbDumpFormat)
-
-ImportDataResult = _reflection.GeneratedProtocolMessageType('ImportDataResult', (_message.Message,), {
- 'DESCRIPTOR' : _IMPORTDATARESULT,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.ImportDataResult)
- })
-_sym_db.RegisterMessage(ImportDataResult)
-
-ImportDataRequest = _reflection.GeneratedProtocolMessageType('ImportDataRequest', (_message.Message,), {
- 'DESCRIPTOR' : _IMPORTDATAREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.ImportDataRequest)
- })
-_sym_db.RegisterMessage(ImportDataRequest)
-
-ImportDataResponse = _reflection.GeneratedProtocolMessageType('ImportDataResponse', (_message.Message,), {
- 'DESCRIPTOR' : _IMPORTDATARESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_import_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Import.ImportDataResponse)
- })
-_sym_db.RegisterMessage(ImportDataResponse)
-
-
-DESCRIPTOR._options = None
-_IMPORTFROMS3SETTINGS_ITEM.fields_by_name['source_prefix']._options = None
-_IMPORTFROMS3SETTINGS_ITEM.fields_by_name['destination_path']._options = None
-_IMPORTFROMS3SETTINGS.fields_by_name['endpoint']._options = None
-_IMPORTFROMS3SETTINGS.fields_by_name['bucket']._options = None
-_IMPORTFROMS3SETTINGS.fields_by_name['access_key']._options = None
-_IMPORTFROMS3SETTINGS.fields_by_name['secret_key']._options = None
-_IMPORTFROMS3SETTINGS.fields_by_name['items']._options = None
-_IMPORTFROMS3SETTINGS.fields_by_name['description']._options = None
-_IMPORTFROMS3REQUEST.fields_by_name['settings']._options = None
-_IMPORTDATAREQUEST.fields_by_name['data']._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_import_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_import_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_import_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_issue_message_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_issue_message_pb2.py
deleted file mode 100644
index 42e06272f81..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_issue_message_pb2.py
+++ /dev/null
@@ -1,163 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_issue_message.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_issue_message.proto',
- package='Ydb.Issue',
- syntax='proto3',
- serialized_options=b'\n\016com.yandex.ydb\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n-ydb/public/api/protos/ydb_issue_message.proto\x12\tYdb.Issue\"\x91\x02\n\x0cIssueMessage\x12\x32\n\x08position\x18\x01 \x01(\x0b\x32 .Ydb.Issue.IssueMessage.Position\x12\x0f\n\x07message\x18\x02 \x01(\t\x12\x36\n\x0c\x65nd_position\x18\x03 \x01(\x0b\x32 .Ydb.Issue.IssueMessage.Position\x12\x12\n\nissue_code\x18\x04 \x01(\r\x12\x10\n\x08severity\x18\x05 \x01(\r\x12\'\n\x06issues\x18\x06 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x1a\x35\n\x08Position\x12\x0b\n\x03row\x18\x01 \x01(\r\x12\x0e\n\x06\x63olumn\x18\x02 \x01(\r\x12\x0c\n\x04\x66ile\x18\x03 \x01(\tB\x13\n\x0e\x63om.yandex.ydb\xf8\x01\x01\x62\x06proto3'
-)
-
-
-
-
-_ISSUEMESSAGE_POSITION = _descriptor.Descriptor(
- name='Position',
- full_name='Ydb.Issue.IssueMessage.Position',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='row', full_name='Ydb.Issue.IssueMessage.Position.row', index=0,
- number=1, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='column', full_name='Ydb.Issue.IssueMessage.Position.column', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='file', full_name='Ydb.Issue.IssueMessage.Position.file', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=281,
- serialized_end=334,
-)
-
-_ISSUEMESSAGE = _descriptor.Descriptor(
- name='IssueMessage',
- full_name='Ydb.Issue.IssueMessage',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='position', full_name='Ydb.Issue.IssueMessage.position', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='message', full_name='Ydb.Issue.IssueMessage.message', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_position', full_name='Ydb.Issue.IssueMessage.end_position', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issue_code', full_name='Ydb.Issue.IssueMessage.issue_code', index=3,
- number=4, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='severity', full_name='Ydb.Issue.IssueMessage.severity', index=4,
- number=5, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Issue.IssueMessage.issues', index=5,
- number=6, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_ISSUEMESSAGE_POSITION, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=61,
- serialized_end=334,
-)
-
-_ISSUEMESSAGE_POSITION.containing_type = _ISSUEMESSAGE
-_ISSUEMESSAGE.fields_by_name['position'].message_type = _ISSUEMESSAGE_POSITION
-_ISSUEMESSAGE.fields_by_name['end_position'].message_type = _ISSUEMESSAGE_POSITION
-_ISSUEMESSAGE.fields_by_name['issues'].message_type = _ISSUEMESSAGE
-DESCRIPTOR.message_types_by_name['IssueMessage'] = _ISSUEMESSAGE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-IssueMessage = _reflection.GeneratedProtocolMessageType('IssueMessage', (_message.Message,), {
-
- 'Position' : _reflection.GeneratedProtocolMessageType('Position', (_message.Message,), {
- 'DESCRIPTOR' : _ISSUEMESSAGE_POSITION,
- '__module__' : 'ydb.public.api.protos.ydb_issue_message_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Issue.IssueMessage.Position)
- })
- ,
- 'DESCRIPTOR' : _ISSUEMESSAGE,
- '__module__' : 'ydb.public.api.protos.ydb_issue_message_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Issue.IssueMessage)
- })
-_sym_db.RegisterMessage(IssueMessage)
-_sym_db.RegisterMessage(IssueMessage.Position)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_issue_message_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_issue_message_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_issue_message_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_monitoring_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_monitoring_pb2.py
deleted file mode 100644
index 60efcc428d3..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_monitoring_pb2.py
+++ /dev/null
@@ -1,1625 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_monitoring.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_monitoring.proto',
- package='Ydb.Monitoring',
- syntax='proto3',
- serialized_options=b'\n\031com.yandex.ydb.monitoringB\020MonitoringProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n*ydb/public/api/protos/ydb_monitoring.proto\x12\x0eYdb.Monitoring\x1a)ydb/public/api/protos/ydb_operation.proto\"g\n\nStatusFlag\"Y\n\x06Status\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x08\n\x04GREY\x10\x01\x12\t\n\x05GREEN\x10\x02\x12\x08\n\x04\x42LUE\x10\x03\x12\n\n\x06YELLOW\x10\x04\x12\n\n\x06ORANGE\x10\x05\x12\x07\n\x03RED\x10\x06\"\xbe\x01\n\x10SelfCheckRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1d\n\x15return_verbose_status\x18\x02 \x01(\x08\x12\x39\n\x0eminimum_status\x18\x03 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x15\n\rmaximum_level\x18\x04 \x01(\r\"A\n\x11SelfCheckResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"g\n\tSelfCheck\"Z\n\x06Result\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x08\n\x04GOOD\x10\x01\x12\x0c\n\x08\x44\x45GRADED\x10\x02\x12\x18\n\x14MAINTENANCE_REQUIRED\x10\x03\x12\r\n\tEMERGENCY\x10\x04\"T\n\x12StoragePDiskStatus\x12\n\n\x02id\x18\x01 \x01(\t\x12\x32\n\x07overall\x18\x02 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\"\xc0\x01\n\x12StorageVDiskStatus\x12\n\n\x02id\x18\x01 \x01(\t\x12\x32\n\x07overall\x18\x02 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x37\n\x0cvdisk_status\x18\x03 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x31\n\x05pdisk\x18\x04 \x01(\x0b\x32\".Ydb.Monitoring.StoragePDiskStatus\"\x88\x01\n\x12StorageGroupStatus\x12\n\n\x02id\x18\x01 \x01(\t\x12\x32\n\x07overall\x18\x02 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x32\n\x06vdisks\x18\x03 \x03(\x0b\x32\".Ydb.Monitoring.StorageVDiskStatus\"\x87\x01\n\x11StoragePoolStatus\x12\n\n\x02id\x18\x01 \x01(\t\x12\x32\n\x07overall\x18\x02 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x32\n\x06groups\x18\x03 \x03(\x0b\x32\".Ydb.Monitoring.StorageGroupStatus\"u\n\rStorageStatus\x12\x32\n\x07overall\x18\x01 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x30\n\x05pools\x18\x02 \x03(\x0b\x32!.Ydb.Monitoring.StoragePoolStatus\"\x81\x01\n\x13\x43omputeTabletStatus\x12\x32\n\x07overall\x18\x01 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\r\n\x05state\x18\x03 \x01(\t\x12\r\n\x05\x63ount\x18\x04 \x01(\r\x12\n\n\x02id\x18\x05 \x03(\t\"c\n\x10ThreadPoolStatus\x12\x32\n\x07overall\x18\x01 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\r\n\x05usage\x18\x03 \x01(\x02\"d\n\x11LoadAverageStatus\x12\x32\n\x07overall\x18\x01 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x0c\n\x04load\x18\x02 \x01(\x02\x12\r\n\x05\x63ores\x18\x03 \x01(\r\"\xeb\x01\n\x11\x43omputeNodeStatus\x12\n\n\x02id\x18\x01 \x01(\t\x12\x32\n\x07overall\x18\x02 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x34\n\x07tablets\x18\x03 \x03(\x0b\x32#.Ydb.Monitoring.ComputeTabletStatus\x12/\n\x05pools\x18\x04 \x03(\x0b\x32 .Ydb.Monitoring.ThreadPoolStatus\x12/\n\x04load\x18\x05 \x01(\x0b\x32!.Ydb.Monitoring.LoadAverageStatus\"\xab\x01\n\rComputeStatus\x12\x32\n\x07overall\x18\x01 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x30\n\x05nodes\x18\x02 \x03(\x0b\x32!.Ydb.Monitoring.ComputeNodeStatus\x12\x34\n\x07tablets\x18\x03 \x03(\x0b\x32#.Ydb.Monitoring.ComputeTabletStatus\"6\n\x0cLocationNode\x12\n\n\x02id\x18\x01 \x01(\r\x12\x0c\n\x04host\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\r\"0\n\x14LocationStoragePDisk\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\"W\n\x14LocationStorageVDisk\x12\n\n\x02id\x18\x01 \x01(\t\x12\x33\n\x05pdisk\x18\x02 \x01(\x0b\x32$.Ydb.Monitoring.LocationStoragePDisk\"W\n\x14LocationStorageGroup\x12\n\n\x02id\x18\x01 \x01(\t\x12\x33\n\x05vdisk\x18\x02 \x01(\x0b\x32$.Ydb.Monitoring.LocationStorageVDisk\"X\n\x13LocationStoragePool\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x33\n\x05group\x18\x02 \x01(\x0b\x32$.Ydb.Monitoring.LocationStorageGroup\"p\n\x0fLocationStorage\x12*\n\x04node\x18\x01 \x01(\x0b\x32\x1c.Ydb.Monitoring.LocationNode\x12\x31\n\x04pool\x18\x02 \x01(\x0b\x32#.Ydb.Monitoring.LocationStoragePool\"#\n\x13LocationComputePool\x12\x0c\n\x04name\x18\x01 \x01(\t\"@\n\x15LocationComputeTablet\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\n\n\x02id\x18\x02 \x03(\t\x12\r\n\x05\x63ount\x18\x03 \x01(\r\"\xa7\x01\n\x0fLocationCompute\x12*\n\x04node\x18\x01 \x01(\x0b\x32\x1c.Ydb.Monitoring.LocationNode\x12\x31\n\x04pool\x18\x02 \x01(\x0b\x32#.Ydb.Monitoring.LocationComputePool\x12\x35\n\x06tablet\x18\x03 \x01(\x0b\x32%.Ydb.Monitoring.LocationComputeTablet\" \n\x10LocationDatabase\x12\x0c\n\x04name\x18\x01 \x01(\t\"\xa2\x01\n\x08Location\x12\x30\n\x07storage\x18\x01 \x01(\x0b\x32\x1f.Ydb.Monitoring.LocationStorage\x12\x30\n\x07\x63ompute\x18\x02 \x01(\x0b\x32\x1f.Ydb.Monitoring.LocationCompute\x12\x32\n\x08\x64\x61tabase\x18\x03 \x01(\x0b\x32 .Ydb.Monitoring.LocationDatabase\"\xb3\x01\n\x08IssueLog\x12\n\n\x02id\x18\x01 \x01(\t\x12\x31\n\x06status\x18\x02 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12\x0f\n\x07message\x18\x03 \x01(\t\x12*\n\x08location\x18\x04 \x01(\x0b\x32\x18.Ydb.Monitoring.Location\x12\x0e\n\x06reason\x18\x05 \x03(\t\x12\x0c\n\x04type\x18\x06 \x01(\t\x12\r\n\x05level\x18\x07 \x01(\r\"\xb2\x01\n\x0e\x44\x61tabaseStatus\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x32\n\x07overall\x18\x02 \x01(\x0e\x32!.Ydb.Monitoring.StatusFlag.Status\x12.\n\x07storage\x18\x03 \x01(\x0b\x32\x1d.Ydb.Monitoring.StorageStatus\x12.\n\x07\x63ompute\x18\x04 \x01(\x0b\x32\x1d.Ydb.Monitoring.ComputeStatus\"\xb4\x01\n\x0fSelfCheckResult\x12;\n\x11self_check_result\x18\x01 \x01(\x0e\x32 .Ydb.Monitoring.SelfCheck.Result\x12+\n\tissue_log\x18\x02 \x03(\x0b\x32\x18.Ydb.Monitoring.IssueLog\x12\x37\n\x0f\x64\x61tabase_status\x18\x03 \x03(\x0b\x32\x1e.Ydb.Monitoring.DatabaseStatusB0\n\x19\x63om.yandex.ydb.monitoringB\x10MonitoringProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,])
-
-
-
-_STATUSFLAG_STATUS = _descriptor.EnumDescriptor(
- name='Status',
- full_name='Ydb.Monitoring.StatusFlag.Status',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='GREY', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='GREEN', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='BLUE', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='YELLOW', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ORANGE', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='RED', index=6, number=6,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=119,
- serialized_end=208,
-)
-_sym_db.RegisterEnumDescriptor(_STATUSFLAG_STATUS)
-
-_SELFCHECK_RESULT = _descriptor.EnumDescriptor(
- name='Result',
- full_name='Ydb.Monitoring.SelfCheck.Result',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='GOOD', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DEGRADED', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='MAINTENANCE_REQUIRED', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='EMERGENCY', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=483,
- serialized_end=573,
-)
-_sym_db.RegisterEnumDescriptor(_SELFCHECK_RESULT)
-
-
-_STATUSFLAG = _descriptor.Descriptor(
- name='StatusFlag',
- full_name='Ydb.Monitoring.StatusFlag',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _STATUSFLAG_STATUS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=105,
- serialized_end=208,
-)
-
-
-_SELFCHECKREQUEST = _descriptor.Descriptor(
- name='SelfCheckRequest',
- full_name='Ydb.Monitoring.SelfCheckRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Monitoring.SelfCheckRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='return_verbose_status', full_name='Ydb.Monitoring.SelfCheckRequest.return_verbose_status', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='minimum_status', full_name='Ydb.Monitoring.SelfCheckRequest.minimum_status', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='maximum_level', full_name='Ydb.Monitoring.SelfCheckRequest.maximum_level', index=3,
- number=4, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=211,
- serialized_end=401,
-)
-
-
-_SELFCHECKRESPONSE = _descriptor.Descriptor(
- name='SelfCheckResponse',
- full_name='Ydb.Monitoring.SelfCheckResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Monitoring.SelfCheckResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=403,
- serialized_end=468,
-)
-
-
-_SELFCHECK = _descriptor.Descriptor(
- name='SelfCheck',
- full_name='Ydb.Monitoring.SelfCheck',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _SELFCHECK_RESULT,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=470,
- serialized_end=573,
-)
-
-
-_STORAGEPDISKSTATUS = _descriptor.Descriptor(
- name='StoragePDiskStatus',
- full_name='Ydb.Monitoring.StoragePDiskStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.StoragePDiskStatus.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='overall', full_name='Ydb.Monitoring.StoragePDiskStatus.overall', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=575,
- serialized_end=659,
-)
-
-
-_STORAGEVDISKSTATUS = _descriptor.Descriptor(
- name='StorageVDiskStatus',
- full_name='Ydb.Monitoring.StorageVDiskStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.StorageVDiskStatus.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='overall', full_name='Ydb.Monitoring.StorageVDiskStatus.overall', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='vdisk_status', full_name='Ydb.Monitoring.StorageVDiskStatus.vdisk_status', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='pdisk', full_name='Ydb.Monitoring.StorageVDiskStatus.pdisk', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=662,
- serialized_end=854,
-)
-
-
-_STORAGEGROUPSTATUS = _descriptor.Descriptor(
- name='StorageGroupStatus',
- full_name='Ydb.Monitoring.StorageGroupStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.StorageGroupStatus.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='overall', full_name='Ydb.Monitoring.StorageGroupStatus.overall', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='vdisks', full_name='Ydb.Monitoring.StorageGroupStatus.vdisks', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=857,
- serialized_end=993,
-)
-
-
-_STORAGEPOOLSTATUS = _descriptor.Descriptor(
- name='StoragePoolStatus',
- full_name='Ydb.Monitoring.StoragePoolStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.StoragePoolStatus.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='overall', full_name='Ydb.Monitoring.StoragePoolStatus.overall', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='groups', full_name='Ydb.Monitoring.StoragePoolStatus.groups', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=996,
- serialized_end=1131,
-)
-
-
-_STORAGESTATUS = _descriptor.Descriptor(
- name='StorageStatus',
- full_name='Ydb.Monitoring.StorageStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='overall', full_name='Ydb.Monitoring.StorageStatus.overall', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='pools', full_name='Ydb.Monitoring.StorageStatus.pools', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1133,
- serialized_end=1250,
-)
-
-
-_COMPUTETABLETSTATUS = _descriptor.Descriptor(
- name='ComputeTabletStatus',
- full_name='Ydb.Monitoring.ComputeTabletStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='overall', full_name='Ydb.Monitoring.ComputeTabletStatus.overall', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.Monitoring.ComputeTabletStatus.type', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='state', full_name='Ydb.Monitoring.ComputeTabletStatus.state', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='count', full_name='Ydb.Monitoring.ComputeTabletStatus.count', index=3,
- number=4, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.ComputeTabletStatus.id', index=4,
- number=5, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1253,
- serialized_end=1382,
-)
-
-
-_THREADPOOLSTATUS = _descriptor.Descriptor(
- name='ThreadPoolStatus',
- full_name='Ydb.Monitoring.ThreadPoolStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='overall', full_name='Ydb.Monitoring.ThreadPoolStatus.overall', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Monitoring.ThreadPoolStatus.name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='usage', full_name='Ydb.Monitoring.ThreadPoolStatus.usage', index=2,
- number=3, type=2, cpp_type=6, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1384,
- serialized_end=1483,
-)
-
-
-_LOADAVERAGESTATUS = _descriptor.Descriptor(
- name='LoadAverageStatus',
- full_name='Ydb.Monitoring.LoadAverageStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='overall', full_name='Ydb.Monitoring.LoadAverageStatus.overall', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='load', full_name='Ydb.Monitoring.LoadAverageStatus.load', index=1,
- number=2, type=2, cpp_type=6, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cores', full_name='Ydb.Monitoring.LoadAverageStatus.cores', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1485,
- serialized_end=1585,
-)
-
-
-_COMPUTENODESTATUS = _descriptor.Descriptor(
- name='ComputeNodeStatus',
- full_name='Ydb.Monitoring.ComputeNodeStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.ComputeNodeStatus.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='overall', full_name='Ydb.Monitoring.ComputeNodeStatus.overall', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tablets', full_name='Ydb.Monitoring.ComputeNodeStatus.tablets', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='pools', full_name='Ydb.Monitoring.ComputeNodeStatus.pools', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='load', full_name='Ydb.Monitoring.ComputeNodeStatus.load', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1588,
- serialized_end=1823,
-)
-
-
-_COMPUTESTATUS = _descriptor.Descriptor(
- name='ComputeStatus',
- full_name='Ydb.Monitoring.ComputeStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='overall', full_name='Ydb.Monitoring.ComputeStatus.overall', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='nodes', full_name='Ydb.Monitoring.ComputeStatus.nodes', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tablets', full_name='Ydb.Monitoring.ComputeStatus.tablets', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1826,
- serialized_end=1997,
-)
-
-
-_LOCATIONNODE = _descriptor.Descriptor(
- name='LocationNode',
- full_name='Ydb.Monitoring.LocationNode',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.LocationNode.id', index=0,
- number=1, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='host', full_name='Ydb.Monitoring.LocationNode.host', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='port', full_name='Ydb.Monitoring.LocationNode.port', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1999,
- serialized_end=2053,
-)
-
-
-_LOCATIONSTORAGEPDISK = _descriptor.Descriptor(
- name='LocationStoragePDisk',
- full_name='Ydb.Monitoring.LocationStoragePDisk',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.LocationStoragePDisk.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Monitoring.LocationStoragePDisk.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2055,
- serialized_end=2103,
-)
-
-
-_LOCATIONSTORAGEVDISK = _descriptor.Descriptor(
- name='LocationStorageVDisk',
- full_name='Ydb.Monitoring.LocationStorageVDisk',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.LocationStorageVDisk.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='pdisk', full_name='Ydb.Monitoring.LocationStorageVDisk.pdisk', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2105,
- serialized_end=2192,
-)
-
-
-_LOCATIONSTORAGEGROUP = _descriptor.Descriptor(
- name='LocationStorageGroup',
- full_name='Ydb.Monitoring.LocationStorageGroup',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.LocationStorageGroup.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='vdisk', full_name='Ydb.Monitoring.LocationStorageGroup.vdisk', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2194,
- serialized_end=2281,
-)
-
-
-_LOCATIONSTORAGEPOOL = _descriptor.Descriptor(
- name='LocationStoragePool',
- full_name='Ydb.Monitoring.LocationStoragePool',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Monitoring.LocationStoragePool.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='group', full_name='Ydb.Monitoring.LocationStoragePool.group', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2283,
- serialized_end=2371,
-)
-
-
-_LOCATIONSTORAGE = _descriptor.Descriptor(
- name='LocationStorage',
- full_name='Ydb.Monitoring.LocationStorage',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='node', full_name='Ydb.Monitoring.LocationStorage.node', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='pool', full_name='Ydb.Monitoring.LocationStorage.pool', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2373,
- serialized_end=2485,
-)
-
-
-_LOCATIONCOMPUTEPOOL = _descriptor.Descriptor(
- name='LocationComputePool',
- full_name='Ydb.Monitoring.LocationComputePool',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Monitoring.LocationComputePool.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2487,
- serialized_end=2522,
-)
-
-
-_LOCATIONCOMPUTETABLET = _descriptor.Descriptor(
- name='LocationComputeTablet',
- full_name='Ydb.Monitoring.LocationComputeTablet',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.Monitoring.LocationComputeTablet.type', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.LocationComputeTablet.id', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='count', full_name='Ydb.Monitoring.LocationComputeTablet.count', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2524,
- serialized_end=2588,
-)
-
-
-_LOCATIONCOMPUTE = _descriptor.Descriptor(
- name='LocationCompute',
- full_name='Ydb.Monitoring.LocationCompute',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='node', full_name='Ydb.Monitoring.LocationCompute.node', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='pool', full_name='Ydb.Monitoring.LocationCompute.pool', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tablet', full_name='Ydb.Monitoring.LocationCompute.tablet', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2591,
- serialized_end=2758,
-)
-
-
-_LOCATIONDATABASE = _descriptor.Descriptor(
- name='LocationDatabase',
- full_name='Ydb.Monitoring.LocationDatabase',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Monitoring.LocationDatabase.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2760,
- serialized_end=2792,
-)
-
-
-_LOCATION = _descriptor.Descriptor(
- name='Location',
- full_name='Ydb.Monitoring.Location',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='storage', full_name='Ydb.Monitoring.Location.storage', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='compute', full_name='Ydb.Monitoring.Location.compute', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='database', full_name='Ydb.Monitoring.Location.database', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2795,
- serialized_end=2957,
-)
-
-
-_ISSUELOG = _descriptor.Descriptor(
- name='IssueLog',
- full_name='Ydb.Monitoring.IssueLog',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Monitoring.IssueLog.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Monitoring.IssueLog.status', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='message', full_name='Ydb.Monitoring.IssueLog.message', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='location', full_name='Ydb.Monitoring.IssueLog.location', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='reason', full_name='Ydb.Monitoring.IssueLog.reason', index=4,
- number=5, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.Monitoring.IssueLog.type', index=5,
- number=6, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='level', full_name='Ydb.Monitoring.IssueLog.level', index=6,
- number=7, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2960,
- serialized_end=3139,
-)
-
-
-_DATABASESTATUS = _descriptor.Descriptor(
- name='DatabaseStatus',
- full_name='Ydb.Monitoring.DatabaseStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Monitoring.DatabaseStatus.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='overall', full_name='Ydb.Monitoring.DatabaseStatus.overall', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='storage', full_name='Ydb.Monitoring.DatabaseStatus.storage', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='compute', full_name='Ydb.Monitoring.DatabaseStatus.compute', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3142,
- serialized_end=3320,
-)
-
-
-_SELFCHECKRESULT = _descriptor.Descriptor(
- name='SelfCheckResult',
- full_name='Ydb.Monitoring.SelfCheckResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='self_check_result', full_name='Ydb.Monitoring.SelfCheckResult.self_check_result', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issue_log', full_name='Ydb.Monitoring.SelfCheckResult.issue_log', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='database_status', full_name='Ydb.Monitoring.SelfCheckResult.database_status', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3323,
- serialized_end=3503,
-)
-
-_STATUSFLAG_STATUS.containing_type = _STATUSFLAG
-_SELFCHECKREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_SELFCHECKREQUEST.fields_by_name['minimum_status'].enum_type = _STATUSFLAG_STATUS
-_SELFCHECKRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_SELFCHECK_RESULT.containing_type = _SELFCHECK
-_STORAGEPDISKSTATUS.fields_by_name['overall'].enum_type = _STATUSFLAG_STATUS
-_STORAGEVDISKSTATUS.fields_by_name['overall'].enum_type = _STATUSFLAG_STATUS
-_STORAGEVDISKSTATUS.fields_by_name['vdisk_status'].enum_type = _STATUSFLAG_STATUS
-_STORAGEVDISKSTATUS.fields_by_name['pdisk'].message_type = _STORAGEPDISKSTATUS
-_STORAGEGROUPSTATUS.fields_by_name['overall'].enum_type = _STATUSFLAG_STATUS
-_STORAGEGROUPSTATUS.fields_by_name['vdisks'].message_type = _STORAGEVDISKSTATUS
-_STORAGEPOOLSTATUS.fields_by_name['overall'].enum_type = _STATUSFLAG_STATUS
-_STORAGEPOOLSTATUS.fields_by_name['groups'].message_type = _STORAGEGROUPSTATUS
-_STORAGESTATUS.fields_by_name['overall'].enum_type = _STATUSFLAG_STATUS
-_STORAGESTATUS.fields_by_name['pools'].message_type = _STORAGEPOOLSTATUS
-_COMPUTETABLETSTATUS.fields_by_name['overall'].enum_type = _STATUSFLAG_STATUS
-_THREADPOOLSTATUS.fields_by_name['overall'].enum_type = _STATUSFLAG_STATUS
-_LOADAVERAGESTATUS.fields_by_name['overall'].enum_type = _STATUSFLAG_STATUS
-_COMPUTENODESTATUS.fields_by_name['overall'].enum_type = _STATUSFLAG_STATUS
-_COMPUTENODESTATUS.fields_by_name['tablets'].message_type = _COMPUTETABLETSTATUS
-_COMPUTENODESTATUS.fields_by_name['pools'].message_type = _THREADPOOLSTATUS
-_COMPUTENODESTATUS.fields_by_name['load'].message_type = _LOADAVERAGESTATUS
-_COMPUTESTATUS.fields_by_name['overall'].enum_type = _STATUSFLAG_STATUS
-_COMPUTESTATUS.fields_by_name['nodes'].message_type = _COMPUTENODESTATUS
-_COMPUTESTATUS.fields_by_name['tablets'].message_type = _COMPUTETABLETSTATUS
-_LOCATIONSTORAGEVDISK.fields_by_name['pdisk'].message_type = _LOCATIONSTORAGEPDISK
-_LOCATIONSTORAGEGROUP.fields_by_name['vdisk'].message_type = _LOCATIONSTORAGEVDISK
-_LOCATIONSTORAGEPOOL.fields_by_name['group'].message_type = _LOCATIONSTORAGEGROUP
-_LOCATIONSTORAGE.fields_by_name['node'].message_type = _LOCATIONNODE
-_LOCATIONSTORAGE.fields_by_name['pool'].message_type = _LOCATIONSTORAGEPOOL
-_LOCATIONCOMPUTE.fields_by_name['node'].message_type = _LOCATIONNODE
-_LOCATIONCOMPUTE.fields_by_name['pool'].message_type = _LOCATIONCOMPUTEPOOL
-_LOCATIONCOMPUTE.fields_by_name['tablet'].message_type = _LOCATIONCOMPUTETABLET
-_LOCATION.fields_by_name['storage'].message_type = _LOCATIONSTORAGE
-_LOCATION.fields_by_name['compute'].message_type = _LOCATIONCOMPUTE
-_LOCATION.fields_by_name['database'].message_type = _LOCATIONDATABASE
-_ISSUELOG.fields_by_name['status'].enum_type = _STATUSFLAG_STATUS
-_ISSUELOG.fields_by_name['location'].message_type = _LOCATION
-_DATABASESTATUS.fields_by_name['overall'].enum_type = _STATUSFLAG_STATUS
-_DATABASESTATUS.fields_by_name['storage'].message_type = _STORAGESTATUS
-_DATABASESTATUS.fields_by_name['compute'].message_type = _COMPUTESTATUS
-_SELFCHECKRESULT.fields_by_name['self_check_result'].enum_type = _SELFCHECK_RESULT
-_SELFCHECKRESULT.fields_by_name['issue_log'].message_type = _ISSUELOG
-_SELFCHECKRESULT.fields_by_name['database_status'].message_type = _DATABASESTATUS
-DESCRIPTOR.message_types_by_name['StatusFlag'] = _STATUSFLAG
-DESCRIPTOR.message_types_by_name['SelfCheckRequest'] = _SELFCHECKREQUEST
-DESCRIPTOR.message_types_by_name['SelfCheckResponse'] = _SELFCHECKRESPONSE
-DESCRIPTOR.message_types_by_name['SelfCheck'] = _SELFCHECK
-DESCRIPTOR.message_types_by_name['StoragePDiskStatus'] = _STORAGEPDISKSTATUS
-DESCRIPTOR.message_types_by_name['StorageVDiskStatus'] = _STORAGEVDISKSTATUS
-DESCRIPTOR.message_types_by_name['StorageGroupStatus'] = _STORAGEGROUPSTATUS
-DESCRIPTOR.message_types_by_name['StoragePoolStatus'] = _STORAGEPOOLSTATUS
-DESCRIPTOR.message_types_by_name['StorageStatus'] = _STORAGESTATUS
-DESCRIPTOR.message_types_by_name['ComputeTabletStatus'] = _COMPUTETABLETSTATUS
-DESCRIPTOR.message_types_by_name['ThreadPoolStatus'] = _THREADPOOLSTATUS
-DESCRIPTOR.message_types_by_name['LoadAverageStatus'] = _LOADAVERAGESTATUS
-DESCRIPTOR.message_types_by_name['ComputeNodeStatus'] = _COMPUTENODESTATUS
-DESCRIPTOR.message_types_by_name['ComputeStatus'] = _COMPUTESTATUS
-DESCRIPTOR.message_types_by_name['LocationNode'] = _LOCATIONNODE
-DESCRIPTOR.message_types_by_name['LocationStoragePDisk'] = _LOCATIONSTORAGEPDISK
-DESCRIPTOR.message_types_by_name['LocationStorageVDisk'] = _LOCATIONSTORAGEVDISK
-DESCRIPTOR.message_types_by_name['LocationStorageGroup'] = _LOCATIONSTORAGEGROUP
-DESCRIPTOR.message_types_by_name['LocationStoragePool'] = _LOCATIONSTORAGEPOOL
-DESCRIPTOR.message_types_by_name['LocationStorage'] = _LOCATIONSTORAGE
-DESCRIPTOR.message_types_by_name['LocationComputePool'] = _LOCATIONCOMPUTEPOOL
-DESCRIPTOR.message_types_by_name['LocationComputeTablet'] = _LOCATIONCOMPUTETABLET
-DESCRIPTOR.message_types_by_name['LocationCompute'] = _LOCATIONCOMPUTE
-DESCRIPTOR.message_types_by_name['LocationDatabase'] = _LOCATIONDATABASE
-DESCRIPTOR.message_types_by_name['Location'] = _LOCATION
-DESCRIPTOR.message_types_by_name['IssueLog'] = _ISSUELOG
-DESCRIPTOR.message_types_by_name['DatabaseStatus'] = _DATABASESTATUS
-DESCRIPTOR.message_types_by_name['SelfCheckResult'] = _SELFCHECKRESULT
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-StatusFlag = _reflection.GeneratedProtocolMessageType('StatusFlag', (_message.Message,), {
- 'DESCRIPTOR' : _STATUSFLAG,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.StatusFlag)
- })
-_sym_db.RegisterMessage(StatusFlag)
-
-SelfCheckRequest = _reflection.GeneratedProtocolMessageType('SelfCheckRequest', (_message.Message,), {
- 'DESCRIPTOR' : _SELFCHECKREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.SelfCheckRequest)
- })
-_sym_db.RegisterMessage(SelfCheckRequest)
-
-SelfCheckResponse = _reflection.GeneratedProtocolMessageType('SelfCheckResponse', (_message.Message,), {
- 'DESCRIPTOR' : _SELFCHECKRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.SelfCheckResponse)
- })
-_sym_db.RegisterMessage(SelfCheckResponse)
-
-SelfCheck = _reflection.GeneratedProtocolMessageType('SelfCheck', (_message.Message,), {
- 'DESCRIPTOR' : _SELFCHECK,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.SelfCheck)
- })
-_sym_db.RegisterMessage(SelfCheck)
-
-StoragePDiskStatus = _reflection.GeneratedProtocolMessageType('StoragePDiskStatus', (_message.Message,), {
- 'DESCRIPTOR' : _STORAGEPDISKSTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.StoragePDiskStatus)
- })
-_sym_db.RegisterMessage(StoragePDiskStatus)
-
-StorageVDiskStatus = _reflection.GeneratedProtocolMessageType('StorageVDiskStatus', (_message.Message,), {
- 'DESCRIPTOR' : _STORAGEVDISKSTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.StorageVDiskStatus)
- })
-_sym_db.RegisterMessage(StorageVDiskStatus)
-
-StorageGroupStatus = _reflection.GeneratedProtocolMessageType('StorageGroupStatus', (_message.Message,), {
- 'DESCRIPTOR' : _STORAGEGROUPSTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.StorageGroupStatus)
- })
-_sym_db.RegisterMessage(StorageGroupStatus)
-
-StoragePoolStatus = _reflection.GeneratedProtocolMessageType('StoragePoolStatus', (_message.Message,), {
- 'DESCRIPTOR' : _STORAGEPOOLSTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.StoragePoolStatus)
- })
-_sym_db.RegisterMessage(StoragePoolStatus)
-
-StorageStatus = _reflection.GeneratedProtocolMessageType('StorageStatus', (_message.Message,), {
- 'DESCRIPTOR' : _STORAGESTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.StorageStatus)
- })
-_sym_db.RegisterMessage(StorageStatus)
-
-ComputeTabletStatus = _reflection.GeneratedProtocolMessageType('ComputeTabletStatus', (_message.Message,), {
- 'DESCRIPTOR' : _COMPUTETABLETSTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.ComputeTabletStatus)
- })
-_sym_db.RegisterMessage(ComputeTabletStatus)
-
-ThreadPoolStatus = _reflection.GeneratedProtocolMessageType('ThreadPoolStatus', (_message.Message,), {
- 'DESCRIPTOR' : _THREADPOOLSTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.ThreadPoolStatus)
- })
-_sym_db.RegisterMessage(ThreadPoolStatus)
-
-LoadAverageStatus = _reflection.GeneratedProtocolMessageType('LoadAverageStatus', (_message.Message,), {
- 'DESCRIPTOR' : _LOADAVERAGESTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.LoadAverageStatus)
- })
-_sym_db.RegisterMessage(LoadAverageStatus)
-
-ComputeNodeStatus = _reflection.GeneratedProtocolMessageType('ComputeNodeStatus', (_message.Message,), {
- 'DESCRIPTOR' : _COMPUTENODESTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.ComputeNodeStatus)
- })
-_sym_db.RegisterMessage(ComputeNodeStatus)
-
-ComputeStatus = _reflection.GeneratedProtocolMessageType('ComputeStatus', (_message.Message,), {
- 'DESCRIPTOR' : _COMPUTESTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.ComputeStatus)
- })
-_sym_db.RegisterMessage(ComputeStatus)
-
-LocationNode = _reflection.GeneratedProtocolMessageType('LocationNode', (_message.Message,), {
- 'DESCRIPTOR' : _LOCATIONNODE,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.LocationNode)
- })
-_sym_db.RegisterMessage(LocationNode)
-
-LocationStoragePDisk = _reflection.GeneratedProtocolMessageType('LocationStoragePDisk', (_message.Message,), {
- 'DESCRIPTOR' : _LOCATIONSTORAGEPDISK,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.LocationStoragePDisk)
- })
-_sym_db.RegisterMessage(LocationStoragePDisk)
-
-LocationStorageVDisk = _reflection.GeneratedProtocolMessageType('LocationStorageVDisk', (_message.Message,), {
- 'DESCRIPTOR' : _LOCATIONSTORAGEVDISK,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.LocationStorageVDisk)
- })
-_sym_db.RegisterMessage(LocationStorageVDisk)
-
-LocationStorageGroup = _reflection.GeneratedProtocolMessageType('LocationStorageGroup', (_message.Message,), {
- 'DESCRIPTOR' : _LOCATIONSTORAGEGROUP,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.LocationStorageGroup)
- })
-_sym_db.RegisterMessage(LocationStorageGroup)
-
-LocationStoragePool = _reflection.GeneratedProtocolMessageType('LocationStoragePool', (_message.Message,), {
- 'DESCRIPTOR' : _LOCATIONSTORAGEPOOL,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.LocationStoragePool)
- })
-_sym_db.RegisterMessage(LocationStoragePool)
-
-LocationStorage = _reflection.GeneratedProtocolMessageType('LocationStorage', (_message.Message,), {
- 'DESCRIPTOR' : _LOCATIONSTORAGE,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.LocationStorage)
- })
-_sym_db.RegisterMessage(LocationStorage)
-
-LocationComputePool = _reflection.GeneratedProtocolMessageType('LocationComputePool', (_message.Message,), {
- 'DESCRIPTOR' : _LOCATIONCOMPUTEPOOL,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.LocationComputePool)
- })
-_sym_db.RegisterMessage(LocationComputePool)
-
-LocationComputeTablet = _reflection.GeneratedProtocolMessageType('LocationComputeTablet', (_message.Message,), {
- 'DESCRIPTOR' : _LOCATIONCOMPUTETABLET,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.LocationComputeTablet)
- })
-_sym_db.RegisterMessage(LocationComputeTablet)
-
-LocationCompute = _reflection.GeneratedProtocolMessageType('LocationCompute', (_message.Message,), {
- 'DESCRIPTOR' : _LOCATIONCOMPUTE,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.LocationCompute)
- })
-_sym_db.RegisterMessage(LocationCompute)
-
-LocationDatabase = _reflection.GeneratedProtocolMessageType('LocationDatabase', (_message.Message,), {
- 'DESCRIPTOR' : _LOCATIONDATABASE,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.LocationDatabase)
- })
-_sym_db.RegisterMessage(LocationDatabase)
-
-Location = _reflection.GeneratedProtocolMessageType('Location', (_message.Message,), {
- 'DESCRIPTOR' : _LOCATION,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.Location)
- })
-_sym_db.RegisterMessage(Location)
-
-IssueLog = _reflection.GeneratedProtocolMessageType('IssueLog', (_message.Message,), {
- 'DESCRIPTOR' : _ISSUELOG,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.IssueLog)
- })
-_sym_db.RegisterMessage(IssueLog)
-
-DatabaseStatus = _reflection.GeneratedProtocolMessageType('DatabaseStatus', (_message.Message,), {
- 'DESCRIPTOR' : _DATABASESTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.DatabaseStatus)
- })
-_sym_db.RegisterMessage(DatabaseStatus)
-
-SelfCheckResult = _reflection.GeneratedProtocolMessageType('SelfCheckResult', (_message.Message,), {
- 'DESCRIPTOR' : _SELFCHECKRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_monitoring_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Monitoring.SelfCheckResult)
- })
-_sym_db.RegisterMessage(SelfCheckResult)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_monitoring_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_monitoring_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_monitoring_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_operation_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_operation_pb2.py
deleted file mode 100644
index e50e1b36951..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_operation_pb2.py
+++ /dev/null
@@ -1,660 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_operation.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
-from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
-from ydb.public.api.protos.annotations import validation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2
-from ydb.public.api.protos import ydb_common_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2
-from ydb.public.api.protos import ydb_issue_message_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2
-from ydb.public.api.protos import ydb_status_codes_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_operation.proto',
- package='Ydb.Operations',
- syntax='proto3',
- serialized_options=b'\n\016com.yandex.ydbB\017OperationProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n)ydb/public/api/protos/ydb_operation.proto\x12\x0eYdb.Operations\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x32ydb/public/api/protos/annotations/validation.proto\x1a&ydb/public/api/protos/ydb_common.proto\x1a-ydb/public/api/protos/ydb_issue_message.proto\x1a,ydb/public/api/protos/ydb_status_codes.proto\"\xb6\x03\n\x0fOperationParams\x12\x45\n\x0eoperation_mode\x18\x01 \x01(\x0e\x32-.Ydb.Operations.OperationParams.OperationMode\x12\x34\n\x11operation_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12/\n\x0c\x63\x61ncel_after\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\x12M\n\x06labels\x18\x04 \x03(\x0b\x32+.Ydb.Operations.OperationParams.LabelsEntryB\x10\xaa\xe6*\x05\n\x03\x18\x80\x01\xa2\xe6*\x03\x18\x80\x01\x12\x31\n\x10report_cost_info\x18\x05 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"D\n\rOperationMode\x12\x1e\n\x1aOPERATION_MODE_UNSPECIFIED\x10\x00\x12\x08\n\x04SYNC\x10\x01\x12\t\n\x05\x41SYNC\x10\x02\"\'\n\x13GetOperationRequest\x12\x10\n\x02id\x18\x01 \x01(\tB\x04\x90\xe6*\x01\"D\n\x14GetOperationResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"*\n\x16\x43\x61ncelOperationRequest\x12\x10\n\x02id\x18\x01 \x01(\tB\x04\x90\xe6*\x01\"m\n\x17\x43\x61ncelOperationResponse\x12)\n\x06status\x18\x01 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x02 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\"*\n\x16\x46orgetOperationRequest\x12\x10\n\x02id\x18\x01 \x01(\tB\x04\x90\xe6*\x01\"m\n\x17\x46orgetOperationResponse\x12)\n\x06status\x18\x01 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x02 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\"R\n\x15ListOperationsRequest\x12\x12\n\x04kind\x18\x01 \x01(\tB\x04\x90\xe6*\x01\x12\x11\n\tpage_size\x18\x02 \x01(\x04\x12\x12\n\npage_token\x18\x03 \x01(\t\"\xb4\x01\n\x16ListOperationsResponse\x12)\n\x06status\x18\x01 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x02 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12-\n\noperations\x18\x03 \x03(\x0b\x32\x19.Ydb.Operations.Operation\x12\x17\n\x0fnext_page_token\x18\x04 \x01(\t\"\xea\x01\n\tOperation\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05ready\x18\x02 \x01(\x08\x12)\n\x06status\x18\x03 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x04 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12$\n\x06result\x18\x05 \x01(\x0b\x32\x14.google.protobuf.Any\x12&\n\x08metadata\x18\x06 \x01(\x0b\x32\x14.google.protobuf.Any\x12 \n\tcost_info\x18\x07 \x01(\x0b\x32\r.Ydb.CostInfoB$\n\x0e\x63om.yandex.ydbB\x0fOperationProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[google_dot_protobuf_dot_any__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2.DESCRIPTOR,])
-
-
-
-_OPERATIONPARAMS_OPERATIONMODE = _descriptor.EnumDescriptor(
- name='OperationMode',
- full_name='Ydb.Operations.OperationParams.OperationMode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='OPERATION_MODE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SYNC', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ASYNC', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=676,
- serialized_end=744,
-)
-_sym_db.RegisterEnumDescriptor(_OPERATIONPARAMS_OPERATIONMODE)
-
-
-_OPERATIONPARAMS_LABELSENTRY = _descriptor.Descriptor(
- name='LabelsEntry',
- full_name='Ydb.Operations.OperationParams.LabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Operations.OperationParams.LabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Operations.OperationParams.LabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=629,
- serialized_end=674,
-)
-
-_OPERATIONPARAMS = _descriptor.Descriptor(
- name='OperationParams',
- full_name='Ydb.Operations.OperationParams',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_mode', full_name='Ydb.Operations.OperationParams.operation_mode', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_timeout', full_name='Ydb.Operations.OperationParams.operation_timeout', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cancel_after', full_name='Ydb.Operations.OperationParams.cancel_after', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='labels', full_name='Ydb.Operations.OperationParams.labels', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\252\346*\005\n\003\030\200\001\242\346*\003\030\200\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='report_cost_info', full_name='Ydb.Operations.OperationParams.report_cost_info', index=4,
- number=5, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_OPERATIONPARAMS_LABELSENTRY, ],
- enum_types=[
- _OPERATIONPARAMS_OPERATIONMODE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=306,
- serialized_end=744,
-)
-
-
-_GETOPERATIONREQUEST = _descriptor.Descriptor(
- name='GetOperationRequest',
- full_name='Ydb.Operations.GetOperationRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Operations.GetOperationRequest.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=746,
- serialized_end=785,
-)
-
-
-_GETOPERATIONRESPONSE = _descriptor.Descriptor(
- name='GetOperationResponse',
- full_name='Ydb.Operations.GetOperationResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Operations.GetOperationResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=787,
- serialized_end=855,
-)
-
-
-_CANCELOPERATIONREQUEST = _descriptor.Descriptor(
- name='CancelOperationRequest',
- full_name='Ydb.Operations.CancelOperationRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Operations.CancelOperationRequest.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=857,
- serialized_end=899,
-)
-
-
-_CANCELOPERATIONRESPONSE = _descriptor.Descriptor(
- name='CancelOperationResponse',
- full_name='Ydb.Operations.CancelOperationResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Operations.CancelOperationResponse.status', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Operations.CancelOperationResponse.issues', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=901,
- serialized_end=1010,
-)
-
-
-_FORGETOPERATIONREQUEST = _descriptor.Descriptor(
- name='ForgetOperationRequest',
- full_name='Ydb.Operations.ForgetOperationRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Operations.ForgetOperationRequest.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1012,
- serialized_end=1054,
-)
-
-
-_FORGETOPERATIONRESPONSE = _descriptor.Descriptor(
- name='ForgetOperationResponse',
- full_name='Ydb.Operations.ForgetOperationResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Operations.ForgetOperationResponse.status', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Operations.ForgetOperationResponse.issues', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1056,
- serialized_end=1165,
-)
-
-
-_LISTOPERATIONSREQUEST = _descriptor.Descriptor(
- name='ListOperationsRequest',
- full_name='Ydb.Operations.ListOperationsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='kind', full_name='Ydb.Operations.ListOperationsRequest.kind', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='page_size', full_name='Ydb.Operations.ListOperationsRequest.page_size', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='page_token', full_name='Ydb.Operations.ListOperationsRequest.page_token', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1167,
- serialized_end=1249,
-)
-
-
-_LISTOPERATIONSRESPONSE = _descriptor.Descriptor(
- name='ListOperationsResponse',
- full_name='Ydb.Operations.ListOperationsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Operations.ListOperationsResponse.status', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Operations.ListOperationsResponse.issues', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operations', full_name='Ydb.Operations.ListOperationsResponse.operations', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='next_page_token', full_name='Ydb.Operations.ListOperationsResponse.next_page_token', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1252,
- serialized_end=1432,
-)
-
-
-_OPERATION = _descriptor.Descriptor(
- name='Operation',
- full_name='Ydb.Operations.Operation',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Operations.Operation.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ready', full_name='Ydb.Operations.Operation.ready', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Operations.Operation.status', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Operations.Operation.issues', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result', full_name='Ydb.Operations.Operation.result', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='metadata', full_name='Ydb.Operations.Operation.metadata', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cost_info', full_name='Ydb.Operations.Operation.cost_info', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1435,
- serialized_end=1669,
-)
-
-_OPERATIONPARAMS_LABELSENTRY.containing_type = _OPERATIONPARAMS
-_OPERATIONPARAMS.fields_by_name['operation_mode'].enum_type = _OPERATIONPARAMS_OPERATIONMODE
-_OPERATIONPARAMS.fields_by_name['operation_timeout'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION
-_OPERATIONPARAMS.fields_by_name['cancel_after'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION
-_OPERATIONPARAMS.fields_by_name['labels'].message_type = _OPERATIONPARAMS_LABELSENTRY
-_OPERATIONPARAMS.fields_by_name['report_cost_info'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_OPERATIONPARAMS_OPERATIONMODE.containing_type = _OPERATIONPARAMS
-_GETOPERATIONRESPONSE.fields_by_name['operation'].message_type = _OPERATION
-_CANCELOPERATIONRESPONSE.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_CANCELOPERATIONRESPONSE.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_FORGETOPERATIONRESPONSE.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_FORGETOPERATIONRESPONSE.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_LISTOPERATIONSRESPONSE.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_LISTOPERATIONSRESPONSE.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_LISTOPERATIONSRESPONSE.fields_by_name['operations'].message_type = _OPERATION
-_OPERATION.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_OPERATION.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_OPERATION.fields_by_name['result'].message_type = google_dot_protobuf_dot_any__pb2._ANY
-_OPERATION.fields_by_name['metadata'].message_type = google_dot_protobuf_dot_any__pb2._ANY
-_OPERATION.fields_by_name['cost_info'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._COSTINFO
-DESCRIPTOR.message_types_by_name['OperationParams'] = _OPERATIONPARAMS
-DESCRIPTOR.message_types_by_name['GetOperationRequest'] = _GETOPERATIONREQUEST
-DESCRIPTOR.message_types_by_name['GetOperationResponse'] = _GETOPERATIONRESPONSE
-DESCRIPTOR.message_types_by_name['CancelOperationRequest'] = _CANCELOPERATIONREQUEST
-DESCRIPTOR.message_types_by_name['CancelOperationResponse'] = _CANCELOPERATIONRESPONSE
-DESCRIPTOR.message_types_by_name['ForgetOperationRequest'] = _FORGETOPERATIONREQUEST
-DESCRIPTOR.message_types_by_name['ForgetOperationResponse'] = _FORGETOPERATIONRESPONSE
-DESCRIPTOR.message_types_by_name['ListOperationsRequest'] = _LISTOPERATIONSREQUEST
-DESCRIPTOR.message_types_by_name['ListOperationsResponse'] = _LISTOPERATIONSRESPONSE
-DESCRIPTOR.message_types_by_name['Operation'] = _OPERATION
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-OperationParams = _reflection.GeneratedProtocolMessageType('OperationParams', (_message.Message,), {
-
- 'LabelsEntry' : _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _OPERATIONPARAMS_LABELSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_operation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Operations.OperationParams.LabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _OPERATIONPARAMS,
- '__module__' : 'ydb.public.api.protos.ydb_operation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Operations.OperationParams)
- })
-_sym_db.RegisterMessage(OperationParams)
-_sym_db.RegisterMessage(OperationParams.LabelsEntry)
-
-GetOperationRequest = _reflection.GeneratedProtocolMessageType('GetOperationRequest', (_message.Message,), {
- 'DESCRIPTOR' : _GETOPERATIONREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_operation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Operations.GetOperationRequest)
- })
-_sym_db.RegisterMessage(GetOperationRequest)
-
-GetOperationResponse = _reflection.GeneratedProtocolMessageType('GetOperationResponse', (_message.Message,), {
- 'DESCRIPTOR' : _GETOPERATIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_operation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Operations.GetOperationResponse)
- })
-_sym_db.RegisterMessage(GetOperationResponse)
-
-CancelOperationRequest = _reflection.GeneratedProtocolMessageType('CancelOperationRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CANCELOPERATIONREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_operation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Operations.CancelOperationRequest)
- })
-_sym_db.RegisterMessage(CancelOperationRequest)
-
-CancelOperationResponse = _reflection.GeneratedProtocolMessageType('CancelOperationResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CANCELOPERATIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_operation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Operations.CancelOperationResponse)
- })
-_sym_db.RegisterMessage(CancelOperationResponse)
-
-ForgetOperationRequest = _reflection.GeneratedProtocolMessageType('ForgetOperationRequest', (_message.Message,), {
- 'DESCRIPTOR' : _FORGETOPERATIONREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_operation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Operations.ForgetOperationRequest)
- })
-_sym_db.RegisterMessage(ForgetOperationRequest)
-
-ForgetOperationResponse = _reflection.GeneratedProtocolMessageType('ForgetOperationResponse', (_message.Message,), {
- 'DESCRIPTOR' : _FORGETOPERATIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_operation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Operations.ForgetOperationResponse)
- })
-_sym_db.RegisterMessage(ForgetOperationResponse)
-
-ListOperationsRequest = _reflection.GeneratedProtocolMessageType('ListOperationsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _LISTOPERATIONSREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_operation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Operations.ListOperationsRequest)
- })
-_sym_db.RegisterMessage(ListOperationsRequest)
-
-ListOperationsResponse = _reflection.GeneratedProtocolMessageType('ListOperationsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTOPERATIONSRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_operation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Operations.ListOperationsResponse)
- })
-_sym_db.RegisterMessage(ListOperationsResponse)
-
-Operation = _reflection.GeneratedProtocolMessageType('Operation', (_message.Message,), {
- 'DESCRIPTOR' : _OPERATION,
- '__module__' : 'ydb.public.api.protos.ydb_operation_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Operations.Operation)
- })
-_sym_db.RegisterMessage(Operation)
-
-
-DESCRIPTOR._options = None
-_OPERATIONPARAMS_LABELSENTRY._options = None
-_OPERATIONPARAMS.fields_by_name['labels']._options = None
-_GETOPERATIONREQUEST.fields_by_name['id']._options = None
-_CANCELOPERATIONREQUEST.fields_by_name['id']._options = None
-_FORGETOPERATIONREQUEST.fields_by_name['id']._options = None
-_LISTOPERATIONSREQUEST.fields_by_name['kind']._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_operation_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_operation_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_operation_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_cluster_discovery_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_cluster_discovery_pb2.py
deleted file mode 100644
index 2b0df6b50a7..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_cluster_discovery_pb2.py
+++ /dev/null
@@ -1,503 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto',
- package='Ydb.PersQueue.ClusterDiscovery',
- syntax='proto3',
- serialized_options=b'\n*com.yandex.ydb.persqueue.cluster_discovery\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n;ydb/public/api/protos/ydb_persqueue_cluster_discovery.proto\x12\x1eYdb.PersQueue.ClusterDiscovery\x1a\x1bgoogle/protobuf/empty.proto\x1a)ydb/public/api/protos/ydb_operation.proto\"o\n\x12WriteSessionParams\x12\r\n\x05topic\x18\x01 \x01(\t\x12\x11\n\tsource_id\x18\x02 \x01(\x0c\x12\x17\n\x0fpartition_group\x18\x03 \x01(\r\x12\x1e\n\x16preferred_cluster_name\x18\x04 \x01(\t\"@\n\x0b\x43lusterInfo\x12\x10\n\x08\x65ndpoint\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x11\n\tavailable\x18\x03 \x01(\x08\"|\n\x11ReadSessionParams\x12\r\n\x05topic\x18\x01 \x01(\t\x12\x1b\n\x11mirror_to_cluster\x18\x02 \x01(\tH\x00\x12.\n\x0c\x61ll_original\x18\x03 \x01(\x0b\x32\x16.google.protobuf.EmptyH\x00\x42\x0b\n\tread_rule\"\xc3\x02\n\x14WriteSessionClusters\x12=\n\x08\x63lusters\x18\x01 \x03(\x0b\x32+.Ydb.PersQueue.ClusterDiscovery.ClusterInfo\x12n\n primary_cluster_selection_reason\x18\x02 \x01(\x0e\x32\x44.Ydb.PersQueue.ClusterDiscovery.WriteSessionClusters.SelectionReason\"|\n\x0fSelectionReason\x12 \n\x1cSELECTION_REASON_UNSPECIFIED\x10\x00\x12\x15\n\x11\x43LIENT_PREFERENCE\x10\x01\x12\x13\n\x0f\x43LIENT_LOCATION\x10\x02\x12\x1b\n\x17\x43ONSISTENT_DISTRIBUTION\x10\x03\"T\n\x13ReadSessionClusters\x12=\n\x08\x63lusters\x18\x01 \x03(\x0b\x32+.Ydb.PersQueue.ClusterDiscovery.ClusterInfo\"\x83\x02\n\x17\x44iscoverClustersRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12J\n\x0ewrite_sessions\x18\x02 \x03(\x0b\x32\x32.Ydb.PersQueue.ClusterDiscovery.WriteSessionParams\x12H\n\rread_sessions\x18\x03 \x03(\x0b\x32\x31.Ydb.PersQueue.ClusterDiscovery.ReadSessionParams\x12\x17\n\x0fminimal_version\x18\x04 \x01(\x03\"H\n\x18\x44iscoverClustersResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xd5\x01\n\x16\x44iscoverClustersResult\x12U\n\x17write_sessions_clusters\x18\x01 \x03(\x0b\x32\x34.Ydb.PersQueue.ClusterDiscovery.WriteSessionClusters\x12S\n\x16read_sessions_clusters\x18\x02 \x03(\x0b\x32\x33.Ydb.PersQueue.ClusterDiscovery.ReadSessionClusters\x12\x0f\n\x07version\x18\x03 \x01(\x03\x42/\n*com.yandex.ydb.persqueue.cluster_discovery\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[google_dot_protobuf_dot_empty__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,])
-
-
-
-_WRITESESSIONCLUSTERS_SELECTIONREASON = _descriptor.EnumDescriptor(
- name='SelectionReason',
- full_name='Ydb.PersQueue.ClusterDiscovery.WriteSessionClusters.SelectionReason',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='SELECTION_REASON_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CLIENT_PREFERENCE', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CLIENT_LOCATION', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CONSISTENT_DISTRIBUTION', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=672,
- serialized_end=796,
-)
-_sym_db.RegisterEnumDescriptor(_WRITESESSIONCLUSTERS_SELECTIONREASON)
-
-
-_WRITESESSIONPARAMS = _descriptor.Descriptor(
- name='WriteSessionParams',
- full_name='Ydb.PersQueue.ClusterDiscovery.WriteSessionParams',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.ClusterDiscovery.WriteSessionParams.topic', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='source_id', full_name='Ydb.PersQueue.ClusterDiscovery.WriteSessionParams.source_id', index=1,
- number=2, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_group', full_name='Ydb.PersQueue.ClusterDiscovery.WriteSessionParams.partition_group', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='preferred_cluster_name', full_name='Ydb.PersQueue.ClusterDiscovery.WriteSessionParams.preferred_cluster_name', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=167,
- serialized_end=278,
-)
-
-
-_CLUSTERINFO = _descriptor.Descriptor(
- name='ClusterInfo',
- full_name='Ydb.PersQueue.ClusterDiscovery.ClusterInfo',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='endpoint', full_name='Ydb.PersQueue.ClusterDiscovery.ClusterInfo.endpoint', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.PersQueue.ClusterDiscovery.ClusterInfo.name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='available', full_name='Ydb.PersQueue.ClusterDiscovery.ClusterInfo.available', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=280,
- serialized_end=344,
-)
-
-
-_READSESSIONPARAMS = _descriptor.Descriptor(
- name='ReadSessionParams',
- full_name='Ydb.PersQueue.ClusterDiscovery.ReadSessionParams',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.ClusterDiscovery.ReadSessionParams.topic', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='mirror_to_cluster', full_name='Ydb.PersQueue.ClusterDiscovery.ReadSessionParams.mirror_to_cluster', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='all_original', full_name='Ydb.PersQueue.ClusterDiscovery.ReadSessionParams.all_original', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='read_rule', full_name='Ydb.PersQueue.ClusterDiscovery.ReadSessionParams.read_rule',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=346,
- serialized_end=470,
-)
-
-
-_WRITESESSIONCLUSTERS = _descriptor.Descriptor(
- name='WriteSessionClusters',
- full_name='Ydb.PersQueue.ClusterDiscovery.WriteSessionClusters',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='clusters', full_name='Ydb.PersQueue.ClusterDiscovery.WriteSessionClusters.clusters', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='primary_cluster_selection_reason', full_name='Ydb.PersQueue.ClusterDiscovery.WriteSessionClusters.primary_cluster_selection_reason', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _WRITESESSIONCLUSTERS_SELECTIONREASON,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=473,
- serialized_end=796,
-)
-
-
-_READSESSIONCLUSTERS = _descriptor.Descriptor(
- name='ReadSessionClusters',
- full_name='Ydb.PersQueue.ClusterDiscovery.ReadSessionClusters',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='clusters', full_name='Ydb.PersQueue.ClusterDiscovery.ReadSessionClusters.clusters', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=798,
- serialized_end=882,
-)
-
-
-_DISCOVERCLUSTERSREQUEST = _descriptor.Descriptor(
- name='DiscoverClustersRequest',
- full_name='Ydb.PersQueue.ClusterDiscovery.DiscoverClustersRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.PersQueue.ClusterDiscovery.DiscoverClustersRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='write_sessions', full_name='Ydb.PersQueue.ClusterDiscovery.DiscoverClustersRequest.write_sessions', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_sessions', full_name='Ydb.PersQueue.ClusterDiscovery.DiscoverClustersRequest.read_sessions', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='minimal_version', full_name='Ydb.PersQueue.ClusterDiscovery.DiscoverClustersRequest.minimal_version', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=885,
- serialized_end=1144,
-)
-
-
-_DISCOVERCLUSTERSRESPONSE = _descriptor.Descriptor(
- name='DiscoverClustersResponse',
- full_name='Ydb.PersQueue.ClusterDiscovery.DiscoverClustersResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.PersQueue.ClusterDiscovery.DiscoverClustersResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1146,
- serialized_end=1218,
-)
-
-
-_DISCOVERCLUSTERSRESULT = _descriptor.Descriptor(
- name='DiscoverClustersResult',
- full_name='Ydb.PersQueue.ClusterDiscovery.DiscoverClustersResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='write_sessions_clusters', full_name='Ydb.PersQueue.ClusterDiscovery.DiscoverClustersResult.write_sessions_clusters', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_sessions_clusters', full_name='Ydb.PersQueue.ClusterDiscovery.DiscoverClustersResult.read_sessions_clusters', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='version', full_name='Ydb.PersQueue.ClusterDiscovery.DiscoverClustersResult.version', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1221,
- serialized_end=1434,
-)
-
-_READSESSIONPARAMS.fields_by_name['all_original'].message_type = google_dot_protobuf_dot_empty__pb2._EMPTY
-_READSESSIONPARAMS.oneofs_by_name['read_rule'].fields.append(
- _READSESSIONPARAMS.fields_by_name['mirror_to_cluster'])
-_READSESSIONPARAMS.fields_by_name['mirror_to_cluster'].containing_oneof = _READSESSIONPARAMS.oneofs_by_name['read_rule']
-_READSESSIONPARAMS.oneofs_by_name['read_rule'].fields.append(
- _READSESSIONPARAMS.fields_by_name['all_original'])
-_READSESSIONPARAMS.fields_by_name['all_original'].containing_oneof = _READSESSIONPARAMS.oneofs_by_name['read_rule']
-_WRITESESSIONCLUSTERS.fields_by_name['clusters'].message_type = _CLUSTERINFO
-_WRITESESSIONCLUSTERS.fields_by_name['primary_cluster_selection_reason'].enum_type = _WRITESESSIONCLUSTERS_SELECTIONREASON
-_WRITESESSIONCLUSTERS_SELECTIONREASON.containing_type = _WRITESESSIONCLUSTERS
-_READSESSIONCLUSTERS.fields_by_name['clusters'].message_type = _CLUSTERINFO
-_DISCOVERCLUSTERSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DISCOVERCLUSTERSREQUEST.fields_by_name['write_sessions'].message_type = _WRITESESSIONPARAMS
-_DISCOVERCLUSTERSREQUEST.fields_by_name['read_sessions'].message_type = _READSESSIONPARAMS
-_DISCOVERCLUSTERSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DISCOVERCLUSTERSRESULT.fields_by_name['write_sessions_clusters'].message_type = _WRITESESSIONCLUSTERS
-_DISCOVERCLUSTERSRESULT.fields_by_name['read_sessions_clusters'].message_type = _READSESSIONCLUSTERS
-DESCRIPTOR.message_types_by_name['WriteSessionParams'] = _WRITESESSIONPARAMS
-DESCRIPTOR.message_types_by_name['ClusterInfo'] = _CLUSTERINFO
-DESCRIPTOR.message_types_by_name['ReadSessionParams'] = _READSESSIONPARAMS
-DESCRIPTOR.message_types_by_name['WriteSessionClusters'] = _WRITESESSIONCLUSTERS
-DESCRIPTOR.message_types_by_name['ReadSessionClusters'] = _READSESSIONCLUSTERS
-DESCRIPTOR.message_types_by_name['DiscoverClustersRequest'] = _DISCOVERCLUSTERSREQUEST
-DESCRIPTOR.message_types_by_name['DiscoverClustersResponse'] = _DISCOVERCLUSTERSRESPONSE
-DESCRIPTOR.message_types_by_name['DiscoverClustersResult'] = _DISCOVERCLUSTERSRESULT
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-WriteSessionParams = _reflection.GeneratedProtocolMessageType('WriteSessionParams', (_message.Message,), {
- 'DESCRIPTOR' : _WRITESESSIONPARAMS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_cluster_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.ClusterDiscovery.WriteSessionParams)
- })
-_sym_db.RegisterMessage(WriteSessionParams)
-
-ClusterInfo = _reflection.GeneratedProtocolMessageType('ClusterInfo', (_message.Message,), {
- 'DESCRIPTOR' : _CLUSTERINFO,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_cluster_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.ClusterDiscovery.ClusterInfo)
- })
-_sym_db.RegisterMessage(ClusterInfo)
-
-ReadSessionParams = _reflection.GeneratedProtocolMessageType('ReadSessionParams', (_message.Message,), {
- 'DESCRIPTOR' : _READSESSIONPARAMS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_cluster_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.ClusterDiscovery.ReadSessionParams)
- })
-_sym_db.RegisterMessage(ReadSessionParams)
-
-WriteSessionClusters = _reflection.GeneratedProtocolMessageType('WriteSessionClusters', (_message.Message,), {
- 'DESCRIPTOR' : _WRITESESSIONCLUSTERS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_cluster_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.ClusterDiscovery.WriteSessionClusters)
- })
-_sym_db.RegisterMessage(WriteSessionClusters)
-
-ReadSessionClusters = _reflection.GeneratedProtocolMessageType('ReadSessionClusters', (_message.Message,), {
- 'DESCRIPTOR' : _READSESSIONCLUSTERS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_cluster_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.ClusterDiscovery.ReadSessionClusters)
- })
-_sym_db.RegisterMessage(ReadSessionClusters)
-
-DiscoverClustersRequest = _reflection.GeneratedProtocolMessageType('DiscoverClustersRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DISCOVERCLUSTERSREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_cluster_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.ClusterDiscovery.DiscoverClustersRequest)
- })
-_sym_db.RegisterMessage(DiscoverClustersRequest)
-
-DiscoverClustersResponse = _reflection.GeneratedProtocolMessageType('DiscoverClustersResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DISCOVERCLUSTERSRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_cluster_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.ClusterDiscovery.DiscoverClustersResponse)
- })
-_sym_db.RegisterMessage(DiscoverClustersResponse)
-
-DiscoverClustersResult = _reflection.GeneratedProtocolMessageType('DiscoverClustersResult', (_message.Message,), {
- 'DESCRIPTOR' : _DISCOVERCLUSTERSRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_cluster_discovery_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.ClusterDiscovery.DiscoverClustersResult)
- })
-_sym_db.RegisterMessage(DiscoverClustersResult)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_cluster_discovery_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_cluster_discovery_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_cluster_discovery_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_v1_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_v1_pb2.py
deleted file mode 100644
index 74dc9cba3a3..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_v1_pb2.py
+++ /dev/null
@@ -1,6346 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_persqueue_v1.proto
-"""Generated protocol buffer code."""
-from google.protobuf.internal import enum_type_wrapper
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from ydb.public.api.protos import ydb_scheme_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2
-from ydb.public.api.protos import ydb_status_codes_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2
-from ydb.public.api.protos import ydb_issue_message_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2
-from ydb.public.api.protos.annotations import validation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_persqueue_v1.proto',
- package='Ydb.PersQueue.V1',
- syntax='proto3',
- serialized_options=b'\n\030com.yandex.ydb.persqueue\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n,ydb/public/api/protos/ydb_persqueue_v1.proto\x12\x10Ydb.PersQueue.V1\x1a)ydb/public/api/protos/ydb_operation.proto\x1a&ydb/public/api/protos/ydb_scheme.proto\x1a,ydb/public/api/protos/ydb_status_codes.proto\x1a-ydb/public/api/protos/ydb_issue_message.proto\x1a\x32ydb/public/api/protos/annotations/validation.proto\"~\n\x10SessionMetaValue\x12<\n\x05value\x18\x01 \x03(\x0b\x32-.Ydb.PersQueue.V1.SessionMetaValue.ValueEntry\x1a,\n\nValueEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"8\n\x0cOffsetsRange\x12\x14\n\x0cstart_offset\x18\x01 \x01(\x03\x12\x12\n\nend_offset\x18\x02 \x01(\x03\"\x84\x08\n\x1bStreamingWriteClientMessage\x12Q\n\x0cinit_request\x18\x01 \x01(\x0b\x32\x39.Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequestH\x00\x12S\n\rwrite_request\x18\x02 \x01(\x0b\x32:.Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequestH\x00\x12`\n\x14update_token_request\x18\x03 \x01(\x0b\x32@.Ydb.PersQueue.V1.StreamingWriteClientMessage.UpdateTokenRequestH\x00\x1a\x92\x03\n\x0bInitRequest\x12\r\n\x05topic\x18\x01 \x01(\t\x12\x18\n\x10message_group_id\x18\x02 \x01(\t\x12`\n\x0csession_meta\x18\x03 \x03(\x0b\x32J.Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.SessionMetaEntry\x12\x1a\n\x12partition_group_id\x18\x04 \x01(\x03\x12*\n\"max_supported_block_format_version\x18\x05 \x01(\x03\x12\x12\n\nsession_id\x18\x64 \x01(\t\x12\x1a\n\x12\x63onnection_attempt\x18\x65 \x01(\x03\x12\x17\n\x0f\x63onnection_meta\x18\x66 \x01(\x0c\x12\x19\n\x11preferred_cluster\x18g \x01(\t\x12\x18\n\x0fidle_timeout_ms\x18\xc8\x01 \x01(\x03\x1a\x32\n\x10SessionMetaEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x8e\x02\n\x0cWriteRequest\x12\x18\n\x10sequence_numbers\x18\x02 \x03(\x03\x12\x15\n\rcreated_at_ms\x18\x03 \x03(\x03\x12\x12\n\nsent_at_ms\x18\x04 \x03(\x03\x12\x15\n\rmessage_sizes\x18\x05 \x03(\x03\x12\x16\n\x0e\x62locks_offsets\x18\x06 \x03(\x03\x12\x1b\n\x13\x62locks_part_numbers\x18\x07 \x03(\x03\x12\x1d\n\x15\x62locks_message_counts\x18\x08 \x03(\x03\x12!\n\x19\x62locks_uncompressed_sizes\x18\t \x03(\x03\x12\x16\n\x0e\x62locks_headers\x18\n \x03(\x0c\x12\x13\n\x0b\x62locks_data\x18\x0b \x03(\x0c\x1a#\n\x12UpdateTokenRequest\x12\r\n\x05token\x18\x01 \x01(\tB\x10\n\x0e\x63lient_message\"\xc7\x08\n\x1bStreamingWriteServerMessage\x12S\n\rinit_response\x18\x03 \x01(\x0b\x32:.Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponseH\x00\x12`\n\x14\x62\x61tch_write_response\x18\x04 \x01(\x0b\x32@.Ydb.PersQueue.V1.StreamingWriteServerMessage.BatchWriteResponseH\x00\x12\x62\n\x15update_token_response\x18\x05 \x01(\x0b\x32\x41.Ydb.PersQueue.V1.StreamingWriteServerMessage.UpdateTokenResponseH\x00\x12)\n\x06status\x18\x01 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x02 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x1a\x97\x02\n\x0cInitResponse\x12\x1c\n\x14last_sequence_number\x18\x01 \x01(\x03\x12\x12\n\nsession_id\x18\x02 \x01(\t\x12\r\n\x05topic\x18\x03 \x01(\t\x12\x0f\n\x07\x63luster\x18\x04 \x01(\t\x12\x14\n\x0cpartition_id\x18\x05 \x01(\x03\x12\x1c\n\x14\x62lock_format_version\x18\x06 \x01(\x03\x12\x31\n\x10supported_codecs\x18\n \x03(\x0e\x32\x17.Ydb.PersQueue.V1.Codec\x12\x1d\n\x15max_flush_window_size\x18\x07 \x01(\x03\x12\x16\n\x0emax_block_size\x18\x08 \x01(\x03\x12\x17\n\x0f\x63onnection_meta\x18\t \x01(\x0c\x1a\xc7\x01\n\x12\x42\x61tchWriteResponse\x12\x18\n\x10sequence_numbers\x18\x01 \x03(\x03\x12\x0f\n\x07offsets\x18\x02 \x03(\x03\x12\x17\n\x0f\x61lready_written\x18\x03 \x03(\x08\x12\x14\n\x0cpartition_id\x18\x04 \x01(\x03\x12W\n\x10write_statistics\x18\x05 \x01(\x0b\x32=.Ydb.PersQueue.V1.StreamingWriteServerMessage.WriteStatistics\x1a\x15\n\x13UpdateTokenResponse\x1a\xab\x01\n\x0fWriteStatistics\x12\x1b\n\x13persist_duration_ms\x18\x01 \x01(\x03\x12\'\n\x1fqueued_in_partition_duration_ms\x18\x02 \x01(\x03\x12*\n\"throttled_on_partition_duration_ms\x18\x03 \x01(\x03\x12&\n\x1ethrottled_on_topic_duration_ms\x18\x04 \x01(\x03\x42\x10\n\x0eserver_message\"\x14\n\x04Path\x12\x0c\n\x04path\x18\x01 \x01(\t\"&\n\x08KeyValue\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"D\n\nReadParams\x12\x1f\n\x17max_read_messages_count\x18\x01 \x01(\r\x12\x15\n\rmax_read_size\x18\x02 \x01(\r\";\n\x0c\x43ommitCookie\x12\x11\n\tassign_id\x18\x01 \x01(\x04\x12\x18\n\x10partition_cookie\x18\x02 \x01(\x04\"P\n\x11\x43ommitOffsetRange\x12\x11\n\tassign_id\x18\x01 \x01(\x04\x12\x14\n\x0cstart_offset\x18\x02 \x01(\x04\x12\x12\n\nend_offset\x18\x03 \x01(\x04\"\xee\x16\n\x1dStreamingReadClientMessageNew\x12S\n\x0cinit_request\x18\x01 \x01(\x0b\x32;.Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequestH\x00\x12S\n\x0cread_request\x18\x02 \x01(\x0b\x32;.Ydb.PersQueue.V1.StreamingReadClientMessageNew.ReadRequestH\x00\x12y\n create_partition_stream_response\x18\x03 \x01(\x0b\x32M.Ydb.PersQueue.V1.StreamingReadClientMessageNew.CreatePartitionStreamResponseH\x00\x12W\n\x0e\x63ommit_request\x18\x04 \x01(\x0b\x32=.Ydb.PersQueue.V1.StreamingReadClientMessageNew.CommitRequestH\x00\x12{\n!destroy_partition_stream_response\x18\x05 \x01(\x0b\x32N.Ydb.PersQueue.V1.StreamingReadClientMessageNew.DestroyPartitionStreamResponseH\x00\x12\\\n\x11stop_read_request\x18\x06 \x01(\x0b\x32?.Ydb.PersQueue.V1.StreamingReadClientMessageNew.StopReadRequestH\x00\x12`\n\x13resume_read_request\x18\x07 \x01(\x0b\x32\x41.Ydb.PersQueue.V1.StreamingReadClientMessageNew.ResumeReadRequestH\x00\x12w\n\x1fpartition_stream_status_request\x18\x08 \x01(\x0b\x32L.Ydb.PersQueue.V1.StreamingReadClientMessageNew.PartitionStreamStatusRequestH\x00\x12\\\n\x11\x61\x64\x64_topic_request\x18\t \x01(\x0b\x32?.Ydb.PersQueue.V1.StreamingReadClientMessageNew.AddTopicRequestH\x00\x12\x62\n\x14remove_topic_request\x18\n \x01(\x0b\x32\x42.Ydb.PersQueue.V1.StreamingReadClientMessageNew.RemoveTopicRequestH\x00\x12\r\n\x05token\x18\x14 \x01(\t\x1a\xaf\x07\n\x0bInitRequest\x12_\n\x14topics_read_settings\x18\x01 \x03(\x0b\x32\x41.Ydb.PersQueue.V1.StreamingReadClientMessageNew.TopicReadSettings\x12\x1a\n\x12read_only_original\x18\x02 \x01(\x08\x12\x10\n\x08\x63onsumer\x18\x03 \x01(\t\x12\x1b\n\x13max_lag_duration_ms\x18\x04 \x01(\x03\x12 \n\x18start_from_written_at_ms\x18\x05 \x01(\x03\x12*\n\"max_supported_block_format_version\x18\x06 \x01(\x03\x12\x1b\n\x13max_meta_cache_size\x18\n \x01(\x03\x12\x12\n\nsession_id\x18\x64 \x01(\t\x12\x1a\n\x12\x63onnection_attempt\x18\x65 \x01(\x03\x12P\n\x05state\x18\x66 \x01(\x0b\x32\x41.Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State\x12\x18\n\x0fidle_timeout_ms\x18\xc8\x01 \x01(\x03\x1a\xec\x03\n\x05State\x12x\n\x18partition_streams_states\x18\x01 \x03(\x0b\x32V.Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State.PartitionStreamState\x1a\xe8\x02\n\x14PartitionStreamState\x12;\n\x10partition_stream\x18\x01 \x01(\x0b\x32!.Ydb.PersQueue.V1.PartitionStream\x12\x13\n\x0bread_offset\x18\x02 \x01(\x03\x12\x35\n\roffset_ranges\x18\x03 \x03(\x0b\x32\x1e.Ydb.PersQueue.V1.OffsetsRange\x12m\n\x06status\x18\x04 \x01(\x0e\x32].Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State.PartitionStreamState.Status\"X\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0e\n\nDESTROYING\x10\x02\x12\x0b\n\x07READING\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\x1a\x30\n\x0bReadRequest\x12!\n\x19request_uncompressed_size\x18\x01 \x01(\x03\x1a\x84\x01\n\x1d\x43reatePartitionStreamResponse\x12\x1b\n\x13partition_stream_id\x18\x01 \x01(\x03\x12\x13\n\x0bread_offset\x18\x02 \x01(\x03\x12\x15\n\rcommit_offset\x18\x03 \x01(\x03\x12\x1a\n\x12verify_read_offset\x18\x04 \x01(\x08\x1a=\n\x1e\x44\x65stroyPartitionStreamResponse\x12\x1b\n\x13partition_stream_id\x18\x01 \x01(\x03\x1a/\n\x0fStopReadRequest\x12\x1c\n\x14partition_stream_ids\x18\x01 \x03(\x03\x1a_\n\x11ResumeReadRequest\x12\x1c\n\x14partition_stream_ids\x18\x01 \x03(\x03\x12\x14\n\x0cread_offsets\x18\x02 \x03(\x03\x12\x16\n\x0eresume_cookies\x18\x03 \x03(\x03\x1a\x61\n\rCommitRequest\x12P\n\x07\x63ommits\x18\x01 \x03(\x0b\x32?.Ydb.PersQueue.V1.StreamingReadClientMessageNew.PartitionCommit\x1a;\n\x1cPartitionStreamStatusRequest\x12\x1b\n\x13partition_stream_id\x18\x01 \x01(\x03\x1aq\n\x0f\x41\x64\x64TopicRequest\x12^\n\x13topic_read_settings\x18\x01 \x01(\x0b\x32\x41.Ydb.PersQueue.V1.StreamingReadClientMessageNew.TopicReadSettings\x1a#\n\x12RemoveTopicRequest\x12\r\n\x05topic\x18\x01 \x01(\t\x1a\x61\n\x11TopicReadSettings\x12\r\n\x05topic\x18\x01 \x01(\t\x12\x1b\n\x13partition_group_ids\x18\x02 \x03(\x03\x12 \n\x18start_from_written_at_ms\x18\x03 \x01(\x03\x1a_\n\x0fPartitionCommit\x12\x1b\n\x13partition_stream_id\x18\x01 \x01(\x03\x12/\n\x07offsets\x18\x02 \x03(\x0b\x32\x1e.Ydb.PersQueue.V1.OffsetsRangeB\x10\n\x0e\x63lient_message\"\xf8\x19\n\x1dStreamingReadServerMessageNew\x12U\n\rinit_response\x18\x03 \x01(\x0b\x32<.Ydb.PersQueue.V1.StreamingReadServerMessageNew.InitResponseH\x00\x12`\n\x13\x62\x61tch_read_response\x18\x04 \x01(\x0b\x32\x41.Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponseH\x00\x12w\n\x1f\x63reate_partition_stream_request\x18\x05 \x01(\x0b\x32L.Ydb.PersQueue.V1.StreamingReadServerMessageNew.CreatePartitionStreamRequestH\x00\x12y\n destroy_partition_stream_request\x18\x06 \x01(\x0b\x32M.Ydb.PersQueue.V1.StreamingReadServerMessageNew.DestroyPartitionStreamRequestH\x00\x12Y\n\x0f\x63ommit_response\x18\x07 \x01(\x0b\x32>.Ydb.PersQueue.V1.StreamingReadServerMessageNew.CommitResponseH\x00\x12y\n partition_stream_status_response\x18\x08 \x01(\x0b\x32M.Ydb.PersQueue.V1.StreamingReadServerMessageNew.PartitionStreamStatusResponseH\x00\x12^\n\x12stop_read_response\x18\t \x01(\x0b\x32@.Ydb.PersQueue.V1.StreamingReadServerMessageNew.StopReadResponseH\x00\x12\x62\n\x14resume_read_response\x18\n \x01(\x0b\x32\x42.Ydb.PersQueue.V1.StreamingReadServerMessageNew.ResumeReadResponseH\x00\x12^\n\x12\x61\x64\x64_topic_response\x18\x0b \x01(\x0b\x32@.Ydb.PersQueue.V1.StreamingReadServerMessageNew.AddTopicResponseH\x00\x12\x64\n\x15remove_topic_response\x18\x0c \x01(\x0b\x32\x43.Ydb.PersQueue.V1.StreamingReadServerMessageNew.RemoveTopicResponseH\x00\x12)\n\x06status\x18\x01 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x02 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x1a\x86\x02\n\x0cInitResponse\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x82\x01\n\x1d\x62lock_format_version_by_topic\x18\x02 \x03(\x0b\x32[.Ydb.PersQueue.V1.StreamingReadServerMessageNew.InitResponse.BlockFormatVersionByTopicEntry\x12\x1b\n\x13max_meta_cache_size\x18\n \x01(\x03\x1a@\n\x1e\x42lockFormatVersionByTopicEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x03:\x02\x38\x01\x1a\x89\x01\n\x1c\x43reatePartitionStreamRequest\x12;\n\x10partition_stream\x18\x01 \x01(\x0b\x32!.Ydb.PersQueue.V1.PartitionStream\x12\x18\n\x10\x63ommitted_offset\x18\x02 \x01(\x03\x12\x12\n\nend_offset\x18\x03 \x01(\x03\x1ah\n\x1d\x44\x65stroyPartitionStreamRequest\x12\x1b\n\x13partition_stream_id\x18\x01 \x01(\x03\x12\x10\n\x08graceful\x18\x02 \x01(\x08\x12\x18\n\x10\x63ommitted_offset\x18\x03 \x01(\x03\x1a\xe2\x01\n\x0e\x43ommitResponse\x12}\n\x1cpartitions_committed_offsets\x18\x01 \x03(\x0b\x32W.Ydb.PersQueue.V1.StreamingReadServerMessageNew.CommitResponse.PartitionCommittedOffset\x1aQ\n\x18PartitionCommittedOffset\x12\x1b\n\x13partition_stream_id\x18\x01 \x01(\x03\x12\x18\n\x10\x63ommitted_offset\x18\x02 \x01(\x03\x1a\xfe\x08\n\x11\x42\x61tchReadResponse\x12_\n\nskip_range\x18\x01 \x03(\x0b\x32K.Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.SkipRange\x12\x63\n\npartitions\x18\x02 \x03(\x0b\x32O.Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData\x1a\xc4\x06\n\rPartitionData\x12\x1b\n\x13partition_stream_id\x18\x01 \x01(\x03\x12\x0f\n\x07offsets\x18\x02 \x03(\x03\x12\x18\n\x10sequence_numbers\x18\x03 \x03(\x03\x12\x15\n\rcreated_at_ms\x18\x04 \x03(\x03\x12\x15\n\rwritten_at_ms\x18\x05 \x03(\x03\x12\x19\n\x11message_group_ids\x18\x06 \x03(\t\x12 \n\x18message_group_id_indexes\x18\x07 \x03(\x12\x12\x0b\n\x03ips\x18\x08 \x03(\t\x12\x12\n\nip_indexes\x18\t \x03(\x12\x12@\n\x14message_session_meta\x18\n \x03(\x0b\x32\".Ydb.PersQueue.V1.SessionMetaValue\x12$\n\x1cmessage_session_meta_indexes\x18\x0b \x03(\x12\x12\x15\n\rmessage_sizes\x18\x0c \x03(\x03\x12\x16\n\x0e\x62locks_offsets\x18\r \x03(\x03\x12\x1b\n\x13\x62locks_part_numbers\x18\x0e \x03(\x03\x12\x1d\n\x15\x62locks_message_counts\x18\x0f \x03(\x03\x12!\n\x19\x62locks_uncompressed_sizes\x18\x10 \x03(\x03\x12\x16\n\x0e\x62locks_headers\x18\x11 \x03(\x0c\x12\x13\n\x0b\x62locks_data\x18\x12 \x03(\x0c\x12\x15\n\rresume_cookie\x18\x32 \x01(\x03\x12w\n\x0fread_statistics\x18\x64 \x01(\x0b\x32^.Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ReadStatistics\x1a\xab\x01\n\x0eReadStatistics\x12\x18\n\x10\x62lobs_from_cache\x18\x01 \x01(\x03\x12\x17\n\x0f\x62lobs_from_disk\x18\x02 \x01(\x03\x12\x17\n\x0f\x62ytes_from_head\x18\x03 \x01(\x03\x12\x18\n\x10\x62ytes_from_cache\x18\x04 \x01(\x03\x12\x17\n\x0f\x62ytes_from_disk\x18\x05 \x01(\x03\x12\x1a\n\x12repack_duration_ms\x18\x06 \x01(\x03\x1a\\\n\tSkipRange\x12\x1b\n\x13partition_stream_id\x18\x01 \x01(\x03\x12\x32\n\nskip_range\x18\x02 \x01(\x0b\x32\x1e.Ydb.PersQueue.V1.OffsetsRange\x1a\x8b\x01\n\x1dPartitionStreamStatusResponse\x12\x1b\n\x13partition_stream_id\x18\x01 \x01(\x03\x12\x18\n\x10\x63ommitted_offset\x18\x02 \x01(\x03\x12\x12\n\nend_offset\x18\x03 \x01(\x03\x12\x1f\n\x17written_at_watermark_ms\x18\x04 \x01(\x03\x1a\x12\n\x10StopReadResponse\x1a\x14\n\x12ResumeReadResponse\x1a\x30\n\x10\x41\x64\x64TopicResponse\x12\x1c\n\x14\x62lock_format_version\x18\x01 \x01(\x03\x1a\x15\n\x13RemoveTopicResponseB\x10\n\x0eserver_message\"\x99\x01\n\x0fPartitionStream\x12\r\n\x05topic\x18\x01 \x01(\t\x12\x0f\n\x07\x63luster\x18\x02 \x01(\t\x12\x14\n\x0cpartition_id\x18\x03 \x01(\x03\x12\x1a\n\x12partition_group_id\x18\x04 \x01(\x03\x12\x1b\n\x13partition_stream_id\x18\x06 \x01(\x03\x12\x17\n\x0f\x63onnection_meta\x18\x07 \x01(\x0c\"\xac\x11\n#MigrationStreamingReadClientMessage\x12Y\n\x0cinit_request\x18\x01 \x01(\x0b\x32\x41.Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequestH\x00\x12J\n\x04read\x18\x02 \x01(\x0b\x32:.Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.ReadH\x00\x12U\n\nstart_read\x18\x03 \x01(\x0b\x32?.Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.StartReadH\x00\x12N\n\x06\x63ommit\x18\x04 \x01(\x0b\x32<.Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.CommitH\x00\x12R\n\x08released\x18\x05 \x01(\x0b\x32>.Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.ReleasedH\x00\x12N\n\x06status\x18\x06 \x01(\x0b\x32<.Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.StatusH\x00\x12\r\n\x05token\x18\x14 \x01(\x0c\x1a\x61\n\x11TopicReadSettings\x12\r\n\x05topic\x18\x01 \x01(\t\x12\x1b\n\x13partition_group_ids\x18\x02 \x03(\x03\x12 \n\x18start_from_written_at_ms\x18\x03 \x01(\x03\x1a\x90\x08\n\x0bInitRequest\x12\x65\n\x14topics_read_settings\x18\x01 \x03(\x0b\x32G.Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.TopicReadSettings\x12\x1a\n\x12read_only_original\x18\x02 \x01(\x08\x12\x10\n\x08\x63onsumer\x18\x03 \x01(\t\x12\x1b\n\x13max_lag_duration_ms\x18\x04 \x01(\x03\x12 \n\x18start_from_written_at_ms\x18\x05 \x01(\x03\x12*\n\"max_supported_block_format_version\x18\x06 \x01(\x03\x12\x1b\n\x13max_meta_cache_size\x18\n \x01(\x03\x12\x12\n\nsession_id\x18\x64 \x01(\t\x12\x1a\n\x12\x63onnection_attempt\x18\x65 \x01(\x03\x12V\n\x05state\x18\x66 \x01(\x0b\x32G.Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State\x12\x18\n\x0fidle_timeout_ms\x18\xc8\x01 \x01(\x03\x12\x31\n\x0bread_params\x18* \x01(\x0b\x32\x1c.Ydb.PersQueue.V1.ReadParams\x12\x14\n\x0branges_mode\x18\xba\x03 \x01(\x08\x1a\xf8\x03\n\x05State\x12~\n\x18partition_streams_states\x18\x01 \x03(\x0b\x32\\.Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State.PartitionStreamState\x1a\xee\x02\n\x14PartitionStreamState\x12;\n\x10partition_stream\x18\x01 \x01(\x0b\x32!.Ydb.PersQueue.V1.PartitionStream\x12\x13\n\x0bread_offset\x18\x02 \x01(\x03\x12\x35\n\roffset_ranges\x18\x03 \x03(\x0b\x32\x1e.Ydb.PersQueue.V1.OffsetsRange\x12s\n\x06status\x18\x04 \x01(\x0e\x32\x63.Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State.PartitionStreamState.Status\"X\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0e\n\nDESTROYING\x10\x02\x12\x0b\n\x07READING\x10\x03\x12\x0b\n\x07STOPPED\x10\x04\x1a\x06\n\x04Read\x1a\xb1\x01\n\tStartRead\x12%\n\x05topic\x18\x01 \x01(\x0b\x32\x16.Ydb.PersQueue.V1.Path\x12\x0f\n\x07\x63luster\x18\x02 \x01(\t\x12\x11\n\tpartition\x18\x03 \x01(\x04\x12\x11\n\tassign_id\x18\x05 \x01(\x04\x12\x13\n\x0bread_offset\x18\x06 \x01(\x04\x12\x15\n\rcommit_offset\x18\x07 \x01(\x04\x12\x1a\n\x12verify_read_offset\x18\x08 \x01(\x08\x1ah\n\x08Released\x12%\n\x05topic\x18\x01 \x01(\x0b\x32\x16.Ydb.PersQueue.V1.Path\x12\x0f\n\x07\x63luster\x18\x02 \x01(\t\x12\x11\n\tpartition\x18\x03 \x01(\x04\x12\x11\n\tassign_id\x18\x05 \x01(\x04\x1au\n\x06\x43ommit\x12/\n\x07\x63ookies\x18\x01 \x03(\x0b\x32\x1e.Ydb.PersQueue.V1.CommitCookie\x12:\n\roffset_ranges\x18\x02 \x03(\x0b\x32#.Ydb.PersQueue.V1.CommitOffsetRange\x1a\x66\n\x06Status\x12%\n\x05topic\x18\x01 \x01(\x0b\x32\x16.Ydb.PersQueue.V1.Path\x12\x0f\n\x07\x63luster\x18\x02 \x01(\t\x12\x11\n\tpartition\x18\x03 \x01(\x04\x12\x11\n\tassign_id\x18\x05 \x01(\x04\x42\t\n\x07request\"\xa6\x12\n#MigrationStreamingReadServerMessage\x12)\n\x06status\x18\x01 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x02 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12[\n\rinit_response\x18\x03 \x01(\x0b\x32\x42.Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.InitResponseH\x00\x12U\n\ndata_batch\x18\x04 \x01(\x0b\x32?.Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatchH\x00\x12R\n\x08\x61ssigned\x18\x05 \x01(\x0b\x32>.Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.AssignedH\x00\x12P\n\x07release\x18\x06 \x01(\x0b\x32=.Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.ReleaseH\x00\x12T\n\tcommitted\x18\x07 \x01(\x0b\x32?.Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.CommittedH\x00\x12\x61\n\x10partition_status\x18\x08 \x01(\x0b\x32\x45.Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.PartitionStatusH\x00\x1a\x8c\x02\n\x0cInitResponse\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x88\x01\n\x1d\x62lock_format_version_by_topic\x18\x02 \x03(\x0b\x32\x61.Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.InitResponse.BlockFormatVersionByTopicEntry\x12\x1b\n\x13max_meta_cache_size\x18\n \x01(\x03\x1a@\n\x1e\x42lockFormatVersionByTopicEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x03:\x02\x38\x01\x1a\x91\x01\n\x08\x41ssigned\x12%\n\x05topic\x18\x01 \x01(\x0b\x32\x16.Ydb.PersQueue.V1.Path\x12\x0f\n\x07\x63luster\x18\x02 \x01(\t\x12\x11\n\tpartition\x18\x03 \x01(\x04\x12\x11\n\tassign_id\x18\x05 \x01(\x04\x12\x13\n\x0bread_offset\x18\x06 \x01(\x04\x12\x12\n\nend_offset\x18\x07 \x01(\x04\x1a\x98\x01\n\x07Release\x12%\n\x05topic\x18\x01 \x01(\x0b\x32\x16.Ydb.PersQueue.V1.Path\x12\x0f\n\x07\x63luster\x18\x02 \x01(\t\x12\x11\n\tpartition\x18\x03 \x01(\x04\x12\x11\n\tassign_id\x18\x05 \x01(\x04\x12\x18\n\x10\x66orceful_release\x18\x06 \x01(\x08\x12\x15\n\rcommit_offset\x18\x07 \x01(\x04\x1ax\n\tCommitted\x12/\n\x07\x63ookies\x18\x01 \x03(\x0b\x32\x1e.Ydb.PersQueue.V1.CommitCookie\x12:\n\roffset_ranges\x18\x02 \x03(\x0b\x32#.Ydb.PersQueue.V1.CommitOffsetRange\x1a\x97\x06\n\tDataBatch\x12\x65\n\x0epartition_data\x18\x01 \x03(\x0b\x32M.Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.PartitionData\x1a\xc9\x01\n\x0bMessageData\x12\x0e\n\x06offset\x18\x01 \x01(\x04\x12\x0e\n\x06seq_no\x18\x02 \x01(\x04\x12\x1b\n\x13\x63reate_timestamp_ms\x18\x03 \x01(\x04\x12&\n\x05\x63odec\x18\x04 \x01(\x0e\x32\x17.Ydb.PersQueue.V1.Codec\x12\x0c\n\x04\x64\x61ta\x18\x05 \x01(\x0c\x12\x19\n\x11uncompressed_size\x18\x06 \x01(\x04\x12\x15\n\rpartition_key\x18\x07 \x01(\t\x12\x15\n\rexplicit_hash\x18\x08 \x01(\x0c\x1a\xd7\x01\n\x05\x42\x61tch\x12\x11\n\tsource_id\x18\x02 \x01(\x0c\x12\x30\n\x0c\x65xtra_fields\x18\x03 \x03(\x0b\x32\x1a.Ydb.PersQueue.V1.KeyValue\x12\x1a\n\x12write_timestamp_ms\x18\x04 \x01(\x04\x12\n\n\x02ip\x18\x05 \x01(\t\x12\x61\n\x0cmessage_data\x18\x01 \x03(\x0b\x32K.Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.MessageData\x1a\xfc\x01\n\rPartitionData\x12%\n\x05topic\x18\x01 \x01(\x0b\x32\x16.Ydb.PersQueue.V1.Path\x12\x0f\n\x07\x63luster\x18\x02 \x01(\t\x12\x11\n\tpartition\x18\x03 \x01(\x04\x12V\n\x07\x62\x61tches\x18\x04 \x03(\x0b\x32\x45.Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.Batch\x12.\n\x06\x63ookie\x18\x05 \x01(\x0b\x32\x1e.Ydb.PersQueue.V1.CommitCookie\x12\x18\n\x10\x64\x65precated_topic\x18\n \x01(\t\x1a\xb9\x01\n\x0fPartitionStatus\x12%\n\x05topic\x18\x01 \x01(\x0b\x32\x16.Ydb.PersQueue.V1.Path\x12\x0f\n\x07\x63luster\x18\x02 \x01(\t\x12\x11\n\tpartition\x18\x03 \x01(\x04\x12\x11\n\tassign_id\x18\x05 \x01(\x04\x12\x18\n\x10\x63ommitted_offset\x18\x06 \x01(\x04\x12\x12\n\nend_offset\x18\x07 \x01(\x04\x12\x1a\n\x12write_watermark_ms\x18\x08 \x01(\x04\x42\n\n\x08response\"\xb9\x01\n\x0fReadInfoRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12&\n\x06topics\x18\x02 \x03(\x0b\x32\x16.Ydb.PersQueue.V1.Path\x12\x19\n\x11get_only_original\x18\x03 \x01(\x08\x12(\n\x08\x63onsumer\x18\x04 \x01(\x0b\x32\x16.Ydb.PersQueue.V1.Path\"@\n\x10ReadInfoResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xa1\x06\n\x0eReadInfoResult\x12:\n\x06topics\x18\x01 \x03(\x0b\x32*.Ydb.PersQueue.V1.ReadInfoResult.TopicInfo\x1a\xd2\x05\n\tTopicInfo\x12%\n\x05topic\x18\x01 \x01(\x0b\x32\x16.Ydb.PersQueue.V1.Path\x12\x0f\n\x07\x63luster\x18\x02 \x01(\t\x12)\n\x06status\x18\x03 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x04 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12L\n\npartitions\x18\x05 \x03(\x0b\x32\x38.Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo\x1a\xea\x03\n\rPartitionInfo\x12\x11\n\tpartition\x18\x01 \x01(\x04\x12)\n\x06status\x18\x02 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x03 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12\x14\n\x0cstart_offset\x18\x04 \x01(\x04\x12\x12\n\nend_offset\x18\x05 \x01(\x04\x12\x15\n\rcommit_offset\x18\x06 \x01(\x04\x12\x1a\n\x12\x63ommit_time_lag_ms\x18\x07 \x01(\x04\x12\x13\n\x0bread_offset\x18\x08 \x01(\x04\x12\x18\n\x10read_time_lag_ms\x18\t \x01(\x04\x12\x12\n\nsession_id\x18\n \x01(\t\x12\x13\n\x0b\x63lient_node\x18\x0b \x01(\t\x12\x12\n\nproxy_node\x18\x0c \x01(\t\x12\x13\n\x0btablet_node\x18\r \x01(\t\x12\x11\n\tassign_id\x18\x0e \x01(\x04\x12\x1b\n\x13\x61ssign_timestamp_ms\x18\x0f \x01(\x04\x12\x18\n\x10last_read_cookie\x18\x10 \x01(\x04\x12\x1d\n\x15\x63ommitted_read_cookie\x18\x11 \x01(\x04\x12+\n#out_of_order_read_cookies_to_commit\x18\x12 \x03(\x04\"[\n\x10\x44ropTopicRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\"A\n\x11\x44ropTopicResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x11\n\x0f\x44ropTopicResult\"\xb1\x01\n\x0b\x43redentials\x12\x15\n\x0boauth_token\x18\x01 \x01(\tH\x00\x12\x14\n\njwt_params\x18\x02 \x01(\tH\x00\x12\x30\n\x03iam\x18\x03 \x01(\x0b\x32!.Ydb.PersQueue.V1.Credentials.IamH\x00\x1a\x34\n\x03Iam\x12\x10\n\x08\x65ndpoint\x18\x01 \x01(\t\x12\x1b\n\x13service_account_key\x18\x02 \x01(\tB\r\n\x0b\x63redentials\"\x99\n\n\rTopicSettings\x12!\n\x10partitions_count\x18\x01 \x01(\x05\x42\x07\xb2\xe6*\x03> 0\x12$\n\x13retention_period_ms\x18\x02 \x01(\x03\x42\x07\xb2\xe6*\x03> 0\x12\x39\n\'message_group_seqno_retention_period_ms\x18\x0c \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12;\n)max_partition_message_groups_seqno_stored\x18\r \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12@\n\x10supported_format\x18\x03 \x01(\x0e\x32&.Ydb.PersQueue.V1.TopicSettings.Format\x12\x39\n\x10supported_codecs\x18\x04 \x03(\x0e\x32\x17.Ydb.PersQueue.V1.CodecB\x06\x9a\xe6*\x02\x18\x64\x12,\n\x1amax_partition_storage_size\x18\x05 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12+\n\x19max_partition_write_speed\x18\x06 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12+\n\x19max_partition_write_burst\x18\x07 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12\x1d\n\x15\x63lient_write_disabled\x18\x08 \x01(\x08\x12\x45\n\nread_rules\x18\t \x03(\x0b\x32(.Ydb.PersQueue.V1.TopicSettings.ReadRuleB\x07\x9a\xe6*\x03\x18\xb8\x17\x12\x43\n\nattributes\x18\n \x03(\x0b\x32/.Ydb.PersQueue.V1.TopicSettings.AttributesEntry\x12L\n\x12remote_mirror_rule\x18\x0b \x01(\x0b\x32\x30.Ydb.PersQueue.V1.TopicSettings.RemoteMirrorRule\x1a\x99\x02\n\x08ReadRule\x12\x1b\n\rconsumer_name\x18\x01 \x01(\tB\x04\x90\xe6*\x01\x12\x11\n\timportant\x18\x02 \x01(\x08\x12/\n\x1dstarting_message_timestamp_ms\x18\x03 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12@\n\x10supported_format\x18\x04 \x01(\x0e\x32&.Ydb.PersQueue.V1.TopicSettings.Format\x12\x39\n\x10supported_codecs\x18\x05 \x03(\x0e\x32\x17.Ydb.PersQueue.V1.CodecB\x06\x9a\xe6*\x02\x18\x64\x12\x19\n\x07version\x18\x06 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12\x14\n\x0cservice_type\x18\x07 \x01(\t\x1a\x31\n\x0f\x41ttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\xc6\x01\n\x10RemoteMirrorRule\x12\x10\n\x08\x65ndpoint\x18\x01 \x01(\t\x12\x12\n\ntopic_path\x18\x02 \x01(\t\x12\x15\n\rconsumer_name\x18\x03 \x01(\t\x12\x32\n\x0b\x63redentials\x18\x04 \x01(\x0b\x32\x1d.Ydb.PersQueue.V1.Credentials\x12/\n\x1dstarting_message_timestamp_ms\x18\x05 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12\x10\n\x08\x64\x61tabase\x18\x06 \x01(\t\"1\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\x0f\n\x0b\x46ORMAT_BASE\x10\x01\"\x96\x01\n\x12\x43reateTopicRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x12\n\x04path\x18\x02 \x01(\tB\x04\x90\xe6*\x01\x12\x31\n\x08settings\x18\x04 \x01(\x0b\x32\x1f.Ydb.PersQueue.V1.TopicSettings\"C\n\x13\x43reateTopicResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x13\n\x11\x43reateTopicResult\"\x95\x01\n\x11\x41lterTopicRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x12\n\x04path\x18\x02 \x01(\tB\x04\x90\xe6*\x01\x12\x31\n\x08settings\x18\x04 \x01(\x0b\x32\x1f.Ydb.PersQueue.V1.TopicSettings\"B\n\x12\x41lterTopicResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x12\n\x10\x41lterTopicResult\"\xa0\x01\n\x12\x41\x64\x64ReadRuleRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x12\n\x04path\x18\x02 \x01(\tB\x04\x90\xe6*\x01\x12;\n\tread_rule\x18\x03 \x01(\x0b\x32(.Ydb.PersQueue.V1.TopicSettings.ReadRule\"C\n\x13\x41\x64\x64ReadRuleResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x13\n\x11\x41\x64\x64ReadRuleResult\"}\n\x15RemoveReadRuleRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x12\n\x04path\x18\x02 \x01(\tB\x04\x90\xe6*\x01\x12\x15\n\rconsumer_name\x18\x03 \x01(\t\"F\n\x16RemoveReadRuleResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x16\n\x14RemoveReadRuleResult\"e\n\x14\x44\x65scribeTopicRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x12\n\x04path\x18\x02 \x01(\tB\x04\x90\xe6*\x01\"E\n\x15\x44\x65scribeTopicResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"i\n\x13\x44\x65scribeTopicResult\x12\x1f\n\x04self\x18\x01 \x01(\x0b\x32\x11.Ydb.Scheme.Entry\x12\x31\n\x08settings\x18\x02 \x01(\x0b\x32\x1f.Ydb.PersQueue.V1.TopicSettings*]\n\x05\x43odec\x12\x15\n\x11\x43ODEC_UNSPECIFIED\x10\x00\x12\r\n\tCODEC_RAW\x10\x01\x12\x0e\n\nCODEC_GZIP\x10\x02\x12\x0e\n\nCODEC_LZOP\x10\x03\x12\x0e\n\nCODEC_ZSTD\x10\x04\x42\x1d\n\x18\x63om.yandex.ydb.persqueue\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2.DESCRIPTOR,])
-
-_CODEC = _descriptor.EnumDescriptor(
- name='Codec',
- full_name='Ydb.PersQueue.V1.Codec',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='CODEC_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CODEC_RAW', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CODEC_GZIP', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CODEC_LZOP', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CODEC_ZSTD', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=17825,
- serialized_end=17918,
-)
-_sym_db.RegisterEnumDescriptor(_CODEC)
-
-Codec = enum_type_wrapper.EnumTypeWrapper(_CODEC)
-CODEC_UNSPECIFIED = 0
-CODEC_RAW = 1
-CODEC_GZIP = 2
-CODEC_LZOP = 3
-CODEC_ZSTD = 4
-
-
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE_STATUS = _descriptor.EnumDescriptor(
- name='Status',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State.PartitionStreamState.Status',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STATUS_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CREATING', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DESTROYING', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READING', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STOPPED', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=4803,
- serialized_end=4891,
-)
-_sym_db.RegisterEnumDescriptor(_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE_STATUS)
-
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE_STATUS = _descriptor.EnumDescriptor(
- name='Status',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State.PartitionStreamState.Status',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STATUS_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CREATING', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DESTROYING', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='READING', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STOPPED', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=4803,
- serialized_end=4891,
-)
-_sym_db.RegisterEnumDescriptor(_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE_STATUS)
-
-_TOPICSETTINGS_FORMAT = _descriptor.EnumDescriptor(
- name='Format',
- full_name='Ydb.PersQueue.V1.TopicSettings.Format',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='FORMAT_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='FORMAT_BASE', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=16534,
- serialized_end=16583,
-)
-_sym_db.RegisterEnumDescriptor(_TOPICSETTINGS_FORMAT)
-
-
-_SESSIONMETAVALUE_VALUEENTRY = _descriptor.Descriptor(
- name='ValueEntry',
- full_name='Ydb.PersQueue.V1.SessionMetaValue.ValueEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.PersQueue.V1.SessionMetaValue.ValueEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.PersQueue.V1.SessionMetaValue.ValueEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=376,
- serialized_end=420,
-)
-
-_SESSIONMETAVALUE = _descriptor.Descriptor(
- name='SessionMetaValue',
- full_name='Ydb.PersQueue.V1.SessionMetaValue',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.PersQueue.V1.SessionMetaValue.value', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_SESSIONMETAVALUE_VALUEENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=294,
- serialized_end=420,
-)
-
-
-_OFFSETSRANGE = _descriptor.Descriptor(
- name='OffsetsRange',
- full_name='Ydb.PersQueue.V1.OffsetsRange',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='start_offset', full_name='Ydb.PersQueue.V1.OffsetsRange.start_offset', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_offset', full_name='Ydb.PersQueue.V1.OffsetsRange.end_offset', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=422,
- serialized_end=478,
-)
-
-
-_STREAMINGWRITECLIENTMESSAGE_INITREQUEST_SESSIONMETAENTRY = _descriptor.Descriptor(
- name='SessionMetaEntry',
- full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.SessionMetaEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.SessionMetaEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.SessionMetaEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1131,
- serialized_end=1181,
-)
-
-_STREAMINGWRITECLIENTMESSAGE_INITREQUEST = _descriptor.Descriptor(
- name='InitRequest',
- full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.topic', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='message_group_id', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.message_group_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_meta', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.session_meta', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_group_id', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.partition_group_id', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_supported_block_format_version', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.max_supported_block_format_version', index=4,
- number=5, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.session_id', index=5,
- number=100, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_attempt', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.connection_attempt', index=6,
- number=101, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_meta', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.connection_meta', index=7,
- number=102, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='preferred_cluster', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.preferred_cluster', index=8,
- number=103, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idle_timeout_ms', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.idle_timeout_ms', index=9,
- number=200, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGWRITECLIENTMESSAGE_INITREQUEST_SESSIONMETAENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=779,
- serialized_end=1181,
-)
-
-_STREAMINGWRITECLIENTMESSAGE_WRITEREQUEST = _descriptor.Descriptor(
- name='WriteRequest',
- full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='sequence_numbers', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest.sequence_numbers', index=0,
- number=2, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='created_at_ms', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest.created_at_ms', index=1,
- number=3, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sent_at_ms', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest.sent_at_ms', index=2,
- number=4, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='message_sizes', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest.message_sizes', index=3,
- number=5, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_offsets', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest.blocks_offsets', index=4,
- number=6, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_part_numbers', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest.blocks_part_numbers', index=5,
- number=7, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_message_counts', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest.blocks_message_counts', index=6,
- number=8, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_uncompressed_sizes', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest.blocks_uncompressed_sizes', index=7,
- number=9, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_headers', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest.blocks_headers', index=8,
- number=10, type=12, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_data', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest.blocks_data', index=9,
- number=11, type=12, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1184,
- serialized_end=1454,
-)
-
-_STREAMINGWRITECLIENTMESSAGE_UPDATETOKENREQUEST = _descriptor.Descriptor(
- name='UpdateTokenRequest',
- full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.UpdateTokenRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='token', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.UpdateTokenRequest.token', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1456,
- serialized_end=1491,
-)
-
-_STREAMINGWRITECLIENTMESSAGE = _descriptor.Descriptor(
- name='StreamingWriteClientMessage',
- full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='init_request', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.init_request', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='write_request', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.write_request', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='update_token_request', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.update_token_request', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGWRITECLIENTMESSAGE_INITREQUEST, _STREAMINGWRITECLIENTMESSAGE_WRITEREQUEST, _STREAMINGWRITECLIENTMESSAGE_UPDATETOKENREQUEST, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='client_message', full_name='Ydb.PersQueue.V1.StreamingWriteClientMessage.client_message',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=481,
- serialized_end=1509,
-)
-
-
-_STREAMINGWRITESERVERMESSAGE_INITRESPONSE = _descriptor.Descriptor(
- name='InitResponse',
- full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='last_sequence_number', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse.last_sequence_number', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse.session_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse.topic', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse.cluster', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_id', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse.partition_id', index=4,
- number=5, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='block_format_version', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse.block_format_version', index=5,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='supported_codecs', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse.supported_codecs', index=6,
- number=10, type=14, cpp_type=8, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_flush_window_size', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse.max_flush_window_size', index=7,
- number=7, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_block_size', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse.max_block_size', index=8,
- number=8, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_meta', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse.connection_meta', index=9,
- number=9, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1911,
- serialized_end=2190,
-)
-
-_STREAMINGWRITESERVERMESSAGE_BATCHWRITERESPONSE = _descriptor.Descriptor(
- name='BatchWriteResponse',
- full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.BatchWriteResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='sequence_numbers', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.BatchWriteResponse.sequence_numbers', index=0,
- number=1, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='offsets', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.BatchWriteResponse.offsets', index=1,
- number=2, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='already_written', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.BatchWriteResponse.already_written', index=2,
- number=3, type=8, cpp_type=7, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_id', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.BatchWriteResponse.partition_id', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='write_statistics', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.BatchWriteResponse.write_statistics', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2193,
- serialized_end=2392,
-)
-
-_STREAMINGWRITESERVERMESSAGE_UPDATETOKENRESPONSE = _descriptor.Descriptor(
- name='UpdateTokenResponse',
- full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.UpdateTokenResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2394,
- serialized_end=2415,
-)
-
-_STREAMINGWRITESERVERMESSAGE_WRITESTATISTICS = _descriptor.Descriptor(
- name='WriteStatistics',
- full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.WriteStatistics',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='persist_duration_ms', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.WriteStatistics.persist_duration_ms', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='queued_in_partition_duration_ms', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.WriteStatistics.queued_in_partition_duration_ms', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='throttled_on_partition_duration_ms', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.WriteStatistics.throttled_on_partition_duration_ms', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='throttled_on_topic_duration_ms', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.WriteStatistics.throttled_on_topic_duration_ms', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2418,
- serialized_end=2589,
-)
-
-_STREAMINGWRITESERVERMESSAGE = _descriptor.Descriptor(
- name='StreamingWriteServerMessage',
- full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='init_response', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.init_response', index=0,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='batch_write_response', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.batch_write_response', index=1,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='update_token_response', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.update_token_response', index=2,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.status', index=3,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.issues', index=4,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGWRITESERVERMESSAGE_INITRESPONSE, _STREAMINGWRITESERVERMESSAGE_BATCHWRITERESPONSE, _STREAMINGWRITESERVERMESSAGE_UPDATETOKENRESPONSE, _STREAMINGWRITESERVERMESSAGE_WRITESTATISTICS, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='server_message', full_name='Ydb.PersQueue.V1.StreamingWriteServerMessage.server_message',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=1512,
- serialized_end=2607,
-)
-
-
-_PATH = _descriptor.Descriptor(
- name='Path',
- full_name='Ydb.PersQueue.V1.Path',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.PersQueue.V1.Path.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2609,
- serialized_end=2629,
-)
-
-
-_KEYVALUE = _descriptor.Descriptor(
- name='KeyValue',
- full_name='Ydb.PersQueue.V1.KeyValue',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.PersQueue.V1.KeyValue.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.PersQueue.V1.KeyValue.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2631,
- serialized_end=2669,
-)
-
-
-_READPARAMS = _descriptor.Descriptor(
- name='ReadParams',
- full_name='Ydb.PersQueue.V1.ReadParams',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='max_read_messages_count', full_name='Ydb.PersQueue.V1.ReadParams.max_read_messages_count', index=0,
- number=1, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_read_size', full_name='Ydb.PersQueue.V1.ReadParams.max_read_size', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2671,
- serialized_end=2739,
-)
-
-
-_COMMITCOOKIE = _descriptor.Descriptor(
- name='CommitCookie',
- full_name='Ydb.PersQueue.V1.CommitCookie',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='assign_id', full_name='Ydb.PersQueue.V1.CommitCookie.assign_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_cookie', full_name='Ydb.PersQueue.V1.CommitCookie.partition_cookie', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2741,
- serialized_end=2800,
-)
-
-
-_COMMITOFFSETRANGE = _descriptor.Descriptor(
- name='CommitOffsetRange',
- full_name='Ydb.PersQueue.V1.CommitOffsetRange',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='assign_id', full_name='Ydb.PersQueue.V1.CommitOffsetRange.assign_id', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='start_offset', full_name='Ydb.PersQueue.V1.CommitOffsetRange.start_offset', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_offset', full_name='Ydb.PersQueue.V1.CommitOffsetRange.end_offset', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2802,
- serialized_end=2882,
-)
-
-
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE = _descriptor.Descriptor(
- name='PartitionStreamState',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State.PartitionStreamState',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State.PartitionStreamState.partition_stream', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_offset', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State.PartitionStreamState.read_offset', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='offset_ranges', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State.PartitionStreamState.offset_ranges', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State.PartitionStreamState.status', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE_STATUS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4531,
- serialized_end=4891,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE = _descriptor.Descriptor(
- name='State',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_streams_states', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State.partition_streams_states', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4399,
- serialized_end=4891,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST = _descriptor.Descriptor(
- name='InitRequest',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topics_read_settings', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.topics_read_settings', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_only_original', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.read_only_original', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.consumer', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_lag_duration_ms', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.max_lag_duration_ms', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='start_from_written_at_ms', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.start_from_written_at_ms', index=4,
- number=5, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_supported_block_format_version', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.max_supported_block_format_version', index=5,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_meta_cache_size', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.max_meta_cache_size', index=6,
- number=10, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.session_id', index=7,
- number=100, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_attempt', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.connection_attempt', index=8,
- number=101, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='state', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.state', index=9,
- number=102, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idle_timeout_ms', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.idle_timeout_ms', index=10,
- number=200, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3948,
- serialized_end=4891,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_READREQUEST = _descriptor.Descriptor(
- name='ReadRequest',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.ReadRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='request_uncompressed_size', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.ReadRequest.request_uncompressed_size', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4893,
- serialized_end=4941,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_CREATEPARTITIONSTREAMRESPONSE = _descriptor.Descriptor(
- name='CreatePartitionStreamResponse',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.CreatePartitionStreamResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream_id', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.CreatePartitionStreamResponse.partition_stream_id', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_offset', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.CreatePartitionStreamResponse.read_offset', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='commit_offset', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.CreatePartitionStreamResponse.commit_offset', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='verify_read_offset', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.CreatePartitionStreamResponse.verify_read_offset', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4944,
- serialized_end=5076,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_DESTROYPARTITIONSTREAMRESPONSE = _descriptor.Descriptor(
- name='DestroyPartitionStreamResponse',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.DestroyPartitionStreamResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream_id', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.DestroyPartitionStreamResponse.partition_stream_id', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5078,
- serialized_end=5139,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_STOPREADREQUEST = _descriptor.Descriptor(
- name='StopReadRequest',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.StopReadRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream_ids', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.StopReadRequest.partition_stream_ids', index=0,
- number=1, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5141,
- serialized_end=5188,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_RESUMEREADREQUEST = _descriptor.Descriptor(
- name='ResumeReadRequest',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.ResumeReadRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream_ids', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.ResumeReadRequest.partition_stream_ids', index=0,
- number=1, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_offsets', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.ResumeReadRequest.read_offsets', index=1,
- number=2, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resume_cookies', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.ResumeReadRequest.resume_cookies', index=2,
- number=3, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5190,
- serialized_end=5285,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_COMMITREQUEST = _descriptor.Descriptor(
- name='CommitRequest',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.CommitRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='commits', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.CommitRequest.commits', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5287,
- serialized_end=5384,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_PARTITIONSTREAMSTATUSREQUEST = _descriptor.Descriptor(
- name='PartitionStreamStatusRequest',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.PartitionStreamStatusRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream_id', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.PartitionStreamStatusRequest.partition_stream_id', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5386,
- serialized_end=5445,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_ADDTOPICREQUEST = _descriptor.Descriptor(
- name='AddTopicRequest',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.AddTopicRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic_read_settings', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.AddTopicRequest.topic_read_settings', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5447,
- serialized_end=5560,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_REMOVETOPICREQUEST = _descriptor.Descriptor(
- name='RemoveTopicRequest',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.RemoveTopicRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.RemoveTopicRequest.topic', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5562,
- serialized_end=5597,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_TOPICREADSETTINGS = _descriptor.Descriptor(
- name='TopicReadSettings',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.TopicReadSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.TopicReadSettings.topic', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_group_ids', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.TopicReadSettings.partition_group_ids', index=1,
- number=2, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='start_from_written_at_ms', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.TopicReadSettings.start_from_written_at_ms', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5599,
- serialized_end=5696,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW_PARTITIONCOMMIT = _descriptor.Descriptor(
- name='PartitionCommit',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.PartitionCommit',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream_id', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.PartitionCommit.partition_stream_id', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='offsets', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.PartitionCommit.offsets', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5698,
- serialized_end=5793,
-)
-
-_STREAMINGREADCLIENTMESSAGENEW = _descriptor.Descriptor(
- name='StreamingReadClientMessageNew',
- full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='init_request', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.init_request', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_request', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.read_request', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='create_partition_stream_response', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.create_partition_stream_response', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='commit_request', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.commit_request', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='destroy_partition_stream_response', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.destroy_partition_stream_response', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stop_read_request', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.stop_read_request', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resume_read_request', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.resume_read_request', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_stream_status_request', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.partition_stream_status_request', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='add_topic_request', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.add_topic_request', index=8,
- number=9, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='remove_topic_request', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.remove_topic_request', index=9,
- number=10, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='token', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.token', index=10,
- number=20, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST, _STREAMINGREADCLIENTMESSAGENEW_READREQUEST, _STREAMINGREADCLIENTMESSAGENEW_CREATEPARTITIONSTREAMRESPONSE, _STREAMINGREADCLIENTMESSAGENEW_DESTROYPARTITIONSTREAMRESPONSE, _STREAMINGREADCLIENTMESSAGENEW_STOPREADREQUEST, _STREAMINGREADCLIENTMESSAGENEW_RESUMEREADREQUEST, _STREAMINGREADCLIENTMESSAGENEW_COMMITREQUEST, _STREAMINGREADCLIENTMESSAGENEW_PARTITIONSTREAMSTATUSREQUEST, _STREAMINGREADCLIENTMESSAGENEW_ADDTOPICREQUEST, _STREAMINGREADCLIENTMESSAGENEW_REMOVETOPICREQUEST, _STREAMINGREADCLIENTMESSAGENEW_TOPICREADSETTINGS, _STREAMINGREADCLIENTMESSAGENEW_PARTITIONCOMMIT, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='client_message', full_name='Ydb.PersQueue.V1.StreamingReadClientMessageNew.client_message',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=2885,
- serialized_end=5811,
-)
-
-
-_STREAMINGREADSERVERMESSAGENEW_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY = _descriptor.Descriptor(
- name='BlockFormatVersionByTopicEntry',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.InitResponse.BlockFormatVersionByTopicEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.InitResponse.BlockFormatVersionByTopicEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.InitResponse.BlockFormatVersionByTopicEntry.value', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7167,
- serialized_end=7231,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_INITRESPONSE = _descriptor.Descriptor(
- name='InitResponse',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.InitResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.InitResponse.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='block_format_version_by_topic', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.InitResponse.block_format_version_by_topic', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_meta_cache_size', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.InitResponse.max_meta_cache_size', index=2,
- number=10, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGREADSERVERMESSAGENEW_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6969,
- serialized_end=7231,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_CREATEPARTITIONSTREAMREQUEST = _descriptor.Descriptor(
- name='CreatePartitionStreamRequest',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.CreatePartitionStreamRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.CreatePartitionStreamRequest.partition_stream', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='committed_offset', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.CreatePartitionStreamRequest.committed_offset', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_offset', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.CreatePartitionStreamRequest.end_offset', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7234,
- serialized_end=7371,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_DESTROYPARTITIONSTREAMREQUEST = _descriptor.Descriptor(
- name='DestroyPartitionStreamRequest',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.DestroyPartitionStreamRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream_id', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.DestroyPartitionStreamRequest.partition_stream_id', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='graceful', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.DestroyPartitionStreamRequest.graceful', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='committed_offset', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.DestroyPartitionStreamRequest.committed_offset', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7373,
- serialized_end=7477,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE_PARTITIONCOMMITTEDOFFSET = _descriptor.Descriptor(
- name='PartitionCommittedOffset',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.CommitResponse.PartitionCommittedOffset',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream_id', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.CommitResponse.PartitionCommittedOffset.partition_stream_id', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='committed_offset', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.CommitResponse.PartitionCommittedOffset.committed_offset', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7625,
- serialized_end=7706,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE = _descriptor.Descriptor(
- name='CommitResponse',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.CommitResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partitions_committed_offsets', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.CommitResponse.partitions_committed_offsets', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE_PARTITIONCOMMITTEDOFFSET, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7480,
- serialized_end=7706,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA_READSTATISTICS = _descriptor.Descriptor(
- name='ReadStatistics',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ReadStatistics',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='blobs_from_cache', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ReadStatistics.blobs_from_cache', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blobs_from_disk', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ReadStatistics.blobs_from_disk', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='bytes_from_head', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ReadStatistics.bytes_from_head', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='bytes_from_cache', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ReadStatistics.bytes_from_cache', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='bytes_from_disk', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ReadStatistics.bytes_from_disk', index=4,
- number=5, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='repack_duration_ms', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ReadStatistics.repack_duration_ms', index=5,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8594,
- serialized_end=8765,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA = _descriptor.Descriptor(
- name='PartitionData',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream_id', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.partition_stream_id', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='offsets', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.offsets', index=1,
- number=2, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='sequence_numbers', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.sequence_numbers', index=2,
- number=3, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='created_at_ms', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.created_at_ms', index=3,
- number=4, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='written_at_ms', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.written_at_ms', index=4,
- number=5, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='message_group_ids', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.message_group_ids', index=5,
- number=6, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='message_group_id_indexes', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.message_group_id_indexes', index=6,
- number=7, type=18, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ips', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ips', index=7,
- number=8, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ip_indexes', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ip_indexes', index=8,
- number=9, type=18, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='message_session_meta', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.message_session_meta', index=9,
- number=10, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='message_session_meta_indexes', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.message_session_meta_indexes', index=10,
- number=11, type=18, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='message_sizes', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.message_sizes', index=11,
- number=12, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_offsets', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.blocks_offsets', index=12,
- number=13, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_part_numbers', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.blocks_part_numbers', index=13,
- number=14, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_message_counts', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.blocks_message_counts', index=14,
- number=15, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_uncompressed_sizes', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.blocks_uncompressed_sizes', index=15,
- number=16, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_headers', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.blocks_headers', index=16,
- number=17, type=12, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='blocks_data', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.blocks_data', index=17,
- number=18, type=12, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resume_cookie', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.resume_cookie', index=18,
- number=50, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_statistics', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.read_statistics', index=19,
- number=100, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA_READSTATISTICS, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7929,
- serialized_end=8765,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_SKIPRANGE = _descriptor.Descriptor(
- name='SkipRange',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.SkipRange',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream_id', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.SkipRange.partition_stream_id', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='skip_range', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.SkipRange.skip_range', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8767,
- serialized_end=8859,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE = _descriptor.Descriptor(
- name='BatchReadResponse',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='skip_range', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.skip_range', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partitions', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.partitions', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA, _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_SKIPRANGE, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7709,
- serialized_end=8859,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_PARTITIONSTREAMSTATUSRESPONSE = _descriptor.Descriptor(
- name='PartitionStreamStatusResponse',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.PartitionStreamStatusResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream_id', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.PartitionStreamStatusResponse.partition_stream_id', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='committed_offset', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.PartitionStreamStatusResponse.committed_offset', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_offset', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.PartitionStreamStatusResponse.end_offset', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='written_at_watermark_ms', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.PartitionStreamStatusResponse.written_at_watermark_ms', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8862,
- serialized_end=9001,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_STOPREADRESPONSE = _descriptor.Descriptor(
- name='StopReadResponse',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.StopReadResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9003,
- serialized_end=9021,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_RESUMEREADRESPONSE = _descriptor.Descriptor(
- name='ResumeReadResponse',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.ResumeReadResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9023,
- serialized_end=9043,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_ADDTOPICRESPONSE = _descriptor.Descriptor(
- name='AddTopicResponse',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.AddTopicResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='block_format_version', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.AddTopicResponse.block_format_version', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9045,
- serialized_end=9093,
-)
-
-_STREAMINGREADSERVERMESSAGENEW_REMOVETOPICRESPONSE = _descriptor.Descriptor(
- name='RemoveTopicResponse',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.RemoveTopicResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9095,
- serialized_end=9116,
-)
-
-_STREAMINGREADSERVERMESSAGENEW = _descriptor.Descriptor(
- name='StreamingReadServerMessageNew',
- full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='init_response', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.init_response', index=0,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='batch_read_response', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.batch_read_response', index=1,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='create_partition_stream_request', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.create_partition_stream_request', index=2,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='destroy_partition_stream_request', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.destroy_partition_stream_request', index=3,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='commit_response', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.commit_response', index=4,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_stream_status_response', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.partition_stream_status_response', index=5,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stop_read_response', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.stop_read_response', index=6,
- number=9, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resume_read_response', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.resume_read_response', index=7,
- number=10, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='add_topic_response', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.add_topic_response', index=8,
- number=11, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='remove_topic_response', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.remove_topic_response', index=9,
- number=12, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.status', index=10,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.issues', index=11,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGREADSERVERMESSAGENEW_INITRESPONSE, _STREAMINGREADSERVERMESSAGENEW_CREATEPARTITIONSTREAMREQUEST, _STREAMINGREADSERVERMESSAGENEW_DESTROYPARTITIONSTREAMREQUEST, _STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE, _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE, _STREAMINGREADSERVERMESSAGENEW_PARTITIONSTREAMSTATUSRESPONSE, _STREAMINGREADSERVERMESSAGENEW_STOPREADRESPONSE, _STREAMINGREADSERVERMESSAGENEW_RESUMEREADRESPONSE, _STREAMINGREADSERVERMESSAGENEW_ADDTOPICRESPONSE, _STREAMINGREADSERVERMESSAGENEW_REMOVETOPICRESPONSE, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='server_message', full_name='Ydb.PersQueue.V1.StreamingReadServerMessageNew.server_message',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=5814,
- serialized_end=9134,
-)
-
-
-_PARTITIONSTREAM = _descriptor.Descriptor(
- name='PartitionStream',
- full_name='Ydb.PersQueue.V1.PartitionStream',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.PartitionStream.topic', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster', full_name='Ydb.PersQueue.V1.PartitionStream.cluster', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_id', full_name='Ydb.PersQueue.V1.PartitionStream.partition_id', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_group_id', full_name='Ydb.PersQueue.V1.PartitionStream.partition_group_id', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_stream_id', full_name='Ydb.PersQueue.V1.PartitionStream.partition_stream_id', index=4,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_meta', full_name='Ydb.PersQueue.V1.PartitionStream.connection_meta', index=5,
- number=7, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9137,
- serialized_end=9290,
-)
-
-
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_TOPICREADSETTINGS = _descriptor.Descriptor(
- name='TopicReadSettings',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.TopicReadSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.TopicReadSettings.topic', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_group_ids', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.TopicReadSettings.partition_group_ids', index=1,
- number=2, type=3, cpp_type=2, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='start_from_written_at_ms', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.TopicReadSettings.start_from_written_at_ms', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5599,
- serialized_end=5696,
-)
-
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE = _descriptor.Descriptor(
- name='PartitionStreamState',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State.PartitionStreamState',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stream', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State.PartitionStreamState.partition_stream', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_offset', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State.PartitionStreamState.read_offset', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='offset_ranges', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State.PartitionStreamState.offset_ranges', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State.PartitionStreamState.status', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE_STATUS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10619,
- serialized_end=10985,
-)
-
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE = _descriptor.Descriptor(
- name='State',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_streams_states', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State.partition_streams_states', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10481,
- serialized_end=10985,
-)
-
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST = _descriptor.Descriptor(
- name='InitRequest',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topics_read_settings', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.topics_read_settings', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_only_original', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.read_only_original', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.consumer', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_lag_duration_ms', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.max_lag_duration_ms', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='start_from_written_at_ms', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.start_from_written_at_ms', index=4,
- number=5, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_supported_block_format_version', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.max_supported_block_format_version', index=5,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_meta_cache_size', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.max_meta_cache_size', index=6,
- number=10, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.session_id', index=7,
- number=100, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_attempt', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.connection_attempt', index=8,
- number=101, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='state', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.state', index=9,
- number=102, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idle_timeout_ms', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.idle_timeout_ms', index=10,
- number=200, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_params', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.read_params', index=11,
- number=42, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ranges_mode', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.ranges_mode', index=12,
- number=442, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9945,
- serialized_end=10985,
-)
-
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_READ = _descriptor.Descriptor(
- name='Read',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Read',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10987,
- serialized_end=10993,
-)
-
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_STARTREAD = _descriptor.Descriptor(
- name='StartRead',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.StartRead',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.StartRead.topic', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.StartRead.cluster', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.StartRead.partition', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='assign_id', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.StartRead.assign_id', index=3,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_offset', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.StartRead.read_offset', index=4,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='commit_offset', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.StartRead.commit_offset', index=5,
- number=7, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='verify_read_offset', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.StartRead.verify_read_offset', index=6,
- number=8, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10996,
- serialized_end=11173,
-)
-
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_RELEASED = _descriptor.Descriptor(
- name='Released',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Released',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Released.topic', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Released.cluster', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Released.partition', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='assign_id', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Released.assign_id', index=3,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11175,
- serialized_end=11279,
-)
-
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_COMMIT = _descriptor.Descriptor(
- name='Commit',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Commit',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='cookies', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Commit.cookies', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='offset_ranges', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Commit.offset_ranges', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11281,
- serialized_end=11398,
-)
-
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_STATUS = _descriptor.Descriptor(
- name='Status',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Status',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Status.topic', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Status.cluster', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Status.partition', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='assign_id', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Status.assign_id', index=3,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11400,
- serialized_end=11502,
-)
-
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE = _descriptor.Descriptor(
- name='MigrationStreamingReadClientMessage',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='init_request', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.init_request', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.read', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='start_read', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.start_read', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='commit', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.commit', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='released', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.released', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.status', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='token', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.token', index=6,
- number=20, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_MIGRATIONSTREAMINGREADCLIENTMESSAGE_TOPICREADSETTINGS, _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST, _MIGRATIONSTREAMINGREADCLIENTMESSAGE_READ, _MIGRATIONSTREAMINGREADCLIENTMESSAGE_STARTREAD, _MIGRATIONSTREAMINGREADCLIENTMESSAGE_RELEASED, _MIGRATIONSTREAMINGREADCLIENTMESSAGE_COMMIT, _MIGRATIONSTREAMINGREADCLIENTMESSAGE_STATUS, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='request', full_name='Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.request',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=9293,
- serialized_end=11513,
-)
-
-
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY = _descriptor.Descriptor(
- name='BlockFormatVersionByTopicEntry',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.InitResponse.BlockFormatVersionByTopicEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.InitResponse.BlockFormatVersionByTopicEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.InitResponse.BlockFormatVersionByTopicEntry.value', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7167,
- serialized_end=7231,
-)
-
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE = _descriptor.Descriptor(
- name='InitResponse',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.InitResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.InitResponse.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='block_format_version_by_topic', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.InitResponse.block_format_version_by_topic', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_meta_cache_size', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.InitResponse.max_meta_cache_size', index=2,
- number=10, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12171,
- serialized_end=12439,
-)
-
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_ASSIGNED = _descriptor.Descriptor(
- name='Assigned',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Assigned',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Assigned.topic', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Assigned.cluster', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Assigned.partition', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='assign_id', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Assigned.assign_id', index=3,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_offset', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Assigned.read_offset', index=4,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_offset', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Assigned.end_offset', index=5,
- number=7, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12442,
- serialized_end=12587,
-)
-
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_RELEASE = _descriptor.Descriptor(
- name='Release',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Release',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Release.topic', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Release.cluster', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Release.partition', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='assign_id', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Release.assign_id', index=3,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='forceful_release', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Release.forceful_release', index=4,
- number=6, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='commit_offset', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Release.commit_offset', index=5,
- number=7, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12590,
- serialized_end=12742,
-)
-
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_COMMITTED = _descriptor.Descriptor(
- name='Committed',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Committed',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='cookies', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Committed.cookies', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='offset_ranges', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Committed.offset_ranges', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12744,
- serialized_end=12864,
-)
-
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_MESSAGEDATA = _descriptor.Descriptor(
- name='MessageData',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.MessageData',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='offset', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.MessageData.offset', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='seq_no', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.MessageData.seq_no', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='create_timestamp_ms', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.MessageData.create_timestamp_ms', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='codec', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.MessageData.codec', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.MessageData.data', index=4,
- number=5, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='uncompressed_size', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.MessageData.uncompressed_size', index=5,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_key', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.MessageData.partition_key', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='explicit_hash', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.MessageData.explicit_hash', index=7,
- number=8, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12984,
- serialized_end=13185,
-)
-
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_BATCH = _descriptor.Descriptor(
- name='Batch',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.Batch',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='source_id', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.Batch.source_id', index=0,
- number=2, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='extra_fields', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.Batch.extra_fields', index=1,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='write_timestamp_ms', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.Batch.write_timestamp_ms', index=2,
- number=4, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ip', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.Batch.ip', index=3,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='message_data', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.Batch.message_data', index=4,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13188,
- serialized_end=13403,
-)
-
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_PARTITIONDATA = _descriptor.Descriptor(
- name='PartitionData',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.PartitionData',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.PartitionData.topic', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.PartitionData.cluster', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.PartitionData.partition', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='batches', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.PartitionData.batches', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cookie', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.PartitionData.cookie', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='deprecated_topic', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.PartitionData.deprecated_topic', index=5,
- number=10, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13406,
- serialized_end=13658,
-)
-
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH = _descriptor.Descriptor(
- name='DataBatch',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_data', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.partition_data', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_MESSAGEDATA, _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_BATCH, _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_PARTITIONDATA, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12867,
- serialized_end=13658,
-)
-
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_PARTITIONSTATUS = _descriptor.Descriptor(
- name='PartitionStatus',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.PartitionStatus',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.PartitionStatus.topic', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.PartitionStatus.cluster', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.PartitionStatus.partition', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='assign_id', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.PartitionStatus.assign_id', index=3,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='committed_offset', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.PartitionStatus.committed_offset', index=4,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_offset', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.PartitionStatus.end_offset', index=5,
- number=7, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='write_watermark_ms', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.PartitionStatus.write_watermark_ms', index=6,
- number=8, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13661,
- serialized_end=13846,
-)
-
-_MIGRATIONSTREAMINGREADSERVERMESSAGE = _descriptor.Descriptor(
- name='MigrationStreamingReadServerMessage',
- full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.status', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.issues', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='init_response', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.init_response', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data_batch', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.data_batch', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='assigned', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.assigned', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='release', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.release', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='committed', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.committed', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_status', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.partition_status', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE, _MIGRATIONSTREAMINGREADSERVERMESSAGE_ASSIGNED, _MIGRATIONSTREAMINGREADSERVERMESSAGE_RELEASE, _MIGRATIONSTREAMINGREADSERVERMESSAGE_COMMITTED, _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH, _MIGRATIONSTREAMINGREADSERVERMESSAGE_PARTITIONSTATUS, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='response', full_name='Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.response',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=11516,
- serialized_end=13858,
-)
-
-
-_READINFOREQUEST = _descriptor.Descriptor(
- name='ReadInfoRequest',
- full_name='Ydb.PersQueue.V1.ReadInfoRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.PersQueue.V1.ReadInfoRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='topics', full_name='Ydb.PersQueue.V1.ReadInfoRequest.topics', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='get_only_original', full_name='Ydb.PersQueue.V1.ReadInfoRequest.get_only_original', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer', full_name='Ydb.PersQueue.V1.ReadInfoRequest.consumer', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13861,
- serialized_end=14046,
-)
-
-
-_READINFORESPONSE = _descriptor.Descriptor(
- name='ReadInfoResponse',
- full_name='Ydb.PersQueue.V1.ReadInfoResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.PersQueue.V1.ReadInfoResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=14048,
- serialized_end=14112,
-)
-
-
-_READINFORESULT_TOPICINFO_PARTITIONINFO = _descriptor.Descriptor(
- name='PartitionInfo',
- full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.partition', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.status', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.issues', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='start_offset', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.start_offset', index=3,
- number=4, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='end_offset', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.end_offset', index=4,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='commit_offset', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.commit_offset', index=5,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='commit_time_lag_ms', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.commit_time_lag_ms', index=6,
- number=7, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_offset', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.read_offset', index=7,
- number=8, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_time_lag_ms', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.read_time_lag_ms', index=8,
- number=9, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.session_id', index=9,
- number=10, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='client_node', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.client_node', index=10,
- number=11, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='proxy_node', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.proxy_node', index=11,
- number=12, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tablet_node', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.tablet_node', index=12,
- number=13, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='assign_id', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.assign_id', index=13,
- number=14, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='assign_timestamp_ms', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.assign_timestamp_ms', index=14,
- number=15, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='last_read_cookie', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.last_read_cookie', index=15,
- number=16, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='committed_read_cookie', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.committed_read_cookie', index=16,
- number=17, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='out_of_order_read_cookies_to_commit', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo.out_of_order_read_cookies_to_commit', index=17,
- number=18, type=4, cpp_type=4, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=14426,
- serialized_end=14916,
-)
-
-_READINFORESULT_TOPICINFO = _descriptor.Descriptor(
- name='TopicInfo',
- full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topic', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.topic', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.cluster', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.status', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.issues', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partitions', full_name='Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.partitions', index=4,
- number=5, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_READINFORESULT_TOPICINFO_PARTITIONINFO, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=14194,
- serialized_end=14916,
-)
-
-_READINFORESULT = _descriptor.Descriptor(
- name='ReadInfoResult',
- full_name='Ydb.PersQueue.V1.ReadInfoResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='topics', full_name='Ydb.PersQueue.V1.ReadInfoResult.topics', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_READINFORESULT_TOPICINFO, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=14115,
- serialized_end=14916,
-)
-
-
-_DROPTOPICREQUEST = _descriptor.Descriptor(
- name='DropTopicRequest',
- full_name='Ydb.PersQueue.V1.DropTopicRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.PersQueue.V1.DropTopicRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.PersQueue.V1.DropTopicRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=14918,
- serialized_end=15009,
-)
-
-
-_DROPTOPICRESPONSE = _descriptor.Descriptor(
- name='DropTopicResponse',
- full_name='Ydb.PersQueue.V1.DropTopicResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.PersQueue.V1.DropTopicResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=15011,
- serialized_end=15076,
-)
-
-
-_DROPTOPICRESULT = _descriptor.Descriptor(
- name='DropTopicResult',
- full_name='Ydb.PersQueue.V1.DropTopicResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=15078,
- serialized_end=15095,
-)
-
-
-_CREDENTIALS_IAM = _descriptor.Descriptor(
- name='Iam',
- full_name='Ydb.PersQueue.V1.Credentials.Iam',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='endpoint', full_name='Ydb.PersQueue.V1.Credentials.Iam.endpoint', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='service_account_key', full_name='Ydb.PersQueue.V1.Credentials.Iam.service_account_key', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=15208,
- serialized_end=15260,
-)
-
-_CREDENTIALS = _descriptor.Descriptor(
- name='Credentials',
- full_name='Ydb.PersQueue.V1.Credentials',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='oauth_token', full_name='Ydb.PersQueue.V1.Credentials.oauth_token', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='jwt_params', full_name='Ydb.PersQueue.V1.Credentials.jwt_params', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='iam', full_name='Ydb.PersQueue.V1.Credentials.iam', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_CREDENTIALS_IAM, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='credentials', full_name='Ydb.PersQueue.V1.Credentials.credentials',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=15098,
- serialized_end=15275,
-)
-
-
-_TOPICSETTINGS_READRULE = _descriptor.Descriptor(
- name='ReadRule',
- full_name='Ydb.PersQueue.V1.TopicSettings.ReadRule',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='consumer_name', full_name='Ydb.PersQueue.V1.TopicSettings.ReadRule.consumer_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='important', full_name='Ydb.PersQueue.V1.TopicSettings.ReadRule.important', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='starting_message_timestamp_ms', full_name='Ydb.PersQueue.V1.TopicSettings.ReadRule.starting_message_timestamp_ms', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='supported_format', full_name='Ydb.PersQueue.V1.TopicSettings.ReadRule.supported_format', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='supported_codecs', full_name='Ydb.PersQueue.V1.TopicSettings.ReadRule.supported_codecs', index=4,
- number=5, type=14, cpp_type=8, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\232\346*\002\030d', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='version', full_name='Ydb.PersQueue.V1.TopicSettings.ReadRule.version', index=5,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='service_type', full_name='Ydb.PersQueue.V1.TopicSettings.ReadRule.service_type', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=15999,
- serialized_end=16280,
-)
-
-_TOPICSETTINGS_ATTRIBUTESENTRY = _descriptor.Descriptor(
- name='AttributesEntry',
- full_name='Ydb.PersQueue.V1.TopicSettings.AttributesEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.PersQueue.V1.TopicSettings.AttributesEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.PersQueue.V1.TopicSettings.AttributesEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16282,
- serialized_end=16331,
-)
-
-_TOPICSETTINGS_REMOTEMIRRORRULE = _descriptor.Descriptor(
- name='RemoteMirrorRule',
- full_name='Ydb.PersQueue.V1.TopicSettings.RemoteMirrorRule',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='endpoint', full_name='Ydb.PersQueue.V1.TopicSettings.RemoteMirrorRule.endpoint', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='topic_path', full_name='Ydb.PersQueue.V1.TopicSettings.RemoteMirrorRule.topic_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_name', full_name='Ydb.PersQueue.V1.TopicSettings.RemoteMirrorRule.consumer_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='credentials', full_name='Ydb.PersQueue.V1.TopicSettings.RemoteMirrorRule.credentials', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='starting_message_timestamp_ms', full_name='Ydb.PersQueue.V1.TopicSettings.RemoteMirrorRule.starting_message_timestamp_ms', index=4,
- number=5, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='database', full_name='Ydb.PersQueue.V1.TopicSettings.RemoteMirrorRule.database', index=5,
- number=6, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16334,
- serialized_end=16532,
-)
-
-_TOPICSETTINGS = _descriptor.Descriptor(
- name='TopicSettings',
- full_name='Ydb.PersQueue.V1.TopicSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partitions_count', full_name='Ydb.PersQueue.V1.TopicSettings.partitions_count', index=0,
- number=1, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\003> 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='retention_period_ms', full_name='Ydb.PersQueue.V1.TopicSettings.retention_period_ms', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\003> 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='message_group_seqno_retention_period_ms', full_name='Ydb.PersQueue.V1.TopicSettings.message_group_seqno_retention_period_ms', index=2,
- number=12, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_partition_message_groups_seqno_stored', full_name='Ydb.PersQueue.V1.TopicSettings.max_partition_message_groups_seqno_stored', index=3,
- number=13, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='supported_format', full_name='Ydb.PersQueue.V1.TopicSettings.supported_format', index=4,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='supported_codecs', full_name='Ydb.PersQueue.V1.TopicSettings.supported_codecs', index=5,
- number=4, type=14, cpp_type=8, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\232\346*\002\030d', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_partition_storage_size', full_name='Ydb.PersQueue.V1.TopicSettings.max_partition_storage_size', index=6,
- number=5, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_partition_write_speed', full_name='Ydb.PersQueue.V1.TopicSettings.max_partition_write_speed', index=7,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_partition_write_burst', full_name='Ydb.PersQueue.V1.TopicSettings.max_partition_write_burst', index=8,
- number=7, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='client_write_disabled', full_name='Ydb.PersQueue.V1.TopicSettings.client_write_disabled', index=9,
- number=8, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_rules', full_name='Ydb.PersQueue.V1.TopicSettings.read_rules', index=10,
- number=9, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\232\346*\003\030\270\027', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='attributes', full_name='Ydb.PersQueue.V1.TopicSettings.attributes', index=11,
- number=10, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='remote_mirror_rule', full_name='Ydb.PersQueue.V1.TopicSettings.remote_mirror_rule', index=12,
- number=11, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_TOPICSETTINGS_READRULE, _TOPICSETTINGS_ATTRIBUTESENTRY, _TOPICSETTINGS_REMOTEMIRRORRULE, ],
- enum_types=[
- _TOPICSETTINGS_FORMAT,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=15278,
- serialized_end=16583,
-)
-
-
-_CREATETOPICREQUEST = _descriptor.Descriptor(
- name='CreateTopicRequest',
- full_name='Ydb.PersQueue.V1.CreateTopicRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.PersQueue.V1.CreateTopicRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.PersQueue.V1.CreateTopicRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='settings', full_name='Ydb.PersQueue.V1.CreateTopicRequest.settings', index=2,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16586,
- serialized_end=16736,
-)
-
-
-_CREATETOPICRESPONSE = _descriptor.Descriptor(
- name='CreateTopicResponse',
- full_name='Ydb.PersQueue.V1.CreateTopicResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.PersQueue.V1.CreateTopicResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16738,
- serialized_end=16805,
-)
-
-
-_CREATETOPICRESULT = _descriptor.Descriptor(
- name='CreateTopicResult',
- full_name='Ydb.PersQueue.V1.CreateTopicResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16807,
- serialized_end=16826,
-)
-
-
-_ALTERTOPICREQUEST = _descriptor.Descriptor(
- name='AlterTopicRequest',
- full_name='Ydb.PersQueue.V1.AlterTopicRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.PersQueue.V1.AlterTopicRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.PersQueue.V1.AlterTopicRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='settings', full_name='Ydb.PersQueue.V1.AlterTopicRequest.settings', index=2,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16829,
- serialized_end=16978,
-)
-
-
-_ALTERTOPICRESPONSE = _descriptor.Descriptor(
- name='AlterTopicResponse',
- full_name='Ydb.PersQueue.V1.AlterTopicResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.PersQueue.V1.AlterTopicResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16980,
- serialized_end=17046,
-)
-
-
-_ALTERTOPICRESULT = _descriptor.Descriptor(
- name='AlterTopicResult',
- full_name='Ydb.PersQueue.V1.AlterTopicResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=17048,
- serialized_end=17066,
-)
-
-
-_ADDREADRULEREQUEST = _descriptor.Descriptor(
- name='AddReadRuleRequest',
- full_name='Ydb.PersQueue.V1.AddReadRuleRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.PersQueue.V1.AddReadRuleRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.PersQueue.V1.AddReadRuleRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_rule', full_name='Ydb.PersQueue.V1.AddReadRuleRequest.read_rule', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=17069,
- serialized_end=17229,
-)
-
-
-_ADDREADRULERESPONSE = _descriptor.Descriptor(
- name='AddReadRuleResponse',
- full_name='Ydb.PersQueue.V1.AddReadRuleResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.PersQueue.V1.AddReadRuleResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=17231,
- serialized_end=17298,
-)
-
-
-_ADDREADRULERESULT = _descriptor.Descriptor(
- name='AddReadRuleResult',
- full_name='Ydb.PersQueue.V1.AddReadRuleResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=17300,
- serialized_end=17319,
-)
-
-
-_REMOVEREADRULEREQUEST = _descriptor.Descriptor(
- name='RemoveReadRuleRequest',
- full_name='Ydb.PersQueue.V1.RemoveReadRuleRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.PersQueue.V1.RemoveReadRuleRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.PersQueue.V1.RemoveReadRuleRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='consumer_name', full_name='Ydb.PersQueue.V1.RemoveReadRuleRequest.consumer_name', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=17321,
- serialized_end=17446,
-)
-
-
-_REMOVEREADRULERESPONSE = _descriptor.Descriptor(
- name='RemoveReadRuleResponse',
- full_name='Ydb.PersQueue.V1.RemoveReadRuleResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.PersQueue.V1.RemoveReadRuleResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=17448,
- serialized_end=17518,
-)
-
-
-_REMOVEREADRULERESULT = _descriptor.Descriptor(
- name='RemoveReadRuleResult',
- full_name='Ydb.PersQueue.V1.RemoveReadRuleResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=17520,
- serialized_end=17542,
-)
-
-
-_DESCRIBETOPICREQUEST = _descriptor.Descriptor(
- name='DescribeTopicRequest',
- full_name='Ydb.PersQueue.V1.DescribeTopicRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.PersQueue.V1.DescribeTopicRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.PersQueue.V1.DescribeTopicRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\220\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=17544,
- serialized_end=17645,
-)
-
-
-_DESCRIBETOPICRESPONSE = _descriptor.Descriptor(
- name='DescribeTopicResponse',
- full_name='Ydb.PersQueue.V1.DescribeTopicResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.PersQueue.V1.DescribeTopicResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=17647,
- serialized_end=17716,
-)
-
-
-_DESCRIBETOPICRESULT = _descriptor.Descriptor(
- name='DescribeTopicResult',
- full_name='Ydb.PersQueue.V1.DescribeTopicResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='self', full_name='Ydb.PersQueue.V1.DescribeTopicResult.self', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='settings', full_name='Ydb.PersQueue.V1.DescribeTopicResult.settings', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=17718,
- serialized_end=17823,
-)
-
-_SESSIONMETAVALUE_VALUEENTRY.containing_type = _SESSIONMETAVALUE
-_SESSIONMETAVALUE.fields_by_name['value'].message_type = _SESSIONMETAVALUE_VALUEENTRY
-_STREAMINGWRITECLIENTMESSAGE_INITREQUEST_SESSIONMETAENTRY.containing_type = _STREAMINGWRITECLIENTMESSAGE_INITREQUEST
-_STREAMINGWRITECLIENTMESSAGE_INITREQUEST.fields_by_name['session_meta'].message_type = _STREAMINGWRITECLIENTMESSAGE_INITREQUEST_SESSIONMETAENTRY
-_STREAMINGWRITECLIENTMESSAGE_INITREQUEST.containing_type = _STREAMINGWRITECLIENTMESSAGE
-_STREAMINGWRITECLIENTMESSAGE_WRITEREQUEST.containing_type = _STREAMINGWRITECLIENTMESSAGE
-_STREAMINGWRITECLIENTMESSAGE_UPDATETOKENREQUEST.containing_type = _STREAMINGWRITECLIENTMESSAGE
-_STREAMINGWRITECLIENTMESSAGE.fields_by_name['init_request'].message_type = _STREAMINGWRITECLIENTMESSAGE_INITREQUEST
-_STREAMINGWRITECLIENTMESSAGE.fields_by_name['write_request'].message_type = _STREAMINGWRITECLIENTMESSAGE_WRITEREQUEST
-_STREAMINGWRITECLIENTMESSAGE.fields_by_name['update_token_request'].message_type = _STREAMINGWRITECLIENTMESSAGE_UPDATETOKENREQUEST
-_STREAMINGWRITECLIENTMESSAGE.oneofs_by_name['client_message'].fields.append(
- _STREAMINGWRITECLIENTMESSAGE.fields_by_name['init_request'])
-_STREAMINGWRITECLIENTMESSAGE.fields_by_name['init_request'].containing_oneof = _STREAMINGWRITECLIENTMESSAGE.oneofs_by_name['client_message']
-_STREAMINGWRITECLIENTMESSAGE.oneofs_by_name['client_message'].fields.append(
- _STREAMINGWRITECLIENTMESSAGE.fields_by_name['write_request'])
-_STREAMINGWRITECLIENTMESSAGE.fields_by_name['write_request'].containing_oneof = _STREAMINGWRITECLIENTMESSAGE.oneofs_by_name['client_message']
-_STREAMINGWRITECLIENTMESSAGE.oneofs_by_name['client_message'].fields.append(
- _STREAMINGWRITECLIENTMESSAGE.fields_by_name['update_token_request'])
-_STREAMINGWRITECLIENTMESSAGE.fields_by_name['update_token_request'].containing_oneof = _STREAMINGWRITECLIENTMESSAGE.oneofs_by_name['client_message']
-_STREAMINGWRITESERVERMESSAGE_INITRESPONSE.fields_by_name['supported_codecs'].enum_type = _CODEC
-_STREAMINGWRITESERVERMESSAGE_INITRESPONSE.containing_type = _STREAMINGWRITESERVERMESSAGE
-_STREAMINGWRITESERVERMESSAGE_BATCHWRITERESPONSE.fields_by_name['write_statistics'].message_type = _STREAMINGWRITESERVERMESSAGE_WRITESTATISTICS
-_STREAMINGWRITESERVERMESSAGE_BATCHWRITERESPONSE.containing_type = _STREAMINGWRITESERVERMESSAGE
-_STREAMINGWRITESERVERMESSAGE_UPDATETOKENRESPONSE.containing_type = _STREAMINGWRITESERVERMESSAGE
-_STREAMINGWRITESERVERMESSAGE_WRITESTATISTICS.containing_type = _STREAMINGWRITESERVERMESSAGE
-_STREAMINGWRITESERVERMESSAGE.fields_by_name['init_response'].message_type = _STREAMINGWRITESERVERMESSAGE_INITRESPONSE
-_STREAMINGWRITESERVERMESSAGE.fields_by_name['batch_write_response'].message_type = _STREAMINGWRITESERVERMESSAGE_BATCHWRITERESPONSE
-_STREAMINGWRITESERVERMESSAGE.fields_by_name['update_token_response'].message_type = _STREAMINGWRITESERVERMESSAGE_UPDATETOKENRESPONSE
-_STREAMINGWRITESERVERMESSAGE.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_STREAMINGWRITESERVERMESSAGE.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_STREAMINGWRITESERVERMESSAGE.oneofs_by_name['server_message'].fields.append(
- _STREAMINGWRITESERVERMESSAGE.fields_by_name['init_response'])
-_STREAMINGWRITESERVERMESSAGE.fields_by_name['init_response'].containing_oneof = _STREAMINGWRITESERVERMESSAGE.oneofs_by_name['server_message']
-_STREAMINGWRITESERVERMESSAGE.oneofs_by_name['server_message'].fields.append(
- _STREAMINGWRITESERVERMESSAGE.fields_by_name['batch_write_response'])
-_STREAMINGWRITESERVERMESSAGE.fields_by_name['batch_write_response'].containing_oneof = _STREAMINGWRITESERVERMESSAGE.oneofs_by_name['server_message']
-_STREAMINGWRITESERVERMESSAGE.oneofs_by_name['server_message'].fields.append(
- _STREAMINGWRITESERVERMESSAGE.fields_by_name['update_token_response'])
-_STREAMINGWRITESERVERMESSAGE.fields_by_name['update_token_response'].containing_oneof = _STREAMINGWRITESERVERMESSAGE.oneofs_by_name['server_message']
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE.fields_by_name['partition_stream'].message_type = _PARTITIONSTREAM
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE.fields_by_name['offset_ranges'].message_type = _OFFSETSRANGE
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE.fields_by_name['status'].enum_type = _STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE_STATUS
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE.containing_type = _STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE_STATUS.containing_type = _STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE.fields_by_name['partition_streams_states'].message_type = _STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE.containing_type = _STREAMINGREADCLIENTMESSAGENEW_INITREQUEST
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST.fields_by_name['topics_read_settings'].message_type = _STREAMINGREADCLIENTMESSAGENEW_TOPICREADSETTINGS
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST.fields_by_name['state'].message_type = _STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE
-_STREAMINGREADCLIENTMESSAGENEW_INITREQUEST.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW_READREQUEST.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW_CREATEPARTITIONSTREAMRESPONSE.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW_DESTROYPARTITIONSTREAMRESPONSE.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW_STOPREADREQUEST.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW_RESUMEREADREQUEST.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW_COMMITREQUEST.fields_by_name['commits'].message_type = _STREAMINGREADCLIENTMESSAGENEW_PARTITIONCOMMIT
-_STREAMINGREADCLIENTMESSAGENEW_COMMITREQUEST.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW_PARTITIONSTREAMSTATUSREQUEST.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW_ADDTOPICREQUEST.fields_by_name['topic_read_settings'].message_type = _STREAMINGREADCLIENTMESSAGENEW_TOPICREADSETTINGS
-_STREAMINGREADCLIENTMESSAGENEW_ADDTOPICREQUEST.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW_REMOVETOPICREQUEST.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW_TOPICREADSETTINGS.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW_PARTITIONCOMMIT.fields_by_name['offsets'].message_type = _OFFSETSRANGE
-_STREAMINGREADCLIENTMESSAGENEW_PARTITIONCOMMIT.containing_type = _STREAMINGREADCLIENTMESSAGENEW
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['init_request'].message_type = _STREAMINGREADCLIENTMESSAGENEW_INITREQUEST
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['read_request'].message_type = _STREAMINGREADCLIENTMESSAGENEW_READREQUEST
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['create_partition_stream_response'].message_type = _STREAMINGREADCLIENTMESSAGENEW_CREATEPARTITIONSTREAMRESPONSE
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['commit_request'].message_type = _STREAMINGREADCLIENTMESSAGENEW_COMMITREQUEST
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['destroy_partition_stream_response'].message_type = _STREAMINGREADCLIENTMESSAGENEW_DESTROYPARTITIONSTREAMRESPONSE
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['stop_read_request'].message_type = _STREAMINGREADCLIENTMESSAGENEW_STOPREADREQUEST
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['resume_read_request'].message_type = _STREAMINGREADCLIENTMESSAGENEW_RESUMEREADREQUEST
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['partition_stream_status_request'].message_type = _STREAMINGREADCLIENTMESSAGENEW_PARTITIONSTREAMSTATUSREQUEST
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['add_topic_request'].message_type = _STREAMINGREADCLIENTMESSAGENEW_ADDTOPICREQUEST
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['remove_topic_request'].message_type = _STREAMINGREADCLIENTMESSAGENEW_REMOVETOPICREQUEST
-_STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message'].fields.append(
- _STREAMINGREADCLIENTMESSAGENEW.fields_by_name['init_request'])
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['init_request'].containing_oneof = _STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message']
-_STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message'].fields.append(
- _STREAMINGREADCLIENTMESSAGENEW.fields_by_name['read_request'])
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['read_request'].containing_oneof = _STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message']
-_STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message'].fields.append(
- _STREAMINGREADCLIENTMESSAGENEW.fields_by_name['create_partition_stream_response'])
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['create_partition_stream_response'].containing_oneof = _STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message']
-_STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message'].fields.append(
- _STREAMINGREADCLIENTMESSAGENEW.fields_by_name['commit_request'])
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['commit_request'].containing_oneof = _STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message']
-_STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message'].fields.append(
- _STREAMINGREADCLIENTMESSAGENEW.fields_by_name['destroy_partition_stream_response'])
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['destroy_partition_stream_response'].containing_oneof = _STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message']
-_STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message'].fields.append(
- _STREAMINGREADCLIENTMESSAGENEW.fields_by_name['stop_read_request'])
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['stop_read_request'].containing_oneof = _STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message']
-_STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message'].fields.append(
- _STREAMINGREADCLIENTMESSAGENEW.fields_by_name['resume_read_request'])
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['resume_read_request'].containing_oneof = _STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message']
-_STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message'].fields.append(
- _STREAMINGREADCLIENTMESSAGENEW.fields_by_name['partition_stream_status_request'])
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['partition_stream_status_request'].containing_oneof = _STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message']
-_STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message'].fields.append(
- _STREAMINGREADCLIENTMESSAGENEW.fields_by_name['add_topic_request'])
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['add_topic_request'].containing_oneof = _STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message']
-_STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message'].fields.append(
- _STREAMINGREADCLIENTMESSAGENEW.fields_by_name['remove_topic_request'])
-_STREAMINGREADCLIENTMESSAGENEW.fields_by_name['remove_topic_request'].containing_oneof = _STREAMINGREADCLIENTMESSAGENEW.oneofs_by_name['client_message']
-_STREAMINGREADSERVERMESSAGENEW_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY.containing_type = _STREAMINGREADSERVERMESSAGENEW_INITRESPONSE
-_STREAMINGREADSERVERMESSAGENEW_INITRESPONSE.fields_by_name['block_format_version_by_topic'].message_type = _STREAMINGREADSERVERMESSAGENEW_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY
-_STREAMINGREADSERVERMESSAGENEW_INITRESPONSE.containing_type = _STREAMINGREADSERVERMESSAGENEW
-_STREAMINGREADSERVERMESSAGENEW_CREATEPARTITIONSTREAMREQUEST.fields_by_name['partition_stream'].message_type = _PARTITIONSTREAM
-_STREAMINGREADSERVERMESSAGENEW_CREATEPARTITIONSTREAMREQUEST.containing_type = _STREAMINGREADSERVERMESSAGENEW
-_STREAMINGREADSERVERMESSAGENEW_DESTROYPARTITIONSTREAMREQUEST.containing_type = _STREAMINGREADSERVERMESSAGENEW
-_STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE_PARTITIONCOMMITTEDOFFSET.containing_type = _STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE
-_STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE.fields_by_name['partitions_committed_offsets'].message_type = _STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE_PARTITIONCOMMITTEDOFFSET
-_STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE.containing_type = _STREAMINGREADSERVERMESSAGENEW
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA_READSTATISTICS.containing_type = _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA.fields_by_name['message_session_meta'].message_type = _SESSIONMETAVALUE
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA.fields_by_name['read_statistics'].message_type = _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA_READSTATISTICS
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA.containing_type = _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_SKIPRANGE.fields_by_name['skip_range'].message_type = _OFFSETSRANGE
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_SKIPRANGE.containing_type = _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE.fields_by_name['skip_range'].message_type = _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_SKIPRANGE
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE.fields_by_name['partitions'].message_type = _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA
-_STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE.containing_type = _STREAMINGREADSERVERMESSAGENEW
-_STREAMINGREADSERVERMESSAGENEW_PARTITIONSTREAMSTATUSRESPONSE.containing_type = _STREAMINGREADSERVERMESSAGENEW
-_STREAMINGREADSERVERMESSAGENEW_STOPREADRESPONSE.containing_type = _STREAMINGREADSERVERMESSAGENEW
-_STREAMINGREADSERVERMESSAGENEW_RESUMEREADRESPONSE.containing_type = _STREAMINGREADSERVERMESSAGENEW
-_STREAMINGREADSERVERMESSAGENEW_ADDTOPICRESPONSE.containing_type = _STREAMINGREADSERVERMESSAGENEW
-_STREAMINGREADSERVERMESSAGENEW_REMOVETOPICRESPONSE.containing_type = _STREAMINGREADSERVERMESSAGENEW
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['init_response'].message_type = _STREAMINGREADSERVERMESSAGENEW_INITRESPONSE
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['batch_read_response'].message_type = _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['create_partition_stream_request'].message_type = _STREAMINGREADSERVERMESSAGENEW_CREATEPARTITIONSTREAMREQUEST
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['destroy_partition_stream_request'].message_type = _STREAMINGREADSERVERMESSAGENEW_DESTROYPARTITIONSTREAMREQUEST
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['commit_response'].message_type = _STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['partition_stream_status_response'].message_type = _STREAMINGREADSERVERMESSAGENEW_PARTITIONSTREAMSTATUSRESPONSE
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['stop_read_response'].message_type = _STREAMINGREADSERVERMESSAGENEW_STOPREADRESPONSE
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['resume_read_response'].message_type = _STREAMINGREADSERVERMESSAGENEW_RESUMEREADRESPONSE
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['add_topic_response'].message_type = _STREAMINGREADSERVERMESSAGENEW_ADDTOPICRESPONSE
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['remove_topic_response'].message_type = _STREAMINGREADSERVERMESSAGENEW_REMOVETOPICRESPONSE
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message'].fields.append(
- _STREAMINGREADSERVERMESSAGENEW.fields_by_name['init_response'])
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['init_response'].containing_oneof = _STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message']
-_STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message'].fields.append(
- _STREAMINGREADSERVERMESSAGENEW.fields_by_name['batch_read_response'])
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['batch_read_response'].containing_oneof = _STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message']
-_STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message'].fields.append(
- _STREAMINGREADSERVERMESSAGENEW.fields_by_name['create_partition_stream_request'])
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['create_partition_stream_request'].containing_oneof = _STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message']
-_STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message'].fields.append(
- _STREAMINGREADSERVERMESSAGENEW.fields_by_name['destroy_partition_stream_request'])
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['destroy_partition_stream_request'].containing_oneof = _STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message']
-_STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message'].fields.append(
- _STREAMINGREADSERVERMESSAGENEW.fields_by_name['commit_response'])
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['commit_response'].containing_oneof = _STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message']
-_STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message'].fields.append(
- _STREAMINGREADSERVERMESSAGENEW.fields_by_name['partition_stream_status_response'])
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['partition_stream_status_response'].containing_oneof = _STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message']
-_STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message'].fields.append(
- _STREAMINGREADSERVERMESSAGENEW.fields_by_name['stop_read_response'])
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['stop_read_response'].containing_oneof = _STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message']
-_STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message'].fields.append(
- _STREAMINGREADSERVERMESSAGENEW.fields_by_name['resume_read_response'])
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['resume_read_response'].containing_oneof = _STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message']
-_STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message'].fields.append(
- _STREAMINGREADSERVERMESSAGENEW.fields_by_name['add_topic_response'])
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['add_topic_response'].containing_oneof = _STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message']
-_STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message'].fields.append(
- _STREAMINGREADSERVERMESSAGENEW.fields_by_name['remove_topic_response'])
-_STREAMINGREADSERVERMESSAGENEW.fields_by_name['remove_topic_response'].containing_oneof = _STREAMINGREADSERVERMESSAGENEW.oneofs_by_name['server_message']
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_TOPICREADSETTINGS.containing_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE.fields_by_name['partition_stream'].message_type = _PARTITIONSTREAM
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE.fields_by_name['offset_ranges'].message_type = _OFFSETSRANGE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE.fields_by_name['status'].enum_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE_STATUS
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE.containing_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE_STATUS.containing_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE.fields_by_name['partition_streams_states'].message_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE.containing_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST.fields_by_name['topics_read_settings'].message_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_TOPICREADSETTINGS
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST.fields_by_name['state'].message_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST.fields_by_name['read_params'].message_type = _READPARAMS
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST.containing_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_READ.containing_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_STARTREAD.fields_by_name['topic'].message_type = _PATH
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_STARTREAD.containing_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_RELEASED.fields_by_name['topic'].message_type = _PATH
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_RELEASED.containing_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_COMMIT.fields_by_name['cookies'].message_type = _COMMITCOOKIE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_COMMIT.fields_by_name['offset_ranges'].message_type = _COMMITOFFSETRANGE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_COMMIT.containing_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_STATUS.fields_by_name['topic'].message_type = _PATH
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE_STATUS.containing_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['init_request'].message_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['read'].message_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_READ
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['start_read'].message_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_STARTREAD
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['commit'].message_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_COMMIT
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['released'].message_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_RELEASED
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['status'].message_type = _MIGRATIONSTREAMINGREADCLIENTMESSAGE_STATUS
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request'].fields.append(
- _MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['init_request'])
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['init_request'].containing_oneof = _MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request']
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request'].fields.append(
- _MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['read'])
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['read'].containing_oneof = _MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request']
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request'].fields.append(
- _MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['start_read'])
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['start_read'].containing_oneof = _MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request']
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request'].fields.append(
- _MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['commit'])
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['commit'].containing_oneof = _MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request']
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request'].fields.append(
- _MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['released'])
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['released'].containing_oneof = _MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request']
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request'].fields.append(
- _MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['status'])
-_MIGRATIONSTREAMINGREADCLIENTMESSAGE.fields_by_name['status'].containing_oneof = _MIGRATIONSTREAMINGREADCLIENTMESSAGE.oneofs_by_name['request']
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY.containing_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE.fields_by_name['block_format_version_by_topic'].message_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE.containing_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_ASSIGNED.fields_by_name['topic'].message_type = _PATH
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_ASSIGNED.containing_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_RELEASE.fields_by_name['topic'].message_type = _PATH
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_RELEASE.containing_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_COMMITTED.fields_by_name['cookies'].message_type = _COMMITCOOKIE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_COMMITTED.fields_by_name['offset_ranges'].message_type = _COMMITOFFSETRANGE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_COMMITTED.containing_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_MESSAGEDATA.fields_by_name['codec'].enum_type = _CODEC
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_MESSAGEDATA.containing_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_BATCH.fields_by_name['extra_fields'].message_type = _KEYVALUE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_BATCH.fields_by_name['message_data'].message_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_MESSAGEDATA
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_BATCH.containing_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_PARTITIONDATA.fields_by_name['topic'].message_type = _PATH
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_PARTITIONDATA.fields_by_name['batches'].message_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_BATCH
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_PARTITIONDATA.fields_by_name['cookie'].message_type = _COMMITCOOKIE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_PARTITIONDATA.containing_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH.fields_by_name['partition_data'].message_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_PARTITIONDATA
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH.containing_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_PARTITIONSTATUS.fields_by_name['topic'].message_type = _PATH
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_PARTITIONSTATUS.containing_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['init_response'].message_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['data_batch'].message_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['assigned'].message_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_ASSIGNED
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['release'].message_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_RELEASE
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['committed'].message_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_COMMITTED
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['partition_status'].message_type = _MIGRATIONSTREAMINGREADSERVERMESSAGE_PARTITIONSTATUS
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response'].fields.append(
- _MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['init_response'])
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['init_response'].containing_oneof = _MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response']
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response'].fields.append(
- _MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['data_batch'])
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['data_batch'].containing_oneof = _MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response']
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response'].fields.append(
- _MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['assigned'])
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['assigned'].containing_oneof = _MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response']
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response'].fields.append(
- _MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['release'])
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['release'].containing_oneof = _MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response']
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response'].fields.append(
- _MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['committed'])
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['committed'].containing_oneof = _MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response']
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response'].fields.append(
- _MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['partition_status'])
-_MIGRATIONSTREAMINGREADSERVERMESSAGE.fields_by_name['partition_status'].containing_oneof = _MIGRATIONSTREAMINGREADSERVERMESSAGE.oneofs_by_name['response']
-_READINFOREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_READINFOREQUEST.fields_by_name['topics'].message_type = _PATH
-_READINFOREQUEST.fields_by_name['consumer'].message_type = _PATH
-_READINFORESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_READINFORESULT_TOPICINFO_PARTITIONINFO.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_READINFORESULT_TOPICINFO_PARTITIONINFO.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_READINFORESULT_TOPICINFO_PARTITIONINFO.containing_type = _READINFORESULT_TOPICINFO
-_READINFORESULT_TOPICINFO.fields_by_name['topic'].message_type = _PATH
-_READINFORESULT_TOPICINFO.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_READINFORESULT_TOPICINFO.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_READINFORESULT_TOPICINFO.fields_by_name['partitions'].message_type = _READINFORESULT_TOPICINFO_PARTITIONINFO
-_READINFORESULT_TOPICINFO.containing_type = _READINFORESULT
-_READINFORESULT.fields_by_name['topics'].message_type = _READINFORESULT_TOPICINFO
-_DROPTOPICREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DROPTOPICRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_CREDENTIALS_IAM.containing_type = _CREDENTIALS
-_CREDENTIALS.fields_by_name['iam'].message_type = _CREDENTIALS_IAM
-_CREDENTIALS.oneofs_by_name['credentials'].fields.append(
- _CREDENTIALS.fields_by_name['oauth_token'])
-_CREDENTIALS.fields_by_name['oauth_token'].containing_oneof = _CREDENTIALS.oneofs_by_name['credentials']
-_CREDENTIALS.oneofs_by_name['credentials'].fields.append(
- _CREDENTIALS.fields_by_name['jwt_params'])
-_CREDENTIALS.fields_by_name['jwt_params'].containing_oneof = _CREDENTIALS.oneofs_by_name['credentials']
-_CREDENTIALS.oneofs_by_name['credentials'].fields.append(
- _CREDENTIALS.fields_by_name['iam'])
-_CREDENTIALS.fields_by_name['iam'].containing_oneof = _CREDENTIALS.oneofs_by_name['credentials']
-_TOPICSETTINGS_READRULE.fields_by_name['supported_format'].enum_type = _TOPICSETTINGS_FORMAT
-_TOPICSETTINGS_READRULE.fields_by_name['supported_codecs'].enum_type = _CODEC
-_TOPICSETTINGS_READRULE.containing_type = _TOPICSETTINGS
-_TOPICSETTINGS_ATTRIBUTESENTRY.containing_type = _TOPICSETTINGS
-_TOPICSETTINGS_REMOTEMIRRORRULE.fields_by_name['credentials'].message_type = _CREDENTIALS
-_TOPICSETTINGS_REMOTEMIRRORRULE.containing_type = _TOPICSETTINGS
-_TOPICSETTINGS.fields_by_name['supported_format'].enum_type = _TOPICSETTINGS_FORMAT
-_TOPICSETTINGS.fields_by_name['supported_codecs'].enum_type = _CODEC
-_TOPICSETTINGS.fields_by_name['read_rules'].message_type = _TOPICSETTINGS_READRULE
-_TOPICSETTINGS.fields_by_name['attributes'].message_type = _TOPICSETTINGS_ATTRIBUTESENTRY
-_TOPICSETTINGS.fields_by_name['remote_mirror_rule'].message_type = _TOPICSETTINGS_REMOTEMIRRORRULE
-_TOPICSETTINGS_FORMAT.containing_type = _TOPICSETTINGS
-_CREATETOPICREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATETOPICREQUEST.fields_by_name['settings'].message_type = _TOPICSETTINGS
-_CREATETOPICRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_ALTERTOPICREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ALTERTOPICREQUEST.fields_by_name['settings'].message_type = _TOPICSETTINGS
-_ALTERTOPICRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_ADDREADRULEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ADDREADRULEREQUEST.fields_by_name['read_rule'].message_type = _TOPICSETTINGS_READRULE
-_ADDREADRULERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_REMOVEREADRULEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_REMOVEREADRULERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBETOPICREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBETOPICRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBETOPICRESULT.fields_by_name['self'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._ENTRY
-_DESCRIBETOPICRESULT.fields_by_name['settings'].message_type = _TOPICSETTINGS
-DESCRIPTOR.message_types_by_name['SessionMetaValue'] = _SESSIONMETAVALUE
-DESCRIPTOR.message_types_by_name['OffsetsRange'] = _OFFSETSRANGE
-DESCRIPTOR.message_types_by_name['StreamingWriteClientMessage'] = _STREAMINGWRITECLIENTMESSAGE
-DESCRIPTOR.message_types_by_name['StreamingWriteServerMessage'] = _STREAMINGWRITESERVERMESSAGE
-DESCRIPTOR.message_types_by_name['Path'] = _PATH
-DESCRIPTOR.message_types_by_name['KeyValue'] = _KEYVALUE
-DESCRIPTOR.message_types_by_name['ReadParams'] = _READPARAMS
-DESCRIPTOR.message_types_by_name['CommitCookie'] = _COMMITCOOKIE
-DESCRIPTOR.message_types_by_name['CommitOffsetRange'] = _COMMITOFFSETRANGE
-DESCRIPTOR.message_types_by_name['StreamingReadClientMessageNew'] = _STREAMINGREADCLIENTMESSAGENEW
-DESCRIPTOR.message_types_by_name['StreamingReadServerMessageNew'] = _STREAMINGREADSERVERMESSAGENEW
-DESCRIPTOR.message_types_by_name['PartitionStream'] = _PARTITIONSTREAM
-DESCRIPTOR.message_types_by_name['MigrationStreamingReadClientMessage'] = _MIGRATIONSTREAMINGREADCLIENTMESSAGE
-DESCRIPTOR.message_types_by_name['MigrationStreamingReadServerMessage'] = _MIGRATIONSTREAMINGREADSERVERMESSAGE
-DESCRIPTOR.message_types_by_name['ReadInfoRequest'] = _READINFOREQUEST
-DESCRIPTOR.message_types_by_name['ReadInfoResponse'] = _READINFORESPONSE
-DESCRIPTOR.message_types_by_name['ReadInfoResult'] = _READINFORESULT
-DESCRIPTOR.message_types_by_name['DropTopicRequest'] = _DROPTOPICREQUEST
-DESCRIPTOR.message_types_by_name['DropTopicResponse'] = _DROPTOPICRESPONSE
-DESCRIPTOR.message_types_by_name['DropTopicResult'] = _DROPTOPICRESULT
-DESCRIPTOR.message_types_by_name['Credentials'] = _CREDENTIALS
-DESCRIPTOR.message_types_by_name['TopicSettings'] = _TOPICSETTINGS
-DESCRIPTOR.message_types_by_name['CreateTopicRequest'] = _CREATETOPICREQUEST
-DESCRIPTOR.message_types_by_name['CreateTopicResponse'] = _CREATETOPICRESPONSE
-DESCRIPTOR.message_types_by_name['CreateTopicResult'] = _CREATETOPICRESULT
-DESCRIPTOR.message_types_by_name['AlterTopicRequest'] = _ALTERTOPICREQUEST
-DESCRIPTOR.message_types_by_name['AlterTopicResponse'] = _ALTERTOPICRESPONSE
-DESCRIPTOR.message_types_by_name['AlterTopicResult'] = _ALTERTOPICRESULT
-DESCRIPTOR.message_types_by_name['AddReadRuleRequest'] = _ADDREADRULEREQUEST
-DESCRIPTOR.message_types_by_name['AddReadRuleResponse'] = _ADDREADRULERESPONSE
-DESCRIPTOR.message_types_by_name['AddReadRuleResult'] = _ADDREADRULERESULT
-DESCRIPTOR.message_types_by_name['RemoveReadRuleRequest'] = _REMOVEREADRULEREQUEST
-DESCRIPTOR.message_types_by_name['RemoveReadRuleResponse'] = _REMOVEREADRULERESPONSE
-DESCRIPTOR.message_types_by_name['RemoveReadRuleResult'] = _REMOVEREADRULERESULT
-DESCRIPTOR.message_types_by_name['DescribeTopicRequest'] = _DESCRIBETOPICREQUEST
-DESCRIPTOR.message_types_by_name['DescribeTopicResponse'] = _DESCRIBETOPICRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeTopicResult'] = _DESCRIBETOPICRESULT
-DESCRIPTOR.enum_types_by_name['Codec'] = _CODEC
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-SessionMetaValue = _reflection.GeneratedProtocolMessageType('SessionMetaValue', (_message.Message,), {
-
- 'ValueEntry' : _reflection.GeneratedProtocolMessageType('ValueEntry', (_message.Message,), {
- 'DESCRIPTOR' : _SESSIONMETAVALUE_VALUEENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.SessionMetaValue.ValueEntry)
- })
- ,
- 'DESCRIPTOR' : _SESSIONMETAVALUE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.SessionMetaValue)
- })
-_sym_db.RegisterMessage(SessionMetaValue)
-_sym_db.RegisterMessage(SessionMetaValue.ValueEntry)
-
-OffsetsRange = _reflection.GeneratedProtocolMessageType('OffsetsRange', (_message.Message,), {
- 'DESCRIPTOR' : _OFFSETSRANGE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.OffsetsRange)
- })
-_sym_db.RegisterMessage(OffsetsRange)
-
-StreamingWriteClientMessage = _reflection.GeneratedProtocolMessageType('StreamingWriteClientMessage', (_message.Message,), {
-
- 'InitRequest' : _reflection.GeneratedProtocolMessageType('InitRequest', (_message.Message,), {
-
- 'SessionMetaEntry' : _reflection.GeneratedProtocolMessageType('SessionMetaEntry', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGWRITECLIENTMESSAGE_INITREQUEST_SESSIONMETAENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest.SessionMetaEntry)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGWRITECLIENTMESSAGE_INITREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingWriteClientMessage.InitRequest)
- })
- ,
-
- 'WriteRequest' : _reflection.GeneratedProtocolMessageType('WriteRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGWRITECLIENTMESSAGE_WRITEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingWriteClientMessage.WriteRequest)
- })
- ,
-
- 'UpdateTokenRequest' : _reflection.GeneratedProtocolMessageType('UpdateTokenRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGWRITECLIENTMESSAGE_UPDATETOKENREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingWriteClientMessage.UpdateTokenRequest)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGWRITECLIENTMESSAGE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingWriteClientMessage)
- })
-_sym_db.RegisterMessage(StreamingWriteClientMessage)
-_sym_db.RegisterMessage(StreamingWriteClientMessage.InitRequest)
-_sym_db.RegisterMessage(StreamingWriteClientMessage.InitRequest.SessionMetaEntry)
-_sym_db.RegisterMessage(StreamingWriteClientMessage.WriteRequest)
-_sym_db.RegisterMessage(StreamingWriteClientMessage.UpdateTokenRequest)
-
-StreamingWriteServerMessage = _reflection.GeneratedProtocolMessageType('StreamingWriteServerMessage', (_message.Message,), {
-
- 'InitResponse' : _reflection.GeneratedProtocolMessageType('InitResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGWRITESERVERMESSAGE_INITRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingWriteServerMessage.InitResponse)
- })
- ,
-
- 'BatchWriteResponse' : _reflection.GeneratedProtocolMessageType('BatchWriteResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGWRITESERVERMESSAGE_BATCHWRITERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingWriteServerMessage.BatchWriteResponse)
- })
- ,
-
- 'UpdateTokenResponse' : _reflection.GeneratedProtocolMessageType('UpdateTokenResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGWRITESERVERMESSAGE_UPDATETOKENRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingWriteServerMessage.UpdateTokenResponse)
- })
- ,
-
- 'WriteStatistics' : _reflection.GeneratedProtocolMessageType('WriteStatistics', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGWRITESERVERMESSAGE_WRITESTATISTICS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingWriteServerMessage.WriteStatistics)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGWRITESERVERMESSAGE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingWriteServerMessage)
- })
-_sym_db.RegisterMessage(StreamingWriteServerMessage)
-_sym_db.RegisterMessage(StreamingWriteServerMessage.InitResponse)
-_sym_db.RegisterMessage(StreamingWriteServerMessage.BatchWriteResponse)
-_sym_db.RegisterMessage(StreamingWriteServerMessage.UpdateTokenResponse)
-_sym_db.RegisterMessage(StreamingWriteServerMessage.WriteStatistics)
-
-Path = _reflection.GeneratedProtocolMessageType('Path', (_message.Message,), {
- 'DESCRIPTOR' : _PATH,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.Path)
- })
-_sym_db.RegisterMessage(Path)
-
-KeyValue = _reflection.GeneratedProtocolMessageType('KeyValue', (_message.Message,), {
- 'DESCRIPTOR' : _KEYVALUE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.KeyValue)
- })
-_sym_db.RegisterMessage(KeyValue)
-
-ReadParams = _reflection.GeneratedProtocolMessageType('ReadParams', (_message.Message,), {
- 'DESCRIPTOR' : _READPARAMS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.ReadParams)
- })
-_sym_db.RegisterMessage(ReadParams)
-
-CommitCookie = _reflection.GeneratedProtocolMessageType('CommitCookie', (_message.Message,), {
- 'DESCRIPTOR' : _COMMITCOOKIE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.CommitCookie)
- })
-_sym_db.RegisterMessage(CommitCookie)
-
-CommitOffsetRange = _reflection.GeneratedProtocolMessageType('CommitOffsetRange', (_message.Message,), {
- 'DESCRIPTOR' : _COMMITOFFSETRANGE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.CommitOffsetRange)
- })
-_sym_db.RegisterMessage(CommitOffsetRange)
-
-StreamingReadClientMessageNew = _reflection.GeneratedProtocolMessageType('StreamingReadClientMessageNew', (_message.Message,), {
-
- 'InitRequest' : _reflection.GeneratedProtocolMessageType('InitRequest', (_message.Message,), {
-
- 'State' : _reflection.GeneratedProtocolMessageType('State', (_message.Message,), {
-
- 'PartitionStreamState' : _reflection.GeneratedProtocolMessageType('PartitionStreamState', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE_PARTITIONSTREAMSTATE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State.PartitionStreamState)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_INITREQUEST_STATE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest.State)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_INITREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.InitRequest)
- })
- ,
-
- 'ReadRequest' : _reflection.GeneratedProtocolMessageType('ReadRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_READREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.ReadRequest)
- })
- ,
-
- 'CreatePartitionStreamResponse' : _reflection.GeneratedProtocolMessageType('CreatePartitionStreamResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_CREATEPARTITIONSTREAMRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.CreatePartitionStreamResponse)
- })
- ,
-
- 'DestroyPartitionStreamResponse' : _reflection.GeneratedProtocolMessageType('DestroyPartitionStreamResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_DESTROYPARTITIONSTREAMRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.DestroyPartitionStreamResponse)
- })
- ,
-
- 'StopReadRequest' : _reflection.GeneratedProtocolMessageType('StopReadRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_STOPREADREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.StopReadRequest)
- })
- ,
-
- 'ResumeReadRequest' : _reflection.GeneratedProtocolMessageType('ResumeReadRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_RESUMEREADREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.ResumeReadRequest)
- })
- ,
-
- 'CommitRequest' : _reflection.GeneratedProtocolMessageType('CommitRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_COMMITREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.CommitRequest)
- })
- ,
-
- 'PartitionStreamStatusRequest' : _reflection.GeneratedProtocolMessageType('PartitionStreamStatusRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_PARTITIONSTREAMSTATUSREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.PartitionStreamStatusRequest)
- })
- ,
-
- 'AddTopicRequest' : _reflection.GeneratedProtocolMessageType('AddTopicRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_ADDTOPICREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.AddTopicRequest)
- })
- ,
-
- 'RemoveTopicRequest' : _reflection.GeneratedProtocolMessageType('RemoveTopicRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_REMOVETOPICREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.RemoveTopicRequest)
- })
- ,
-
- 'TopicReadSettings' : _reflection.GeneratedProtocolMessageType('TopicReadSettings', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_TOPICREADSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.TopicReadSettings)
- })
- ,
-
- 'PartitionCommit' : _reflection.GeneratedProtocolMessageType('PartitionCommit', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW_PARTITIONCOMMIT,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew.PartitionCommit)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGREADCLIENTMESSAGENEW,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadClientMessageNew)
- })
-_sym_db.RegisterMessage(StreamingReadClientMessageNew)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.InitRequest)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.InitRequest.State)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.InitRequest.State.PartitionStreamState)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.ReadRequest)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.CreatePartitionStreamResponse)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.DestroyPartitionStreamResponse)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.StopReadRequest)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.ResumeReadRequest)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.CommitRequest)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.PartitionStreamStatusRequest)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.AddTopicRequest)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.RemoveTopicRequest)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.TopicReadSettings)
-_sym_db.RegisterMessage(StreamingReadClientMessageNew.PartitionCommit)
-
-StreamingReadServerMessageNew = _reflection.GeneratedProtocolMessageType('StreamingReadServerMessageNew', (_message.Message,), {
-
- 'InitResponse' : _reflection.GeneratedProtocolMessageType('InitResponse', (_message.Message,), {
-
- 'BlockFormatVersionByTopicEntry' : _reflection.GeneratedProtocolMessageType('BlockFormatVersionByTopicEntry', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.InitResponse.BlockFormatVersionByTopicEntry)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_INITRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.InitResponse)
- })
- ,
-
- 'CreatePartitionStreamRequest' : _reflection.GeneratedProtocolMessageType('CreatePartitionStreamRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_CREATEPARTITIONSTREAMREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.CreatePartitionStreamRequest)
- })
- ,
-
- 'DestroyPartitionStreamRequest' : _reflection.GeneratedProtocolMessageType('DestroyPartitionStreamRequest', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_DESTROYPARTITIONSTREAMREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.DestroyPartitionStreamRequest)
- })
- ,
-
- 'CommitResponse' : _reflection.GeneratedProtocolMessageType('CommitResponse', (_message.Message,), {
-
- 'PartitionCommittedOffset' : _reflection.GeneratedProtocolMessageType('PartitionCommittedOffset', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE_PARTITIONCOMMITTEDOFFSET,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.CommitResponse.PartitionCommittedOffset)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_COMMITRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.CommitResponse)
- })
- ,
-
- 'BatchReadResponse' : _reflection.GeneratedProtocolMessageType('BatchReadResponse', (_message.Message,), {
-
- 'PartitionData' : _reflection.GeneratedProtocolMessageType('PartitionData', (_message.Message,), {
-
- 'ReadStatistics' : _reflection.GeneratedProtocolMessageType('ReadStatistics', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA_READSTATISTICS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ReadStatistics)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_PARTITIONDATA,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.PartitionData)
- })
- ,
-
- 'SkipRange' : _reflection.GeneratedProtocolMessageType('SkipRange', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE_SKIPRANGE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse.SkipRange)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_BATCHREADRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.BatchReadResponse)
- })
- ,
-
- 'PartitionStreamStatusResponse' : _reflection.GeneratedProtocolMessageType('PartitionStreamStatusResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_PARTITIONSTREAMSTATUSRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.PartitionStreamStatusResponse)
- })
- ,
-
- 'StopReadResponse' : _reflection.GeneratedProtocolMessageType('StopReadResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_STOPREADRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.StopReadResponse)
- })
- ,
-
- 'ResumeReadResponse' : _reflection.GeneratedProtocolMessageType('ResumeReadResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_RESUMEREADRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.ResumeReadResponse)
- })
- ,
-
- 'AddTopicResponse' : _reflection.GeneratedProtocolMessageType('AddTopicResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_ADDTOPICRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.AddTopicResponse)
- })
- ,
-
- 'RemoveTopicResponse' : _reflection.GeneratedProtocolMessageType('RemoveTopicResponse', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW_REMOVETOPICRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew.RemoveTopicResponse)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGREADSERVERMESSAGENEW,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.StreamingReadServerMessageNew)
- })
-_sym_db.RegisterMessage(StreamingReadServerMessageNew)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.InitResponse)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.InitResponse.BlockFormatVersionByTopicEntry)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.CreatePartitionStreamRequest)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.DestroyPartitionStreamRequest)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.CommitResponse)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.CommitResponse.PartitionCommittedOffset)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.BatchReadResponse)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.BatchReadResponse.PartitionData)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.BatchReadResponse.PartitionData.ReadStatistics)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.BatchReadResponse.SkipRange)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.PartitionStreamStatusResponse)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.StopReadResponse)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.ResumeReadResponse)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.AddTopicResponse)
-_sym_db.RegisterMessage(StreamingReadServerMessageNew.RemoveTopicResponse)
-
-PartitionStream = _reflection.GeneratedProtocolMessageType('PartitionStream', (_message.Message,), {
- 'DESCRIPTOR' : _PARTITIONSTREAM,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.PartitionStream)
- })
-_sym_db.RegisterMessage(PartitionStream)
-
-MigrationStreamingReadClientMessage = _reflection.GeneratedProtocolMessageType('MigrationStreamingReadClientMessage', (_message.Message,), {
-
- 'TopicReadSettings' : _reflection.GeneratedProtocolMessageType('TopicReadSettings', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADCLIENTMESSAGE_TOPICREADSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.TopicReadSettings)
- })
- ,
-
- 'InitRequest' : _reflection.GeneratedProtocolMessageType('InitRequest', (_message.Message,), {
-
- 'State' : _reflection.GeneratedProtocolMessageType('State', (_message.Message,), {
-
- 'PartitionStreamState' : _reflection.GeneratedProtocolMessageType('PartitionStreamState', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE_PARTITIONSTREAMSTATE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State.PartitionStreamState)
- })
- ,
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST_STATE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest.State)
- })
- ,
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADCLIENTMESSAGE_INITREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.InitRequest)
- })
- ,
-
- 'Read' : _reflection.GeneratedProtocolMessageType('Read', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADCLIENTMESSAGE_READ,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Read)
- })
- ,
-
- 'StartRead' : _reflection.GeneratedProtocolMessageType('StartRead', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADCLIENTMESSAGE_STARTREAD,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.StartRead)
- })
- ,
-
- 'Released' : _reflection.GeneratedProtocolMessageType('Released', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADCLIENTMESSAGE_RELEASED,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Released)
- })
- ,
-
- 'Commit' : _reflection.GeneratedProtocolMessageType('Commit', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADCLIENTMESSAGE_COMMIT,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Commit)
- })
- ,
-
- 'Status' : _reflection.GeneratedProtocolMessageType('Status', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADCLIENTMESSAGE_STATUS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadClientMessage.Status)
- })
- ,
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADCLIENTMESSAGE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadClientMessage)
- })
-_sym_db.RegisterMessage(MigrationStreamingReadClientMessage)
-_sym_db.RegisterMessage(MigrationStreamingReadClientMessage.TopicReadSettings)
-_sym_db.RegisterMessage(MigrationStreamingReadClientMessage.InitRequest)
-_sym_db.RegisterMessage(MigrationStreamingReadClientMessage.InitRequest.State)
-_sym_db.RegisterMessage(MigrationStreamingReadClientMessage.InitRequest.State.PartitionStreamState)
-_sym_db.RegisterMessage(MigrationStreamingReadClientMessage.Read)
-_sym_db.RegisterMessage(MigrationStreamingReadClientMessage.StartRead)
-_sym_db.RegisterMessage(MigrationStreamingReadClientMessage.Released)
-_sym_db.RegisterMessage(MigrationStreamingReadClientMessage.Commit)
-_sym_db.RegisterMessage(MigrationStreamingReadClientMessage.Status)
-
-MigrationStreamingReadServerMessage = _reflection.GeneratedProtocolMessageType('MigrationStreamingReadServerMessage', (_message.Message,), {
-
- 'InitResponse' : _reflection.GeneratedProtocolMessageType('InitResponse', (_message.Message,), {
-
- 'BlockFormatVersionByTopicEntry' : _reflection.GeneratedProtocolMessageType('BlockFormatVersionByTopicEntry', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.InitResponse.BlockFormatVersionByTopicEntry)
- })
- ,
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.InitResponse)
- })
- ,
-
- 'Assigned' : _reflection.GeneratedProtocolMessageType('Assigned', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADSERVERMESSAGE_ASSIGNED,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Assigned)
- })
- ,
-
- 'Release' : _reflection.GeneratedProtocolMessageType('Release', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADSERVERMESSAGE_RELEASE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Release)
- })
- ,
-
- 'Committed' : _reflection.GeneratedProtocolMessageType('Committed', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADSERVERMESSAGE_COMMITTED,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.Committed)
- })
- ,
-
- 'DataBatch' : _reflection.GeneratedProtocolMessageType('DataBatch', (_message.Message,), {
-
- 'MessageData' : _reflection.GeneratedProtocolMessageType('MessageData', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_MESSAGEDATA,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.MessageData)
- })
- ,
-
- 'Batch' : _reflection.GeneratedProtocolMessageType('Batch', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_BATCH,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.Batch)
- })
- ,
-
- 'PartitionData' : _reflection.GeneratedProtocolMessageType('PartitionData', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH_PARTITIONDATA,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch.PartitionData)
- })
- ,
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADSERVERMESSAGE_DATABATCH,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.DataBatch)
- })
- ,
-
- 'PartitionStatus' : _reflection.GeneratedProtocolMessageType('PartitionStatus', (_message.Message,), {
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADSERVERMESSAGE_PARTITIONSTATUS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadServerMessage.PartitionStatus)
- })
- ,
- 'DESCRIPTOR' : _MIGRATIONSTREAMINGREADSERVERMESSAGE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.MigrationStreamingReadServerMessage)
- })
-_sym_db.RegisterMessage(MigrationStreamingReadServerMessage)
-_sym_db.RegisterMessage(MigrationStreamingReadServerMessage.InitResponse)
-_sym_db.RegisterMessage(MigrationStreamingReadServerMessage.InitResponse.BlockFormatVersionByTopicEntry)
-_sym_db.RegisterMessage(MigrationStreamingReadServerMessage.Assigned)
-_sym_db.RegisterMessage(MigrationStreamingReadServerMessage.Release)
-_sym_db.RegisterMessage(MigrationStreamingReadServerMessage.Committed)
-_sym_db.RegisterMessage(MigrationStreamingReadServerMessage.DataBatch)
-_sym_db.RegisterMessage(MigrationStreamingReadServerMessage.DataBatch.MessageData)
-_sym_db.RegisterMessage(MigrationStreamingReadServerMessage.DataBatch.Batch)
-_sym_db.RegisterMessage(MigrationStreamingReadServerMessage.DataBatch.PartitionData)
-_sym_db.RegisterMessage(MigrationStreamingReadServerMessage.PartitionStatus)
-
-ReadInfoRequest = _reflection.GeneratedProtocolMessageType('ReadInfoRequest', (_message.Message,), {
- 'DESCRIPTOR' : _READINFOREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.ReadInfoRequest)
- })
-_sym_db.RegisterMessage(ReadInfoRequest)
-
-ReadInfoResponse = _reflection.GeneratedProtocolMessageType('ReadInfoResponse', (_message.Message,), {
- 'DESCRIPTOR' : _READINFORESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.ReadInfoResponse)
- })
-_sym_db.RegisterMessage(ReadInfoResponse)
-
-ReadInfoResult = _reflection.GeneratedProtocolMessageType('ReadInfoResult', (_message.Message,), {
-
- 'TopicInfo' : _reflection.GeneratedProtocolMessageType('TopicInfo', (_message.Message,), {
-
- 'PartitionInfo' : _reflection.GeneratedProtocolMessageType('PartitionInfo', (_message.Message,), {
- 'DESCRIPTOR' : _READINFORESULT_TOPICINFO_PARTITIONINFO,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.ReadInfoResult.TopicInfo.PartitionInfo)
- })
- ,
- 'DESCRIPTOR' : _READINFORESULT_TOPICINFO,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.ReadInfoResult.TopicInfo)
- })
- ,
- 'DESCRIPTOR' : _READINFORESULT,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.ReadInfoResult)
- })
-_sym_db.RegisterMessage(ReadInfoResult)
-_sym_db.RegisterMessage(ReadInfoResult.TopicInfo)
-_sym_db.RegisterMessage(ReadInfoResult.TopicInfo.PartitionInfo)
-
-DropTopicRequest = _reflection.GeneratedProtocolMessageType('DropTopicRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DROPTOPICREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.DropTopicRequest)
- })
-_sym_db.RegisterMessage(DropTopicRequest)
-
-DropTopicResponse = _reflection.GeneratedProtocolMessageType('DropTopicResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DROPTOPICRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.DropTopicResponse)
- })
-_sym_db.RegisterMessage(DropTopicResponse)
-
-DropTopicResult = _reflection.GeneratedProtocolMessageType('DropTopicResult', (_message.Message,), {
- 'DESCRIPTOR' : _DROPTOPICRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.DropTopicResult)
- })
-_sym_db.RegisterMessage(DropTopicResult)
-
-Credentials = _reflection.GeneratedProtocolMessageType('Credentials', (_message.Message,), {
-
- 'Iam' : _reflection.GeneratedProtocolMessageType('Iam', (_message.Message,), {
- 'DESCRIPTOR' : _CREDENTIALS_IAM,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.Credentials.Iam)
- })
- ,
- 'DESCRIPTOR' : _CREDENTIALS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.Credentials)
- })
-_sym_db.RegisterMessage(Credentials)
-_sym_db.RegisterMessage(Credentials.Iam)
-
-TopicSettings = _reflection.GeneratedProtocolMessageType('TopicSettings', (_message.Message,), {
-
- 'ReadRule' : _reflection.GeneratedProtocolMessageType('ReadRule', (_message.Message,), {
- 'DESCRIPTOR' : _TOPICSETTINGS_READRULE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.TopicSettings.ReadRule)
- })
- ,
-
- 'AttributesEntry' : _reflection.GeneratedProtocolMessageType('AttributesEntry', (_message.Message,), {
- 'DESCRIPTOR' : _TOPICSETTINGS_ATTRIBUTESENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.TopicSettings.AttributesEntry)
- })
- ,
-
- 'RemoteMirrorRule' : _reflection.GeneratedProtocolMessageType('RemoteMirrorRule', (_message.Message,), {
- 'DESCRIPTOR' : _TOPICSETTINGS_REMOTEMIRRORRULE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.TopicSettings.RemoteMirrorRule)
- })
- ,
- 'DESCRIPTOR' : _TOPICSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.TopicSettings)
- })
-_sym_db.RegisterMessage(TopicSettings)
-_sym_db.RegisterMessage(TopicSettings.ReadRule)
-_sym_db.RegisterMessage(TopicSettings.AttributesEntry)
-_sym_db.RegisterMessage(TopicSettings.RemoteMirrorRule)
-
-CreateTopicRequest = _reflection.GeneratedProtocolMessageType('CreateTopicRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CREATETOPICREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.CreateTopicRequest)
- })
-_sym_db.RegisterMessage(CreateTopicRequest)
-
-CreateTopicResponse = _reflection.GeneratedProtocolMessageType('CreateTopicResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATETOPICRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.CreateTopicResponse)
- })
-_sym_db.RegisterMessage(CreateTopicResponse)
-
-CreateTopicResult = _reflection.GeneratedProtocolMessageType('CreateTopicResult', (_message.Message,), {
- 'DESCRIPTOR' : _CREATETOPICRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.CreateTopicResult)
- })
-_sym_db.RegisterMessage(CreateTopicResult)
-
-AlterTopicRequest = _reflection.GeneratedProtocolMessageType('AlterTopicRequest', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERTOPICREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.AlterTopicRequest)
- })
-_sym_db.RegisterMessage(AlterTopicRequest)
-
-AlterTopicResponse = _reflection.GeneratedProtocolMessageType('AlterTopicResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERTOPICRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.AlterTopicResponse)
- })
-_sym_db.RegisterMessage(AlterTopicResponse)
-
-AlterTopicResult = _reflection.GeneratedProtocolMessageType('AlterTopicResult', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERTOPICRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.AlterTopicResult)
- })
-_sym_db.RegisterMessage(AlterTopicResult)
-
-AddReadRuleRequest = _reflection.GeneratedProtocolMessageType('AddReadRuleRequest', (_message.Message,), {
- 'DESCRIPTOR' : _ADDREADRULEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.AddReadRuleRequest)
- })
-_sym_db.RegisterMessage(AddReadRuleRequest)
-
-AddReadRuleResponse = _reflection.GeneratedProtocolMessageType('AddReadRuleResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ADDREADRULERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.AddReadRuleResponse)
- })
-_sym_db.RegisterMessage(AddReadRuleResponse)
-
-AddReadRuleResult = _reflection.GeneratedProtocolMessageType('AddReadRuleResult', (_message.Message,), {
- 'DESCRIPTOR' : _ADDREADRULERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.AddReadRuleResult)
- })
-_sym_db.RegisterMessage(AddReadRuleResult)
-
-RemoveReadRuleRequest = _reflection.GeneratedProtocolMessageType('RemoveReadRuleRequest', (_message.Message,), {
- 'DESCRIPTOR' : _REMOVEREADRULEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.RemoveReadRuleRequest)
- })
-_sym_db.RegisterMessage(RemoveReadRuleRequest)
-
-RemoveReadRuleResponse = _reflection.GeneratedProtocolMessageType('RemoveReadRuleResponse', (_message.Message,), {
- 'DESCRIPTOR' : _REMOVEREADRULERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.RemoveReadRuleResponse)
- })
-_sym_db.RegisterMessage(RemoveReadRuleResponse)
-
-RemoveReadRuleResult = _reflection.GeneratedProtocolMessageType('RemoveReadRuleResult', (_message.Message,), {
- 'DESCRIPTOR' : _REMOVEREADRULERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.RemoveReadRuleResult)
- })
-_sym_db.RegisterMessage(RemoveReadRuleResult)
-
-DescribeTopicRequest = _reflection.GeneratedProtocolMessageType('DescribeTopicRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETOPICREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.DescribeTopicRequest)
- })
-_sym_db.RegisterMessage(DescribeTopicRequest)
-
-DescribeTopicResponse = _reflection.GeneratedProtocolMessageType('DescribeTopicResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETOPICRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.DescribeTopicResponse)
- })
-_sym_db.RegisterMessage(DescribeTopicResponse)
-
-DescribeTopicResult = _reflection.GeneratedProtocolMessageType('DescribeTopicResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETOPICRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_persqueue_v1_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.PersQueue.V1.DescribeTopicResult)
- })
-_sym_db.RegisterMessage(DescribeTopicResult)
-
-
-DESCRIPTOR._options = None
-_SESSIONMETAVALUE_VALUEENTRY._options = None
-_STREAMINGWRITECLIENTMESSAGE_INITREQUEST_SESSIONMETAENTRY._options = None
-_STREAMINGREADSERVERMESSAGENEW_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY._options = None
-_MIGRATIONSTREAMINGREADSERVERMESSAGE_INITRESPONSE_BLOCKFORMATVERSIONBYTOPICENTRY._options = None
-_TOPICSETTINGS_READRULE.fields_by_name['consumer_name']._options = None
-_TOPICSETTINGS_READRULE.fields_by_name['starting_message_timestamp_ms']._options = None
-_TOPICSETTINGS_READRULE.fields_by_name['supported_codecs']._options = None
-_TOPICSETTINGS_READRULE.fields_by_name['version']._options = None
-_TOPICSETTINGS_ATTRIBUTESENTRY._options = None
-_TOPICSETTINGS_REMOTEMIRRORRULE.fields_by_name['starting_message_timestamp_ms']._options = None
-_TOPICSETTINGS.fields_by_name['partitions_count']._options = None
-_TOPICSETTINGS.fields_by_name['retention_period_ms']._options = None
-_TOPICSETTINGS.fields_by_name['message_group_seqno_retention_period_ms']._options = None
-_TOPICSETTINGS.fields_by_name['max_partition_message_groups_seqno_stored']._options = None
-_TOPICSETTINGS.fields_by_name['supported_codecs']._options = None
-_TOPICSETTINGS.fields_by_name['max_partition_storage_size']._options = None
-_TOPICSETTINGS.fields_by_name['max_partition_write_speed']._options = None
-_TOPICSETTINGS.fields_by_name['max_partition_write_burst']._options = None
-_TOPICSETTINGS.fields_by_name['read_rules']._options = None
-_CREATETOPICREQUEST.fields_by_name['path']._options = None
-_ALTERTOPICREQUEST.fields_by_name['path']._options = None
-_ADDREADRULEREQUEST.fields_by_name['path']._options = None
-_REMOVEREADRULEREQUEST.fields_by_name['path']._options = None
-_DESCRIBETOPICREQUEST.fields_by_name['path']._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_v1_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_v1_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_persqueue_v1_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_query_stats_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_query_stats_pb2.py
deleted file mode 100644
index ee05837be76..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_query_stats_pb2.py
+++ /dev/null
@@ -1,356 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_query_stats.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_query_stats.proto',
- package='Ydb.TableStats',
- syntax='proto3',
- serialized_options=b'\n\016com.yandex.ydb\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n+ydb/public/api/protos/ydb_query_stats.proto\x12\x0eYdb.TableStats\"-\n\x0eOperationStats\x12\x0c\n\x04rows\x18\x01 \x01(\x04\x12\r\n\x05\x62ytes\x18\x02 \x01(\x04\"\xd1\x01\n\x10TableAccessStats\x12\x0c\n\x04name\x18\x01 \x01(\t\x12-\n\x05reads\x18\x03 \x01(\x0b\x32\x1e.Ydb.TableStats.OperationStats\x12/\n\x07updates\x18\x04 \x01(\x0b\x32\x1e.Ydb.TableStats.OperationStats\x12/\n\x07\x64\x65letes\x18\x05 \x01(\x0b\x32\x1e.Ydb.TableStats.OperationStats\x12\x18\n\x10partitions_count\x18\x06 \x01(\x04J\x04\x08\x02\x10\x03\"\xa3\x01\n\x0fQueryPhaseStats\x12\x13\n\x0b\x64uration_us\x18\x01 \x01(\x04\x12\x36\n\x0ctable_access\x18\x02 \x03(\x0b\x32 .Ydb.TableStats.TableAccessStats\x12\x13\n\x0b\x63pu_time_us\x18\x03 \x01(\x04\x12\x17\n\x0f\x61\x66\x66\x65\x63ted_shards\x18\x04 \x01(\x04\x12\x15\n\rliteral_phase\x18\x05 \x01(\x08\"P\n\x10\x43ompilationStats\x12\x12\n\nfrom_cache\x18\x01 \x01(\x08\x12\x13\n\x0b\x64uration_us\x18\x02 \x01(\x04\x12\x13\n\x0b\x63pu_time_us\x18\x03 \x01(\x04\"\xf4\x01\n\nQueryStats\x12\x35\n\x0cquery_phases\x18\x01 \x03(\x0b\x32\x1f.Ydb.TableStats.QueryPhaseStats\x12\x35\n\x0b\x63ompilation\x18\x02 \x01(\x0b\x32 .Ydb.TableStats.CompilationStats\x12\x1b\n\x13process_cpu_time_us\x18\x03 \x01(\x04\x12\x12\n\nquery_plan\x18\x04 \x01(\t\x12\x11\n\tquery_ast\x18\x05 \x01(\t\x12\x19\n\x11total_duration_us\x18\x06 \x01(\x04\x12\x19\n\x11total_cpu_time_us\x18\x07 \x01(\x04\x42\x13\n\x0e\x63om.yandex.ydb\xf8\x01\x01\x62\x06proto3'
-)
-
-
-
-
-_OPERATIONSTATS = _descriptor.Descriptor(
- name='OperationStats',
- full_name='Ydb.TableStats.OperationStats',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='rows', full_name='Ydb.TableStats.OperationStats.rows', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='bytes', full_name='Ydb.TableStats.OperationStats.bytes', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=63,
- serialized_end=108,
-)
-
-
-_TABLEACCESSSTATS = _descriptor.Descriptor(
- name='TableAccessStats',
- full_name='Ydb.TableStats.TableAccessStats',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.TableStats.TableAccessStats.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='reads', full_name='Ydb.TableStats.TableAccessStats.reads', index=1,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='updates', full_name='Ydb.TableStats.TableAccessStats.updates', index=2,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='deletes', full_name='Ydb.TableStats.TableAccessStats.deletes', index=3,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partitions_count', full_name='Ydb.TableStats.TableAccessStats.partitions_count', index=4,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=111,
- serialized_end=320,
-)
-
-
-_QUERYPHASESTATS = _descriptor.Descriptor(
- name='QueryPhaseStats',
- full_name='Ydb.TableStats.QueryPhaseStats',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='duration_us', full_name='Ydb.TableStats.QueryPhaseStats.duration_us', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='table_access', full_name='Ydb.TableStats.QueryPhaseStats.table_access', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cpu_time_us', full_name='Ydb.TableStats.QueryPhaseStats.cpu_time_us', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='affected_shards', full_name='Ydb.TableStats.QueryPhaseStats.affected_shards', index=3,
- number=4, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='literal_phase', full_name='Ydb.TableStats.QueryPhaseStats.literal_phase', index=4,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=323,
- serialized_end=486,
-)
-
-
-_COMPILATIONSTATS = _descriptor.Descriptor(
- name='CompilationStats',
- full_name='Ydb.TableStats.CompilationStats',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='from_cache', full_name='Ydb.TableStats.CompilationStats.from_cache', index=0,
- number=1, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='duration_us', full_name='Ydb.TableStats.CompilationStats.duration_us', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cpu_time_us', full_name='Ydb.TableStats.CompilationStats.cpu_time_us', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=488,
- serialized_end=568,
-)
-
-
-_QUERYSTATS = _descriptor.Descriptor(
- name='QueryStats',
- full_name='Ydb.TableStats.QueryStats',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='query_phases', full_name='Ydb.TableStats.QueryStats.query_phases', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='compilation', full_name='Ydb.TableStats.QueryStats.compilation', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='process_cpu_time_us', full_name='Ydb.TableStats.QueryStats.process_cpu_time_us', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_plan', full_name='Ydb.TableStats.QueryStats.query_plan', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_ast', full_name='Ydb.TableStats.QueryStats.query_ast', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='total_duration_us', full_name='Ydb.TableStats.QueryStats.total_duration_us', index=5,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='total_cpu_time_us', full_name='Ydb.TableStats.QueryStats.total_cpu_time_us', index=6,
- number=7, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=571,
- serialized_end=815,
-)
-
-_TABLEACCESSSTATS.fields_by_name['reads'].message_type = _OPERATIONSTATS
-_TABLEACCESSSTATS.fields_by_name['updates'].message_type = _OPERATIONSTATS
-_TABLEACCESSSTATS.fields_by_name['deletes'].message_type = _OPERATIONSTATS
-_QUERYPHASESTATS.fields_by_name['table_access'].message_type = _TABLEACCESSSTATS
-_QUERYSTATS.fields_by_name['query_phases'].message_type = _QUERYPHASESTATS
-_QUERYSTATS.fields_by_name['compilation'].message_type = _COMPILATIONSTATS
-DESCRIPTOR.message_types_by_name['OperationStats'] = _OPERATIONSTATS
-DESCRIPTOR.message_types_by_name['TableAccessStats'] = _TABLEACCESSSTATS
-DESCRIPTOR.message_types_by_name['QueryPhaseStats'] = _QUERYPHASESTATS
-DESCRIPTOR.message_types_by_name['CompilationStats'] = _COMPILATIONSTATS
-DESCRIPTOR.message_types_by_name['QueryStats'] = _QUERYSTATS
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-OperationStats = _reflection.GeneratedProtocolMessageType('OperationStats', (_message.Message,), {
- 'DESCRIPTOR' : _OPERATIONSTATS,
- '__module__' : 'ydb.public.api.protos.ydb_query_stats_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.TableStats.OperationStats)
- })
-_sym_db.RegisterMessage(OperationStats)
-
-TableAccessStats = _reflection.GeneratedProtocolMessageType('TableAccessStats', (_message.Message,), {
- 'DESCRIPTOR' : _TABLEACCESSSTATS,
- '__module__' : 'ydb.public.api.protos.ydb_query_stats_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.TableStats.TableAccessStats)
- })
-_sym_db.RegisterMessage(TableAccessStats)
-
-QueryPhaseStats = _reflection.GeneratedProtocolMessageType('QueryPhaseStats', (_message.Message,), {
- 'DESCRIPTOR' : _QUERYPHASESTATS,
- '__module__' : 'ydb.public.api.protos.ydb_query_stats_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.TableStats.QueryPhaseStats)
- })
-_sym_db.RegisterMessage(QueryPhaseStats)
-
-CompilationStats = _reflection.GeneratedProtocolMessageType('CompilationStats', (_message.Message,), {
- 'DESCRIPTOR' : _COMPILATIONSTATS,
- '__module__' : 'ydb.public.api.protos.ydb_query_stats_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.TableStats.CompilationStats)
- })
-_sym_db.RegisterMessage(CompilationStats)
-
-QueryStats = _reflection.GeneratedProtocolMessageType('QueryStats', (_message.Message,), {
- 'DESCRIPTOR' : _QUERYSTATS,
- '__module__' : 'ydb.public.api.protos.ydb_query_stats_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.TableStats.QueryStats)
- })
-_sym_db.RegisterMessage(QueryStats)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_query_stats_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_query_stats_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_query_stats_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_rate_limiter_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_rate_limiter_pb2.py
deleted file mode 100644
index 21571ef499b..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_rate_limiter_pb2.py
+++ /dev/null
@@ -1,973 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_rate_limiter.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_rate_limiter.proto',
- package='Ydb.RateLimiter',
- syntax='proto3',
- serialized_options=b'\n\033com.yandex.ydb.rate_limiterB\021RateLimiterProtosP\001\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n,ydb/public/api/protos/ydb_rate_limiter.proto\x12\x0fYdb.RateLimiter\x1a)ydb/public/api/protos/ydb_operation.proto\"\x95\x01\n\x17HierarchicalDrrSettings\x12\x1c\n\x14max_units_per_second\x18\x01 \x01(\x01\x12\"\n\x1amax_burst_size_coefficient\x18\x02 \x01(\x01\x12\x1c\n\x14prefetch_coefficient\x18\x03 \x01(\x01\x12\x1a\n\x12prefetch_watermark\x18\x04 \x01(\x01\"o\n\x08Resource\x12\x15\n\rresource_path\x18\x01 \x01(\t\x12\x44\n\x10hierarchical_drr\x18\x02 \x01(\x0b\x32(.Ydb.RateLimiter.HierarchicalDrrSettingsH\x00\x42\x06\n\x04type\"\x9f\x01\n\x15\x43reateResourceRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1e\n\x16\x63oordination_node_path\x18\x02 \x01(\t\x12+\n\x08resource\x18\x03 \x01(\x0b\x32\x19.Ydb.RateLimiter.Resource\"F\n\x16\x43reateResourceResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x16\n\x14\x43reateResourceResult\"\x9e\x01\n\x14\x41lterResourceRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1e\n\x16\x63oordination_node_path\x18\x02 \x01(\t\x12+\n\x08resource\x18\x03 \x01(\x0b\x32\x19.Ydb.RateLimiter.Resource\"E\n\x15\x41lterResourceResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x15\n\x13\x41lterResourceResult\"\x87\x01\n\x13\x44ropResourceRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1e\n\x16\x63oordination_node_path\x18\x02 \x01(\t\x12\x15\n\rresource_path\x18\x03 \x01(\t\"D\n\x14\x44ropResourceResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x14\n\x12\x44ropResourceResult\"\x9b\x01\n\x14ListResourcesRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1e\n\x16\x63oordination_node_path\x18\x02 \x01(\t\x12\x15\n\rresource_path\x18\x03 \x01(\t\x12\x11\n\trecursive\x18\x04 \x01(\x08\"E\n\x15ListResourcesResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"-\n\x13ListResourcesResult\x12\x16\n\x0eresource_paths\x18\x01 \x03(\t\"\x8b\x01\n\x17\x44\x65scribeResourceRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1e\n\x16\x63oordination_node_path\x18\x02 \x01(\t\x12\x15\n\rresource_path\x18\x03 \x01(\t\"H\n\x18\x44\x65scribeResourceResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"E\n\x16\x44\x65scribeResourceResult\x12+\n\x08resource\x18\x01 \x01(\x0b\x32\x19.Ydb.RateLimiter.Resource\"\xb7\x01\n\x16\x41\x63quireResourceRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1e\n\x16\x63oordination_node_path\x18\x02 \x01(\t\x12\x15\n\rresource_path\x18\x03 \x01(\t\x12\x12\n\x08required\x18\x04 \x01(\x04H\x00\x12\x0e\n\x04used\x18\x05 \x01(\x04H\x00\x42\x07\n\x05units\"G\n\x17\x41\x63quireResourceResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x17\n\x15\x41\x63quireResourceResultB5\n\x1b\x63om.yandex.ydb.rate_limiterB\x11RateLimiterProtosP\x01\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,])
-
-
-
-
-_HIERARCHICALDRRSETTINGS = _descriptor.Descriptor(
- name='HierarchicalDrrSettings',
- full_name='Ydb.RateLimiter.HierarchicalDrrSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='max_units_per_second', full_name='Ydb.RateLimiter.HierarchicalDrrSettings.max_units_per_second', index=0,
- number=1, type=1, cpp_type=5, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_burst_size_coefficient', full_name='Ydb.RateLimiter.HierarchicalDrrSettings.max_burst_size_coefficient', index=1,
- number=2, type=1, cpp_type=5, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='prefetch_coefficient', full_name='Ydb.RateLimiter.HierarchicalDrrSettings.prefetch_coefficient', index=2,
- number=3, type=1, cpp_type=5, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='prefetch_watermark', full_name='Ydb.RateLimiter.HierarchicalDrrSettings.prefetch_watermark', index=3,
- number=4, type=1, cpp_type=5, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=109,
- serialized_end=258,
-)
-
-
-_RESOURCE = _descriptor.Descriptor(
- name='Resource',
- full_name='Ydb.RateLimiter.Resource',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='resource_path', full_name='Ydb.RateLimiter.Resource.resource_path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='hierarchical_drr', full_name='Ydb.RateLimiter.Resource.hierarchical_drr', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='type', full_name='Ydb.RateLimiter.Resource.type',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=260,
- serialized_end=371,
-)
-
-
-_CREATERESOURCEREQUEST = _descriptor.Descriptor(
- name='CreateResourceRequest',
- full_name='Ydb.RateLimiter.CreateResourceRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.RateLimiter.CreateResourceRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='coordination_node_path', full_name='Ydb.RateLimiter.CreateResourceRequest.coordination_node_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resource', full_name='Ydb.RateLimiter.CreateResourceRequest.resource', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=374,
- serialized_end=533,
-)
-
-
-_CREATERESOURCERESPONSE = _descriptor.Descriptor(
- name='CreateResourceResponse',
- full_name='Ydb.RateLimiter.CreateResourceResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.RateLimiter.CreateResourceResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=535,
- serialized_end=605,
-)
-
-
-_CREATERESOURCERESULT = _descriptor.Descriptor(
- name='CreateResourceResult',
- full_name='Ydb.RateLimiter.CreateResourceResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=607,
- serialized_end=629,
-)
-
-
-_ALTERRESOURCEREQUEST = _descriptor.Descriptor(
- name='AlterResourceRequest',
- full_name='Ydb.RateLimiter.AlterResourceRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.RateLimiter.AlterResourceRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='coordination_node_path', full_name='Ydb.RateLimiter.AlterResourceRequest.coordination_node_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resource', full_name='Ydb.RateLimiter.AlterResourceRequest.resource', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=632,
- serialized_end=790,
-)
-
-
-_ALTERRESOURCERESPONSE = _descriptor.Descriptor(
- name='AlterResourceResponse',
- full_name='Ydb.RateLimiter.AlterResourceResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.RateLimiter.AlterResourceResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=792,
- serialized_end=861,
-)
-
-
-_ALTERRESOURCERESULT = _descriptor.Descriptor(
- name='AlterResourceResult',
- full_name='Ydb.RateLimiter.AlterResourceResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=863,
- serialized_end=884,
-)
-
-
-_DROPRESOURCEREQUEST = _descriptor.Descriptor(
- name='DropResourceRequest',
- full_name='Ydb.RateLimiter.DropResourceRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.RateLimiter.DropResourceRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='coordination_node_path', full_name='Ydb.RateLimiter.DropResourceRequest.coordination_node_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resource_path', full_name='Ydb.RateLimiter.DropResourceRequest.resource_path', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=887,
- serialized_end=1022,
-)
-
-
-_DROPRESOURCERESPONSE = _descriptor.Descriptor(
- name='DropResourceResponse',
- full_name='Ydb.RateLimiter.DropResourceResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.RateLimiter.DropResourceResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1024,
- serialized_end=1092,
-)
-
-
-_DROPRESOURCERESULT = _descriptor.Descriptor(
- name='DropResourceResult',
- full_name='Ydb.RateLimiter.DropResourceResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1094,
- serialized_end=1114,
-)
-
-
-_LISTRESOURCESREQUEST = _descriptor.Descriptor(
- name='ListResourcesRequest',
- full_name='Ydb.RateLimiter.ListResourcesRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.RateLimiter.ListResourcesRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='coordination_node_path', full_name='Ydb.RateLimiter.ListResourcesRequest.coordination_node_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resource_path', full_name='Ydb.RateLimiter.ListResourcesRequest.resource_path', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='recursive', full_name='Ydb.RateLimiter.ListResourcesRequest.recursive', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1117,
- serialized_end=1272,
-)
-
-
-_LISTRESOURCESRESPONSE = _descriptor.Descriptor(
- name='ListResourcesResponse',
- full_name='Ydb.RateLimiter.ListResourcesResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.RateLimiter.ListResourcesResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1274,
- serialized_end=1343,
-)
-
-
-_LISTRESOURCESRESULT = _descriptor.Descriptor(
- name='ListResourcesResult',
- full_name='Ydb.RateLimiter.ListResourcesResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='resource_paths', full_name='Ydb.RateLimiter.ListResourcesResult.resource_paths', index=0,
- number=1, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1345,
- serialized_end=1390,
-)
-
-
-_DESCRIBERESOURCEREQUEST = _descriptor.Descriptor(
- name='DescribeResourceRequest',
- full_name='Ydb.RateLimiter.DescribeResourceRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.RateLimiter.DescribeResourceRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='coordination_node_path', full_name='Ydb.RateLimiter.DescribeResourceRequest.coordination_node_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resource_path', full_name='Ydb.RateLimiter.DescribeResourceRequest.resource_path', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1393,
- serialized_end=1532,
-)
-
-
-_DESCRIBERESOURCERESPONSE = _descriptor.Descriptor(
- name='DescribeResourceResponse',
- full_name='Ydb.RateLimiter.DescribeResourceResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.RateLimiter.DescribeResourceResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1534,
- serialized_end=1606,
-)
-
-
-_DESCRIBERESOURCERESULT = _descriptor.Descriptor(
- name='DescribeResourceResult',
- full_name='Ydb.RateLimiter.DescribeResourceResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='resource', full_name='Ydb.RateLimiter.DescribeResourceResult.resource', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1608,
- serialized_end=1677,
-)
-
-
-_ACQUIRERESOURCEREQUEST = _descriptor.Descriptor(
- name='AcquireResourceRequest',
- full_name='Ydb.RateLimiter.AcquireResourceRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.RateLimiter.AcquireResourceRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='coordination_node_path', full_name='Ydb.RateLimiter.AcquireResourceRequest.coordination_node_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='resource_path', full_name='Ydb.RateLimiter.AcquireResourceRequest.resource_path', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='required', full_name='Ydb.RateLimiter.AcquireResourceRequest.required', index=3,
- number=4, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='used', full_name='Ydb.RateLimiter.AcquireResourceRequest.used', index=4,
- number=5, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='units', full_name='Ydb.RateLimiter.AcquireResourceRequest.units',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=1680,
- serialized_end=1863,
-)
-
-
-_ACQUIRERESOURCERESPONSE = _descriptor.Descriptor(
- name='AcquireResourceResponse',
- full_name='Ydb.RateLimiter.AcquireResourceResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.RateLimiter.AcquireResourceResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1865,
- serialized_end=1936,
-)
-
-
-_ACQUIRERESOURCERESULT = _descriptor.Descriptor(
- name='AcquireResourceResult',
- full_name='Ydb.RateLimiter.AcquireResourceResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1938,
- serialized_end=1961,
-)
-
-_RESOURCE.fields_by_name['hierarchical_drr'].message_type = _HIERARCHICALDRRSETTINGS
-_RESOURCE.oneofs_by_name['type'].fields.append(
- _RESOURCE.fields_by_name['hierarchical_drr'])
-_RESOURCE.fields_by_name['hierarchical_drr'].containing_oneof = _RESOURCE.oneofs_by_name['type']
-_CREATERESOURCEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATERESOURCEREQUEST.fields_by_name['resource'].message_type = _RESOURCE
-_CREATERESOURCERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_ALTERRESOURCEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ALTERRESOURCEREQUEST.fields_by_name['resource'].message_type = _RESOURCE
-_ALTERRESOURCERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DROPRESOURCEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DROPRESOURCERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTRESOURCESREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LISTRESOURCESRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBERESOURCEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBERESOURCERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBERESOURCERESULT.fields_by_name['resource'].message_type = _RESOURCE
-_ACQUIRERESOURCEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ACQUIRERESOURCEREQUEST.oneofs_by_name['units'].fields.append(
- _ACQUIRERESOURCEREQUEST.fields_by_name['required'])
-_ACQUIRERESOURCEREQUEST.fields_by_name['required'].containing_oneof = _ACQUIRERESOURCEREQUEST.oneofs_by_name['units']
-_ACQUIRERESOURCEREQUEST.oneofs_by_name['units'].fields.append(
- _ACQUIRERESOURCEREQUEST.fields_by_name['used'])
-_ACQUIRERESOURCEREQUEST.fields_by_name['used'].containing_oneof = _ACQUIRERESOURCEREQUEST.oneofs_by_name['units']
-_ACQUIRERESOURCERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['HierarchicalDrrSettings'] = _HIERARCHICALDRRSETTINGS
-DESCRIPTOR.message_types_by_name['Resource'] = _RESOURCE
-DESCRIPTOR.message_types_by_name['CreateResourceRequest'] = _CREATERESOURCEREQUEST
-DESCRIPTOR.message_types_by_name['CreateResourceResponse'] = _CREATERESOURCERESPONSE
-DESCRIPTOR.message_types_by_name['CreateResourceResult'] = _CREATERESOURCERESULT
-DESCRIPTOR.message_types_by_name['AlterResourceRequest'] = _ALTERRESOURCEREQUEST
-DESCRIPTOR.message_types_by_name['AlterResourceResponse'] = _ALTERRESOURCERESPONSE
-DESCRIPTOR.message_types_by_name['AlterResourceResult'] = _ALTERRESOURCERESULT
-DESCRIPTOR.message_types_by_name['DropResourceRequest'] = _DROPRESOURCEREQUEST
-DESCRIPTOR.message_types_by_name['DropResourceResponse'] = _DROPRESOURCERESPONSE
-DESCRIPTOR.message_types_by_name['DropResourceResult'] = _DROPRESOURCERESULT
-DESCRIPTOR.message_types_by_name['ListResourcesRequest'] = _LISTRESOURCESREQUEST
-DESCRIPTOR.message_types_by_name['ListResourcesResponse'] = _LISTRESOURCESRESPONSE
-DESCRIPTOR.message_types_by_name['ListResourcesResult'] = _LISTRESOURCESRESULT
-DESCRIPTOR.message_types_by_name['DescribeResourceRequest'] = _DESCRIBERESOURCEREQUEST
-DESCRIPTOR.message_types_by_name['DescribeResourceResponse'] = _DESCRIBERESOURCERESPONSE
-DESCRIPTOR.message_types_by_name['DescribeResourceResult'] = _DESCRIBERESOURCERESULT
-DESCRIPTOR.message_types_by_name['AcquireResourceRequest'] = _ACQUIRERESOURCEREQUEST
-DESCRIPTOR.message_types_by_name['AcquireResourceResponse'] = _ACQUIRERESOURCERESPONSE
-DESCRIPTOR.message_types_by_name['AcquireResourceResult'] = _ACQUIRERESOURCERESULT
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-HierarchicalDrrSettings = _reflection.GeneratedProtocolMessageType('HierarchicalDrrSettings', (_message.Message,), {
- 'DESCRIPTOR' : _HIERARCHICALDRRSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.HierarchicalDrrSettings)
- })
-_sym_db.RegisterMessage(HierarchicalDrrSettings)
-
-Resource = _reflection.GeneratedProtocolMessageType('Resource', (_message.Message,), {
- 'DESCRIPTOR' : _RESOURCE,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.Resource)
- })
-_sym_db.RegisterMessage(Resource)
-
-CreateResourceRequest = _reflection.GeneratedProtocolMessageType('CreateResourceRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CREATERESOURCEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.CreateResourceRequest)
- })
-_sym_db.RegisterMessage(CreateResourceRequest)
-
-CreateResourceResponse = _reflection.GeneratedProtocolMessageType('CreateResourceResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATERESOURCERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.CreateResourceResponse)
- })
-_sym_db.RegisterMessage(CreateResourceResponse)
-
-CreateResourceResult = _reflection.GeneratedProtocolMessageType('CreateResourceResult', (_message.Message,), {
- 'DESCRIPTOR' : _CREATERESOURCERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.CreateResourceResult)
- })
-_sym_db.RegisterMessage(CreateResourceResult)
-
-AlterResourceRequest = _reflection.GeneratedProtocolMessageType('AlterResourceRequest', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERRESOURCEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.AlterResourceRequest)
- })
-_sym_db.RegisterMessage(AlterResourceRequest)
-
-AlterResourceResponse = _reflection.GeneratedProtocolMessageType('AlterResourceResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERRESOURCERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.AlterResourceResponse)
- })
-_sym_db.RegisterMessage(AlterResourceResponse)
-
-AlterResourceResult = _reflection.GeneratedProtocolMessageType('AlterResourceResult', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERRESOURCERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.AlterResourceResult)
- })
-_sym_db.RegisterMessage(AlterResourceResult)
-
-DropResourceRequest = _reflection.GeneratedProtocolMessageType('DropResourceRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DROPRESOURCEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.DropResourceRequest)
- })
-_sym_db.RegisterMessage(DropResourceRequest)
-
-DropResourceResponse = _reflection.GeneratedProtocolMessageType('DropResourceResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DROPRESOURCERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.DropResourceResponse)
- })
-_sym_db.RegisterMessage(DropResourceResponse)
-
-DropResourceResult = _reflection.GeneratedProtocolMessageType('DropResourceResult', (_message.Message,), {
- 'DESCRIPTOR' : _DROPRESOURCERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.DropResourceResult)
- })
-_sym_db.RegisterMessage(DropResourceResult)
-
-ListResourcesRequest = _reflection.GeneratedProtocolMessageType('ListResourcesRequest', (_message.Message,), {
- 'DESCRIPTOR' : _LISTRESOURCESREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.ListResourcesRequest)
- })
-_sym_db.RegisterMessage(ListResourcesRequest)
-
-ListResourcesResponse = _reflection.GeneratedProtocolMessageType('ListResourcesResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTRESOURCESRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.ListResourcesResponse)
- })
-_sym_db.RegisterMessage(ListResourcesResponse)
-
-ListResourcesResult = _reflection.GeneratedProtocolMessageType('ListResourcesResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTRESOURCESRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.ListResourcesResult)
- })
-_sym_db.RegisterMessage(ListResourcesResult)
-
-DescribeResourceRequest = _reflection.GeneratedProtocolMessageType('DescribeResourceRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBERESOURCEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.DescribeResourceRequest)
- })
-_sym_db.RegisterMessage(DescribeResourceRequest)
-
-DescribeResourceResponse = _reflection.GeneratedProtocolMessageType('DescribeResourceResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBERESOURCERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.DescribeResourceResponse)
- })
-_sym_db.RegisterMessage(DescribeResourceResponse)
-
-DescribeResourceResult = _reflection.GeneratedProtocolMessageType('DescribeResourceResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBERESOURCERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.DescribeResourceResult)
- })
-_sym_db.RegisterMessage(DescribeResourceResult)
-
-AcquireResourceRequest = _reflection.GeneratedProtocolMessageType('AcquireResourceRequest', (_message.Message,), {
- 'DESCRIPTOR' : _ACQUIRERESOURCEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.AcquireResourceRequest)
- })
-_sym_db.RegisterMessage(AcquireResourceRequest)
-
-AcquireResourceResponse = _reflection.GeneratedProtocolMessageType('AcquireResourceResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ACQUIRERESOURCERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.AcquireResourceResponse)
- })
-_sym_db.RegisterMessage(AcquireResourceResponse)
-
-AcquireResourceResult = _reflection.GeneratedProtocolMessageType('AcquireResourceResult', (_message.Message,), {
- 'DESCRIPTOR' : _ACQUIRERESOURCERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_rate_limiter_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.RateLimiter.AcquireResourceResult)
- })
-_sym_db.RegisterMessage(AcquireResourceResult)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_rate_limiter_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_rate_limiter_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_rate_limiter_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_s3_internal_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_s3_internal_pb2.py
deleted file mode 100644
index 27d86b350c6..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_s3_internal_pb2.py
+++ /dev/null
@@ -1,223 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_s3_internal.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from ydb.public.api.protos import ydb_value_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_s3_internal.proto',
- package='Ydb.S3Internal',
- syntax='proto3',
- serialized_options=b'\n\032com.yandex.ydb.s3_internalB\020S3InternalProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n+ydb/public/api/protos/ydb_s3_internal.proto\x12\x0eYdb.S3Internal\x1a)ydb/public/api/protos/ydb_operation.proto\x1a%ydb/public/api/protos/ydb_value.proto\"\x9f\x02\n\x10S3ListingRequest\x12\x12\n\ntable_name\x18\x01 \x01(\t\x12#\n\nkey_prefix\x18\x02 \x01(\x0b\x32\x0f.Ydb.TypedValue\x12\x1a\n\x12path_column_prefix\x18\x03 \x01(\t\x12\x1d\n\x15path_column_delimiter\x18\x04 \x01(\t\x12/\n\x16start_after_key_suffix\x18\x05 \x01(\x0b\x32\x0f.Ydb.TypedValue\x12\x10\n\x08max_keys\x18\x06 \x01(\r\x12\x19\n\x11\x63olumns_to_return\x18\x07 \x03(\t\x12\x39\n\x10operation_params\x18\x08 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"A\n\x11S3ListingResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"u\n\x0fS3ListingResult\x12\'\n\x0f\x63ommon_prefixes\x18\x01 \x01(\x0b\x32\x0e.Ydb.ResultSet\x12 \n\x08\x63ontents\x18\x02 \x01(\x0b\x32\x0e.Ydb.ResultSet\x12\x17\n\x0fkey_suffix_size\x18\x03 \x01(\rB1\n\x1a\x63om.yandex.ydb.s3_internalB\x10S3InternalProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2.DESCRIPTOR,])
-
-
-
-
-_S3LISTINGREQUEST = _descriptor.Descriptor(
- name='S3ListingRequest',
- full_name='Ydb.S3Internal.S3ListingRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='table_name', full_name='Ydb.S3Internal.S3ListingRequest.table_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='key_prefix', full_name='Ydb.S3Internal.S3ListingRequest.key_prefix', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path_column_prefix', full_name='Ydb.S3Internal.S3ListingRequest.path_column_prefix', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path_column_delimiter', full_name='Ydb.S3Internal.S3ListingRequest.path_column_delimiter', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='start_after_key_suffix', full_name='Ydb.S3Internal.S3ListingRequest.start_after_key_suffix', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_keys', full_name='Ydb.S3Internal.S3ListingRequest.max_keys', index=5,
- number=6, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='columns_to_return', full_name='Ydb.S3Internal.S3ListingRequest.columns_to_return', index=6,
- number=7, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.S3Internal.S3ListingRequest.operation_params', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=146,
- serialized_end=433,
-)
-
-
-_S3LISTINGRESPONSE = _descriptor.Descriptor(
- name='S3ListingResponse',
- full_name='Ydb.S3Internal.S3ListingResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.S3Internal.S3ListingResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=435,
- serialized_end=500,
-)
-
-
-_S3LISTINGRESULT = _descriptor.Descriptor(
- name='S3ListingResult',
- full_name='Ydb.S3Internal.S3ListingResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='common_prefixes', full_name='Ydb.S3Internal.S3ListingResult.common_prefixes', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='contents', full_name='Ydb.S3Internal.S3ListingResult.contents', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='key_suffix_size', full_name='Ydb.S3Internal.S3ListingResult.key_suffix_size', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=502,
- serialized_end=619,
-)
-
-_S3LISTINGREQUEST.fields_by_name['key_prefix'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_S3LISTINGREQUEST.fields_by_name['start_after_key_suffix'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_S3LISTINGREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_S3LISTINGRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_S3LISTINGRESULT.fields_by_name['common_prefixes'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._RESULTSET
-_S3LISTINGRESULT.fields_by_name['contents'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._RESULTSET
-DESCRIPTOR.message_types_by_name['S3ListingRequest'] = _S3LISTINGREQUEST
-DESCRIPTOR.message_types_by_name['S3ListingResponse'] = _S3LISTINGRESPONSE
-DESCRIPTOR.message_types_by_name['S3ListingResult'] = _S3LISTINGRESULT
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-S3ListingRequest = _reflection.GeneratedProtocolMessageType('S3ListingRequest', (_message.Message,), {
- 'DESCRIPTOR' : _S3LISTINGREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_s3_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.S3Internal.S3ListingRequest)
- })
-_sym_db.RegisterMessage(S3ListingRequest)
-
-S3ListingResponse = _reflection.GeneratedProtocolMessageType('S3ListingResponse', (_message.Message,), {
- 'DESCRIPTOR' : _S3LISTINGRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_s3_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.S3Internal.S3ListingResponse)
- })
-_sym_db.RegisterMessage(S3ListingResponse)
-
-S3ListingResult = _reflection.GeneratedProtocolMessageType('S3ListingResult', (_message.Message,), {
- 'DESCRIPTOR' : _S3LISTINGRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_s3_internal_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.S3Internal.S3ListingResult)
- })
-_sym_db.RegisterMessage(S3ListingResult)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_s3_internal_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_s3_internal_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_s3_internal_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_scheme_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_scheme_pb2.py
deleted file mode 100644
index de45c7ba4b9..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_scheme_pb2.py
+++ /dev/null
@@ -1,851 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_scheme.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_scheme.proto',
- package='Ydb.Scheme',
- syntax='proto3',
- serialized_options=b'\n\025com.yandex.ydb.schemeB\025SchemeOperationProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n&ydb/public/api/protos/ydb_scheme.proto\x12\nYdb.Scheme\x1a)ydb/public/api/protos/ydb_operation.proto\"_\n\x14MakeDirectoryRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\"E\n\x15MakeDirectoryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"a\n\x16RemoveDirectoryRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\"G\n\x17RemoveDirectoryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"_\n\x14ListDirectoryRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\"E\n\x15ListDirectoryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"8\n\x0bPermissions\x12\x0f\n\x07subject\x18\x01 \x01(\t\x12\x18\n\x10permission_names\x18\x02 \x03(\t\"\xef\x02\n\x05\x45ntry\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05owner\x18\x02 \x01(\t\x12$\n\x04type\x18\x05 \x01(\x0e\x32\x16.Ydb.Scheme.Entry.Type\x12\x36\n\x15\x65\x66\x66\x65\x63tive_permissions\x18\x06 \x03(\x0b\x32\x17.Ydb.Scheme.Permissions\x12,\n\x0bpermissions\x18\x07 \x03(\x0b\x32\x17.Ydb.Scheme.Permissions\x12\x12\n\nsize_bytes\x18\x08 \x01(\x04\"\xa8\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\r\n\tDIRECTORY\x10\x01\x12\t\n\x05TABLE\x10\x02\x12\x14\n\x10PERS_QUEUE_GROUP\x10\x03\x12\x0c\n\x08\x44\x41TABASE\x10\x04\x12\x0f\n\x0bRTMR_VOLUME\x10\x05\x12\x16\n\x12\x42LOCK_STORE_VOLUME\x10\x06\x12\x15\n\x11\x43OORDINATION_NODE\x10\x07\x12\x0c\n\x08SEQUENCE\x10\x0f\"[\n\x13ListDirectoryResult\x12\x1f\n\x04self\x18\x01 \x01(\x0b\x32\x11.Ydb.Scheme.Entry\x12#\n\x08\x63hildren\x18\x02 \x03(\x0b\x32\x11.Ydb.Scheme.Entry\"^\n\x13\x44\x65scribePathRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\"D\n\x14\x44\x65scribePathResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"5\n\x12\x44\x65scribePathResult\x12\x1f\n\x04self\x18\x01 \x01(\x0b\x32\x11.Ydb.Scheme.Entry\"\xb2\x01\n\x11PermissionsAction\x12(\n\x05grant\x18\x01 \x01(\x0b\x32\x17.Ydb.Scheme.PermissionsH\x00\x12)\n\x06revoke\x18\x02 \x01(\x0b\x32\x17.Ydb.Scheme.PermissionsH\x00\x12&\n\x03set\x18\x03 \x01(\x0b\x32\x17.Ydb.Scheme.PermissionsH\x00\x12\x16\n\x0c\x63hange_owner\x18\x04 \x01(\tH\x00\x42\x08\n\x06\x61\x63tion\"\xae\x01\n\x18ModifyPermissionsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0c\n\x04path\x18\x02 \x01(\t\x12.\n\x07\x61\x63tions\x18\x03 \x03(\x0b\x32\x1d.Ydb.Scheme.PermissionsAction\x12\x19\n\x11\x63lear_permissions\x18\x04 \x01(\x08\"I\n\x19ModifyPermissionsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.OperationB1\n\x15\x63om.yandex.ydb.schemeB\x15SchemeOperationProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,])
-
-
-
-_ENTRY_TYPE = _descriptor.EnumDescriptor(
- name='Type',
- full_name='Ydb.Scheme.Entry.Type',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='TYPE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DIRECTORY', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TABLE', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PERS_QUEUE_GROUP', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DATABASE', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='RTMR_VOLUME', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='BLOCK_STORE_VOLUME', index=6, number=6,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='COORDINATION_NODE', index=7, number=7,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SEQUENCE', index=8, number=15,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=863,
- serialized_end=1031,
-)
-_sym_db.RegisterEnumDescriptor(_ENTRY_TYPE)
-
-
-_MAKEDIRECTORYREQUEST = _descriptor.Descriptor(
- name='MakeDirectoryRequest',
- full_name='Ydb.Scheme.MakeDirectoryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Scheme.MakeDirectoryRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Scheme.MakeDirectoryRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=97,
- serialized_end=192,
-)
-
-
-_MAKEDIRECTORYRESPONSE = _descriptor.Descriptor(
- name='MakeDirectoryResponse',
- full_name='Ydb.Scheme.MakeDirectoryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Scheme.MakeDirectoryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=194,
- serialized_end=263,
-)
-
-
-_REMOVEDIRECTORYREQUEST = _descriptor.Descriptor(
- name='RemoveDirectoryRequest',
- full_name='Ydb.Scheme.RemoveDirectoryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Scheme.RemoveDirectoryRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Scheme.RemoveDirectoryRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=265,
- serialized_end=362,
-)
-
-
-_REMOVEDIRECTORYRESPONSE = _descriptor.Descriptor(
- name='RemoveDirectoryResponse',
- full_name='Ydb.Scheme.RemoveDirectoryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Scheme.RemoveDirectoryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=364,
- serialized_end=435,
-)
-
-
-_LISTDIRECTORYREQUEST = _descriptor.Descriptor(
- name='ListDirectoryRequest',
- full_name='Ydb.Scheme.ListDirectoryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Scheme.ListDirectoryRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Scheme.ListDirectoryRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=437,
- serialized_end=532,
-)
-
-
-_LISTDIRECTORYRESPONSE = _descriptor.Descriptor(
- name='ListDirectoryResponse',
- full_name='Ydb.Scheme.ListDirectoryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Scheme.ListDirectoryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=534,
- serialized_end=603,
-)
-
-
-_PERMISSIONS = _descriptor.Descriptor(
- name='Permissions',
- full_name='Ydb.Scheme.Permissions',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='subject', full_name='Ydb.Scheme.Permissions.subject', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='permission_names', full_name='Ydb.Scheme.Permissions.permission_names', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=605,
- serialized_end=661,
-)
-
-
-_ENTRY = _descriptor.Descriptor(
- name='Entry',
- full_name='Ydb.Scheme.Entry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Scheme.Entry.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='owner', full_name='Ydb.Scheme.Entry.owner', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.Scheme.Entry.type', index=2,
- number=5, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='effective_permissions', full_name='Ydb.Scheme.Entry.effective_permissions', index=3,
- number=6, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='permissions', full_name='Ydb.Scheme.Entry.permissions', index=4,
- number=7, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='size_bytes', full_name='Ydb.Scheme.Entry.size_bytes', index=5,
- number=8, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _ENTRY_TYPE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=664,
- serialized_end=1031,
-)
-
-
-_LISTDIRECTORYRESULT = _descriptor.Descriptor(
- name='ListDirectoryResult',
- full_name='Ydb.Scheme.ListDirectoryResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='self', full_name='Ydb.Scheme.ListDirectoryResult.self', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='children', full_name='Ydb.Scheme.ListDirectoryResult.children', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1033,
- serialized_end=1124,
-)
-
-
-_DESCRIBEPATHREQUEST = _descriptor.Descriptor(
- name='DescribePathRequest',
- full_name='Ydb.Scheme.DescribePathRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Scheme.DescribePathRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Scheme.DescribePathRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1126,
- serialized_end=1220,
-)
-
-
-_DESCRIBEPATHRESPONSE = _descriptor.Descriptor(
- name='DescribePathResponse',
- full_name='Ydb.Scheme.DescribePathResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Scheme.DescribePathResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1222,
- serialized_end=1290,
-)
-
-
-_DESCRIBEPATHRESULT = _descriptor.Descriptor(
- name='DescribePathResult',
- full_name='Ydb.Scheme.DescribePathResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='self', full_name='Ydb.Scheme.DescribePathResult.self', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1292,
- serialized_end=1345,
-)
-
-
-_PERMISSIONSACTION = _descriptor.Descriptor(
- name='PermissionsAction',
- full_name='Ydb.Scheme.PermissionsAction',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='grant', full_name='Ydb.Scheme.PermissionsAction.grant', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='revoke', full_name='Ydb.Scheme.PermissionsAction.revoke', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='set', full_name='Ydb.Scheme.PermissionsAction.set', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='change_owner', full_name='Ydb.Scheme.PermissionsAction.change_owner', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='action', full_name='Ydb.Scheme.PermissionsAction.action',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=1348,
- serialized_end=1526,
-)
-
-
-_MODIFYPERMISSIONSREQUEST = _descriptor.Descriptor(
- name='ModifyPermissionsRequest',
- full_name='Ydb.Scheme.ModifyPermissionsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Scheme.ModifyPermissionsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Scheme.ModifyPermissionsRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='actions', full_name='Ydb.Scheme.ModifyPermissionsRequest.actions', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='clear_permissions', full_name='Ydb.Scheme.ModifyPermissionsRequest.clear_permissions', index=3,
- number=4, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1529,
- serialized_end=1703,
-)
-
-
-_MODIFYPERMISSIONSRESPONSE = _descriptor.Descriptor(
- name='ModifyPermissionsResponse',
- full_name='Ydb.Scheme.ModifyPermissionsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Scheme.ModifyPermissionsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1705,
- serialized_end=1778,
-)
-
-_MAKEDIRECTORYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_MAKEDIRECTORYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_REMOVEDIRECTORYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_REMOVEDIRECTORYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTDIRECTORYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LISTDIRECTORYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_ENTRY.fields_by_name['type'].enum_type = _ENTRY_TYPE
-_ENTRY.fields_by_name['effective_permissions'].message_type = _PERMISSIONS
-_ENTRY.fields_by_name['permissions'].message_type = _PERMISSIONS
-_ENTRY_TYPE.containing_type = _ENTRY
-_LISTDIRECTORYRESULT.fields_by_name['self'].message_type = _ENTRY
-_LISTDIRECTORYRESULT.fields_by_name['children'].message_type = _ENTRY
-_DESCRIBEPATHREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBEPATHRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBEPATHRESULT.fields_by_name['self'].message_type = _ENTRY
-_PERMISSIONSACTION.fields_by_name['grant'].message_type = _PERMISSIONS
-_PERMISSIONSACTION.fields_by_name['revoke'].message_type = _PERMISSIONS
-_PERMISSIONSACTION.fields_by_name['set'].message_type = _PERMISSIONS
-_PERMISSIONSACTION.oneofs_by_name['action'].fields.append(
- _PERMISSIONSACTION.fields_by_name['grant'])
-_PERMISSIONSACTION.fields_by_name['grant'].containing_oneof = _PERMISSIONSACTION.oneofs_by_name['action']
-_PERMISSIONSACTION.oneofs_by_name['action'].fields.append(
- _PERMISSIONSACTION.fields_by_name['revoke'])
-_PERMISSIONSACTION.fields_by_name['revoke'].containing_oneof = _PERMISSIONSACTION.oneofs_by_name['action']
-_PERMISSIONSACTION.oneofs_by_name['action'].fields.append(
- _PERMISSIONSACTION.fields_by_name['set'])
-_PERMISSIONSACTION.fields_by_name['set'].containing_oneof = _PERMISSIONSACTION.oneofs_by_name['action']
-_PERMISSIONSACTION.oneofs_by_name['action'].fields.append(
- _PERMISSIONSACTION.fields_by_name['change_owner'])
-_PERMISSIONSACTION.fields_by_name['change_owner'].containing_oneof = _PERMISSIONSACTION.oneofs_by_name['action']
-_MODIFYPERMISSIONSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_MODIFYPERMISSIONSREQUEST.fields_by_name['actions'].message_type = _PERMISSIONSACTION
-_MODIFYPERMISSIONSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['MakeDirectoryRequest'] = _MAKEDIRECTORYREQUEST
-DESCRIPTOR.message_types_by_name['MakeDirectoryResponse'] = _MAKEDIRECTORYRESPONSE
-DESCRIPTOR.message_types_by_name['RemoveDirectoryRequest'] = _REMOVEDIRECTORYREQUEST
-DESCRIPTOR.message_types_by_name['RemoveDirectoryResponse'] = _REMOVEDIRECTORYRESPONSE
-DESCRIPTOR.message_types_by_name['ListDirectoryRequest'] = _LISTDIRECTORYREQUEST
-DESCRIPTOR.message_types_by_name['ListDirectoryResponse'] = _LISTDIRECTORYRESPONSE
-DESCRIPTOR.message_types_by_name['Permissions'] = _PERMISSIONS
-DESCRIPTOR.message_types_by_name['Entry'] = _ENTRY
-DESCRIPTOR.message_types_by_name['ListDirectoryResult'] = _LISTDIRECTORYRESULT
-DESCRIPTOR.message_types_by_name['DescribePathRequest'] = _DESCRIBEPATHREQUEST
-DESCRIPTOR.message_types_by_name['DescribePathResponse'] = _DESCRIBEPATHRESPONSE
-DESCRIPTOR.message_types_by_name['DescribePathResult'] = _DESCRIBEPATHRESULT
-DESCRIPTOR.message_types_by_name['PermissionsAction'] = _PERMISSIONSACTION
-DESCRIPTOR.message_types_by_name['ModifyPermissionsRequest'] = _MODIFYPERMISSIONSREQUEST
-DESCRIPTOR.message_types_by_name['ModifyPermissionsResponse'] = _MODIFYPERMISSIONSRESPONSE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-MakeDirectoryRequest = _reflection.GeneratedProtocolMessageType('MakeDirectoryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _MAKEDIRECTORYREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.MakeDirectoryRequest)
- })
-_sym_db.RegisterMessage(MakeDirectoryRequest)
-
-MakeDirectoryResponse = _reflection.GeneratedProtocolMessageType('MakeDirectoryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _MAKEDIRECTORYRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.MakeDirectoryResponse)
- })
-_sym_db.RegisterMessage(MakeDirectoryResponse)
-
-RemoveDirectoryRequest = _reflection.GeneratedProtocolMessageType('RemoveDirectoryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _REMOVEDIRECTORYREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.RemoveDirectoryRequest)
- })
-_sym_db.RegisterMessage(RemoveDirectoryRequest)
-
-RemoveDirectoryResponse = _reflection.GeneratedProtocolMessageType('RemoveDirectoryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _REMOVEDIRECTORYRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.RemoveDirectoryResponse)
- })
-_sym_db.RegisterMessage(RemoveDirectoryResponse)
-
-ListDirectoryRequest = _reflection.GeneratedProtocolMessageType('ListDirectoryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _LISTDIRECTORYREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.ListDirectoryRequest)
- })
-_sym_db.RegisterMessage(ListDirectoryRequest)
-
-ListDirectoryResponse = _reflection.GeneratedProtocolMessageType('ListDirectoryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTDIRECTORYRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.ListDirectoryResponse)
- })
-_sym_db.RegisterMessage(ListDirectoryResponse)
-
-Permissions = _reflection.GeneratedProtocolMessageType('Permissions', (_message.Message,), {
- 'DESCRIPTOR' : _PERMISSIONS,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.Permissions)
- })
-_sym_db.RegisterMessage(Permissions)
-
-Entry = _reflection.GeneratedProtocolMessageType('Entry', (_message.Message,), {
- 'DESCRIPTOR' : _ENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.Entry)
- })
-_sym_db.RegisterMessage(Entry)
-
-ListDirectoryResult = _reflection.GeneratedProtocolMessageType('ListDirectoryResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTDIRECTORYRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.ListDirectoryResult)
- })
-_sym_db.RegisterMessage(ListDirectoryResult)
-
-DescribePathRequest = _reflection.GeneratedProtocolMessageType('DescribePathRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEPATHREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.DescribePathRequest)
- })
-_sym_db.RegisterMessage(DescribePathRequest)
-
-DescribePathResponse = _reflection.GeneratedProtocolMessageType('DescribePathResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEPATHRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.DescribePathResponse)
- })
-_sym_db.RegisterMessage(DescribePathResponse)
-
-DescribePathResult = _reflection.GeneratedProtocolMessageType('DescribePathResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEPATHRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.DescribePathResult)
- })
-_sym_db.RegisterMessage(DescribePathResult)
-
-PermissionsAction = _reflection.GeneratedProtocolMessageType('PermissionsAction', (_message.Message,), {
- 'DESCRIPTOR' : _PERMISSIONSACTION,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.PermissionsAction)
- })
-_sym_db.RegisterMessage(PermissionsAction)
-
-ModifyPermissionsRequest = _reflection.GeneratedProtocolMessageType('ModifyPermissionsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _MODIFYPERMISSIONSREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.ModifyPermissionsRequest)
- })
-_sym_db.RegisterMessage(ModifyPermissionsRequest)
-
-ModifyPermissionsResponse = _reflection.GeneratedProtocolMessageType('ModifyPermissionsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _MODIFYPERMISSIONSRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_scheme_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scheme.ModifyPermissionsResponse)
- })
-_sym_db.RegisterMessage(ModifyPermissionsResponse)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_scheme_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_scheme_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_scheme_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_scripting_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_scripting_pb2.py
deleted file mode 100644
index 619d86241ba..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_scripting_pb2.py
+++ /dev/null
@@ -1,580 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_scripting.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from ydb.public.api.protos import ydb_value_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2
-from ydb.public.api.protos import ydb_table_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2
-from ydb.public.api.protos import ydb_query_stats_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__query__stats__pb2
-from ydb.public.api.protos import ydb_issue_message_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2
-from ydb.public.api.protos import ydb_status_codes_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_scripting.proto',
- package='Ydb.Scripting',
- syntax='proto3',
- serialized_options=b'\n\030com.yandex.ydb.scriptingB\017ScriptingProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n)ydb/public/api/protos/ydb_scripting.proto\x12\rYdb.Scripting\x1a)ydb/public/api/protos/ydb_operation.proto\x1a%ydb/public/api/protos/ydb_value.proto\x1a%ydb/public/api/protos/ydb_table.proto\x1a+ydb/public/api/protos/ydb_query_stats.proto\x1a-ydb/public/api/protos/ydb_issue_message.proto\x1a,ydb/public/api/protos/ydb_status_codes.proto\"\xa5\x02\n\x11\x45xecuteYqlRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0e\n\x06script\x18\x02 \x01(\t\x12\x44\n\nparameters\x18\x03 \x03(\x0b\x32\x30.Ydb.Scripting.ExecuteYqlRequest.ParametersEntry\x12;\n\rcollect_stats\x18\x04 \x01(\x0e\x32$.Ydb.Table.QueryStatsCollection.Mode\x1a\x42\n\x0fParametersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1e\n\x05value\x18\x02 \x01(\x0b\x32\x0f.Ydb.TypedValue:\x02\x38\x01\"B\n\x12\x45xecuteYqlResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"h\n\x10\x45xecuteYqlResult\x12#\n\x0bresult_sets\x18\x01 \x03(\x0b\x32\x0e.Ydb.ResultSet\x12/\n\x0bquery_stats\x18\x02 \x01(\x0b\x32\x1a.Ydb.TableStats.QueryStats\"\xa7\x01\n\x19\x45xecuteYqlPartialResponse\x12)\n\x06status\x18\x01 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x02 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12\x36\n\x06result\x18\x03 \x01(\x0b\x32&.Ydb.Scripting.ExecuteYqlPartialResult\"\x88\x01\n\x17\x45xecuteYqlPartialResult\x12\x18\n\x10result_set_index\x18\x01 \x01(\r\x12\"\n\nresult_set\x18\x02 \x01(\x0b\x32\x0e.Ydb.ResultSet\x12/\n\x0bquery_stats\x18\x03 \x01(\x0b\x32\x1a.Ydb.TableStats.QueryStats\"\xc9\x01\n\x11\x45xplainYqlRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x0e\n\x06script\x18\x02 \x01(\t\x12\x33\n\x04mode\x18\x03 \x01(\x0e\x32%.Ydb.Scripting.ExplainYqlRequest.Mode\"4\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x0c\n\x08VALIDATE\x10\x02\x12\x08\n\x04PLAN\x10\x03\"B\n\x12\x45xplainYqlResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xb3\x01\n\x10\x45xplainYqlResult\x12N\n\x10parameters_types\x18\x01 \x03(\x0b\x32\x34.Ydb.Scripting.ExplainYqlResult.ParametersTypesEntry\x12\x0c\n\x04plan\x18\x02 \x01(\t\x1a\x41\n\x14ParametersTypesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x18\n\x05value\x18\x02 \x01(\x0b\x32\t.Ydb.Type:\x02\x38\x01\x42.\n\x18\x63om.yandex.ydb.scriptingB\x0fScriptingProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__query__stats__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2.DESCRIPTOR,])
-
-
-
-_EXPLAINYQLREQUEST_MODE = _descriptor.EnumDescriptor(
- name='Mode',
- full_name='Ydb.Scripting.ExplainYqlRequest.Mode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='MODE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='VALIDATE', index=1, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PLAN', index=2, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=1248,
- serialized_end=1300,
-)
-_sym_db.RegisterEnumDescriptor(_EXPLAINYQLREQUEST_MODE)
-
-
-_EXECUTEYQLREQUEST_PARAMETERSENTRY = _descriptor.Descriptor(
- name='ParametersEntry',
- full_name='Ydb.Scripting.ExecuteYqlRequest.ParametersEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Scripting.ExecuteYqlRequest.ParametersEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Scripting.ExecuteYqlRequest.ParametersEntry.value', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=547,
- serialized_end=613,
-)
-
-_EXECUTEYQLREQUEST = _descriptor.Descriptor(
- name='ExecuteYqlRequest',
- full_name='Ydb.Scripting.ExecuteYqlRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Scripting.ExecuteYqlRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='script', full_name='Ydb.Scripting.ExecuteYqlRequest.script', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='parameters', full_name='Ydb.Scripting.ExecuteYqlRequest.parameters', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='collect_stats', full_name='Ydb.Scripting.ExecuteYqlRequest.collect_stats', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_EXECUTEYQLREQUEST_PARAMETERSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=320,
- serialized_end=613,
-)
-
-
-_EXECUTEYQLRESPONSE = _descriptor.Descriptor(
- name='ExecuteYqlResponse',
- full_name='Ydb.Scripting.ExecuteYqlResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Scripting.ExecuteYqlResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=615,
- serialized_end=681,
-)
-
-
-_EXECUTEYQLRESULT = _descriptor.Descriptor(
- name='ExecuteYqlResult',
- full_name='Ydb.Scripting.ExecuteYqlResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='result_sets', full_name='Ydb.Scripting.ExecuteYqlResult.result_sets', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_stats', full_name='Ydb.Scripting.ExecuteYqlResult.query_stats', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=683,
- serialized_end=787,
-)
-
-
-_EXECUTEYQLPARTIALRESPONSE = _descriptor.Descriptor(
- name='ExecuteYqlPartialResponse',
- full_name='Ydb.Scripting.ExecuteYqlPartialResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Scripting.ExecuteYqlPartialResponse.status', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Scripting.ExecuteYqlPartialResponse.issues', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result', full_name='Ydb.Scripting.ExecuteYqlPartialResponse.result', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=790,
- serialized_end=957,
-)
-
-
-_EXECUTEYQLPARTIALRESULT = _descriptor.Descriptor(
- name='ExecuteYqlPartialResult',
- full_name='Ydb.Scripting.ExecuteYqlPartialResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='result_set_index', full_name='Ydb.Scripting.ExecuteYqlPartialResult.result_set_index', index=0,
- number=1, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_set', full_name='Ydb.Scripting.ExecuteYqlPartialResult.result_set', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_stats', full_name='Ydb.Scripting.ExecuteYqlPartialResult.query_stats', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=960,
- serialized_end=1096,
-)
-
-
-_EXPLAINYQLREQUEST = _descriptor.Descriptor(
- name='ExplainYqlRequest',
- full_name='Ydb.Scripting.ExplainYqlRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Scripting.ExplainYqlRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='script', full_name='Ydb.Scripting.ExplainYqlRequest.script', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='mode', full_name='Ydb.Scripting.ExplainYqlRequest.mode', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _EXPLAINYQLREQUEST_MODE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1099,
- serialized_end=1300,
-)
-
-
-_EXPLAINYQLRESPONSE = _descriptor.Descriptor(
- name='ExplainYqlResponse',
- full_name='Ydb.Scripting.ExplainYqlResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Scripting.ExplainYqlResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1302,
- serialized_end=1368,
-)
-
-
-_EXPLAINYQLRESULT_PARAMETERSTYPESENTRY = _descriptor.Descriptor(
- name='ParametersTypesEntry',
- full_name='Ydb.Scripting.ExplainYqlResult.ParametersTypesEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Scripting.ExplainYqlResult.ParametersTypesEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Scripting.ExplainYqlResult.ParametersTypesEntry.value', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1485,
- serialized_end=1550,
-)
-
-_EXPLAINYQLRESULT = _descriptor.Descriptor(
- name='ExplainYqlResult',
- full_name='Ydb.Scripting.ExplainYqlResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='parameters_types', full_name='Ydb.Scripting.ExplainYqlResult.parameters_types', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='plan', full_name='Ydb.Scripting.ExplainYqlResult.plan', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_EXPLAINYQLRESULT_PARAMETERSTYPESENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1371,
- serialized_end=1550,
-)
-
-_EXECUTEYQLREQUEST_PARAMETERSENTRY.fields_by_name['value'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_EXECUTEYQLREQUEST_PARAMETERSENTRY.containing_type = _EXECUTEYQLREQUEST
-_EXECUTEYQLREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_EXECUTEYQLREQUEST.fields_by_name['parameters'].message_type = _EXECUTEYQLREQUEST_PARAMETERSENTRY
-_EXECUTEYQLREQUEST.fields_by_name['collect_stats'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__table__pb2._QUERYSTATSCOLLECTION_MODE
-_EXECUTEYQLRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_EXECUTEYQLRESULT.fields_by_name['result_sets'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._RESULTSET
-_EXECUTEYQLRESULT.fields_by_name['query_stats'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__query__stats__pb2._QUERYSTATS
-_EXECUTEYQLPARTIALRESPONSE.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_EXECUTEYQLPARTIALRESPONSE.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_EXECUTEYQLPARTIALRESPONSE.fields_by_name['result'].message_type = _EXECUTEYQLPARTIALRESULT
-_EXECUTEYQLPARTIALRESULT.fields_by_name['result_set'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._RESULTSET
-_EXECUTEYQLPARTIALRESULT.fields_by_name['query_stats'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__query__stats__pb2._QUERYSTATS
-_EXPLAINYQLREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_EXPLAINYQLREQUEST.fields_by_name['mode'].enum_type = _EXPLAINYQLREQUEST_MODE
-_EXPLAINYQLREQUEST_MODE.containing_type = _EXPLAINYQLREQUEST
-_EXPLAINYQLRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_EXPLAINYQLRESULT_PARAMETERSTYPESENTRY.fields_by_name['value'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPE
-_EXPLAINYQLRESULT_PARAMETERSTYPESENTRY.containing_type = _EXPLAINYQLRESULT
-_EXPLAINYQLRESULT.fields_by_name['parameters_types'].message_type = _EXPLAINYQLRESULT_PARAMETERSTYPESENTRY
-DESCRIPTOR.message_types_by_name['ExecuteYqlRequest'] = _EXECUTEYQLREQUEST
-DESCRIPTOR.message_types_by_name['ExecuteYqlResponse'] = _EXECUTEYQLRESPONSE
-DESCRIPTOR.message_types_by_name['ExecuteYqlResult'] = _EXECUTEYQLRESULT
-DESCRIPTOR.message_types_by_name['ExecuteYqlPartialResponse'] = _EXECUTEYQLPARTIALRESPONSE
-DESCRIPTOR.message_types_by_name['ExecuteYqlPartialResult'] = _EXECUTEYQLPARTIALRESULT
-DESCRIPTOR.message_types_by_name['ExplainYqlRequest'] = _EXPLAINYQLREQUEST
-DESCRIPTOR.message_types_by_name['ExplainYqlResponse'] = _EXPLAINYQLRESPONSE
-DESCRIPTOR.message_types_by_name['ExplainYqlResult'] = _EXPLAINYQLRESULT
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-ExecuteYqlRequest = _reflection.GeneratedProtocolMessageType('ExecuteYqlRequest', (_message.Message,), {
-
- 'ParametersEntry' : _reflection.GeneratedProtocolMessageType('ParametersEntry', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTEYQLREQUEST_PARAMETERSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_scripting_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scripting.ExecuteYqlRequest.ParametersEntry)
- })
- ,
- 'DESCRIPTOR' : _EXECUTEYQLREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_scripting_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scripting.ExecuteYqlRequest)
- })
-_sym_db.RegisterMessage(ExecuteYqlRequest)
-_sym_db.RegisterMessage(ExecuteYqlRequest.ParametersEntry)
-
-ExecuteYqlResponse = _reflection.GeneratedProtocolMessageType('ExecuteYqlResponse', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTEYQLRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_scripting_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scripting.ExecuteYqlResponse)
- })
-_sym_db.RegisterMessage(ExecuteYqlResponse)
-
-ExecuteYqlResult = _reflection.GeneratedProtocolMessageType('ExecuteYqlResult', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTEYQLRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_scripting_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scripting.ExecuteYqlResult)
- })
-_sym_db.RegisterMessage(ExecuteYqlResult)
-
-ExecuteYqlPartialResponse = _reflection.GeneratedProtocolMessageType('ExecuteYqlPartialResponse', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTEYQLPARTIALRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_scripting_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scripting.ExecuteYqlPartialResponse)
- })
-_sym_db.RegisterMessage(ExecuteYqlPartialResponse)
-
-ExecuteYqlPartialResult = _reflection.GeneratedProtocolMessageType('ExecuteYqlPartialResult', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTEYQLPARTIALRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_scripting_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scripting.ExecuteYqlPartialResult)
- })
-_sym_db.RegisterMessage(ExecuteYqlPartialResult)
-
-ExplainYqlRequest = _reflection.GeneratedProtocolMessageType('ExplainYqlRequest', (_message.Message,), {
- 'DESCRIPTOR' : _EXPLAINYQLREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_scripting_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scripting.ExplainYqlRequest)
- })
-_sym_db.RegisterMessage(ExplainYqlRequest)
-
-ExplainYqlResponse = _reflection.GeneratedProtocolMessageType('ExplainYqlResponse', (_message.Message,), {
- 'DESCRIPTOR' : _EXPLAINYQLRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_scripting_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scripting.ExplainYqlResponse)
- })
-_sym_db.RegisterMessage(ExplainYqlResponse)
-
-ExplainYqlResult = _reflection.GeneratedProtocolMessageType('ExplainYqlResult', (_message.Message,), {
-
- 'ParametersTypesEntry' : _reflection.GeneratedProtocolMessageType('ParametersTypesEntry', (_message.Message,), {
- 'DESCRIPTOR' : _EXPLAINYQLRESULT_PARAMETERSTYPESENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_scripting_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scripting.ExplainYqlResult.ParametersTypesEntry)
- })
- ,
- 'DESCRIPTOR' : _EXPLAINYQLRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_scripting_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Scripting.ExplainYqlResult)
- })
-_sym_db.RegisterMessage(ExplainYqlResult)
-_sym_db.RegisterMessage(ExplainYqlResult.ParametersTypesEntry)
-
-
-DESCRIPTOR._options = None
-_EXECUTEYQLREQUEST_PARAMETERSENTRY._options = None
-_EXPLAINYQLRESULT_PARAMETERSTYPESENTRY._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_scripting_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_scripting_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_scripting_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_status_codes_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_status_codes_pb2.py
deleted file mode 100644
index 4a6511c73dc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_status_codes_pb2.py
+++ /dev/null
@@ -1,181 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_status_codes.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_status_codes.proto',
- package='Ydb',
- syntax='proto3',
- serialized_options=b'\n\016com.yandex.ydbB\021StatusCodesProtos',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n,ydb/public/api/protos/ydb_status_codes.proto\x12\x03Ydb\"\xa7\x03\n\tStatusIds\"\x99\x03\n\nStatusCode\x12\x1b\n\x17STATUS_CODE_UNSPECIFIED\x10\x00\x12\r\n\x07SUCCESS\x10\x80\xb5\x18\x12\x11\n\x0b\x42\x41\x44_REQUEST\x10\x8a\xb5\x18\x12\x12\n\x0cUNAUTHORIZED\x10\x94\xb5\x18\x12\x14\n\x0eINTERNAL_ERROR\x10\x9e\xb5\x18\x12\r\n\x07\x41\x42ORTED\x10\xa8\xb5\x18\x12\x11\n\x0bUNAVAILABLE\x10\xb2\xb5\x18\x12\x10\n\nOVERLOADED\x10\xbc\xb5\x18\x12\x12\n\x0cSCHEME_ERROR\x10\xc6\xb5\x18\x12\x13\n\rGENERIC_ERROR\x10\xd0\xb5\x18\x12\r\n\x07TIMEOUT\x10\xda\xb5\x18\x12\x11\n\x0b\x42\x41\x44_SESSION\x10\xe4\xb5\x18\x12\x19\n\x13PRECONDITION_FAILED\x10\xf8\xb5\x18\x12\x14\n\x0e\x41LREADY_EXISTS\x10\x82\xb6\x18\x12\x0f\n\tNOT_FOUND\x10\x8c\xb6\x18\x12\x15\n\x0fSESSION_EXPIRED\x10\x96\xb6\x18\x12\x0f\n\tCANCELLED\x10\xa0\xb6\x18\x12\x12\n\x0cUNDETERMINED\x10\xaa\xb6\x18\x12\x11\n\x0bUNSUPPORTED\x10\xb4\xb6\x18\x12\x12\n\x0cSESSION_BUSY\x10\xbe\xb6\x18\x42#\n\x0e\x63om.yandex.ydbB\x11StatusCodesProtosb\x06proto3'
-)
-
-
-
-_STATUSIDS_STATUSCODE = _descriptor.EnumDescriptor(
- name='StatusCode',
- full_name='Ydb.StatusIds.StatusCode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STATUS_CODE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SUCCESS', index=1, number=400000,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='BAD_REQUEST', index=2, number=400010,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNAUTHORIZED', index=3, number=400020,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='INTERNAL_ERROR', index=4, number=400030,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ABORTED', index=5, number=400040,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNAVAILABLE', index=6, number=400050,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='OVERLOADED', index=7, number=400060,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SCHEME_ERROR', index=8, number=400070,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='GENERIC_ERROR', index=9, number=400080,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TIMEOUT', index=10, number=400090,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='BAD_SESSION', index=11, number=400100,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PRECONDITION_FAILED', index=12, number=400120,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ALREADY_EXISTS', index=13, number=400130,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='NOT_FOUND', index=14, number=400140,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SESSION_EXPIRED', index=15, number=400150,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CANCELLED', index=16, number=400160,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNDETERMINED', index=17, number=400170,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNSUPPORTED', index=18, number=400180,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SESSION_BUSY', index=19, number=400190,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=68,
- serialized_end=477,
-)
-_sym_db.RegisterEnumDescriptor(_STATUSIDS_STATUSCODE)
-
-
-_STATUSIDS = _descriptor.Descriptor(
- name='StatusIds',
- full_name='Ydb.StatusIds',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _STATUSIDS_STATUSCODE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=54,
- serialized_end=477,
-)
-
-_STATUSIDS_STATUSCODE.containing_type = _STATUSIDS
-DESCRIPTOR.message_types_by_name['StatusIds'] = _STATUSIDS
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-StatusIds = _reflection.GeneratedProtocolMessageType('StatusIds', (_message.Message,), {
- 'DESCRIPTOR' : _STATUSIDS,
- '__module__' : 'ydb.public.api.protos.ydb_status_codes_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.StatusIds)
- })
-_sym_db.RegisterMessage(StatusIds)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_status_codes_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_status_codes_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_status_codes_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_table_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_table_pb2.py
deleted file mode 100644
index 8938047e8a7..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_table_pb2.py
+++ /dev/null
@@ -1,6867 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_table.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos.annotations import validation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2
-from ydb.public.api.protos import ydb_common_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2
-from ydb.public.api.protos import ydb_issue_message_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from ydb.public.api.protos import ydb_query_stats_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__query__stats__pb2
-from ydb.public.api.protos import ydb_value_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2
-from ydb.public.api.protos import ydb_scheme_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2
-from ydb.public.api.protos import ydb_status_codes_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2
-from ydb.public.api.protos import ydb_formats_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__formats__pb2
-from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
-from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_table.proto',
- package='Ydb.Table',
- syntax='proto3',
- serialized_options=b'\n\024com.yandex.ydb.table\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n%ydb/public/api/protos/ydb_table.proto\x12\tYdb.Table\x1a\x32ydb/public/api/protos/annotations/validation.proto\x1a&ydb/public/api/protos/ydb_common.proto\x1a-ydb/public/api/protos/ydb_issue_message.proto\x1a)ydb/public/api/protos/ydb_operation.proto\x1a+ydb/public/api/protos/ydb_query_stats.proto\x1a%ydb/public/api/protos/ydb_value.proto\x1a&ydb/public/api/protos/ydb_scheme.proto\x1a,ydb/public/api/protos/ydb_status_codes.proto\x1a\'ydb/public/api/protos/ydb_formats.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"Q\n\x14\x43reateSessionRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"E\n\x15\x43reateSessionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\")\n\x13\x43reateSessionResult\x12\x12\n\nsession_id\x18\x01 \x01(\t\"e\n\x14\x44\x65leteSessionRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x39\n\x10operation_params\x18\x02 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"E\n\x15\x44\x65leteSessionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\r\n\x0bGlobalIndex\"\x12\n\x10GlobalAsyncIndex\"\xba\x01\n\nTableIndex\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x15\n\rindex_columns\x18\x02 \x03(\t\x12.\n\x0cglobal_index\x18\x03 \x01(\x0b\x32\x16.Ydb.Table.GlobalIndexH\x00\x12\x39\n\x12global_async_index\x18\x04 \x01(\x0b\x32\x1b.Ydb.Table.GlobalAsyncIndexH\x00\x12\x14\n\x0c\x64\x61ta_columns\x18\x05 \x03(\tB\x06\n\x04type\"\xdb\x02\n\x15TableIndexDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x15\n\rindex_columns\x18\x02 \x03(\t\x12.\n\x0cglobal_index\x18\x03 \x01(\x0b\x32\x16.Ydb.Table.GlobalIndexH\x00\x12\x39\n\x12global_async_index\x18\x05 \x01(\x0b\x32\x1b.Ydb.Table.GlobalAsyncIndexH\x00\x12\x37\n\x06status\x18\x04 \x01(\x0e\x32\'.Ydb.Table.TableIndexDescription.Status\x12\x14\n\x0c\x64\x61ta_columns\x18\x06 \x03(\t\x12\x12\n\nsize_bytes\x18\x07 \x01(\x04\"G\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x10\n\x0cSTATUS_READY\x10\x01\x12\x13\n\x0fSTATUS_BUILDING\x10\x02\x42\x06\n\x04type\"\xdd\x01\n\x0fIndexBuildState\"\xc9\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x13\n\x0fSTATE_PREPARING\x10\x01\x12\x1a\n\x16STATE_TRANSFERING_DATA\x10\x02\x12\x12\n\x0eSTATE_APPLYING\x10\x03\x12\x0e\n\nSTATE_DONE\x10\x04\x12\x16\n\x12STATE_CANCELLATION\x10\x05\x12\x13\n\x0fSTATE_CANCELLED\x10\x06\x12\x13\n\x0fSTATE_REJECTION\x10\x07\x12\x12\n\x0eSTATE_REJECTED\x10\x08\"K\n\x15IndexBuildDescription\x12\x0c\n\x04path\x18\x01 \x01(\t\x12$\n\x05index\x18\x02 \x01(\x0b\x32\x15.Ydb.Table.TableIndex\"\x8e\x01\n\x12IndexBuildMetadata\x12\x35\n\x0b\x64\x65scription\x18\x01 \x01(\x0b\x32 .Ydb.Table.IndexBuildDescription\x12/\n\x05state\x18\x02 \x01(\x0e\x32 .Ydb.Table.IndexBuildState.State\x12\x10\n\x08progress\x18\x03 \x01(\x02\"\x1c\n\x0bStoragePool\x12\r\n\x05media\x18\x01 \x01(\t\"\xaa\x02\n\rStoragePolicy\x12\x13\n\x0bpreset_name\x18\x01 \x01(\t\x12&\n\x06syslog\x18\x02 \x01(\x0b\x32\x16.Ydb.Table.StoragePool\x12#\n\x03log\x18\x03 \x01(\x0b\x32\x16.Ydb.Table.StoragePool\x12$\n\x04\x64\x61ta\x18\x04 \x01(\x0b\x32\x16.Ydb.Table.StoragePool\x12(\n\x08\x65xternal\x18\x05 \x01(\x0b\x32\x16.Ydb.Table.StoragePool\x12/\n\x0ekeep_in_memory\x18\x06 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\x12\x36\n\x0f\x63olumn_families\x18\x07 \x03(\x0b\x32\x1d.Ydb.Table.ColumnFamilyPolicy\"\xb1\x02\n\x12\x43olumnFamilyPolicy\x12\x0c\n\x04name\x18\x01 \x01(\t\x12$\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x16.Ydb.Table.StoragePool\x12(\n\x08\x65xternal\x18\x03 \x01(\x0b\x32\x16.Ydb.Table.StoragePool\x12/\n\x0ekeep_in_memory\x18\x04 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\x12>\n\x0b\x63ompression\x18\x05 \x01(\x0e\x32).Ydb.Table.ColumnFamilyPolicy.Compression\"L\n\x0b\x43ompression\x12\x1b\n\x17\x43OMPRESSION_UNSPECIFIED\x10\x00\x12\x10\n\x0cUNCOMPRESSED\x10\x01\x12\x0e\n\nCOMPRESSED\x10\x02\"\'\n\x10\x43ompactionPolicy\x12\x13\n\x0bpreset_name\x18\x01 \x01(\t\";\n\x12\x45xplicitPartitions\x12%\n\x0csplit_points\x18\x01 \x03(\x0b\x32\x0f.Ydb.TypedValue\";\n\x0ePartitionStats\x12\x15\n\rrows_estimate\x18\x01 \x01(\x04\x12\x12\n\nstore_size\x18\x02 \x01(\x04\"\xe9\x01\n\nTableStats\x12\x32\n\x0fpartition_stats\x18\x01 \x03(\x0b\x32\x19.Ydb.Table.PartitionStats\x12\x15\n\rrows_estimate\x18\x02 \x01(\x04\x12\x12\n\nstore_size\x18\x03 \x01(\x04\x12\x12\n\npartitions\x18\x04 \x01(\x04\x12\x31\n\rcreation_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x35\n\x11modification_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xdc\x02\n\x12PartitioningPolicy\x12\x13\n\x0bpreset_name\x18\x01 \x01(\t\x12O\n\x11\x61uto_partitioning\x18\x02 \x01(\x0e\x32\x34.Ydb.Table.PartitioningPolicy.AutoPartitioningPolicy\x12\x1c\n\x12uniform_partitions\x18\x03 \x01(\x04H\x00\x12<\n\x13\x65xplicit_partitions\x18\x04 \x01(\x0b\x32\x1d.Ydb.Table.ExplicitPartitionsH\x00\"v\n\x16\x41utoPartitioningPolicy\x12(\n$AUTO_PARTITIONING_POLICY_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12\x0e\n\nAUTO_SPLIT\x10\x02\x12\x14\n\x10\x41UTO_SPLIT_MERGE\x10\x03\x42\x0c\n\npartitions\"&\n\x0f\x45xecutionPolicy\x12\x13\n\x0bpreset_name\x18\x01 \x01(\t\"\xb1\x01\n\x11ReplicationPolicy\x12\x13\n\x0bpreset_name\x18\x01 \x01(\t\x12\x16\n\x0ereplicas_count\x18\x02 \x01(\r\x12=\n\x1c\x63reate_per_availability_zone\x18\x03 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\x12\x30\n\x0f\x61llow_promotion\x18\x04 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\"$\n\rCachingPolicy\x12\x13\n\x0bpreset_name\x18\x01 \x01(\t\"\xeb\x02\n\x0cTableProfile\x12\x13\n\x0bpreset_name\x18\x01 \x01(\t\x12\x30\n\x0estorage_policy\x18\x02 \x01(\x0b\x32\x18.Ydb.Table.StoragePolicy\x12\x36\n\x11\x63ompaction_policy\x18\x03 \x01(\x0b\x32\x1b.Ydb.Table.CompactionPolicy\x12:\n\x13partitioning_policy\x18\x04 \x01(\x0b\x32\x1d.Ydb.Table.PartitioningPolicy\x12\x34\n\x10\x65xecution_policy\x18\x05 \x01(\x0b\x32\x1a.Ydb.Table.ExecutionPolicy\x12\x38\n\x12replication_policy\x18\x06 \x01(\x0b\x32\x1c.Ydb.Table.ReplicationPolicy\x12\x30\n\x0e\x63\x61\x63hing_policy\x18\x07 \x01(\x0b\x32\x18.Ydb.Table.CachingPolicy\"C\n\nColumnMeta\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x04type\x18\x02 \x01(\x0b\x32\t.Ydb.Type\x12\x0e\n\x06\x66\x61mily\x18\x03 \x01(\t\"O\n\x1a\x44\x61teTypeColumnModeSettings\x12\x13\n\x0b\x63olumn_name\x18\x01 \x01(\t\x12\x1c\n\x14\x65xpire_after_seconds\x18\x02 \x01(\r\"\x8e\x02\n\x1fValueSinceUnixEpochModeSettings\x12\x13\n\x0b\x63olumn_name\x18\x01 \x01(\t\x12\x44\n\x0b\x63olumn_unit\x18\x02 \x01(\x0e\x32/.Ydb.Table.ValueSinceUnixEpochModeSettings.Unit\x12\x1c\n\x14\x65xpire_after_seconds\x18\x03 \x01(\r\"r\n\x04Unit\x12\x14\n\x10UNIT_UNSPECIFIED\x10\x00\x12\x10\n\x0cUNIT_SECONDS\x10\x01\x12\x15\n\x11UNIT_MILLISECONDS\x10\x02\x12\x15\n\x11UNIT_MICROSECONDS\x10\x03\x12\x14\n\x10UNIT_NANOSECONDS\x10\x04\"\xc4\x01\n\x0bTtlSettings\x12\x41\n\x10\x64\x61te_type_column\x18\x01 \x01(\x0b\x32%.Ydb.Table.DateTypeColumnModeSettingsH\x00\x12L\n\x16value_since_unix_epoch\x18\x02 \x01(\x0b\x32*.Ydb.Table.ValueSinceUnixEpochModeSettingsH\x00\x12\x1c\n\x14run_interval_seconds\x18\x03 \x01(\rB\x06\n\x04mode\"\xda\x01\n\x0fStorageSettings\x12\x32\n\x12tablet_commit_log0\x18\x01 \x01(\x0b\x32\x16.Ydb.Table.StoragePool\x12\x32\n\x12tablet_commit_log1\x18\x02 \x01(\x0b\x32\x16.Ydb.Table.StoragePool\x12(\n\x08\x65xternal\x18\x04 \x01(\x0b\x32\x16.Ydb.Table.StoragePool\x12\x35\n\x14store_external_blobs\x18\x05 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\"\x84\x02\n\x0c\x43olumnFamily\x12\x0c\n\x04name\x18\x01 \x01(\t\x12$\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\x16.Ydb.Table.StoragePool\x12\x38\n\x0b\x63ompression\x18\x03 \x01(\x0e\x32#.Ydb.Table.ColumnFamily.Compression\x12/\n\x0ekeep_in_memory\x18\x04 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\"U\n\x0b\x43ompression\x12\x1b\n\x17\x43OMPRESSION_UNSPECIFIED\x10\x00\x12\x14\n\x10\x43OMPRESSION_NONE\x10\x01\x12\x13\n\x0f\x43OMPRESSION_LZ4\x10\x02\"\xe7\x01\n\x14PartitioningSettings\x12\x35\n\x14partitioning_by_size\x18\x02 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\x12\x19\n\x11partition_size_mb\x18\x03 \x01(\x04\x12\x35\n\x14partitioning_by_load\x18\x04 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\x12\x1c\n\x14min_partitions_count\x18\x06 \x01(\x04\x12\x1c\n\x14max_partitions_count\x18\x07 \x01(\x04J\x04\x08\x01\x10\x02J\x04\x08\x05\x10\x06\"C\n\x16\x41zReadReplicasSettings\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1b\n\x13read_replicas_count\x18\x02 \x01(\x04\"_\n\x17\x43lusterReplicasSettings\x12\x44\n\x19\x61z_read_replicas_settings\x18\x02 \x03(\x0b\x32!.Ydb.Table.AzReadReplicasSettings\"t\n\x14ReadReplicasSettings\x12$\n\x1aper_az_read_replicas_count\x18\x01 \x01(\x04H\x00\x12$\n\x1a\x61ny_az_read_replicas_count\x18\x02 \x01(\x04H\x00\x42\n\n\x08settingsJ\x04\x08\x03\x10\x04\"\xdc\x06\n\x12\x43reateTableRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\x12&\n\x07\x63olumns\x18\x03 \x03(\x0b\x32\x15.Ydb.Table.ColumnMeta\x12\x13\n\x0bprimary_key\x18\x04 \x03(\t\x12(\n\x07profile\x18\x05 \x01(\x0b\x32\x17.Ydb.Table.TableProfile\x12\x39\n\x10operation_params\x18\x06 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12&\n\x07indexes\x18\x07 \x03(\x0b\x32\x15.Ydb.Table.TableIndex\x12,\n\x0cttl_settings\x18\x08 \x01(\x0b\x32\x16.Ydb.Table.TtlSettings\x12\x34\n\x10storage_settings\x18\t \x01(\x0b\x32\x1a.Ydb.Table.StorageSettings\x12\x30\n\x0f\x63olumn_families\x18\n \x03(\x0b\x32\x17.Ydb.Table.ColumnFamily\x12Z\n\nattributes\x18\x0b \x03(\x0b\x32-.Ydb.Table.CreateTableRequest.AttributesEntryB\x17\xaa\xe6*\x08\n\x06\n\x04\x08\x01\x10\x64\xa2\xe6*\x07\n\x05\x08\x01\x10\x80 \x12\x19\n\x11\x63ompaction_policy\x18\x0c \x01(\t\x12\x1c\n\x12uniform_partitions\x18\r \x01(\x04H\x00\x12:\n\x11partition_at_keys\x18\x0e \x01(\x0b\x32\x1d.Ydb.Table.ExplicitPartitionsH\x00\x12>\n\x15partitioning_settings\x18\x0f \x01(\x0b\x32\x1f.Ydb.Table.PartitioningSettings\x12\x31\n\x10key_bloom_filter\x18\x10 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\x12?\n\x16read_replicas_settings\x18\x11 \x01(\x0b\x32\x1f.Ydb.Table.ReadReplicasSettings\x1a\x31\n\x0f\x41ttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0c\n\npartitions\"C\n\x13\x43reateTableResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"u\n\x10\x44ropTableRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\x39\n\x10operation_params\x18\x04 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParamsJ\x04\x08\x03\x10\x04\"A\n\x11\x44ropTableResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xbe\x07\n\x11\x41lterTableRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\x12*\n\x0b\x61\x64\x64_columns\x18\x03 \x03(\x0b\x32\x15.Ydb.Table.ColumnMeta\x12\x14\n\x0c\x64rop_columns\x18\x04 \x03(\t\x12\x39\n\x10operation_params\x18\x05 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12,\n\ralter_columns\x18\x06 \x03(\x0b\x32\x15.Ydb.Table.ColumnMeta\x12\x32\n\x10set_ttl_settings\x18\x07 \x01(\x0b\x32\x16.Ydb.Table.TtlSettingsH\x00\x12\x33\n\x11\x64rop_ttl_settings\x18\x08 \x01(\x0b\x32\x16.google.protobuf.EmptyH\x00\x12*\n\x0b\x61\x64\x64_indexes\x18\t \x03(\x0b\x32\x15.Ydb.Table.TableIndex\x12\x14\n\x0c\x64rop_indexes\x18\n \x03(\t\x12:\n\x16\x61lter_storage_settings\x18\x0b \x01(\x0b\x32\x1a.Ydb.Table.StorageSettings\x12\x34\n\x13\x61\x64\x64_column_families\x18\x0c \x03(\x0b\x32\x17.Ydb.Table.ColumnFamily\x12\x36\n\x15\x61lter_column_families\x18\r \x03(\x0b\x32\x17.Ydb.Table.ColumnFamily\x12`\n\x10\x61lter_attributes\x18\x0e \x03(\x0b\x32\x31.Ydb.Table.AlterTableRequest.AlterAttributesEntryB\x13\xaa\xe6*\x08\n\x06\n\x04\x08\x01\x10\x64\xa2\xe6*\x03\x18\x80 \x12\x1d\n\x15set_compaction_policy\x18\x0f \x01(\t\x12\x44\n\x1b\x61lter_partitioning_settings\x18\x10 \x01(\x0b\x32\x1f.Ydb.Table.PartitioningSettings\x12\x35\n\x14set_key_bloom_filter\x18\x11 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\x12\x43\n\x1aset_read_replicas_settings\x18\x12 \x01(\x0b\x32\x1f.Ydb.Table.ReadReplicasSettings\x1a\x36\n\x14\x41lterAttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0c\n\nttl_action\"B\n\x12\x41lterTableResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x90\x01\n\x10\x43opyTableRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x13\n\x0bsource_path\x18\x02 \x01(\t\x12\x18\n\x10\x64\x65stination_path\x18\x03 \x01(\t\x12\x39\n\x10operation_params\x18\x04 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"A\n\x11\x43opyTableResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"T\n\rCopyTableItem\x12\x13\n\x0bsource_path\x18\x01 \x01(\t\x12\x18\n\x10\x64\x65stination_path\x18\x02 \x01(\t\x12\x14\n\x0comit_indexes\x18\x03 \x01(\x08\"\x8c\x01\n\x11\x43opyTablesRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x12\n\nsession_id\x18\x02 \x01(\t\x12(\n\x06tables\x18\x03 \x03(\x0b\x32\x18.Ydb.Table.CopyTableItem\"B\n\x12\x43opyTablesResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"]\n\x0fRenameTableItem\x12\x13\n\x0bsource_path\x18\x01 \x01(\t\x12\x18\n\x10\x64\x65stination_path\x18\x02 \x01(\t\x12\x1b\n\x13replace_destination\x18\x03 \x01(\x08\"\x90\x01\n\x13RenameTablesRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x12\n\nsession_id\x18\x02 \x01(\t\x12*\n\x06tables\x18\x03 \x03(\x0b\x32\x1a.Ydb.Table.RenameTableItem\"D\n\x14RenameTablesResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xd3\x01\n\x14\x44\x65scribeTableRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\x39\n\x10operation_params\x18\x04 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12 \n\x18include_shard_key_bounds\x18\x05 \x01(\x08\x12\x1b\n\x13include_table_stats\x18\x06 \x01(\x08\x12\x1f\n\x17include_partition_stats\x18\x07 \x01(\x08\"E\n\x15\x44\x65scribeTableResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xc4\x05\n\x13\x44\x65scribeTableResult\x12\x1f\n\x04self\x18\x01 \x01(\x0b\x32\x11.Ydb.Scheme.Entry\x12&\n\x07\x63olumns\x18\x02 \x03(\x0b\x32\x15.Ydb.Table.ColumnMeta\x12\x13\n\x0bprimary_key\x18\x03 \x03(\t\x12)\n\x10shard_key_bounds\x18\x04 \x03(\x0b\x32\x0f.Ydb.TypedValue\x12\x31\n\x07indexes\x18\x05 \x03(\x0b\x32 .Ydb.Table.TableIndexDescription\x12*\n\x0btable_stats\x18\x06 \x01(\x0b\x32\x15.Ydb.Table.TableStats\x12,\n\x0cttl_settings\x18\x07 \x01(\x0b\x32\x16.Ydb.Table.TtlSettings\x12\x34\n\x10storage_settings\x18\x08 \x01(\x0b\x32\x1a.Ydb.Table.StorageSettings\x12\x30\n\x0f\x63olumn_families\x18\t \x03(\x0b\x32\x17.Ydb.Table.ColumnFamily\x12\x42\n\nattributes\x18\n \x03(\x0b\x32..Ydb.Table.DescribeTableResult.AttributesEntry\x12>\n\x15partitioning_settings\x18\x0c \x01(\x0b\x32\x1f.Ydb.Table.PartitioningSettings\x12\x31\n\x10key_bloom_filter\x18\r \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\x12?\n\x16read_replicas_settings\x18\x0e \x01(\x0b\x32\x1f.Ydb.Table.ReadReplicasSettings\x1a\x31\n\x0f\x41ttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x0b\x10\x0c\"2\n\x05Query\x12\x12\n\x08yql_text\x18\x01 \x01(\tH\x00\x12\x0c\n\x02id\x18\x02 \x01(\tH\x00\x42\x07\n\x05query\"\x1a\n\x18SerializableModeSettings\"6\n\x12OnlineModeSettings\x12 \n\x18\x61llow_inconsistent_reads\x18\x01 \x01(\x08\"\x13\n\x11StaleModeSettings\"\xdc\x01\n\x13TransactionSettings\x12\x46\n\x17serializable_read_write\x18\x01 \x01(\x0b\x32#.Ydb.Table.SerializableModeSettingsH\x00\x12\x39\n\x10online_read_only\x18\x02 \x01(\x0b\x32\x1d.Ydb.Table.OnlineModeSettingsH\x00\x12\x37\n\x0fstale_read_only\x18\x03 \x01(\x0b\x32\x1c.Ydb.Table.StaleModeSettingsH\x00\x42\t\n\x07tx_mode\"{\n\x12TransactionControl\x12\x0f\n\x05tx_id\x18\x01 \x01(\tH\x00\x12\x32\n\x08\x62\x65gin_tx\x18\x02 \x01(\x0b\x32\x1e.Ydb.Table.TransactionSettingsH\x00\x12\x11\n\tcommit_tx\x18\n \x01(\x08\x42\r\n\x0btx_selector\")\n\x10QueryCachePolicy\x12\x15\n\rkeep_in_cache\x18\x01 \x01(\x08\"\x92\x01\n\x14QueryStatsCollection\"z\n\x04Mode\x12 \n\x1cSTATS_COLLECTION_UNSPECIFIED\x10\x00\x12\x19\n\x15STATS_COLLECTION_NONE\x10\x01\x12\x1a\n\x16STATS_COLLECTION_BASIC\x10\x02\x12\x19\n\x15STATS_COLLECTION_FULL\x10\x03\"\xbe\x03\n\x17\x45xecuteDataQueryRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x31\n\ntx_control\x18\x02 \x01(\x0b\x32\x1d.Ydb.Table.TransactionControl\x12\x1f\n\x05query\x18\x03 \x01(\x0b\x32\x10.Ydb.Table.Query\x12\x46\n\nparameters\x18\x04 \x03(\x0b\x32\x32.Ydb.Table.ExecuteDataQueryRequest.ParametersEntry\x12\x37\n\x12query_cache_policy\x18\x05 \x01(\x0b\x32\x1b.Ydb.Table.QueryCachePolicy\x12\x39\n\x10operation_params\x18\x06 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12;\n\rcollect_stats\x18\x07 \x01(\x0e\x32$.Ydb.Table.QueryStatsCollection.Mode\x1a\x42\n\x0fParametersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1e\n\x05value\x18\x02 \x01(\x0b\x32\x0f.Ydb.TypedValue:\x02\x38\x01\"H\n\x18\x45xecuteDataQueryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"|\n\x19\x45xecuteSchemeQueryRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x10\n\x08yql_text\x18\x02 \x01(\t\x12\x39\n\x10operation_params\x18\x03 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"J\n\x1a\x45xecuteSchemeQueryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x1d\n\x0fTransactionMeta\x12\n\n\x02id\x18\x01 \x01(\t\"\x9f\x01\n\tQueryMeta\x12\n\n\x02id\x18\x01 \x01(\t\x12\x43\n\x10parameters_types\x18\x02 \x03(\x0b\x32).Ydb.Table.QueryMeta.ParametersTypesEntry\x1a\x41\n\x14ParametersTypesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x18\n\x05value\x18\x02 \x01(\x0b\x32\t.Ydb.Type:\x02\x38\x01\"\xc1\x01\n\x12\x45xecuteQueryResult\x12#\n\x0bresult_sets\x18\x01 \x03(\x0b\x32\x0e.Ydb.ResultSet\x12+\n\x07tx_meta\x18\x02 \x01(\x0b\x32\x1a.Ydb.Table.TransactionMeta\x12(\n\nquery_meta\x18\x03 \x01(\x0b\x32\x14.Ydb.Table.QueryMeta\x12/\n\x0bquery_stats\x18\x04 \x01(\x0b\x32\x1a.Ydb.TableStats.QueryStats\"z\n\x17\x45xplainDataQueryRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x10\n\x08yql_text\x18\x02 \x01(\t\x12\x39\n\x10operation_params\x18\x03 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"H\n\x18\x45xplainDataQueryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\";\n\x12\x45xplainQueryResult\x12\x11\n\tquery_ast\x18\x01 \x01(\t\x12\x12\n\nquery_plan\x18\x02 \x01(\t\"z\n\x17PrepareDataQueryRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x10\n\x08yql_text\x18\x02 \x01(\t\x12\x39\n\x10operation_params\x18\x03 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"H\n\x18PrepareDataQueryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xb7\x01\n\x12PrepareQueryResult\x12\x10\n\x08query_id\x18\x01 \x01(\t\x12L\n\x10parameters_types\x18\x02 \x03(\x0b\x32\x32.Ydb.Table.PrepareQueryResult.ParametersTypesEntry\x1a\x41\n\x14ParametersTypesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x18\n\x05value\x18\x02 \x01(\x0b\x32\t.Ydb.Type:\x02\x38\x01\"a\n\x10KeepAliveRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x39\n\x10operation_params\x18\x02 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"A\n\x11KeepAliveResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\xb7\x01\n\x0fKeepAliveResult\x12@\n\x0esession_status\x18\x01 \x01(\x0e\x32(.Ydb.Table.KeepAliveResult.SessionStatus\"b\n\rSessionStatus\x12\x1e\n\x1aSESSION_STATUS_UNSPECIFIED\x10\x00\x12\x18\n\x14SESSION_STATUS_READY\x10\x01\x12\x17\n\x13SESSION_STATUS_BUSY\x10\x02\"\x9d\x01\n\x17\x42\x65ginTransactionRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x33\n\x0btx_settings\x18\x02 \x01(\x0b\x32\x1e.Ydb.Table.TransactionSettings\x12\x39\n\x10operation_params\x18\x03 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"H\n\x18\x42\x65ginTransactionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"E\n\x16\x42\x65ginTransactionResult\x12+\n\x07tx_meta\x18\x01 \x01(\x0b\x32\x1a.Ydb.Table.TransactionMeta\"\xb5\x01\n\x18\x43ommitTransactionRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\r\n\x05tx_id\x18\x02 \x01(\t\x12\x39\n\x10operation_params\x18\x03 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12;\n\rcollect_stats\x18\x04 \x01(\x0e\x32$.Ydb.Table.QueryStatsCollection.Mode\"I\n\x19\x43ommitTransactionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"J\n\x17\x43ommitTransactionResult\x12/\n\x0bquery_stats\x18\x01 \x01(\x0b\x32\x1a.Ydb.TableStats.QueryStats\"z\n\x1aRollbackTransactionRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\r\n\x05tx_id\x18\x02 \x01(\t\x12\x39\n\x10operation_params\x18\x03 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"K\n\x1bRollbackTransactionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x98\x01\n\x18StoragePolicyDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12?\n\x06labels\x18\x02 \x03(\x0b\x32/.Ydb.Table.StoragePolicyDescription.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x9e\x01\n\x1b\x43ompactionPolicyDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x42\n\x06labels\x18\x02 \x03(\x0b\x32\x32.Ydb.Table.CompactionPolicyDescription.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xa2\x01\n\x1dPartitioningPolicyDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x44\n\x06labels\x18\x02 \x03(\x0b\x32\x34.Ydb.Table.PartitioningPolicyDescription.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x9c\x01\n\x1a\x45xecutionPolicyDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x41\n\x06labels\x18\x02 \x03(\x0b\x32\x31.Ydb.Table.ExecutionPolicyDescription.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xa0\x01\n\x1cReplicationPolicyDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x43\n\x06labels\x18\x02 \x03(\x0b\x32\x33.Ydb.Table.ReplicationPolicyDescription.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x98\x01\n\x18\x43\x61\x63hingPolicyDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12?\n\x06labels\x18\x02 \x03(\x0b\x32/.Ydb.Table.CachingPolicyDescription.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xbe\x04\n\x17TableProfileDescription\x12\x0c\n\x04name\x18\x01 \x01(\t\x12>\n\x06labels\x18\x02 \x03(\x0b\x32..Ydb.Table.TableProfileDescription.LabelsEntry\x12\x1e\n\x16\x64\x65\x66\x61ult_storage_policy\x18\x03 \x01(\t\x12 \n\x18\x61llowed_storage_policies\x18\x04 \x03(\t\x12!\n\x19\x64\x65\x66\x61ult_compaction_policy\x18\x05 \x01(\t\x12#\n\x1b\x61llowed_compaction_policies\x18\x06 \x03(\t\x12#\n\x1b\x64\x65\x66\x61ult_partitioning_policy\x18\x07 \x01(\t\x12%\n\x1d\x61llowed_partitioning_policies\x18\x08 \x03(\t\x12 \n\x18\x64\x65\x66\x61ult_execution_policy\x18\t \x01(\t\x12\"\n\x1a\x61llowed_execution_policies\x18\n \x03(\t\x12\"\n\x1a\x64\x65\x66\x61ult_replication_policy\x18\x0b \x01(\t\x12$\n\x1c\x61llowed_replication_policies\x18\x0c \x03(\t\x12\x1e\n\x16\x64\x65\x66\x61ult_caching_policy\x18\r \x01(\t\x12 \n\x18\x61llowed_caching_policies\x18\x0e \x03(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"X\n\x1b\x44\x65scribeTableOptionsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\"L\n\x1c\x44\x65scribeTableOptionsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x99\x04\n\x1a\x44\x65scribeTableOptionsResult\x12\x41\n\x15table_profile_presets\x18\x01 \x03(\x0b\x32\".Ydb.Table.TableProfileDescription\x12\x43\n\x16storage_policy_presets\x18\x02 \x03(\x0b\x32#.Ydb.Table.StoragePolicyDescription\x12I\n\x19\x63ompaction_policy_presets\x18\x03 \x03(\x0b\x32&.Ydb.Table.CompactionPolicyDescription\x12M\n\x1bpartitioning_policy_presets\x18\x04 \x03(\x0b\x32(.Ydb.Table.PartitioningPolicyDescription\x12G\n\x18\x65xecution_policy_presets\x18\x05 \x03(\x0b\x32%.Ydb.Table.ExecutionPolicyDescription\x12K\n\x1areplication_policy_presets\x18\x06 \x03(\x0b\x32\'.Ydb.Table.ReplicationPolicyDescription\x12\x43\n\x16\x63\x61\x63hing_policy_presets\x18\x07 \x03(\x0b\x32#.Ydb.Table.CachingPolicyDescription\"\xc0\x01\n\x08KeyRange\x12\"\n\x07greater\x18\x01 \x01(\x0b\x32\x0f.Ydb.TypedValueH\x00\x12+\n\x10greater_or_equal\x18\x02 \x01(\x0b\x32\x0f.Ydb.TypedValueH\x00\x12\x1f\n\x04less\x18\x03 \x01(\x0b\x32\x0f.Ydb.TypedValueH\x01\x12(\n\rless_or_equal\x18\x04 \x01(\x0b\x32\x0f.Ydb.TypedValueH\x01\x42\x0c\n\nfrom_boundB\n\n\x08to_bound\"\xc0\x01\n\x10ReadTableRequest\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\x12&\n\tkey_range\x18\x03 \x01(\x0b\x32\x13.Ydb.Table.KeyRange\x12\x0f\n\x07\x63olumns\x18\x04 \x03(\t\x12\x0f\n\x07ordered\x18\x05 \x01(\x08\x12\x11\n\trow_limit\x18\x06 \x01(\x04\x12-\n\x0cuse_snapshot\x18\x07 \x01(\x0e\x32\x17.Ydb.FeatureFlag.Status\"\x93\x01\n\x11ReadTableResponse\x12)\n\x06status\x18\x01 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x02 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12*\n\x06result\x18\x03 \x01(\x0b\x32\x1a.Ydb.Table.ReadTableResult\"5\n\x0fReadTableResult\x12\"\n\nresult_set\x18\x01 \x01(\x0b\x32\x0e.Ydb.ResultSet\"\x8d\x02\n\x11\x42ulkUpsertRequest\x12\r\n\x05table\x18\x01 \x01(\t\x12\x1d\n\x04rows\x18\x02 \x01(\x0b\x32\x0f.Ydb.TypedValue\x12\x39\n\x10operation_params\x18\x03 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12?\n\x14\x61rrow_batch_settings\x18\x07 \x01(\x0b\x32\x1f.Ydb.Formats.ArrowBatchSettingsH\x00\x12\x30\n\x0c\x63sv_settings\x18\x08 \x01(\x0b\x32\x18.Ydb.Formats.CsvSettingsH\x00\x12\r\n\x04\x64\x61ta\x18\xe8\x07 \x01(\x0c\x42\r\n\x0b\x64\x61ta_format\"B\n\x12\x42ulkUpsertResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x12\n\x10\x42ulkUpsertResult\"\x91\x03\n\x17\x45xecuteScanQueryRequest\x12\x1f\n\x05query\x18\x03 \x01(\x0b\x32\x10.Ydb.Table.Query\x12\x46\n\nparameters\x18\x04 \x03(\x0b\x32\x32.Ydb.Table.ExecuteScanQueryRequest.ParametersEntry\x12\x35\n\x04mode\x18\x06 \x01(\x0e\x32\'.Ydb.Table.ExecuteScanQueryRequest.Mode\x12;\n\rcollect_stats\x18\x08 \x01(\x0e\x32$.Ydb.Table.QueryStatsCollection.Mode\x1a\x42\n\x0fParametersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x1e\n\x05value\x18\x02 \x01(\x0b\x32\x0f.Ydb.TypedValue:\x02\x38\x01\"=\n\x04Mode\x12\x14\n\x10MODE_UNSPECIFIED\x10\x00\x12\x10\n\x0cMODE_EXPLAIN\x10\x01\x12\r\n\tMODE_EXEC\x10\x03J\x04\x08\x01\x10\x02J\x04\x08\x02\x10\x03J\x04\x08\x05\x10\x06J\x04\x08\x07\x10\x08\"\xaf\x01\n\x1f\x45xecuteScanQueryPartialResponse\x12)\n\x06status\x18\x01 \x01(\x0e\x32\x19.Ydb.StatusIds.StatusCode\x12\'\n\x06issues\x18\x02 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12\x38\n\x06result\x18\x03 \x01(\x0b\x32(.Ydb.Table.ExecuteScanQueryPartialResult\"\x8c\x01\n\x1d\x45xecuteScanQueryPartialResult\x12\"\n\nresult_set\x18\x01 \x01(\x0b\x32\x0e.Ydb.ResultSet\x12/\n\x0bquery_stats\x18\x06 \x01(\x0b\x32\x1a.Ydb.TableStats.QueryStatsJ\x04\x08\x02\x10\x03J\x04\x08\x03\x10\x04J\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06\x42\x19\n\x14\x63om.yandex.ydb.table\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__query__stats__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__formats__pb2.DESCRIPTOR,google_dot_protobuf_dot_empty__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,])
-
-
-
-_TABLEINDEXDESCRIPTION_STATUS = _descriptor.EnumDescriptor(
- name='Status',
- full_name='Ydb.Table.TableIndexDescription.Status',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STATUS_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATUS_READY', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATUS_BUILDING', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=1371,
- serialized_end=1442,
-)
-_sym_db.RegisterEnumDescriptor(_TABLEINDEXDESCRIPTION_STATUS)
-
-_INDEXBUILDSTATE_STATE = _descriptor.EnumDescriptor(
- name='State',
- full_name='Ydb.Table.IndexBuildState.State',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STATE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATE_PREPARING', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATE_TRANSFERING_DATA', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATE_APPLYING', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATE_DONE', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATE_CANCELLATION', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATE_CANCELLED', index=6, number=6,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATE_REJECTION', index=7, number=7,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATE_REJECTED', index=8, number=8,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=1473,
- serialized_end=1674,
-)
-_sym_db.RegisterEnumDescriptor(_INDEXBUILDSTATE_STATE)
-
-_COLUMNFAMILYPOLICY_COMPRESSION = _descriptor.EnumDescriptor(
- name='Compression',
- full_name='Ydb.Table.ColumnFamilyPolicy.Compression',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='COMPRESSION_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNCOMPRESSED', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='COMPRESSED', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=2459,
- serialized_end=2535,
-)
-_sym_db.RegisterEnumDescriptor(_COLUMNFAMILYPOLICY_COMPRESSION)
-
-_PARTITIONINGPOLICY_AUTOPARTITIONINGPOLICY = _descriptor.EnumDescriptor(
- name='AutoPartitioningPolicy',
- full_name='Ydb.Table.PartitioningPolicy.AutoPartitioningPolicy',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='AUTO_PARTITIONING_POLICY_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DISABLED', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='AUTO_SPLIT', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='AUTO_SPLIT_MERGE', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=3153,
- serialized_end=3271,
-)
-_sym_db.RegisterEnumDescriptor(_PARTITIONINGPOLICY_AUTOPARTITIONINGPOLICY)
-
-_VALUESINCEUNIXEPOCHMODESETTINGS_UNIT = _descriptor.EnumDescriptor(
- name='Unit',
- full_name='Ydb.Table.ValueSinceUnixEpochModeSettings.Unit',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='UNIT_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNIT_SECONDS', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNIT_MILLISECONDS', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNIT_MICROSECONDS', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UNIT_NANOSECONDS', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=4218,
- serialized_end=4332,
-)
-_sym_db.RegisterEnumDescriptor(_VALUESINCEUNIXEPOCHMODESETTINGS_UNIT)
-
-_COLUMNFAMILY_COMPRESSION = _descriptor.EnumDescriptor(
- name='Compression',
- full_name='Ydb.Table.ColumnFamily.Compression',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='COMPRESSION_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='COMPRESSION_NONE', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='COMPRESSION_LZ4', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=4930,
- serialized_end=5015,
-)
-_sym_db.RegisterEnumDescriptor(_COLUMNFAMILY_COMPRESSION)
-
-_QUERYSTATSCOLLECTION_MODE = _descriptor.EnumDescriptor(
- name='Mode',
- full_name='Ydb.Table.QueryStatsCollection.Mode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STATS_COLLECTION_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATS_COLLECTION_NONE', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATS_COLLECTION_BASIC', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STATS_COLLECTION_FULL', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=10074,
- serialized_end=10196,
-)
-_sym_db.RegisterEnumDescriptor(_QUERYSTATSCOLLECTION_MODE)
-
-_KEEPALIVERESULT_SESSIONSTATUS = _descriptor.EnumDescriptor(
- name='SessionStatus',
- full_name='Ydb.Table.KeepAliveResult.SessionStatus',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='SESSION_STATUS_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SESSION_STATUS_READY', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SESSION_STATUS_BUSY', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=12207,
- serialized_end=12305,
-)
-_sym_db.RegisterEnumDescriptor(_KEEPALIVERESULT_SESSIONSTATUS)
-
-_EXECUTESCANQUERYREQUEST_MODE = _descriptor.EnumDescriptor(
- name='Mode',
- full_name='Ydb.Table.ExecuteScanQueryRequest.Mode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='MODE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='MODE_EXPLAIN', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='MODE_EXEC', index=2, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=16663,
- serialized_end=16724,
-)
-_sym_db.RegisterEnumDescriptor(_EXECUTESCANQUERYREQUEST_MODE)
-
-
-_CREATESESSIONREQUEST = _descriptor.Descriptor(
- name='CreateSessionRequest',
- full_name='Ydb.Table.CreateSessionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.CreateSessionRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=507,
- serialized_end=588,
-)
-
-
-_CREATESESSIONRESPONSE = _descriptor.Descriptor(
- name='CreateSessionResponse',
- full_name='Ydb.Table.CreateSessionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.CreateSessionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=590,
- serialized_end=659,
-)
-
-
-_CREATESESSIONRESULT = _descriptor.Descriptor(
- name='CreateSessionResult',
- full_name='Ydb.Table.CreateSessionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.CreateSessionResult.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=661,
- serialized_end=702,
-)
-
-
-_DELETESESSIONREQUEST = _descriptor.Descriptor(
- name='DeleteSessionRequest',
- full_name='Ydb.Table.DeleteSessionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.DeleteSessionRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.DeleteSessionRequest.operation_params', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=704,
- serialized_end=805,
-)
-
-
-_DELETESESSIONRESPONSE = _descriptor.Descriptor(
- name='DeleteSessionResponse',
- full_name='Ydb.Table.DeleteSessionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.DeleteSessionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=807,
- serialized_end=876,
-)
-
-
-_GLOBALINDEX = _descriptor.Descriptor(
- name='GlobalIndex',
- full_name='Ydb.Table.GlobalIndex',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=878,
- serialized_end=891,
-)
-
-
-_GLOBALASYNCINDEX = _descriptor.Descriptor(
- name='GlobalAsyncIndex',
- full_name='Ydb.Table.GlobalAsyncIndex',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=893,
- serialized_end=911,
-)
-
-
-_TABLEINDEX = _descriptor.Descriptor(
- name='TableIndex',
- full_name='Ydb.Table.TableIndex',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.TableIndex.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='index_columns', full_name='Ydb.Table.TableIndex.index_columns', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='global_index', full_name='Ydb.Table.TableIndex.global_index', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='global_async_index', full_name='Ydb.Table.TableIndex.global_async_index', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data_columns', full_name='Ydb.Table.TableIndex.data_columns', index=4,
- number=5, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='type', full_name='Ydb.Table.TableIndex.type',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=914,
- serialized_end=1100,
-)
-
-
-_TABLEINDEXDESCRIPTION = _descriptor.Descriptor(
- name='TableIndexDescription',
- full_name='Ydb.Table.TableIndexDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.TableIndexDescription.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='index_columns', full_name='Ydb.Table.TableIndexDescription.index_columns', index=1,
- number=2, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='global_index', full_name='Ydb.Table.TableIndexDescription.global_index', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='global_async_index', full_name='Ydb.Table.TableIndexDescription.global_async_index', index=3,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Table.TableIndexDescription.status', index=4,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data_columns', full_name='Ydb.Table.TableIndexDescription.data_columns', index=5,
- number=6, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='size_bytes', full_name='Ydb.Table.TableIndexDescription.size_bytes', index=6,
- number=7, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _TABLEINDEXDESCRIPTION_STATUS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='type', full_name='Ydb.Table.TableIndexDescription.type',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=1103,
- serialized_end=1450,
-)
-
-
-_INDEXBUILDSTATE = _descriptor.Descriptor(
- name='IndexBuildState',
- full_name='Ydb.Table.IndexBuildState',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _INDEXBUILDSTATE_STATE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1453,
- serialized_end=1674,
-)
-
-
-_INDEXBUILDDESCRIPTION = _descriptor.Descriptor(
- name='IndexBuildDescription',
- full_name='Ydb.Table.IndexBuildDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Table.IndexBuildDescription.path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='index', full_name='Ydb.Table.IndexBuildDescription.index', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1676,
- serialized_end=1751,
-)
-
-
-_INDEXBUILDMETADATA = _descriptor.Descriptor(
- name='IndexBuildMetadata',
- full_name='Ydb.Table.IndexBuildMetadata',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='description', full_name='Ydb.Table.IndexBuildMetadata.description', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='state', full_name='Ydb.Table.IndexBuildMetadata.state', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='progress', full_name='Ydb.Table.IndexBuildMetadata.progress', index=2,
- number=3, type=2, cpp_type=6, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1754,
- serialized_end=1896,
-)
-
-
-_STORAGEPOOL = _descriptor.Descriptor(
- name='StoragePool',
- full_name='Ydb.Table.StoragePool',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='media', full_name='Ydb.Table.StoragePool.media', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1898,
- serialized_end=1926,
-)
-
-
-_STORAGEPOLICY = _descriptor.Descriptor(
- name='StoragePolicy',
- full_name='Ydb.Table.StoragePolicy',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='preset_name', full_name='Ydb.Table.StoragePolicy.preset_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='syslog', full_name='Ydb.Table.StoragePolicy.syslog', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='log', full_name='Ydb.Table.StoragePolicy.log', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.Table.StoragePolicy.data', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='external', full_name='Ydb.Table.StoragePolicy.external', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='keep_in_memory', full_name='Ydb.Table.StoragePolicy.keep_in_memory', index=5,
- number=6, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='column_families', full_name='Ydb.Table.StoragePolicy.column_families', index=6,
- number=7, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1929,
- serialized_end=2227,
-)
-
-
-_COLUMNFAMILYPOLICY = _descriptor.Descriptor(
- name='ColumnFamilyPolicy',
- full_name='Ydb.Table.ColumnFamilyPolicy',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.ColumnFamilyPolicy.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.Table.ColumnFamilyPolicy.data', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='external', full_name='Ydb.Table.ColumnFamilyPolicy.external', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='keep_in_memory', full_name='Ydb.Table.ColumnFamilyPolicy.keep_in_memory', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='compression', full_name='Ydb.Table.ColumnFamilyPolicy.compression', index=4,
- number=5, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _COLUMNFAMILYPOLICY_COMPRESSION,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2230,
- serialized_end=2535,
-)
-
-
-_COMPACTIONPOLICY = _descriptor.Descriptor(
- name='CompactionPolicy',
- full_name='Ydb.Table.CompactionPolicy',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='preset_name', full_name='Ydb.Table.CompactionPolicy.preset_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2537,
- serialized_end=2576,
-)
-
-
-_EXPLICITPARTITIONS = _descriptor.Descriptor(
- name='ExplicitPartitions',
- full_name='Ydb.Table.ExplicitPartitions',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='split_points', full_name='Ydb.Table.ExplicitPartitions.split_points', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2578,
- serialized_end=2637,
-)
-
-
-_PARTITIONSTATS = _descriptor.Descriptor(
- name='PartitionStats',
- full_name='Ydb.Table.PartitionStats',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='rows_estimate', full_name='Ydb.Table.PartitionStats.rows_estimate', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='store_size', full_name='Ydb.Table.PartitionStats.store_size', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2639,
- serialized_end=2698,
-)
-
-
-_TABLESTATS = _descriptor.Descriptor(
- name='TableStats',
- full_name='Ydb.Table.TableStats',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partition_stats', full_name='Ydb.Table.TableStats.partition_stats', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='rows_estimate', full_name='Ydb.Table.TableStats.rows_estimate', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='store_size', full_name='Ydb.Table.TableStats.store_size', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partitions', full_name='Ydb.Table.TableStats.partitions', index=3,
- number=4, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='creation_time', full_name='Ydb.Table.TableStats.creation_time', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='modification_time', full_name='Ydb.Table.TableStats.modification_time', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2701,
- serialized_end=2934,
-)
-
-
-_PARTITIONINGPOLICY = _descriptor.Descriptor(
- name='PartitioningPolicy',
- full_name='Ydb.Table.PartitioningPolicy',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='preset_name', full_name='Ydb.Table.PartitioningPolicy.preset_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='auto_partitioning', full_name='Ydb.Table.PartitioningPolicy.auto_partitioning', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='uniform_partitions', full_name='Ydb.Table.PartitioningPolicy.uniform_partitions', index=2,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='explicit_partitions', full_name='Ydb.Table.PartitioningPolicy.explicit_partitions', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _PARTITIONINGPOLICY_AUTOPARTITIONINGPOLICY,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='partitions', full_name='Ydb.Table.PartitioningPolicy.partitions',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=2937,
- serialized_end=3285,
-)
-
-
-_EXECUTIONPOLICY = _descriptor.Descriptor(
- name='ExecutionPolicy',
- full_name='Ydb.Table.ExecutionPolicy',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='preset_name', full_name='Ydb.Table.ExecutionPolicy.preset_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3287,
- serialized_end=3325,
-)
-
-
-_REPLICATIONPOLICY = _descriptor.Descriptor(
- name='ReplicationPolicy',
- full_name='Ydb.Table.ReplicationPolicy',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='preset_name', full_name='Ydb.Table.ReplicationPolicy.preset_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='replicas_count', full_name='Ydb.Table.ReplicationPolicy.replicas_count', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='create_per_availability_zone', full_name='Ydb.Table.ReplicationPolicy.create_per_availability_zone', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='allow_promotion', full_name='Ydb.Table.ReplicationPolicy.allow_promotion', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3328,
- serialized_end=3505,
-)
-
-
-_CACHINGPOLICY = _descriptor.Descriptor(
- name='CachingPolicy',
- full_name='Ydb.Table.CachingPolicy',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='preset_name', full_name='Ydb.Table.CachingPolicy.preset_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3507,
- serialized_end=3543,
-)
-
-
-_TABLEPROFILE = _descriptor.Descriptor(
- name='TableProfile',
- full_name='Ydb.Table.TableProfile',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='preset_name', full_name='Ydb.Table.TableProfile.preset_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='storage_policy', full_name='Ydb.Table.TableProfile.storage_policy', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='compaction_policy', full_name='Ydb.Table.TableProfile.compaction_policy', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partitioning_policy', full_name='Ydb.Table.TableProfile.partitioning_policy', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='execution_policy', full_name='Ydb.Table.TableProfile.execution_policy', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='replication_policy', full_name='Ydb.Table.TableProfile.replication_policy', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='caching_policy', full_name='Ydb.Table.TableProfile.caching_policy', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3546,
- serialized_end=3909,
-)
-
-
-_COLUMNMETA = _descriptor.Descriptor(
- name='ColumnMeta',
- full_name='Ydb.Table.ColumnMeta',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.ColumnMeta.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.Table.ColumnMeta.type', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='family', full_name='Ydb.Table.ColumnMeta.family', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3911,
- serialized_end=3978,
-)
-
-
-_DATETYPECOLUMNMODESETTINGS = _descriptor.Descriptor(
- name='DateTypeColumnModeSettings',
- full_name='Ydb.Table.DateTypeColumnModeSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='column_name', full_name='Ydb.Table.DateTypeColumnModeSettings.column_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='expire_after_seconds', full_name='Ydb.Table.DateTypeColumnModeSettings.expire_after_seconds', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3980,
- serialized_end=4059,
-)
-
-
-_VALUESINCEUNIXEPOCHMODESETTINGS = _descriptor.Descriptor(
- name='ValueSinceUnixEpochModeSettings',
- full_name='Ydb.Table.ValueSinceUnixEpochModeSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='column_name', full_name='Ydb.Table.ValueSinceUnixEpochModeSettings.column_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='column_unit', full_name='Ydb.Table.ValueSinceUnixEpochModeSettings.column_unit', index=1,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='expire_after_seconds', full_name='Ydb.Table.ValueSinceUnixEpochModeSettings.expire_after_seconds', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _VALUESINCEUNIXEPOCHMODESETTINGS_UNIT,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4062,
- serialized_end=4332,
-)
-
-
-_TTLSETTINGS = _descriptor.Descriptor(
- name='TtlSettings',
- full_name='Ydb.Table.TtlSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='date_type_column', full_name='Ydb.Table.TtlSettings.date_type_column', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value_since_unix_epoch', full_name='Ydb.Table.TtlSettings.value_since_unix_epoch', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='run_interval_seconds', full_name='Ydb.Table.TtlSettings.run_interval_seconds', index=2,
- number=3, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='mode', full_name='Ydb.Table.TtlSettings.mode',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=4335,
- serialized_end=4531,
-)
-
-
-_STORAGESETTINGS = _descriptor.Descriptor(
- name='StorageSettings',
- full_name='Ydb.Table.StorageSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tablet_commit_log0', full_name='Ydb.Table.StorageSettings.tablet_commit_log0', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tablet_commit_log1', full_name='Ydb.Table.StorageSettings.tablet_commit_log1', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='external', full_name='Ydb.Table.StorageSettings.external', index=2,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='store_external_blobs', full_name='Ydb.Table.StorageSettings.store_external_blobs', index=3,
- number=5, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4534,
- serialized_end=4752,
-)
-
-
-_COLUMNFAMILY = _descriptor.Descriptor(
- name='ColumnFamily',
- full_name='Ydb.Table.ColumnFamily',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.ColumnFamily.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.Table.ColumnFamily.data', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='compression', full_name='Ydb.Table.ColumnFamily.compression', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='keep_in_memory', full_name='Ydb.Table.ColumnFamily.keep_in_memory', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _COLUMNFAMILY_COMPRESSION,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4755,
- serialized_end=5015,
-)
-
-
-_PARTITIONINGSETTINGS = _descriptor.Descriptor(
- name='PartitioningSettings',
- full_name='Ydb.Table.PartitioningSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='partitioning_by_size', full_name='Ydb.Table.PartitioningSettings.partitioning_by_size', index=0,
- number=2, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_size_mb', full_name='Ydb.Table.PartitioningSettings.partition_size_mb', index=1,
- number=3, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partitioning_by_load', full_name='Ydb.Table.PartitioningSettings.partitioning_by_load', index=2,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='min_partitions_count', full_name='Ydb.Table.PartitioningSettings.min_partitions_count', index=3,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_partitions_count', full_name='Ydb.Table.PartitioningSettings.max_partitions_count', index=4,
- number=7, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5018,
- serialized_end=5249,
-)
-
-
-_AZREADREPLICASSETTINGS = _descriptor.Descriptor(
- name='AzReadReplicasSettings',
- full_name='Ydb.Table.AzReadReplicasSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.AzReadReplicasSettings.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_replicas_count', full_name='Ydb.Table.AzReadReplicasSettings.read_replicas_count', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5251,
- serialized_end=5318,
-)
-
-
-_CLUSTERREPLICASSETTINGS = _descriptor.Descriptor(
- name='ClusterReplicasSettings',
- full_name='Ydb.Table.ClusterReplicasSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='az_read_replicas_settings', full_name='Ydb.Table.ClusterReplicasSettings.az_read_replicas_settings', index=0,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5320,
- serialized_end=5415,
-)
-
-
-_READREPLICASSETTINGS = _descriptor.Descriptor(
- name='ReadReplicasSettings',
- full_name='Ydb.Table.ReadReplicasSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='per_az_read_replicas_count', full_name='Ydb.Table.ReadReplicasSettings.per_az_read_replicas_count', index=0,
- number=1, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='any_az_read_replicas_count', full_name='Ydb.Table.ReadReplicasSettings.any_az_read_replicas_count', index=1,
- number=2, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='settings', full_name='Ydb.Table.ReadReplicasSettings.settings',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=5417,
- serialized_end=5533,
-)
-
-
-_CREATETABLEREQUEST_ATTRIBUTESENTRY = _descriptor.Descriptor(
- name='AttributesEntry',
- full_name='Ydb.Table.CreateTableRequest.AttributesEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.CreateTableRequest.AttributesEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.CreateTableRequest.AttributesEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6333,
- serialized_end=6382,
-)
-
-_CREATETABLEREQUEST = _descriptor.Descriptor(
- name='CreateTableRequest',
- full_name='Ydb.Table.CreateTableRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.CreateTableRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Table.CreateTableRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='columns', full_name='Ydb.Table.CreateTableRequest.columns', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='primary_key', full_name='Ydb.Table.CreateTableRequest.primary_key', index=3,
- number=4, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='profile', full_name='Ydb.Table.CreateTableRequest.profile', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.CreateTableRequest.operation_params', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='indexes', full_name='Ydb.Table.CreateTableRequest.indexes', index=6,
- number=7, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ttl_settings', full_name='Ydb.Table.CreateTableRequest.ttl_settings', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='storage_settings', full_name='Ydb.Table.CreateTableRequest.storage_settings', index=8,
- number=9, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='column_families', full_name='Ydb.Table.CreateTableRequest.column_families', index=9,
- number=10, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='attributes', full_name='Ydb.Table.CreateTableRequest.attributes', index=10,
- number=11, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\252\346*\010\n\006\n\004\010\001\020d\242\346*\007\n\005\010\001\020\200 ', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='compaction_policy', full_name='Ydb.Table.CreateTableRequest.compaction_policy', index=11,
- number=12, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='uniform_partitions', full_name='Ydb.Table.CreateTableRequest.uniform_partitions', index=12,
- number=13, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partition_at_keys', full_name='Ydb.Table.CreateTableRequest.partition_at_keys', index=13,
- number=14, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partitioning_settings', full_name='Ydb.Table.CreateTableRequest.partitioning_settings', index=14,
- number=15, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='key_bloom_filter', full_name='Ydb.Table.CreateTableRequest.key_bloom_filter', index=15,
- number=16, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_replicas_settings', full_name='Ydb.Table.CreateTableRequest.read_replicas_settings', index=16,
- number=17, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_CREATETABLEREQUEST_ATTRIBUTESENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='partitions', full_name='Ydb.Table.CreateTableRequest.partitions',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=5536,
- serialized_end=6396,
-)
-
-
-_CREATETABLERESPONSE = _descriptor.Descriptor(
- name='CreateTableResponse',
- full_name='Ydb.Table.CreateTableResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.CreateTableResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6398,
- serialized_end=6465,
-)
-
-
-_DROPTABLEREQUEST = _descriptor.Descriptor(
- name='DropTableRequest',
- full_name='Ydb.Table.DropTableRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.DropTableRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Table.DropTableRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.DropTableRequest.operation_params', index=2,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6467,
- serialized_end=6584,
-)
-
-
-_DROPTABLERESPONSE = _descriptor.Descriptor(
- name='DropTableResponse',
- full_name='Ydb.Table.DropTableResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.DropTableResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6586,
- serialized_end=6651,
-)
-
-
-_ALTERTABLEREQUEST_ALTERATTRIBUTESENTRY = _descriptor.Descriptor(
- name='AlterAttributesEntry',
- full_name='Ydb.Table.AlterTableRequest.AlterAttributesEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.AlterTableRequest.AlterAttributesEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.AlterTableRequest.AlterAttributesEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7544,
- serialized_end=7598,
-)
-
-_ALTERTABLEREQUEST = _descriptor.Descriptor(
- name='AlterTableRequest',
- full_name='Ydb.Table.AlterTableRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.AlterTableRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Table.AlterTableRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='add_columns', full_name='Ydb.Table.AlterTableRequest.add_columns', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='drop_columns', full_name='Ydb.Table.AlterTableRequest.drop_columns', index=3,
- number=4, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.AlterTableRequest.operation_params', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='alter_columns', full_name='Ydb.Table.AlterTableRequest.alter_columns', index=5,
- number=6, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='set_ttl_settings', full_name='Ydb.Table.AlterTableRequest.set_ttl_settings', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='drop_ttl_settings', full_name='Ydb.Table.AlterTableRequest.drop_ttl_settings', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='add_indexes', full_name='Ydb.Table.AlterTableRequest.add_indexes', index=8,
- number=9, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='drop_indexes', full_name='Ydb.Table.AlterTableRequest.drop_indexes', index=9,
- number=10, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='alter_storage_settings', full_name='Ydb.Table.AlterTableRequest.alter_storage_settings', index=10,
- number=11, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='add_column_families', full_name='Ydb.Table.AlterTableRequest.add_column_families', index=11,
- number=12, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='alter_column_families', full_name='Ydb.Table.AlterTableRequest.alter_column_families', index=12,
- number=13, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='alter_attributes', full_name='Ydb.Table.AlterTableRequest.alter_attributes', index=13,
- number=14, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\252\346*\010\n\006\n\004\010\001\020d\242\346*\003\030\200 ', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='set_compaction_policy', full_name='Ydb.Table.AlterTableRequest.set_compaction_policy', index=14,
- number=15, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='alter_partitioning_settings', full_name='Ydb.Table.AlterTableRequest.alter_partitioning_settings', index=15,
- number=16, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='set_key_bloom_filter', full_name='Ydb.Table.AlterTableRequest.set_key_bloom_filter', index=16,
- number=17, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='set_read_replicas_settings', full_name='Ydb.Table.AlterTableRequest.set_read_replicas_settings', index=17,
- number=18, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_ALTERTABLEREQUEST_ALTERATTRIBUTESENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='ttl_action', full_name='Ydb.Table.AlterTableRequest.ttl_action',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=6654,
- serialized_end=7612,
-)
-
-
-_ALTERTABLERESPONSE = _descriptor.Descriptor(
- name='AlterTableResponse',
- full_name='Ydb.Table.AlterTableResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.AlterTableResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7614,
- serialized_end=7680,
-)
-
-
-_COPYTABLEREQUEST = _descriptor.Descriptor(
- name='CopyTableRequest',
- full_name='Ydb.Table.CopyTableRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.CopyTableRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='source_path', full_name='Ydb.Table.CopyTableRequest.source_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='destination_path', full_name='Ydb.Table.CopyTableRequest.destination_path', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.CopyTableRequest.operation_params', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7683,
- serialized_end=7827,
-)
-
-
-_COPYTABLERESPONSE = _descriptor.Descriptor(
- name='CopyTableResponse',
- full_name='Ydb.Table.CopyTableResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.CopyTableResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7829,
- serialized_end=7894,
-)
-
-
-_COPYTABLEITEM = _descriptor.Descriptor(
- name='CopyTableItem',
- full_name='Ydb.Table.CopyTableItem',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='source_path', full_name='Ydb.Table.CopyTableItem.source_path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='destination_path', full_name='Ydb.Table.CopyTableItem.destination_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='omit_indexes', full_name='Ydb.Table.CopyTableItem.omit_indexes', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7896,
- serialized_end=7980,
-)
-
-
-_COPYTABLESREQUEST = _descriptor.Descriptor(
- name='CopyTablesRequest',
- full_name='Ydb.Table.CopyTablesRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.CopyTablesRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.CopyTablesRequest.session_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tables', full_name='Ydb.Table.CopyTablesRequest.tables', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7983,
- serialized_end=8123,
-)
-
-
-_COPYTABLESRESPONSE = _descriptor.Descriptor(
- name='CopyTablesResponse',
- full_name='Ydb.Table.CopyTablesResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.CopyTablesResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8125,
- serialized_end=8191,
-)
-
-
-_RENAMETABLEITEM = _descriptor.Descriptor(
- name='RenameTableItem',
- full_name='Ydb.Table.RenameTableItem',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='source_path', full_name='Ydb.Table.RenameTableItem.source_path', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='destination_path', full_name='Ydb.Table.RenameTableItem.destination_path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='replace_destination', full_name='Ydb.Table.RenameTableItem.replace_destination', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8193,
- serialized_end=8286,
-)
-
-
-_RENAMETABLESREQUEST = _descriptor.Descriptor(
- name='RenameTablesRequest',
- full_name='Ydb.Table.RenameTablesRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.RenameTablesRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.RenameTablesRequest.session_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tables', full_name='Ydb.Table.RenameTablesRequest.tables', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8289,
- serialized_end=8433,
-)
-
-
-_RENAMETABLESRESPONSE = _descriptor.Descriptor(
- name='RenameTablesResponse',
- full_name='Ydb.Table.RenameTablesResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.RenameTablesResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8435,
- serialized_end=8503,
-)
-
-
-_DESCRIBETABLEREQUEST = _descriptor.Descriptor(
- name='DescribeTableRequest',
- full_name='Ydb.Table.DescribeTableRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.DescribeTableRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Table.DescribeTableRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.DescribeTableRequest.operation_params', index=2,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='include_shard_key_bounds', full_name='Ydb.Table.DescribeTableRequest.include_shard_key_bounds', index=3,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='include_table_stats', full_name='Ydb.Table.DescribeTableRequest.include_table_stats', index=4,
- number=6, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='include_partition_stats', full_name='Ydb.Table.DescribeTableRequest.include_partition_stats', index=5,
- number=7, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8506,
- serialized_end=8717,
-)
-
-
-_DESCRIBETABLERESPONSE = _descriptor.Descriptor(
- name='DescribeTableResponse',
- full_name='Ydb.Table.DescribeTableResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.DescribeTableResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8719,
- serialized_end=8788,
-)
-
-
-_DESCRIBETABLERESULT_ATTRIBUTESENTRY = _descriptor.Descriptor(
- name='AttributesEntry',
- full_name='Ydb.Table.DescribeTableResult.AttributesEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.DescribeTableResult.AttributesEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.DescribeTableResult.AttributesEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6333,
- serialized_end=6382,
-)
-
-_DESCRIBETABLERESULT = _descriptor.Descriptor(
- name='DescribeTableResult',
- full_name='Ydb.Table.DescribeTableResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='self', full_name='Ydb.Table.DescribeTableResult.self', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='columns', full_name='Ydb.Table.DescribeTableResult.columns', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='primary_key', full_name='Ydb.Table.DescribeTableResult.primary_key', index=2,
- number=3, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='shard_key_bounds', full_name='Ydb.Table.DescribeTableResult.shard_key_bounds', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='indexes', full_name='Ydb.Table.DescribeTableResult.indexes', index=4,
- number=5, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='table_stats', full_name='Ydb.Table.DescribeTableResult.table_stats', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ttl_settings', full_name='Ydb.Table.DescribeTableResult.ttl_settings', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='storage_settings', full_name='Ydb.Table.DescribeTableResult.storage_settings', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='column_families', full_name='Ydb.Table.DescribeTableResult.column_families', index=8,
- number=9, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='attributes', full_name='Ydb.Table.DescribeTableResult.attributes', index=9,
- number=10, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partitioning_settings', full_name='Ydb.Table.DescribeTableResult.partitioning_settings', index=10,
- number=12, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='key_bloom_filter', full_name='Ydb.Table.DescribeTableResult.key_bloom_filter', index=11,
- number=13, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='read_replicas_settings', full_name='Ydb.Table.DescribeTableResult.read_replicas_settings', index=12,
- number=14, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_DESCRIBETABLERESULT_ATTRIBUTESENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8791,
- serialized_end=9499,
-)
-
-
-_QUERY = _descriptor.Descriptor(
- name='Query',
- full_name='Ydb.Table.Query',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='yql_text', full_name='Ydb.Table.Query.yql_text', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Table.Query.id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='query', full_name='Ydb.Table.Query.query',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=9501,
- serialized_end=9551,
-)
-
-
-_SERIALIZABLEMODESETTINGS = _descriptor.Descriptor(
- name='SerializableModeSettings',
- full_name='Ydb.Table.SerializableModeSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9553,
- serialized_end=9579,
-)
-
-
-_ONLINEMODESETTINGS = _descriptor.Descriptor(
- name='OnlineModeSettings',
- full_name='Ydb.Table.OnlineModeSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='allow_inconsistent_reads', full_name='Ydb.Table.OnlineModeSettings.allow_inconsistent_reads', index=0,
- number=1, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9581,
- serialized_end=9635,
-)
-
-
-_STALEMODESETTINGS = _descriptor.Descriptor(
- name='StaleModeSettings',
- full_name='Ydb.Table.StaleModeSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9637,
- serialized_end=9656,
-)
-
-
-_TRANSACTIONSETTINGS = _descriptor.Descriptor(
- name='TransactionSettings',
- full_name='Ydb.Table.TransactionSettings',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='serializable_read_write', full_name='Ydb.Table.TransactionSettings.serializable_read_write', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='online_read_only', full_name='Ydb.Table.TransactionSettings.online_read_only', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='stale_read_only', full_name='Ydb.Table.TransactionSettings.stale_read_only', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='tx_mode', full_name='Ydb.Table.TransactionSettings.tx_mode',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=9659,
- serialized_end=9879,
-)
-
-
-_TRANSACTIONCONTROL = _descriptor.Descriptor(
- name='TransactionControl',
- full_name='Ydb.Table.TransactionControl',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.Table.TransactionControl.tx_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='begin_tx', full_name='Ydb.Table.TransactionControl.begin_tx', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='commit_tx', full_name='Ydb.Table.TransactionControl.commit_tx', index=2,
- number=10, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='tx_selector', full_name='Ydb.Table.TransactionControl.tx_selector',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=9881,
- serialized_end=10004,
-)
-
-
-_QUERYCACHEPOLICY = _descriptor.Descriptor(
- name='QueryCachePolicy',
- full_name='Ydb.Table.QueryCachePolicy',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='keep_in_cache', full_name='Ydb.Table.QueryCachePolicy.keep_in_cache', index=0,
- number=1, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10006,
- serialized_end=10047,
-)
-
-
-_QUERYSTATSCOLLECTION = _descriptor.Descriptor(
- name='QueryStatsCollection',
- full_name='Ydb.Table.QueryStatsCollection',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _QUERYSTATSCOLLECTION_MODE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10050,
- serialized_end=10196,
-)
-
-
-_EXECUTEDATAQUERYREQUEST_PARAMETERSENTRY = _descriptor.Descriptor(
- name='ParametersEntry',
- full_name='Ydb.Table.ExecuteDataQueryRequest.ParametersEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.ExecuteDataQueryRequest.ParametersEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.ExecuteDataQueryRequest.ParametersEntry.value', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10579,
- serialized_end=10645,
-)
-
-_EXECUTEDATAQUERYREQUEST = _descriptor.Descriptor(
- name='ExecuteDataQueryRequest',
- full_name='Ydb.Table.ExecuteDataQueryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.ExecuteDataQueryRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tx_control', full_name='Ydb.Table.ExecuteDataQueryRequest.tx_control', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query', full_name='Ydb.Table.ExecuteDataQueryRequest.query', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='parameters', full_name='Ydb.Table.ExecuteDataQueryRequest.parameters', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_cache_policy', full_name='Ydb.Table.ExecuteDataQueryRequest.query_cache_policy', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.ExecuteDataQueryRequest.operation_params', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='collect_stats', full_name='Ydb.Table.ExecuteDataQueryRequest.collect_stats', index=6,
- number=7, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_EXECUTEDATAQUERYREQUEST_PARAMETERSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10199,
- serialized_end=10645,
-)
-
-
-_EXECUTEDATAQUERYRESPONSE = _descriptor.Descriptor(
- name='ExecuteDataQueryResponse',
- full_name='Ydb.Table.ExecuteDataQueryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.ExecuteDataQueryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10647,
- serialized_end=10719,
-)
-
-
-_EXECUTESCHEMEQUERYREQUEST = _descriptor.Descriptor(
- name='ExecuteSchemeQueryRequest',
- full_name='Ydb.Table.ExecuteSchemeQueryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.ExecuteSchemeQueryRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='yql_text', full_name='Ydb.Table.ExecuteSchemeQueryRequest.yql_text', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.ExecuteSchemeQueryRequest.operation_params', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10721,
- serialized_end=10845,
-)
-
-
-_EXECUTESCHEMEQUERYRESPONSE = _descriptor.Descriptor(
- name='ExecuteSchemeQueryResponse',
- full_name='Ydb.Table.ExecuteSchemeQueryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.ExecuteSchemeQueryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10847,
- serialized_end=10921,
-)
-
-
-_TRANSACTIONMETA = _descriptor.Descriptor(
- name='TransactionMeta',
- full_name='Ydb.Table.TransactionMeta',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Table.TransactionMeta.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10923,
- serialized_end=10952,
-)
-
-
-_QUERYMETA_PARAMETERSTYPESENTRY = _descriptor.Descriptor(
- name='ParametersTypesEntry',
- full_name='Ydb.Table.QueryMeta.ParametersTypesEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.QueryMeta.ParametersTypesEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.QueryMeta.ParametersTypesEntry.value', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11049,
- serialized_end=11114,
-)
-
-_QUERYMETA = _descriptor.Descriptor(
- name='QueryMeta',
- full_name='Ydb.Table.QueryMeta',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='Ydb.Table.QueryMeta.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='parameters_types', full_name='Ydb.Table.QueryMeta.parameters_types', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_QUERYMETA_PARAMETERSTYPESENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10955,
- serialized_end=11114,
-)
-
-
-_EXECUTEQUERYRESULT = _descriptor.Descriptor(
- name='ExecuteQueryResult',
- full_name='Ydb.Table.ExecuteQueryResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='result_sets', full_name='Ydb.Table.ExecuteQueryResult.result_sets', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tx_meta', full_name='Ydb.Table.ExecuteQueryResult.tx_meta', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_meta', full_name='Ydb.Table.ExecuteQueryResult.query_meta', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_stats', full_name='Ydb.Table.ExecuteQueryResult.query_stats', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11117,
- serialized_end=11310,
-)
-
-
-_EXPLAINDATAQUERYREQUEST = _descriptor.Descriptor(
- name='ExplainDataQueryRequest',
- full_name='Ydb.Table.ExplainDataQueryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.ExplainDataQueryRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='yql_text', full_name='Ydb.Table.ExplainDataQueryRequest.yql_text', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.ExplainDataQueryRequest.operation_params', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11312,
- serialized_end=11434,
-)
-
-
-_EXPLAINDATAQUERYRESPONSE = _descriptor.Descriptor(
- name='ExplainDataQueryResponse',
- full_name='Ydb.Table.ExplainDataQueryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.ExplainDataQueryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11436,
- serialized_end=11508,
-)
-
-
-_EXPLAINQUERYRESULT = _descriptor.Descriptor(
- name='ExplainQueryResult',
- full_name='Ydb.Table.ExplainQueryResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='query_ast', full_name='Ydb.Table.ExplainQueryResult.query_ast', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_plan', full_name='Ydb.Table.ExplainQueryResult.query_plan', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11510,
- serialized_end=11569,
-)
-
-
-_PREPAREDATAQUERYREQUEST = _descriptor.Descriptor(
- name='PrepareDataQueryRequest',
- full_name='Ydb.Table.PrepareDataQueryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.PrepareDataQueryRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='yql_text', full_name='Ydb.Table.PrepareDataQueryRequest.yql_text', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.PrepareDataQueryRequest.operation_params', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11571,
- serialized_end=11693,
-)
-
-
-_PREPAREDATAQUERYRESPONSE = _descriptor.Descriptor(
- name='PrepareDataQueryResponse',
- full_name='Ydb.Table.PrepareDataQueryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.PrepareDataQueryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11695,
- serialized_end=11767,
-)
-
-
-_PREPAREQUERYRESULT_PARAMETERSTYPESENTRY = _descriptor.Descriptor(
- name='ParametersTypesEntry',
- full_name='Ydb.Table.PrepareQueryResult.ParametersTypesEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.PrepareQueryResult.ParametersTypesEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.PrepareQueryResult.ParametersTypesEntry.value', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11049,
- serialized_end=11114,
-)
-
-_PREPAREQUERYRESULT = _descriptor.Descriptor(
- name='PrepareQueryResult',
- full_name='Ydb.Table.PrepareQueryResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='query_id', full_name='Ydb.Table.PrepareQueryResult.query_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='parameters_types', full_name='Ydb.Table.PrepareQueryResult.parameters_types', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_PREPAREQUERYRESULT_PARAMETERSTYPESENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11770,
- serialized_end=11953,
-)
-
-
-_KEEPALIVEREQUEST = _descriptor.Descriptor(
- name='KeepAliveRequest',
- full_name='Ydb.Table.KeepAliveRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.KeepAliveRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.KeepAliveRequest.operation_params', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11955,
- serialized_end=12052,
-)
-
-
-_KEEPALIVERESPONSE = _descriptor.Descriptor(
- name='KeepAliveResponse',
- full_name='Ydb.Table.KeepAliveResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.KeepAliveResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12054,
- serialized_end=12119,
-)
-
-
-_KEEPALIVERESULT = _descriptor.Descriptor(
- name='KeepAliveResult',
- full_name='Ydb.Table.KeepAliveResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_status', full_name='Ydb.Table.KeepAliveResult.session_status', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _KEEPALIVERESULT_SESSIONSTATUS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12122,
- serialized_end=12305,
-)
-
-
-_BEGINTRANSACTIONREQUEST = _descriptor.Descriptor(
- name='BeginTransactionRequest',
- full_name='Ydb.Table.BeginTransactionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.BeginTransactionRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tx_settings', full_name='Ydb.Table.BeginTransactionRequest.tx_settings', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.BeginTransactionRequest.operation_params', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12308,
- serialized_end=12465,
-)
-
-
-_BEGINTRANSACTIONRESPONSE = _descriptor.Descriptor(
- name='BeginTransactionResponse',
- full_name='Ydb.Table.BeginTransactionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.BeginTransactionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12467,
- serialized_end=12539,
-)
-
-
-_BEGINTRANSACTIONRESULT = _descriptor.Descriptor(
- name='BeginTransactionResult',
- full_name='Ydb.Table.BeginTransactionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tx_meta', full_name='Ydb.Table.BeginTransactionResult.tx_meta', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12541,
- serialized_end=12610,
-)
-
-
-_COMMITTRANSACTIONREQUEST = _descriptor.Descriptor(
- name='CommitTransactionRequest',
- full_name='Ydb.Table.CommitTransactionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.CommitTransactionRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.Table.CommitTransactionRequest.tx_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.CommitTransactionRequest.operation_params', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='collect_stats', full_name='Ydb.Table.CommitTransactionRequest.collect_stats', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12613,
- serialized_end=12794,
-)
-
-
-_COMMITTRANSACTIONRESPONSE = _descriptor.Descriptor(
- name='CommitTransactionResponse',
- full_name='Ydb.Table.CommitTransactionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.CommitTransactionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12796,
- serialized_end=12869,
-)
-
-
-_COMMITTRANSACTIONRESULT = _descriptor.Descriptor(
- name='CommitTransactionResult',
- full_name='Ydb.Table.CommitTransactionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='query_stats', full_name='Ydb.Table.CommitTransactionResult.query_stats', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12871,
- serialized_end=12945,
-)
-
-
-_ROLLBACKTRANSACTIONREQUEST = _descriptor.Descriptor(
- name='RollbackTransactionRequest',
- full_name='Ydb.Table.RollbackTransactionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.RollbackTransactionRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tx_id', full_name='Ydb.Table.RollbackTransactionRequest.tx_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.RollbackTransactionRequest.operation_params', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12947,
- serialized_end=13069,
-)
-
-
-_ROLLBACKTRANSACTIONRESPONSE = _descriptor.Descriptor(
- name='RollbackTransactionResponse',
- full_name='Ydb.Table.RollbackTransactionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.RollbackTransactionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13071,
- serialized_end=13146,
-)
-
-
-_STORAGEPOLICYDESCRIPTION_LABELSENTRY = _descriptor.Descriptor(
- name='LabelsEntry',
- full_name='Ydb.Table.StoragePolicyDescription.LabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.StoragePolicyDescription.LabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.StoragePolicyDescription.LabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13256,
- serialized_end=13301,
-)
-
-_STORAGEPOLICYDESCRIPTION = _descriptor.Descriptor(
- name='StoragePolicyDescription',
- full_name='Ydb.Table.StoragePolicyDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.StoragePolicyDescription.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='labels', full_name='Ydb.Table.StoragePolicyDescription.labels', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STORAGEPOLICYDESCRIPTION_LABELSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13149,
- serialized_end=13301,
-)
-
-
-_COMPACTIONPOLICYDESCRIPTION_LABELSENTRY = _descriptor.Descriptor(
- name='LabelsEntry',
- full_name='Ydb.Table.CompactionPolicyDescription.LabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.CompactionPolicyDescription.LabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.CompactionPolicyDescription.LabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13256,
- serialized_end=13301,
-)
-
-_COMPACTIONPOLICYDESCRIPTION = _descriptor.Descriptor(
- name='CompactionPolicyDescription',
- full_name='Ydb.Table.CompactionPolicyDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.CompactionPolicyDescription.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='labels', full_name='Ydb.Table.CompactionPolicyDescription.labels', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_COMPACTIONPOLICYDESCRIPTION_LABELSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13304,
- serialized_end=13462,
-)
-
-
-_PARTITIONINGPOLICYDESCRIPTION_LABELSENTRY = _descriptor.Descriptor(
- name='LabelsEntry',
- full_name='Ydb.Table.PartitioningPolicyDescription.LabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.PartitioningPolicyDescription.LabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.PartitioningPolicyDescription.LabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13256,
- serialized_end=13301,
-)
-
-_PARTITIONINGPOLICYDESCRIPTION = _descriptor.Descriptor(
- name='PartitioningPolicyDescription',
- full_name='Ydb.Table.PartitioningPolicyDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.PartitioningPolicyDescription.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='labels', full_name='Ydb.Table.PartitioningPolicyDescription.labels', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_PARTITIONINGPOLICYDESCRIPTION_LABELSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13465,
- serialized_end=13627,
-)
-
-
-_EXECUTIONPOLICYDESCRIPTION_LABELSENTRY = _descriptor.Descriptor(
- name='LabelsEntry',
- full_name='Ydb.Table.ExecutionPolicyDescription.LabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.ExecutionPolicyDescription.LabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.ExecutionPolicyDescription.LabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13256,
- serialized_end=13301,
-)
-
-_EXECUTIONPOLICYDESCRIPTION = _descriptor.Descriptor(
- name='ExecutionPolicyDescription',
- full_name='Ydb.Table.ExecutionPolicyDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.ExecutionPolicyDescription.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='labels', full_name='Ydb.Table.ExecutionPolicyDescription.labels', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_EXECUTIONPOLICYDESCRIPTION_LABELSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13630,
- serialized_end=13786,
-)
-
-
-_REPLICATIONPOLICYDESCRIPTION_LABELSENTRY = _descriptor.Descriptor(
- name='LabelsEntry',
- full_name='Ydb.Table.ReplicationPolicyDescription.LabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.ReplicationPolicyDescription.LabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.ReplicationPolicyDescription.LabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13256,
- serialized_end=13301,
-)
-
-_REPLICATIONPOLICYDESCRIPTION = _descriptor.Descriptor(
- name='ReplicationPolicyDescription',
- full_name='Ydb.Table.ReplicationPolicyDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.ReplicationPolicyDescription.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='labels', full_name='Ydb.Table.ReplicationPolicyDescription.labels', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_REPLICATIONPOLICYDESCRIPTION_LABELSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13789,
- serialized_end=13949,
-)
-
-
-_CACHINGPOLICYDESCRIPTION_LABELSENTRY = _descriptor.Descriptor(
- name='LabelsEntry',
- full_name='Ydb.Table.CachingPolicyDescription.LabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.CachingPolicyDescription.LabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.CachingPolicyDescription.LabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13256,
- serialized_end=13301,
-)
-
-_CACHINGPOLICYDESCRIPTION = _descriptor.Descriptor(
- name='CachingPolicyDescription',
- full_name='Ydb.Table.CachingPolicyDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.CachingPolicyDescription.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='labels', full_name='Ydb.Table.CachingPolicyDescription.labels', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_CACHINGPOLICYDESCRIPTION_LABELSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13952,
- serialized_end=14104,
-)
-
-
-_TABLEPROFILEDESCRIPTION_LABELSENTRY = _descriptor.Descriptor(
- name='LabelsEntry',
- full_name='Ydb.Table.TableProfileDescription.LabelsEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.TableProfileDescription.LabelsEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.TableProfileDescription.LabelsEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13256,
- serialized_end=13301,
-)
-
-_TABLEPROFILEDESCRIPTION = _descriptor.Descriptor(
- name='TableProfileDescription',
- full_name='Ydb.Table.TableProfileDescription',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Table.TableProfileDescription.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='labels', full_name='Ydb.Table.TableProfileDescription.labels', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='default_storage_policy', full_name='Ydb.Table.TableProfileDescription.default_storage_policy', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='allowed_storage_policies', full_name='Ydb.Table.TableProfileDescription.allowed_storage_policies', index=3,
- number=4, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='default_compaction_policy', full_name='Ydb.Table.TableProfileDescription.default_compaction_policy', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='allowed_compaction_policies', full_name='Ydb.Table.TableProfileDescription.allowed_compaction_policies', index=5,
- number=6, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='default_partitioning_policy', full_name='Ydb.Table.TableProfileDescription.default_partitioning_policy', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='allowed_partitioning_policies', full_name='Ydb.Table.TableProfileDescription.allowed_partitioning_policies', index=7,
- number=8, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='default_execution_policy', full_name='Ydb.Table.TableProfileDescription.default_execution_policy', index=8,
- number=9, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='allowed_execution_policies', full_name='Ydb.Table.TableProfileDescription.allowed_execution_policies', index=9,
- number=10, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='default_replication_policy', full_name='Ydb.Table.TableProfileDescription.default_replication_policy', index=10,
- number=11, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='allowed_replication_policies', full_name='Ydb.Table.TableProfileDescription.allowed_replication_policies', index=11,
- number=12, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='default_caching_policy', full_name='Ydb.Table.TableProfileDescription.default_caching_policy', index=12,
- number=13, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='allowed_caching_policies', full_name='Ydb.Table.TableProfileDescription.allowed_caching_policies', index=13,
- number=14, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_TABLEPROFILEDESCRIPTION_LABELSENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=14107,
- serialized_end=14681,
-)
-
-
-_DESCRIBETABLEOPTIONSREQUEST = _descriptor.Descriptor(
- name='DescribeTableOptionsRequest',
- full_name='Ydb.Table.DescribeTableOptionsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.DescribeTableOptionsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=14683,
- serialized_end=14771,
-)
-
-
-_DESCRIBETABLEOPTIONSRESPONSE = _descriptor.Descriptor(
- name='DescribeTableOptionsResponse',
- full_name='Ydb.Table.DescribeTableOptionsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.DescribeTableOptionsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=14773,
- serialized_end=14849,
-)
-
-
-_DESCRIBETABLEOPTIONSRESULT = _descriptor.Descriptor(
- name='DescribeTableOptionsResult',
- full_name='Ydb.Table.DescribeTableOptionsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='table_profile_presets', full_name='Ydb.Table.DescribeTableOptionsResult.table_profile_presets', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='storage_policy_presets', full_name='Ydb.Table.DescribeTableOptionsResult.storage_policy_presets', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='compaction_policy_presets', full_name='Ydb.Table.DescribeTableOptionsResult.compaction_policy_presets', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='partitioning_policy_presets', full_name='Ydb.Table.DescribeTableOptionsResult.partitioning_policy_presets', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='execution_policy_presets', full_name='Ydb.Table.DescribeTableOptionsResult.execution_policy_presets', index=4,
- number=5, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='replication_policy_presets', full_name='Ydb.Table.DescribeTableOptionsResult.replication_policy_presets', index=5,
- number=6, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='caching_policy_presets', full_name='Ydb.Table.DescribeTableOptionsResult.caching_policy_presets', index=6,
- number=7, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=14852,
- serialized_end=15389,
-)
-
-
-_KEYRANGE = _descriptor.Descriptor(
- name='KeyRange',
- full_name='Ydb.Table.KeyRange',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='greater', full_name='Ydb.Table.KeyRange.greater', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='greater_or_equal', full_name='Ydb.Table.KeyRange.greater_or_equal', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='less', full_name='Ydb.Table.KeyRange.less', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='less_or_equal', full_name='Ydb.Table.KeyRange.less_or_equal', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='from_bound', full_name='Ydb.Table.KeyRange.from_bound',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- _descriptor.OneofDescriptor(
- name='to_bound', full_name='Ydb.Table.KeyRange.to_bound',
- index=1, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=15392,
- serialized_end=15584,
-)
-
-
-_READTABLEREQUEST = _descriptor.Descriptor(
- name='ReadTableRequest',
- full_name='Ydb.Table.ReadTableRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='session_id', full_name='Ydb.Table.ReadTableRequest.session_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='path', full_name='Ydb.Table.ReadTableRequest.path', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='key_range', full_name='Ydb.Table.ReadTableRequest.key_range', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='columns', full_name='Ydb.Table.ReadTableRequest.columns', index=3,
- number=4, type=9, cpp_type=9, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ordered', full_name='Ydb.Table.ReadTableRequest.ordered', index=4,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='row_limit', full_name='Ydb.Table.ReadTableRequest.row_limit', index=5,
- number=6, type=4, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='use_snapshot', full_name='Ydb.Table.ReadTableRequest.use_snapshot', index=6,
- number=7, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=15587,
- serialized_end=15779,
-)
-
-
-_READTABLERESPONSE = _descriptor.Descriptor(
- name='ReadTableResponse',
- full_name='Ydb.Table.ReadTableResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Table.ReadTableResponse.status', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Table.ReadTableResponse.issues', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result', full_name='Ydb.Table.ReadTableResponse.result', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=15782,
- serialized_end=15929,
-)
-
-
-_READTABLERESULT = _descriptor.Descriptor(
- name='ReadTableResult',
- full_name='Ydb.Table.ReadTableResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='result_set', full_name='Ydb.Table.ReadTableResult.result_set', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=15931,
- serialized_end=15984,
-)
-
-
-_BULKUPSERTREQUEST = _descriptor.Descriptor(
- name='BulkUpsertRequest',
- full_name='Ydb.Table.BulkUpsertRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='table', full_name='Ydb.Table.BulkUpsertRequest.table', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='rows', full_name='Ydb.Table.BulkUpsertRequest.rows', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='Ydb.Table.BulkUpsertRequest.operation_params', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='arrow_batch_settings', full_name='Ydb.Table.BulkUpsertRequest.arrow_batch_settings', index=3,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='csv_settings', full_name='Ydb.Table.BulkUpsertRequest.csv_settings', index=4,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data', full_name='Ydb.Table.BulkUpsertRequest.data', index=5,
- number=1000, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='data_format', full_name='Ydb.Table.BulkUpsertRequest.data_format',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=15987,
- serialized_end=16256,
-)
-
-
-_BULKUPSERTRESPONSE = _descriptor.Descriptor(
- name='BulkUpsertResponse',
- full_name='Ydb.Table.BulkUpsertResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='Ydb.Table.BulkUpsertResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16258,
- serialized_end=16324,
-)
-
-
-_BULKUPSERTRESULT = _descriptor.Descriptor(
- name='BulkUpsertResult',
- full_name='Ydb.Table.BulkUpsertResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16326,
- serialized_end=16344,
-)
-
-
-_EXECUTESCANQUERYREQUEST_PARAMETERSENTRY = _descriptor.Descriptor(
- name='ParametersEntry',
- full_name='Ydb.Table.ExecuteScanQueryRequest.ParametersEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.Table.ExecuteScanQueryRequest.ParametersEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.Table.ExecuteScanQueryRequest.ParametersEntry.value', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10579,
- serialized_end=10645,
-)
-
-_EXECUTESCANQUERYREQUEST = _descriptor.Descriptor(
- name='ExecuteScanQueryRequest',
- full_name='Ydb.Table.ExecuteScanQueryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='query', full_name='Ydb.Table.ExecuteScanQueryRequest.query', index=0,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='parameters', full_name='Ydb.Table.ExecuteScanQueryRequest.parameters', index=1,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='mode', full_name='Ydb.Table.ExecuteScanQueryRequest.mode', index=2,
- number=6, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='collect_stats', full_name='Ydb.Table.ExecuteScanQueryRequest.collect_stats', index=3,
- number=8, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_EXECUTESCANQUERYREQUEST_PARAMETERSENTRY, ],
- enum_types=[
- _EXECUTESCANQUERYREQUEST_MODE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16347,
- serialized_end=16748,
-)
-
-
-_EXECUTESCANQUERYPARTIALRESPONSE = _descriptor.Descriptor(
- name='ExecuteScanQueryPartialResponse',
- full_name='Ydb.Table.ExecuteScanQueryPartialResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='status', full_name='Ydb.Table.ExecuteScanQueryPartialResponse.status', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issues', full_name='Ydb.Table.ExecuteScanQueryPartialResponse.issues', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result', full_name='Ydb.Table.ExecuteScanQueryPartialResponse.result', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16751,
- serialized_end=16926,
-)
-
-
-_EXECUTESCANQUERYPARTIALRESULT = _descriptor.Descriptor(
- name='ExecuteScanQueryPartialResult',
- full_name='Ydb.Table.ExecuteScanQueryPartialResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='result_set', full_name='Ydb.Table.ExecuteScanQueryPartialResult.result_set', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_stats', full_name='Ydb.Table.ExecuteScanQueryPartialResult.query_stats', index=1,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=16929,
- serialized_end=17069,
-)
-
-_CREATESESSIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATESESSIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DELETESESSIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DELETESESSIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_TABLEINDEX.fields_by_name['global_index'].message_type = _GLOBALINDEX
-_TABLEINDEX.fields_by_name['global_async_index'].message_type = _GLOBALASYNCINDEX
-_TABLEINDEX.oneofs_by_name['type'].fields.append(
- _TABLEINDEX.fields_by_name['global_index'])
-_TABLEINDEX.fields_by_name['global_index'].containing_oneof = _TABLEINDEX.oneofs_by_name['type']
-_TABLEINDEX.oneofs_by_name['type'].fields.append(
- _TABLEINDEX.fields_by_name['global_async_index'])
-_TABLEINDEX.fields_by_name['global_async_index'].containing_oneof = _TABLEINDEX.oneofs_by_name['type']
-_TABLEINDEXDESCRIPTION.fields_by_name['global_index'].message_type = _GLOBALINDEX
-_TABLEINDEXDESCRIPTION.fields_by_name['global_async_index'].message_type = _GLOBALASYNCINDEX
-_TABLEINDEXDESCRIPTION.fields_by_name['status'].enum_type = _TABLEINDEXDESCRIPTION_STATUS
-_TABLEINDEXDESCRIPTION_STATUS.containing_type = _TABLEINDEXDESCRIPTION
-_TABLEINDEXDESCRIPTION.oneofs_by_name['type'].fields.append(
- _TABLEINDEXDESCRIPTION.fields_by_name['global_index'])
-_TABLEINDEXDESCRIPTION.fields_by_name['global_index'].containing_oneof = _TABLEINDEXDESCRIPTION.oneofs_by_name['type']
-_TABLEINDEXDESCRIPTION.oneofs_by_name['type'].fields.append(
- _TABLEINDEXDESCRIPTION.fields_by_name['global_async_index'])
-_TABLEINDEXDESCRIPTION.fields_by_name['global_async_index'].containing_oneof = _TABLEINDEXDESCRIPTION.oneofs_by_name['type']
-_INDEXBUILDSTATE_STATE.containing_type = _INDEXBUILDSTATE
-_INDEXBUILDDESCRIPTION.fields_by_name['index'].message_type = _TABLEINDEX
-_INDEXBUILDMETADATA.fields_by_name['description'].message_type = _INDEXBUILDDESCRIPTION
-_INDEXBUILDMETADATA.fields_by_name['state'].enum_type = _INDEXBUILDSTATE_STATE
-_STORAGEPOLICY.fields_by_name['syslog'].message_type = _STORAGEPOOL
-_STORAGEPOLICY.fields_by_name['log'].message_type = _STORAGEPOOL
-_STORAGEPOLICY.fields_by_name['data'].message_type = _STORAGEPOOL
-_STORAGEPOLICY.fields_by_name['external'].message_type = _STORAGEPOOL
-_STORAGEPOLICY.fields_by_name['keep_in_memory'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_STORAGEPOLICY.fields_by_name['column_families'].message_type = _COLUMNFAMILYPOLICY
-_COLUMNFAMILYPOLICY.fields_by_name['data'].message_type = _STORAGEPOOL
-_COLUMNFAMILYPOLICY.fields_by_name['external'].message_type = _STORAGEPOOL
-_COLUMNFAMILYPOLICY.fields_by_name['keep_in_memory'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_COLUMNFAMILYPOLICY.fields_by_name['compression'].enum_type = _COLUMNFAMILYPOLICY_COMPRESSION
-_COLUMNFAMILYPOLICY_COMPRESSION.containing_type = _COLUMNFAMILYPOLICY
-_EXPLICITPARTITIONS.fields_by_name['split_points'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_TABLESTATS.fields_by_name['partition_stats'].message_type = _PARTITIONSTATS
-_TABLESTATS.fields_by_name['creation_time'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_TABLESTATS.fields_by_name['modification_time'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_PARTITIONINGPOLICY.fields_by_name['auto_partitioning'].enum_type = _PARTITIONINGPOLICY_AUTOPARTITIONINGPOLICY
-_PARTITIONINGPOLICY.fields_by_name['explicit_partitions'].message_type = _EXPLICITPARTITIONS
-_PARTITIONINGPOLICY_AUTOPARTITIONINGPOLICY.containing_type = _PARTITIONINGPOLICY
-_PARTITIONINGPOLICY.oneofs_by_name['partitions'].fields.append(
- _PARTITIONINGPOLICY.fields_by_name['uniform_partitions'])
-_PARTITIONINGPOLICY.fields_by_name['uniform_partitions'].containing_oneof = _PARTITIONINGPOLICY.oneofs_by_name['partitions']
-_PARTITIONINGPOLICY.oneofs_by_name['partitions'].fields.append(
- _PARTITIONINGPOLICY.fields_by_name['explicit_partitions'])
-_PARTITIONINGPOLICY.fields_by_name['explicit_partitions'].containing_oneof = _PARTITIONINGPOLICY.oneofs_by_name['partitions']
-_REPLICATIONPOLICY.fields_by_name['create_per_availability_zone'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_REPLICATIONPOLICY.fields_by_name['allow_promotion'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_TABLEPROFILE.fields_by_name['storage_policy'].message_type = _STORAGEPOLICY
-_TABLEPROFILE.fields_by_name['compaction_policy'].message_type = _COMPACTIONPOLICY
-_TABLEPROFILE.fields_by_name['partitioning_policy'].message_type = _PARTITIONINGPOLICY
-_TABLEPROFILE.fields_by_name['execution_policy'].message_type = _EXECUTIONPOLICY
-_TABLEPROFILE.fields_by_name['replication_policy'].message_type = _REPLICATIONPOLICY
-_TABLEPROFILE.fields_by_name['caching_policy'].message_type = _CACHINGPOLICY
-_COLUMNMETA.fields_by_name['type'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPE
-_VALUESINCEUNIXEPOCHMODESETTINGS.fields_by_name['column_unit'].enum_type = _VALUESINCEUNIXEPOCHMODESETTINGS_UNIT
-_VALUESINCEUNIXEPOCHMODESETTINGS_UNIT.containing_type = _VALUESINCEUNIXEPOCHMODESETTINGS
-_TTLSETTINGS.fields_by_name['date_type_column'].message_type = _DATETYPECOLUMNMODESETTINGS
-_TTLSETTINGS.fields_by_name['value_since_unix_epoch'].message_type = _VALUESINCEUNIXEPOCHMODESETTINGS
-_TTLSETTINGS.oneofs_by_name['mode'].fields.append(
- _TTLSETTINGS.fields_by_name['date_type_column'])
-_TTLSETTINGS.fields_by_name['date_type_column'].containing_oneof = _TTLSETTINGS.oneofs_by_name['mode']
-_TTLSETTINGS.oneofs_by_name['mode'].fields.append(
- _TTLSETTINGS.fields_by_name['value_since_unix_epoch'])
-_TTLSETTINGS.fields_by_name['value_since_unix_epoch'].containing_oneof = _TTLSETTINGS.oneofs_by_name['mode']
-_STORAGESETTINGS.fields_by_name['tablet_commit_log0'].message_type = _STORAGEPOOL
-_STORAGESETTINGS.fields_by_name['tablet_commit_log1'].message_type = _STORAGEPOOL
-_STORAGESETTINGS.fields_by_name['external'].message_type = _STORAGEPOOL
-_STORAGESETTINGS.fields_by_name['store_external_blobs'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_COLUMNFAMILY.fields_by_name['data'].message_type = _STORAGEPOOL
-_COLUMNFAMILY.fields_by_name['compression'].enum_type = _COLUMNFAMILY_COMPRESSION
-_COLUMNFAMILY.fields_by_name['keep_in_memory'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_COLUMNFAMILY_COMPRESSION.containing_type = _COLUMNFAMILY
-_PARTITIONINGSETTINGS.fields_by_name['partitioning_by_size'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_PARTITIONINGSETTINGS.fields_by_name['partitioning_by_load'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_CLUSTERREPLICASSETTINGS.fields_by_name['az_read_replicas_settings'].message_type = _AZREADREPLICASSETTINGS
-_READREPLICASSETTINGS.oneofs_by_name['settings'].fields.append(
- _READREPLICASSETTINGS.fields_by_name['per_az_read_replicas_count'])
-_READREPLICASSETTINGS.fields_by_name['per_az_read_replicas_count'].containing_oneof = _READREPLICASSETTINGS.oneofs_by_name['settings']
-_READREPLICASSETTINGS.oneofs_by_name['settings'].fields.append(
- _READREPLICASSETTINGS.fields_by_name['any_az_read_replicas_count'])
-_READREPLICASSETTINGS.fields_by_name['any_az_read_replicas_count'].containing_oneof = _READREPLICASSETTINGS.oneofs_by_name['settings']
-_CREATETABLEREQUEST_ATTRIBUTESENTRY.containing_type = _CREATETABLEREQUEST
-_CREATETABLEREQUEST.fields_by_name['columns'].message_type = _COLUMNMETA
-_CREATETABLEREQUEST.fields_by_name['profile'].message_type = _TABLEPROFILE
-_CREATETABLEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATETABLEREQUEST.fields_by_name['indexes'].message_type = _TABLEINDEX
-_CREATETABLEREQUEST.fields_by_name['ttl_settings'].message_type = _TTLSETTINGS
-_CREATETABLEREQUEST.fields_by_name['storage_settings'].message_type = _STORAGESETTINGS
-_CREATETABLEREQUEST.fields_by_name['column_families'].message_type = _COLUMNFAMILY
-_CREATETABLEREQUEST.fields_by_name['attributes'].message_type = _CREATETABLEREQUEST_ATTRIBUTESENTRY
-_CREATETABLEREQUEST.fields_by_name['partition_at_keys'].message_type = _EXPLICITPARTITIONS
-_CREATETABLEREQUEST.fields_by_name['partitioning_settings'].message_type = _PARTITIONINGSETTINGS
-_CREATETABLEREQUEST.fields_by_name['key_bloom_filter'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_CREATETABLEREQUEST.fields_by_name['read_replicas_settings'].message_type = _READREPLICASSETTINGS
-_CREATETABLEREQUEST.oneofs_by_name['partitions'].fields.append(
- _CREATETABLEREQUEST.fields_by_name['uniform_partitions'])
-_CREATETABLEREQUEST.fields_by_name['uniform_partitions'].containing_oneof = _CREATETABLEREQUEST.oneofs_by_name['partitions']
-_CREATETABLEREQUEST.oneofs_by_name['partitions'].fields.append(
- _CREATETABLEREQUEST.fields_by_name['partition_at_keys'])
-_CREATETABLEREQUEST.fields_by_name['partition_at_keys'].containing_oneof = _CREATETABLEREQUEST.oneofs_by_name['partitions']
-_CREATETABLERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DROPTABLEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DROPTABLERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_ALTERTABLEREQUEST_ALTERATTRIBUTESENTRY.containing_type = _ALTERTABLEREQUEST
-_ALTERTABLEREQUEST.fields_by_name['add_columns'].message_type = _COLUMNMETA
-_ALTERTABLEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ALTERTABLEREQUEST.fields_by_name['alter_columns'].message_type = _COLUMNMETA
-_ALTERTABLEREQUEST.fields_by_name['set_ttl_settings'].message_type = _TTLSETTINGS
-_ALTERTABLEREQUEST.fields_by_name['drop_ttl_settings'].message_type = google_dot_protobuf_dot_empty__pb2._EMPTY
-_ALTERTABLEREQUEST.fields_by_name['add_indexes'].message_type = _TABLEINDEX
-_ALTERTABLEREQUEST.fields_by_name['alter_storage_settings'].message_type = _STORAGESETTINGS
-_ALTERTABLEREQUEST.fields_by_name['add_column_families'].message_type = _COLUMNFAMILY
-_ALTERTABLEREQUEST.fields_by_name['alter_column_families'].message_type = _COLUMNFAMILY
-_ALTERTABLEREQUEST.fields_by_name['alter_attributes'].message_type = _ALTERTABLEREQUEST_ALTERATTRIBUTESENTRY
-_ALTERTABLEREQUEST.fields_by_name['alter_partitioning_settings'].message_type = _PARTITIONINGSETTINGS
-_ALTERTABLEREQUEST.fields_by_name['set_key_bloom_filter'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_ALTERTABLEREQUEST.fields_by_name['set_read_replicas_settings'].message_type = _READREPLICASSETTINGS
-_ALTERTABLEREQUEST.oneofs_by_name['ttl_action'].fields.append(
- _ALTERTABLEREQUEST.fields_by_name['set_ttl_settings'])
-_ALTERTABLEREQUEST.fields_by_name['set_ttl_settings'].containing_oneof = _ALTERTABLEREQUEST.oneofs_by_name['ttl_action']
-_ALTERTABLEREQUEST.oneofs_by_name['ttl_action'].fields.append(
- _ALTERTABLEREQUEST.fields_by_name['drop_ttl_settings'])
-_ALTERTABLEREQUEST.fields_by_name['drop_ttl_settings'].containing_oneof = _ALTERTABLEREQUEST.oneofs_by_name['ttl_action']
-_ALTERTABLERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_COPYTABLEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_COPYTABLERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_COPYTABLESREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_COPYTABLESREQUEST.fields_by_name['tables'].message_type = _COPYTABLEITEM
-_COPYTABLESRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_RENAMETABLESREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_RENAMETABLESREQUEST.fields_by_name['tables'].message_type = _RENAMETABLEITEM
-_RENAMETABLESRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBETABLEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBETABLERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBETABLERESULT_ATTRIBUTESENTRY.containing_type = _DESCRIBETABLERESULT
-_DESCRIBETABLERESULT.fields_by_name['self'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__scheme__pb2._ENTRY
-_DESCRIBETABLERESULT.fields_by_name['columns'].message_type = _COLUMNMETA
-_DESCRIBETABLERESULT.fields_by_name['shard_key_bounds'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_DESCRIBETABLERESULT.fields_by_name['indexes'].message_type = _TABLEINDEXDESCRIPTION
-_DESCRIBETABLERESULT.fields_by_name['table_stats'].message_type = _TABLESTATS
-_DESCRIBETABLERESULT.fields_by_name['ttl_settings'].message_type = _TTLSETTINGS
-_DESCRIBETABLERESULT.fields_by_name['storage_settings'].message_type = _STORAGESETTINGS
-_DESCRIBETABLERESULT.fields_by_name['column_families'].message_type = _COLUMNFAMILY
-_DESCRIBETABLERESULT.fields_by_name['attributes'].message_type = _DESCRIBETABLERESULT_ATTRIBUTESENTRY
-_DESCRIBETABLERESULT.fields_by_name['partitioning_settings'].message_type = _PARTITIONINGSETTINGS
-_DESCRIBETABLERESULT.fields_by_name['key_bloom_filter'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_DESCRIBETABLERESULT.fields_by_name['read_replicas_settings'].message_type = _READREPLICASSETTINGS
-_QUERY.oneofs_by_name['query'].fields.append(
- _QUERY.fields_by_name['yql_text'])
-_QUERY.fields_by_name['yql_text'].containing_oneof = _QUERY.oneofs_by_name['query']
-_QUERY.oneofs_by_name['query'].fields.append(
- _QUERY.fields_by_name['id'])
-_QUERY.fields_by_name['id'].containing_oneof = _QUERY.oneofs_by_name['query']
-_TRANSACTIONSETTINGS.fields_by_name['serializable_read_write'].message_type = _SERIALIZABLEMODESETTINGS
-_TRANSACTIONSETTINGS.fields_by_name['online_read_only'].message_type = _ONLINEMODESETTINGS
-_TRANSACTIONSETTINGS.fields_by_name['stale_read_only'].message_type = _STALEMODESETTINGS
-_TRANSACTIONSETTINGS.oneofs_by_name['tx_mode'].fields.append(
- _TRANSACTIONSETTINGS.fields_by_name['serializable_read_write'])
-_TRANSACTIONSETTINGS.fields_by_name['serializable_read_write'].containing_oneof = _TRANSACTIONSETTINGS.oneofs_by_name['tx_mode']
-_TRANSACTIONSETTINGS.oneofs_by_name['tx_mode'].fields.append(
- _TRANSACTIONSETTINGS.fields_by_name['online_read_only'])
-_TRANSACTIONSETTINGS.fields_by_name['online_read_only'].containing_oneof = _TRANSACTIONSETTINGS.oneofs_by_name['tx_mode']
-_TRANSACTIONSETTINGS.oneofs_by_name['tx_mode'].fields.append(
- _TRANSACTIONSETTINGS.fields_by_name['stale_read_only'])
-_TRANSACTIONSETTINGS.fields_by_name['stale_read_only'].containing_oneof = _TRANSACTIONSETTINGS.oneofs_by_name['tx_mode']
-_TRANSACTIONCONTROL.fields_by_name['begin_tx'].message_type = _TRANSACTIONSETTINGS
-_TRANSACTIONCONTROL.oneofs_by_name['tx_selector'].fields.append(
- _TRANSACTIONCONTROL.fields_by_name['tx_id'])
-_TRANSACTIONCONTROL.fields_by_name['tx_id'].containing_oneof = _TRANSACTIONCONTROL.oneofs_by_name['tx_selector']
-_TRANSACTIONCONTROL.oneofs_by_name['tx_selector'].fields.append(
- _TRANSACTIONCONTROL.fields_by_name['begin_tx'])
-_TRANSACTIONCONTROL.fields_by_name['begin_tx'].containing_oneof = _TRANSACTIONCONTROL.oneofs_by_name['tx_selector']
-_QUERYSTATSCOLLECTION_MODE.containing_type = _QUERYSTATSCOLLECTION
-_EXECUTEDATAQUERYREQUEST_PARAMETERSENTRY.fields_by_name['value'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_EXECUTEDATAQUERYREQUEST_PARAMETERSENTRY.containing_type = _EXECUTEDATAQUERYREQUEST
-_EXECUTEDATAQUERYREQUEST.fields_by_name['tx_control'].message_type = _TRANSACTIONCONTROL
-_EXECUTEDATAQUERYREQUEST.fields_by_name['query'].message_type = _QUERY
-_EXECUTEDATAQUERYREQUEST.fields_by_name['parameters'].message_type = _EXECUTEDATAQUERYREQUEST_PARAMETERSENTRY
-_EXECUTEDATAQUERYREQUEST.fields_by_name['query_cache_policy'].message_type = _QUERYCACHEPOLICY
-_EXECUTEDATAQUERYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_EXECUTEDATAQUERYREQUEST.fields_by_name['collect_stats'].enum_type = _QUERYSTATSCOLLECTION_MODE
-_EXECUTEDATAQUERYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_EXECUTESCHEMEQUERYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_EXECUTESCHEMEQUERYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_QUERYMETA_PARAMETERSTYPESENTRY.fields_by_name['value'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPE
-_QUERYMETA_PARAMETERSTYPESENTRY.containing_type = _QUERYMETA
-_QUERYMETA.fields_by_name['parameters_types'].message_type = _QUERYMETA_PARAMETERSTYPESENTRY
-_EXECUTEQUERYRESULT.fields_by_name['result_sets'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._RESULTSET
-_EXECUTEQUERYRESULT.fields_by_name['tx_meta'].message_type = _TRANSACTIONMETA
-_EXECUTEQUERYRESULT.fields_by_name['query_meta'].message_type = _QUERYMETA
-_EXECUTEQUERYRESULT.fields_by_name['query_stats'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__query__stats__pb2._QUERYSTATS
-_EXPLAINDATAQUERYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_EXPLAINDATAQUERYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_PREPAREDATAQUERYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_PREPAREDATAQUERYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_PREPAREQUERYRESULT_PARAMETERSTYPESENTRY.fields_by_name['value'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPE
-_PREPAREQUERYRESULT_PARAMETERSTYPESENTRY.containing_type = _PREPAREQUERYRESULT
-_PREPAREQUERYRESULT.fields_by_name['parameters_types'].message_type = _PREPAREQUERYRESULT_PARAMETERSTYPESENTRY
-_KEEPALIVEREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_KEEPALIVERESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_KEEPALIVERESULT.fields_by_name['session_status'].enum_type = _KEEPALIVERESULT_SESSIONSTATUS
-_KEEPALIVERESULT_SESSIONSTATUS.containing_type = _KEEPALIVERESULT
-_BEGINTRANSACTIONREQUEST.fields_by_name['tx_settings'].message_type = _TRANSACTIONSETTINGS
-_BEGINTRANSACTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_BEGINTRANSACTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_BEGINTRANSACTIONRESULT.fields_by_name['tx_meta'].message_type = _TRANSACTIONMETA
-_COMMITTRANSACTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_COMMITTRANSACTIONREQUEST.fields_by_name['collect_stats'].enum_type = _QUERYSTATSCOLLECTION_MODE
-_COMMITTRANSACTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_COMMITTRANSACTIONRESULT.fields_by_name['query_stats'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__query__stats__pb2._QUERYSTATS
-_ROLLBACKTRANSACTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_ROLLBACKTRANSACTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_STORAGEPOLICYDESCRIPTION_LABELSENTRY.containing_type = _STORAGEPOLICYDESCRIPTION
-_STORAGEPOLICYDESCRIPTION.fields_by_name['labels'].message_type = _STORAGEPOLICYDESCRIPTION_LABELSENTRY
-_COMPACTIONPOLICYDESCRIPTION_LABELSENTRY.containing_type = _COMPACTIONPOLICYDESCRIPTION
-_COMPACTIONPOLICYDESCRIPTION.fields_by_name['labels'].message_type = _COMPACTIONPOLICYDESCRIPTION_LABELSENTRY
-_PARTITIONINGPOLICYDESCRIPTION_LABELSENTRY.containing_type = _PARTITIONINGPOLICYDESCRIPTION
-_PARTITIONINGPOLICYDESCRIPTION.fields_by_name['labels'].message_type = _PARTITIONINGPOLICYDESCRIPTION_LABELSENTRY
-_EXECUTIONPOLICYDESCRIPTION_LABELSENTRY.containing_type = _EXECUTIONPOLICYDESCRIPTION
-_EXECUTIONPOLICYDESCRIPTION.fields_by_name['labels'].message_type = _EXECUTIONPOLICYDESCRIPTION_LABELSENTRY
-_REPLICATIONPOLICYDESCRIPTION_LABELSENTRY.containing_type = _REPLICATIONPOLICYDESCRIPTION
-_REPLICATIONPOLICYDESCRIPTION.fields_by_name['labels'].message_type = _REPLICATIONPOLICYDESCRIPTION_LABELSENTRY
-_CACHINGPOLICYDESCRIPTION_LABELSENTRY.containing_type = _CACHINGPOLICYDESCRIPTION
-_CACHINGPOLICYDESCRIPTION.fields_by_name['labels'].message_type = _CACHINGPOLICYDESCRIPTION_LABELSENTRY
-_TABLEPROFILEDESCRIPTION_LABELSENTRY.containing_type = _TABLEPROFILEDESCRIPTION
-_TABLEPROFILEDESCRIPTION.fields_by_name['labels'].message_type = _TABLEPROFILEDESCRIPTION_LABELSENTRY
-_DESCRIBETABLEOPTIONSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBETABLEOPTIONSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBETABLEOPTIONSRESULT.fields_by_name['table_profile_presets'].message_type = _TABLEPROFILEDESCRIPTION
-_DESCRIBETABLEOPTIONSRESULT.fields_by_name['storage_policy_presets'].message_type = _STORAGEPOLICYDESCRIPTION
-_DESCRIBETABLEOPTIONSRESULT.fields_by_name['compaction_policy_presets'].message_type = _COMPACTIONPOLICYDESCRIPTION
-_DESCRIBETABLEOPTIONSRESULT.fields_by_name['partitioning_policy_presets'].message_type = _PARTITIONINGPOLICYDESCRIPTION
-_DESCRIBETABLEOPTIONSRESULT.fields_by_name['execution_policy_presets'].message_type = _EXECUTIONPOLICYDESCRIPTION
-_DESCRIBETABLEOPTIONSRESULT.fields_by_name['replication_policy_presets'].message_type = _REPLICATIONPOLICYDESCRIPTION
-_DESCRIBETABLEOPTIONSRESULT.fields_by_name['caching_policy_presets'].message_type = _CACHINGPOLICYDESCRIPTION
-_KEYRANGE.fields_by_name['greater'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_KEYRANGE.fields_by_name['greater_or_equal'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_KEYRANGE.fields_by_name['less'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_KEYRANGE.fields_by_name['less_or_equal'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_KEYRANGE.oneofs_by_name['from_bound'].fields.append(
- _KEYRANGE.fields_by_name['greater'])
-_KEYRANGE.fields_by_name['greater'].containing_oneof = _KEYRANGE.oneofs_by_name['from_bound']
-_KEYRANGE.oneofs_by_name['from_bound'].fields.append(
- _KEYRANGE.fields_by_name['greater_or_equal'])
-_KEYRANGE.fields_by_name['greater_or_equal'].containing_oneof = _KEYRANGE.oneofs_by_name['from_bound']
-_KEYRANGE.oneofs_by_name['to_bound'].fields.append(
- _KEYRANGE.fields_by_name['less'])
-_KEYRANGE.fields_by_name['less'].containing_oneof = _KEYRANGE.oneofs_by_name['to_bound']
-_KEYRANGE.oneofs_by_name['to_bound'].fields.append(
- _KEYRANGE.fields_by_name['less_or_equal'])
-_KEYRANGE.fields_by_name['less_or_equal'].containing_oneof = _KEYRANGE.oneofs_by_name['to_bound']
-_READTABLEREQUEST.fields_by_name['key_range'].message_type = _KEYRANGE
-_READTABLEREQUEST.fields_by_name['use_snapshot'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__common__pb2._FEATUREFLAG_STATUS
-_READTABLERESPONSE.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_READTABLERESPONSE.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_READTABLERESPONSE.fields_by_name['result'].message_type = _READTABLERESULT
-_READTABLERESULT.fields_by_name['result_set'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._RESULTSET
-_BULKUPSERTREQUEST.fields_by_name['rows'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_BULKUPSERTREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_BULKUPSERTREQUEST.fields_by_name['arrow_batch_settings'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__formats__pb2._ARROWBATCHSETTINGS
-_BULKUPSERTREQUEST.fields_by_name['csv_settings'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__formats__pb2._CSVSETTINGS
-_BULKUPSERTREQUEST.oneofs_by_name['data_format'].fields.append(
- _BULKUPSERTREQUEST.fields_by_name['arrow_batch_settings'])
-_BULKUPSERTREQUEST.fields_by_name['arrow_batch_settings'].containing_oneof = _BULKUPSERTREQUEST.oneofs_by_name['data_format']
-_BULKUPSERTREQUEST.oneofs_by_name['data_format'].fields.append(
- _BULKUPSERTREQUEST.fields_by_name['csv_settings'])
-_BULKUPSERTREQUEST.fields_by_name['csv_settings'].containing_oneof = _BULKUPSERTREQUEST.oneofs_by_name['data_format']
-_BULKUPSERTRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_EXECUTESCANQUERYREQUEST_PARAMETERSENTRY.fields_by_name['value'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._TYPEDVALUE
-_EXECUTESCANQUERYREQUEST_PARAMETERSENTRY.containing_type = _EXECUTESCANQUERYREQUEST
-_EXECUTESCANQUERYREQUEST.fields_by_name['query'].message_type = _QUERY
-_EXECUTESCANQUERYREQUEST.fields_by_name['parameters'].message_type = _EXECUTESCANQUERYREQUEST_PARAMETERSENTRY
-_EXECUTESCANQUERYREQUEST.fields_by_name['mode'].enum_type = _EXECUTESCANQUERYREQUEST_MODE
-_EXECUTESCANQUERYREQUEST.fields_by_name['collect_stats'].enum_type = _QUERYSTATSCOLLECTION_MODE
-_EXECUTESCANQUERYREQUEST_MODE.containing_type = _EXECUTESCANQUERYREQUEST
-_EXECUTESCANQUERYPARTIALRESPONSE.fields_by_name['status'].enum_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__status__codes__pb2._STATUSIDS_STATUSCODE
-_EXECUTESCANQUERYPARTIALRESPONSE.fields_by_name['issues'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_EXECUTESCANQUERYPARTIALRESPONSE.fields_by_name['result'].message_type = _EXECUTESCANQUERYPARTIALRESULT
-_EXECUTESCANQUERYPARTIALRESULT.fields_by_name['result_set'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._RESULTSET
-_EXECUTESCANQUERYPARTIALRESULT.fields_by_name['query_stats'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__query__stats__pb2._QUERYSTATS
-DESCRIPTOR.message_types_by_name['CreateSessionRequest'] = _CREATESESSIONREQUEST
-DESCRIPTOR.message_types_by_name['CreateSessionResponse'] = _CREATESESSIONRESPONSE
-DESCRIPTOR.message_types_by_name['CreateSessionResult'] = _CREATESESSIONRESULT
-DESCRIPTOR.message_types_by_name['DeleteSessionRequest'] = _DELETESESSIONREQUEST
-DESCRIPTOR.message_types_by_name['DeleteSessionResponse'] = _DELETESESSIONRESPONSE
-DESCRIPTOR.message_types_by_name['GlobalIndex'] = _GLOBALINDEX
-DESCRIPTOR.message_types_by_name['GlobalAsyncIndex'] = _GLOBALASYNCINDEX
-DESCRIPTOR.message_types_by_name['TableIndex'] = _TABLEINDEX
-DESCRIPTOR.message_types_by_name['TableIndexDescription'] = _TABLEINDEXDESCRIPTION
-DESCRIPTOR.message_types_by_name['IndexBuildState'] = _INDEXBUILDSTATE
-DESCRIPTOR.message_types_by_name['IndexBuildDescription'] = _INDEXBUILDDESCRIPTION
-DESCRIPTOR.message_types_by_name['IndexBuildMetadata'] = _INDEXBUILDMETADATA
-DESCRIPTOR.message_types_by_name['StoragePool'] = _STORAGEPOOL
-DESCRIPTOR.message_types_by_name['StoragePolicy'] = _STORAGEPOLICY
-DESCRIPTOR.message_types_by_name['ColumnFamilyPolicy'] = _COLUMNFAMILYPOLICY
-DESCRIPTOR.message_types_by_name['CompactionPolicy'] = _COMPACTIONPOLICY
-DESCRIPTOR.message_types_by_name['ExplicitPartitions'] = _EXPLICITPARTITIONS
-DESCRIPTOR.message_types_by_name['PartitionStats'] = _PARTITIONSTATS
-DESCRIPTOR.message_types_by_name['TableStats'] = _TABLESTATS
-DESCRIPTOR.message_types_by_name['PartitioningPolicy'] = _PARTITIONINGPOLICY
-DESCRIPTOR.message_types_by_name['ExecutionPolicy'] = _EXECUTIONPOLICY
-DESCRIPTOR.message_types_by_name['ReplicationPolicy'] = _REPLICATIONPOLICY
-DESCRIPTOR.message_types_by_name['CachingPolicy'] = _CACHINGPOLICY
-DESCRIPTOR.message_types_by_name['TableProfile'] = _TABLEPROFILE
-DESCRIPTOR.message_types_by_name['ColumnMeta'] = _COLUMNMETA
-DESCRIPTOR.message_types_by_name['DateTypeColumnModeSettings'] = _DATETYPECOLUMNMODESETTINGS
-DESCRIPTOR.message_types_by_name['ValueSinceUnixEpochModeSettings'] = _VALUESINCEUNIXEPOCHMODESETTINGS
-DESCRIPTOR.message_types_by_name['TtlSettings'] = _TTLSETTINGS
-DESCRIPTOR.message_types_by_name['StorageSettings'] = _STORAGESETTINGS
-DESCRIPTOR.message_types_by_name['ColumnFamily'] = _COLUMNFAMILY
-DESCRIPTOR.message_types_by_name['PartitioningSettings'] = _PARTITIONINGSETTINGS
-DESCRIPTOR.message_types_by_name['AzReadReplicasSettings'] = _AZREADREPLICASSETTINGS
-DESCRIPTOR.message_types_by_name['ClusterReplicasSettings'] = _CLUSTERREPLICASSETTINGS
-DESCRIPTOR.message_types_by_name['ReadReplicasSettings'] = _READREPLICASSETTINGS
-DESCRIPTOR.message_types_by_name['CreateTableRequest'] = _CREATETABLEREQUEST
-DESCRIPTOR.message_types_by_name['CreateTableResponse'] = _CREATETABLERESPONSE
-DESCRIPTOR.message_types_by_name['DropTableRequest'] = _DROPTABLEREQUEST
-DESCRIPTOR.message_types_by_name['DropTableResponse'] = _DROPTABLERESPONSE
-DESCRIPTOR.message_types_by_name['AlterTableRequest'] = _ALTERTABLEREQUEST
-DESCRIPTOR.message_types_by_name['AlterTableResponse'] = _ALTERTABLERESPONSE
-DESCRIPTOR.message_types_by_name['CopyTableRequest'] = _COPYTABLEREQUEST
-DESCRIPTOR.message_types_by_name['CopyTableResponse'] = _COPYTABLERESPONSE
-DESCRIPTOR.message_types_by_name['CopyTableItem'] = _COPYTABLEITEM
-DESCRIPTOR.message_types_by_name['CopyTablesRequest'] = _COPYTABLESREQUEST
-DESCRIPTOR.message_types_by_name['CopyTablesResponse'] = _COPYTABLESRESPONSE
-DESCRIPTOR.message_types_by_name['RenameTableItem'] = _RENAMETABLEITEM
-DESCRIPTOR.message_types_by_name['RenameTablesRequest'] = _RENAMETABLESREQUEST
-DESCRIPTOR.message_types_by_name['RenameTablesResponse'] = _RENAMETABLESRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeTableRequest'] = _DESCRIBETABLEREQUEST
-DESCRIPTOR.message_types_by_name['DescribeTableResponse'] = _DESCRIBETABLERESPONSE
-DESCRIPTOR.message_types_by_name['DescribeTableResult'] = _DESCRIBETABLERESULT
-DESCRIPTOR.message_types_by_name['Query'] = _QUERY
-DESCRIPTOR.message_types_by_name['SerializableModeSettings'] = _SERIALIZABLEMODESETTINGS
-DESCRIPTOR.message_types_by_name['OnlineModeSettings'] = _ONLINEMODESETTINGS
-DESCRIPTOR.message_types_by_name['StaleModeSettings'] = _STALEMODESETTINGS
-DESCRIPTOR.message_types_by_name['TransactionSettings'] = _TRANSACTIONSETTINGS
-DESCRIPTOR.message_types_by_name['TransactionControl'] = _TRANSACTIONCONTROL
-DESCRIPTOR.message_types_by_name['QueryCachePolicy'] = _QUERYCACHEPOLICY
-DESCRIPTOR.message_types_by_name['QueryStatsCollection'] = _QUERYSTATSCOLLECTION
-DESCRIPTOR.message_types_by_name['ExecuteDataQueryRequest'] = _EXECUTEDATAQUERYREQUEST
-DESCRIPTOR.message_types_by_name['ExecuteDataQueryResponse'] = _EXECUTEDATAQUERYRESPONSE
-DESCRIPTOR.message_types_by_name['ExecuteSchemeQueryRequest'] = _EXECUTESCHEMEQUERYREQUEST
-DESCRIPTOR.message_types_by_name['ExecuteSchemeQueryResponse'] = _EXECUTESCHEMEQUERYRESPONSE
-DESCRIPTOR.message_types_by_name['TransactionMeta'] = _TRANSACTIONMETA
-DESCRIPTOR.message_types_by_name['QueryMeta'] = _QUERYMETA
-DESCRIPTOR.message_types_by_name['ExecuteQueryResult'] = _EXECUTEQUERYRESULT
-DESCRIPTOR.message_types_by_name['ExplainDataQueryRequest'] = _EXPLAINDATAQUERYREQUEST
-DESCRIPTOR.message_types_by_name['ExplainDataQueryResponse'] = _EXPLAINDATAQUERYRESPONSE
-DESCRIPTOR.message_types_by_name['ExplainQueryResult'] = _EXPLAINQUERYRESULT
-DESCRIPTOR.message_types_by_name['PrepareDataQueryRequest'] = _PREPAREDATAQUERYREQUEST
-DESCRIPTOR.message_types_by_name['PrepareDataQueryResponse'] = _PREPAREDATAQUERYRESPONSE
-DESCRIPTOR.message_types_by_name['PrepareQueryResult'] = _PREPAREQUERYRESULT
-DESCRIPTOR.message_types_by_name['KeepAliveRequest'] = _KEEPALIVEREQUEST
-DESCRIPTOR.message_types_by_name['KeepAliveResponse'] = _KEEPALIVERESPONSE
-DESCRIPTOR.message_types_by_name['KeepAliveResult'] = _KEEPALIVERESULT
-DESCRIPTOR.message_types_by_name['BeginTransactionRequest'] = _BEGINTRANSACTIONREQUEST
-DESCRIPTOR.message_types_by_name['BeginTransactionResponse'] = _BEGINTRANSACTIONRESPONSE
-DESCRIPTOR.message_types_by_name['BeginTransactionResult'] = _BEGINTRANSACTIONRESULT
-DESCRIPTOR.message_types_by_name['CommitTransactionRequest'] = _COMMITTRANSACTIONREQUEST
-DESCRIPTOR.message_types_by_name['CommitTransactionResponse'] = _COMMITTRANSACTIONRESPONSE
-DESCRIPTOR.message_types_by_name['CommitTransactionResult'] = _COMMITTRANSACTIONRESULT
-DESCRIPTOR.message_types_by_name['RollbackTransactionRequest'] = _ROLLBACKTRANSACTIONREQUEST
-DESCRIPTOR.message_types_by_name['RollbackTransactionResponse'] = _ROLLBACKTRANSACTIONRESPONSE
-DESCRIPTOR.message_types_by_name['StoragePolicyDescription'] = _STORAGEPOLICYDESCRIPTION
-DESCRIPTOR.message_types_by_name['CompactionPolicyDescription'] = _COMPACTIONPOLICYDESCRIPTION
-DESCRIPTOR.message_types_by_name['PartitioningPolicyDescription'] = _PARTITIONINGPOLICYDESCRIPTION
-DESCRIPTOR.message_types_by_name['ExecutionPolicyDescription'] = _EXECUTIONPOLICYDESCRIPTION
-DESCRIPTOR.message_types_by_name['ReplicationPolicyDescription'] = _REPLICATIONPOLICYDESCRIPTION
-DESCRIPTOR.message_types_by_name['CachingPolicyDescription'] = _CACHINGPOLICYDESCRIPTION
-DESCRIPTOR.message_types_by_name['TableProfileDescription'] = _TABLEPROFILEDESCRIPTION
-DESCRIPTOR.message_types_by_name['DescribeTableOptionsRequest'] = _DESCRIBETABLEOPTIONSREQUEST
-DESCRIPTOR.message_types_by_name['DescribeTableOptionsResponse'] = _DESCRIBETABLEOPTIONSRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeTableOptionsResult'] = _DESCRIBETABLEOPTIONSRESULT
-DESCRIPTOR.message_types_by_name['KeyRange'] = _KEYRANGE
-DESCRIPTOR.message_types_by_name['ReadTableRequest'] = _READTABLEREQUEST
-DESCRIPTOR.message_types_by_name['ReadTableResponse'] = _READTABLERESPONSE
-DESCRIPTOR.message_types_by_name['ReadTableResult'] = _READTABLERESULT
-DESCRIPTOR.message_types_by_name['BulkUpsertRequest'] = _BULKUPSERTREQUEST
-DESCRIPTOR.message_types_by_name['BulkUpsertResponse'] = _BULKUPSERTRESPONSE
-DESCRIPTOR.message_types_by_name['BulkUpsertResult'] = _BULKUPSERTRESULT
-DESCRIPTOR.message_types_by_name['ExecuteScanQueryRequest'] = _EXECUTESCANQUERYREQUEST
-DESCRIPTOR.message_types_by_name['ExecuteScanQueryPartialResponse'] = _EXECUTESCANQUERYPARTIALRESPONSE
-DESCRIPTOR.message_types_by_name['ExecuteScanQueryPartialResult'] = _EXECUTESCANQUERYPARTIALRESULT
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-CreateSessionRequest = _reflection.GeneratedProtocolMessageType('CreateSessionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CREATESESSIONREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CreateSessionRequest)
- })
-_sym_db.RegisterMessage(CreateSessionRequest)
-
-CreateSessionResponse = _reflection.GeneratedProtocolMessageType('CreateSessionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATESESSIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CreateSessionResponse)
- })
-_sym_db.RegisterMessage(CreateSessionResponse)
-
-CreateSessionResult = _reflection.GeneratedProtocolMessageType('CreateSessionResult', (_message.Message,), {
- 'DESCRIPTOR' : _CREATESESSIONRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CreateSessionResult)
- })
-_sym_db.RegisterMessage(CreateSessionResult)
-
-DeleteSessionRequest = _reflection.GeneratedProtocolMessageType('DeleteSessionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DELETESESSIONREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DeleteSessionRequest)
- })
-_sym_db.RegisterMessage(DeleteSessionRequest)
-
-DeleteSessionResponse = _reflection.GeneratedProtocolMessageType('DeleteSessionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DELETESESSIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DeleteSessionResponse)
- })
-_sym_db.RegisterMessage(DeleteSessionResponse)
-
-GlobalIndex = _reflection.GeneratedProtocolMessageType('GlobalIndex', (_message.Message,), {
- 'DESCRIPTOR' : _GLOBALINDEX,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.GlobalIndex)
- })
-_sym_db.RegisterMessage(GlobalIndex)
-
-GlobalAsyncIndex = _reflection.GeneratedProtocolMessageType('GlobalAsyncIndex', (_message.Message,), {
- 'DESCRIPTOR' : _GLOBALASYNCINDEX,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.GlobalAsyncIndex)
- })
-_sym_db.RegisterMessage(GlobalAsyncIndex)
-
-TableIndex = _reflection.GeneratedProtocolMessageType('TableIndex', (_message.Message,), {
- 'DESCRIPTOR' : _TABLEINDEX,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.TableIndex)
- })
-_sym_db.RegisterMessage(TableIndex)
-
-TableIndexDescription = _reflection.GeneratedProtocolMessageType('TableIndexDescription', (_message.Message,), {
- 'DESCRIPTOR' : _TABLEINDEXDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.TableIndexDescription)
- })
-_sym_db.RegisterMessage(TableIndexDescription)
-
-IndexBuildState = _reflection.GeneratedProtocolMessageType('IndexBuildState', (_message.Message,), {
- 'DESCRIPTOR' : _INDEXBUILDSTATE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.IndexBuildState)
- })
-_sym_db.RegisterMessage(IndexBuildState)
-
-IndexBuildDescription = _reflection.GeneratedProtocolMessageType('IndexBuildDescription', (_message.Message,), {
- 'DESCRIPTOR' : _INDEXBUILDDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.IndexBuildDescription)
- })
-_sym_db.RegisterMessage(IndexBuildDescription)
-
-IndexBuildMetadata = _reflection.GeneratedProtocolMessageType('IndexBuildMetadata', (_message.Message,), {
- 'DESCRIPTOR' : _INDEXBUILDMETADATA,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.IndexBuildMetadata)
- })
-_sym_db.RegisterMessage(IndexBuildMetadata)
-
-StoragePool = _reflection.GeneratedProtocolMessageType('StoragePool', (_message.Message,), {
- 'DESCRIPTOR' : _STORAGEPOOL,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.StoragePool)
- })
-_sym_db.RegisterMessage(StoragePool)
-
-StoragePolicy = _reflection.GeneratedProtocolMessageType('StoragePolicy', (_message.Message,), {
- 'DESCRIPTOR' : _STORAGEPOLICY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.StoragePolicy)
- })
-_sym_db.RegisterMessage(StoragePolicy)
-
-ColumnFamilyPolicy = _reflection.GeneratedProtocolMessageType('ColumnFamilyPolicy', (_message.Message,), {
- 'DESCRIPTOR' : _COLUMNFAMILYPOLICY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ColumnFamilyPolicy)
- })
-_sym_db.RegisterMessage(ColumnFamilyPolicy)
-
-CompactionPolicy = _reflection.GeneratedProtocolMessageType('CompactionPolicy', (_message.Message,), {
- 'DESCRIPTOR' : _COMPACTIONPOLICY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CompactionPolicy)
- })
-_sym_db.RegisterMessage(CompactionPolicy)
-
-ExplicitPartitions = _reflection.GeneratedProtocolMessageType('ExplicitPartitions', (_message.Message,), {
- 'DESCRIPTOR' : _EXPLICITPARTITIONS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExplicitPartitions)
- })
-_sym_db.RegisterMessage(ExplicitPartitions)
-
-PartitionStats = _reflection.GeneratedProtocolMessageType('PartitionStats', (_message.Message,), {
- 'DESCRIPTOR' : _PARTITIONSTATS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.PartitionStats)
- })
-_sym_db.RegisterMessage(PartitionStats)
-
-TableStats = _reflection.GeneratedProtocolMessageType('TableStats', (_message.Message,), {
- 'DESCRIPTOR' : _TABLESTATS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.TableStats)
- })
-_sym_db.RegisterMessage(TableStats)
-
-PartitioningPolicy = _reflection.GeneratedProtocolMessageType('PartitioningPolicy', (_message.Message,), {
- 'DESCRIPTOR' : _PARTITIONINGPOLICY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.PartitioningPolicy)
- })
-_sym_db.RegisterMessage(PartitioningPolicy)
-
-ExecutionPolicy = _reflection.GeneratedProtocolMessageType('ExecutionPolicy', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTIONPOLICY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecutionPolicy)
- })
-_sym_db.RegisterMessage(ExecutionPolicy)
-
-ReplicationPolicy = _reflection.GeneratedProtocolMessageType('ReplicationPolicy', (_message.Message,), {
- 'DESCRIPTOR' : _REPLICATIONPOLICY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ReplicationPolicy)
- })
-_sym_db.RegisterMessage(ReplicationPolicy)
-
-CachingPolicy = _reflection.GeneratedProtocolMessageType('CachingPolicy', (_message.Message,), {
- 'DESCRIPTOR' : _CACHINGPOLICY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CachingPolicy)
- })
-_sym_db.RegisterMessage(CachingPolicy)
-
-TableProfile = _reflection.GeneratedProtocolMessageType('TableProfile', (_message.Message,), {
- 'DESCRIPTOR' : _TABLEPROFILE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.TableProfile)
- })
-_sym_db.RegisterMessage(TableProfile)
-
-ColumnMeta = _reflection.GeneratedProtocolMessageType('ColumnMeta', (_message.Message,), {
- 'DESCRIPTOR' : _COLUMNMETA,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ColumnMeta)
- })
-_sym_db.RegisterMessage(ColumnMeta)
-
-DateTypeColumnModeSettings = _reflection.GeneratedProtocolMessageType('DateTypeColumnModeSettings', (_message.Message,), {
- 'DESCRIPTOR' : _DATETYPECOLUMNMODESETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DateTypeColumnModeSettings)
- })
-_sym_db.RegisterMessage(DateTypeColumnModeSettings)
-
-ValueSinceUnixEpochModeSettings = _reflection.GeneratedProtocolMessageType('ValueSinceUnixEpochModeSettings', (_message.Message,), {
- 'DESCRIPTOR' : _VALUESINCEUNIXEPOCHMODESETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ValueSinceUnixEpochModeSettings)
- })
-_sym_db.RegisterMessage(ValueSinceUnixEpochModeSettings)
-
-TtlSettings = _reflection.GeneratedProtocolMessageType('TtlSettings', (_message.Message,), {
- 'DESCRIPTOR' : _TTLSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.TtlSettings)
- })
-_sym_db.RegisterMessage(TtlSettings)
-
-StorageSettings = _reflection.GeneratedProtocolMessageType('StorageSettings', (_message.Message,), {
- 'DESCRIPTOR' : _STORAGESETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.StorageSettings)
- })
-_sym_db.RegisterMessage(StorageSettings)
-
-ColumnFamily = _reflection.GeneratedProtocolMessageType('ColumnFamily', (_message.Message,), {
- 'DESCRIPTOR' : _COLUMNFAMILY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ColumnFamily)
- })
-_sym_db.RegisterMessage(ColumnFamily)
-
-PartitioningSettings = _reflection.GeneratedProtocolMessageType('PartitioningSettings', (_message.Message,), {
- 'DESCRIPTOR' : _PARTITIONINGSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.PartitioningSettings)
- })
-_sym_db.RegisterMessage(PartitioningSettings)
-
-AzReadReplicasSettings = _reflection.GeneratedProtocolMessageType('AzReadReplicasSettings', (_message.Message,), {
- 'DESCRIPTOR' : _AZREADREPLICASSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.AzReadReplicasSettings)
- })
-_sym_db.RegisterMessage(AzReadReplicasSettings)
-
-ClusterReplicasSettings = _reflection.GeneratedProtocolMessageType('ClusterReplicasSettings', (_message.Message,), {
- 'DESCRIPTOR' : _CLUSTERREPLICASSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ClusterReplicasSettings)
- })
-_sym_db.RegisterMessage(ClusterReplicasSettings)
-
-ReadReplicasSettings = _reflection.GeneratedProtocolMessageType('ReadReplicasSettings', (_message.Message,), {
- 'DESCRIPTOR' : _READREPLICASSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ReadReplicasSettings)
- })
-_sym_db.RegisterMessage(ReadReplicasSettings)
-
-CreateTableRequest = _reflection.GeneratedProtocolMessageType('CreateTableRequest', (_message.Message,), {
-
- 'AttributesEntry' : _reflection.GeneratedProtocolMessageType('AttributesEntry', (_message.Message,), {
- 'DESCRIPTOR' : _CREATETABLEREQUEST_ATTRIBUTESENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CreateTableRequest.AttributesEntry)
- })
- ,
- 'DESCRIPTOR' : _CREATETABLEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CreateTableRequest)
- })
-_sym_db.RegisterMessage(CreateTableRequest)
-_sym_db.RegisterMessage(CreateTableRequest.AttributesEntry)
-
-CreateTableResponse = _reflection.GeneratedProtocolMessageType('CreateTableResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATETABLERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CreateTableResponse)
- })
-_sym_db.RegisterMessage(CreateTableResponse)
-
-DropTableRequest = _reflection.GeneratedProtocolMessageType('DropTableRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DROPTABLEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DropTableRequest)
- })
-_sym_db.RegisterMessage(DropTableRequest)
-
-DropTableResponse = _reflection.GeneratedProtocolMessageType('DropTableResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DROPTABLERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DropTableResponse)
- })
-_sym_db.RegisterMessage(DropTableResponse)
-
-AlterTableRequest = _reflection.GeneratedProtocolMessageType('AlterTableRequest', (_message.Message,), {
-
- 'AlterAttributesEntry' : _reflection.GeneratedProtocolMessageType('AlterAttributesEntry', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERTABLEREQUEST_ALTERATTRIBUTESENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.AlterTableRequest.AlterAttributesEntry)
- })
- ,
- 'DESCRIPTOR' : _ALTERTABLEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.AlterTableRequest)
- })
-_sym_db.RegisterMessage(AlterTableRequest)
-_sym_db.RegisterMessage(AlterTableRequest.AlterAttributesEntry)
-
-AlterTableResponse = _reflection.GeneratedProtocolMessageType('AlterTableResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ALTERTABLERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.AlterTableResponse)
- })
-_sym_db.RegisterMessage(AlterTableResponse)
-
-CopyTableRequest = _reflection.GeneratedProtocolMessageType('CopyTableRequest', (_message.Message,), {
- 'DESCRIPTOR' : _COPYTABLEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CopyTableRequest)
- })
-_sym_db.RegisterMessage(CopyTableRequest)
-
-CopyTableResponse = _reflection.GeneratedProtocolMessageType('CopyTableResponse', (_message.Message,), {
- 'DESCRIPTOR' : _COPYTABLERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CopyTableResponse)
- })
-_sym_db.RegisterMessage(CopyTableResponse)
-
-CopyTableItem = _reflection.GeneratedProtocolMessageType('CopyTableItem', (_message.Message,), {
- 'DESCRIPTOR' : _COPYTABLEITEM,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CopyTableItem)
- })
-_sym_db.RegisterMessage(CopyTableItem)
-
-CopyTablesRequest = _reflection.GeneratedProtocolMessageType('CopyTablesRequest', (_message.Message,), {
- 'DESCRIPTOR' : _COPYTABLESREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CopyTablesRequest)
- })
-_sym_db.RegisterMessage(CopyTablesRequest)
-
-CopyTablesResponse = _reflection.GeneratedProtocolMessageType('CopyTablesResponse', (_message.Message,), {
- 'DESCRIPTOR' : _COPYTABLESRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CopyTablesResponse)
- })
-_sym_db.RegisterMessage(CopyTablesResponse)
-
-RenameTableItem = _reflection.GeneratedProtocolMessageType('RenameTableItem', (_message.Message,), {
- 'DESCRIPTOR' : _RENAMETABLEITEM,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.RenameTableItem)
- })
-_sym_db.RegisterMessage(RenameTableItem)
-
-RenameTablesRequest = _reflection.GeneratedProtocolMessageType('RenameTablesRequest', (_message.Message,), {
- 'DESCRIPTOR' : _RENAMETABLESREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.RenameTablesRequest)
- })
-_sym_db.RegisterMessage(RenameTablesRequest)
-
-RenameTablesResponse = _reflection.GeneratedProtocolMessageType('RenameTablesResponse', (_message.Message,), {
- 'DESCRIPTOR' : _RENAMETABLESRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.RenameTablesResponse)
- })
-_sym_db.RegisterMessage(RenameTablesResponse)
-
-DescribeTableRequest = _reflection.GeneratedProtocolMessageType('DescribeTableRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETABLEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DescribeTableRequest)
- })
-_sym_db.RegisterMessage(DescribeTableRequest)
-
-DescribeTableResponse = _reflection.GeneratedProtocolMessageType('DescribeTableResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETABLERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DescribeTableResponse)
- })
-_sym_db.RegisterMessage(DescribeTableResponse)
-
-DescribeTableResult = _reflection.GeneratedProtocolMessageType('DescribeTableResult', (_message.Message,), {
-
- 'AttributesEntry' : _reflection.GeneratedProtocolMessageType('AttributesEntry', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETABLERESULT_ATTRIBUTESENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DescribeTableResult.AttributesEntry)
- })
- ,
- 'DESCRIPTOR' : _DESCRIBETABLERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DescribeTableResult)
- })
-_sym_db.RegisterMessage(DescribeTableResult)
-_sym_db.RegisterMessage(DescribeTableResult.AttributesEntry)
-
-Query = _reflection.GeneratedProtocolMessageType('Query', (_message.Message,), {
- 'DESCRIPTOR' : _QUERY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.Query)
- })
-_sym_db.RegisterMessage(Query)
-
-SerializableModeSettings = _reflection.GeneratedProtocolMessageType('SerializableModeSettings', (_message.Message,), {
- 'DESCRIPTOR' : _SERIALIZABLEMODESETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.SerializableModeSettings)
- })
-_sym_db.RegisterMessage(SerializableModeSettings)
-
-OnlineModeSettings = _reflection.GeneratedProtocolMessageType('OnlineModeSettings', (_message.Message,), {
- 'DESCRIPTOR' : _ONLINEMODESETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.OnlineModeSettings)
- })
-_sym_db.RegisterMessage(OnlineModeSettings)
-
-StaleModeSettings = _reflection.GeneratedProtocolMessageType('StaleModeSettings', (_message.Message,), {
- 'DESCRIPTOR' : _STALEMODESETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.StaleModeSettings)
- })
-_sym_db.RegisterMessage(StaleModeSettings)
-
-TransactionSettings = _reflection.GeneratedProtocolMessageType('TransactionSettings', (_message.Message,), {
- 'DESCRIPTOR' : _TRANSACTIONSETTINGS,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.TransactionSettings)
- })
-_sym_db.RegisterMessage(TransactionSettings)
-
-TransactionControl = _reflection.GeneratedProtocolMessageType('TransactionControl', (_message.Message,), {
- 'DESCRIPTOR' : _TRANSACTIONCONTROL,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.TransactionControl)
- })
-_sym_db.RegisterMessage(TransactionControl)
-
-QueryCachePolicy = _reflection.GeneratedProtocolMessageType('QueryCachePolicy', (_message.Message,), {
- 'DESCRIPTOR' : _QUERYCACHEPOLICY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.QueryCachePolicy)
- })
-_sym_db.RegisterMessage(QueryCachePolicy)
-
-QueryStatsCollection = _reflection.GeneratedProtocolMessageType('QueryStatsCollection', (_message.Message,), {
- 'DESCRIPTOR' : _QUERYSTATSCOLLECTION,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.QueryStatsCollection)
- })
-_sym_db.RegisterMessage(QueryStatsCollection)
-
-ExecuteDataQueryRequest = _reflection.GeneratedProtocolMessageType('ExecuteDataQueryRequest', (_message.Message,), {
-
- 'ParametersEntry' : _reflection.GeneratedProtocolMessageType('ParametersEntry', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTEDATAQUERYREQUEST_PARAMETERSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecuteDataQueryRequest.ParametersEntry)
- })
- ,
- 'DESCRIPTOR' : _EXECUTEDATAQUERYREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecuteDataQueryRequest)
- })
-_sym_db.RegisterMessage(ExecuteDataQueryRequest)
-_sym_db.RegisterMessage(ExecuteDataQueryRequest.ParametersEntry)
-
-ExecuteDataQueryResponse = _reflection.GeneratedProtocolMessageType('ExecuteDataQueryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTEDATAQUERYRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecuteDataQueryResponse)
- })
-_sym_db.RegisterMessage(ExecuteDataQueryResponse)
-
-ExecuteSchemeQueryRequest = _reflection.GeneratedProtocolMessageType('ExecuteSchemeQueryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTESCHEMEQUERYREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecuteSchemeQueryRequest)
- })
-_sym_db.RegisterMessage(ExecuteSchemeQueryRequest)
-
-ExecuteSchemeQueryResponse = _reflection.GeneratedProtocolMessageType('ExecuteSchemeQueryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTESCHEMEQUERYRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecuteSchemeQueryResponse)
- })
-_sym_db.RegisterMessage(ExecuteSchemeQueryResponse)
-
-TransactionMeta = _reflection.GeneratedProtocolMessageType('TransactionMeta', (_message.Message,), {
- 'DESCRIPTOR' : _TRANSACTIONMETA,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.TransactionMeta)
- })
-_sym_db.RegisterMessage(TransactionMeta)
-
-QueryMeta = _reflection.GeneratedProtocolMessageType('QueryMeta', (_message.Message,), {
-
- 'ParametersTypesEntry' : _reflection.GeneratedProtocolMessageType('ParametersTypesEntry', (_message.Message,), {
- 'DESCRIPTOR' : _QUERYMETA_PARAMETERSTYPESENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.QueryMeta.ParametersTypesEntry)
- })
- ,
- 'DESCRIPTOR' : _QUERYMETA,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.QueryMeta)
- })
-_sym_db.RegisterMessage(QueryMeta)
-_sym_db.RegisterMessage(QueryMeta.ParametersTypesEntry)
-
-ExecuteQueryResult = _reflection.GeneratedProtocolMessageType('ExecuteQueryResult', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTEQUERYRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecuteQueryResult)
- })
-_sym_db.RegisterMessage(ExecuteQueryResult)
-
-ExplainDataQueryRequest = _reflection.GeneratedProtocolMessageType('ExplainDataQueryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _EXPLAINDATAQUERYREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExplainDataQueryRequest)
- })
-_sym_db.RegisterMessage(ExplainDataQueryRequest)
-
-ExplainDataQueryResponse = _reflection.GeneratedProtocolMessageType('ExplainDataQueryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _EXPLAINDATAQUERYRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExplainDataQueryResponse)
- })
-_sym_db.RegisterMessage(ExplainDataQueryResponse)
-
-ExplainQueryResult = _reflection.GeneratedProtocolMessageType('ExplainQueryResult', (_message.Message,), {
- 'DESCRIPTOR' : _EXPLAINQUERYRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExplainQueryResult)
- })
-_sym_db.RegisterMessage(ExplainQueryResult)
-
-PrepareDataQueryRequest = _reflection.GeneratedProtocolMessageType('PrepareDataQueryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _PREPAREDATAQUERYREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.PrepareDataQueryRequest)
- })
-_sym_db.RegisterMessage(PrepareDataQueryRequest)
-
-PrepareDataQueryResponse = _reflection.GeneratedProtocolMessageType('PrepareDataQueryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _PREPAREDATAQUERYRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.PrepareDataQueryResponse)
- })
-_sym_db.RegisterMessage(PrepareDataQueryResponse)
-
-PrepareQueryResult = _reflection.GeneratedProtocolMessageType('PrepareQueryResult', (_message.Message,), {
-
- 'ParametersTypesEntry' : _reflection.GeneratedProtocolMessageType('ParametersTypesEntry', (_message.Message,), {
- 'DESCRIPTOR' : _PREPAREQUERYRESULT_PARAMETERSTYPESENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.PrepareQueryResult.ParametersTypesEntry)
- })
- ,
- 'DESCRIPTOR' : _PREPAREQUERYRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.PrepareQueryResult)
- })
-_sym_db.RegisterMessage(PrepareQueryResult)
-_sym_db.RegisterMessage(PrepareQueryResult.ParametersTypesEntry)
-
-KeepAliveRequest = _reflection.GeneratedProtocolMessageType('KeepAliveRequest', (_message.Message,), {
- 'DESCRIPTOR' : _KEEPALIVEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.KeepAliveRequest)
- })
-_sym_db.RegisterMessage(KeepAliveRequest)
-
-KeepAliveResponse = _reflection.GeneratedProtocolMessageType('KeepAliveResponse', (_message.Message,), {
- 'DESCRIPTOR' : _KEEPALIVERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.KeepAliveResponse)
- })
-_sym_db.RegisterMessage(KeepAliveResponse)
-
-KeepAliveResult = _reflection.GeneratedProtocolMessageType('KeepAliveResult', (_message.Message,), {
- 'DESCRIPTOR' : _KEEPALIVERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.KeepAliveResult)
- })
-_sym_db.RegisterMessage(KeepAliveResult)
-
-BeginTransactionRequest = _reflection.GeneratedProtocolMessageType('BeginTransactionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _BEGINTRANSACTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.BeginTransactionRequest)
- })
-_sym_db.RegisterMessage(BeginTransactionRequest)
-
-BeginTransactionResponse = _reflection.GeneratedProtocolMessageType('BeginTransactionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _BEGINTRANSACTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.BeginTransactionResponse)
- })
-_sym_db.RegisterMessage(BeginTransactionResponse)
-
-BeginTransactionResult = _reflection.GeneratedProtocolMessageType('BeginTransactionResult', (_message.Message,), {
- 'DESCRIPTOR' : _BEGINTRANSACTIONRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.BeginTransactionResult)
- })
-_sym_db.RegisterMessage(BeginTransactionResult)
-
-CommitTransactionRequest = _reflection.GeneratedProtocolMessageType('CommitTransactionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _COMMITTRANSACTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CommitTransactionRequest)
- })
-_sym_db.RegisterMessage(CommitTransactionRequest)
-
-CommitTransactionResponse = _reflection.GeneratedProtocolMessageType('CommitTransactionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _COMMITTRANSACTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CommitTransactionResponse)
- })
-_sym_db.RegisterMessage(CommitTransactionResponse)
-
-CommitTransactionResult = _reflection.GeneratedProtocolMessageType('CommitTransactionResult', (_message.Message,), {
- 'DESCRIPTOR' : _COMMITTRANSACTIONRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CommitTransactionResult)
- })
-_sym_db.RegisterMessage(CommitTransactionResult)
-
-RollbackTransactionRequest = _reflection.GeneratedProtocolMessageType('RollbackTransactionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _ROLLBACKTRANSACTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.RollbackTransactionRequest)
- })
-_sym_db.RegisterMessage(RollbackTransactionRequest)
-
-RollbackTransactionResponse = _reflection.GeneratedProtocolMessageType('RollbackTransactionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _ROLLBACKTRANSACTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.RollbackTransactionResponse)
- })
-_sym_db.RegisterMessage(RollbackTransactionResponse)
-
-StoragePolicyDescription = _reflection.GeneratedProtocolMessageType('StoragePolicyDescription', (_message.Message,), {
-
- 'LabelsEntry' : _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _STORAGEPOLICYDESCRIPTION_LABELSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.StoragePolicyDescription.LabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _STORAGEPOLICYDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.StoragePolicyDescription)
- })
-_sym_db.RegisterMessage(StoragePolicyDescription)
-_sym_db.RegisterMessage(StoragePolicyDescription.LabelsEntry)
-
-CompactionPolicyDescription = _reflection.GeneratedProtocolMessageType('CompactionPolicyDescription', (_message.Message,), {
-
- 'LabelsEntry' : _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _COMPACTIONPOLICYDESCRIPTION_LABELSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CompactionPolicyDescription.LabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _COMPACTIONPOLICYDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CompactionPolicyDescription)
- })
-_sym_db.RegisterMessage(CompactionPolicyDescription)
-_sym_db.RegisterMessage(CompactionPolicyDescription.LabelsEntry)
-
-PartitioningPolicyDescription = _reflection.GeneratedProtocolMessageType('PartitioningPolicyDescription', (_message.Message,), {
-
- 'LabelsEntry' : _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _PARTITIONINGPOLICYDESCRIPTION_LABELSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.PartitioningPolicyDescription.LabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _PARTITIONINGPOLICYDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.PartitioningPolicyDescription)
- })
-_sym_db.RegisterMessage(PartitioningPolicyDescription)
-_sym_db.RegisterMessage(PartitioningPolicyDescription.LabelsEntry)
-
-ExecutionPolicyDescription = _reflection.GeneratedProtocolMessageType('ExecutionPolicyDescription', (_message.Message,), {
-
- 'LabelsEntry' : _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTIONPOLICYDESCRIPTION_LABELSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecutionPolicyDescription.LabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _EXECUTIONPOLICYDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecutionPolicyDescription)
- })
-_sym_db.RegisterMessage(ExecutionPolicyDescription)
-_sym_db.RegisterMessage(ExecutionPolicyDescription.LabelsEntry)
-
-ReplicationPolicyDescription = _reflection.GeneratedProtocolMessageType('ReplicationPolicyDescription', (_message.Message,), {
-
- 'LabelsEntry' : _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _REPLICATIONPOLICYDESCRIPTION_LABELSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ReplicationPolicyDescription.LabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _REPLICATIONPOLICYDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ReplicationPolicyDescription)
- })
-_sym_db.RegisterMessage(ReplicationPolicyDescription)
-_sym_db.RegisterMessage(ReplicationPolicyDescription.LabelsEntry)
-
-CachingPolicyDescription = _reflection.GeneratedProtocolMessageType('CachingPolicyDescription', (_message.Message,), {
-
- 'LabelsEntry' : _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _CACHINGPOLICYDESCRIPTION_LABELSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CachingPolicyDescription.LabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _CACHINGPOLICYDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.CachingPolicyDescription)
- })
-_sym_db.RegisterMessage(CachingPolicyDescription)
-_sym_db.RegisterMessage(CachingPolicyDescription.LabelsEntry)
-
-TableProfileDescription = _reflection.GeneratedProtocolMessageType('TableProfileDescription', (_message.Message,), {
-
- 'LabelsEntry' : _reflection.GeneratedProtocolMessageType('LabelsEntry', (_message.Message,), {
- 'DESCRIPTOR' : _TABLEPROFILEDESCRIPTION_LABELSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.TableProfileDescription.LabelsEntry)
- })
- ,
- 'DESCRIPTOR' : _TABLEPROFILEDESCRIPTION,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.TableProfileDescription)
- })
-_sym_db.RegisterMessage(TableProfileDescription)
-_sym_db.RegisterMessage(TableProfileDescription.LabelsEntry)
-
-DescribeTableOptionsRequest = _reflection.GeneratedProtocolMessageType('DescribeTableOptionsRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETABLEOPTIONSREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DescribeTableOptionsRequest)
- })
-_sym_db.RegisterMessage(DescribeTableOptionsRequest)
-
-DescribeTableOptionsResponse = _reflection.GeneratedProtocolMessageType('DescribeTableOptionsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETABLEOPTIONSRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DescribeTableOptionsResponse)
- })
-_sym_db.RegisterMessage(DescribeTableOptionsResponse)
-
-DescribeTableOptionsResult = _reflection.GeneratedProtocolMessageType('DescribeTableOptionsResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBETABLEOPTIONSRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.DescribeTableOptionsResult)
- })
-_sym_db.RegisterMessage(DescribeTableOptionsResult)
-
-KeyRange = _reflection.GeneratedProtocolMessageType('KeyRange', (_message.Message,), {
- 'DESCRIPTOR' : _KEYRANGE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.KeyRange)
- })
-_sym_db.RegisterMessage(KeyRange)
-
-ReadTableRequest = _reflection.GeneratedProtocolMessageType('ReadTableRequest', (_message.Message,), {
- 'DESCRIPTOR' : _READTABLEREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ReadTableRequest)
- })
-_sym_db.RegisterMessage(ReadTableRequest)
-
-ReadTableResponse = _reflection.GeneratedProtocolMessageType('ReadTableResponse', (_message.Message,), {
- 'DESCRIPTOR' : _READTABLERESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ReadTableResponse)
- })
-_sym_db.RegisterMessage(ReadTableResponse)
-
-ReadTableResult = _reflection.GeneratedProtocolMessageType('ReadTableResult', (_message.Message,), {
- 'DESCRIPTOR' : _READTABLERESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ReadTableResult)
- })
-_sym_db.RegisterMessage(ReadTableResult)
-
-BulkUpsertRequest = _reflection.GeneratedProtocolMessageType('BulkUpsertRequest', (_message.Message,), {
- 'DESCRIPTOR' : _BULKUPSERTREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.BulkUpsertRequest)
- })
-_sym_db.RegisterMessage(BulkUpsertRequest)
-
-BulkUpsertResponse = _reflection.GeneratedProtocolMessageType('BulkUpsertResponse', (_message.Message,), {
- 'DESCRIPTOR' : _BULKUPSERTRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.BulkUpsertResponse)
- })
-_sym_db.RegisterMessage(BulkUpsertResponse)
-
-BulkUpsertResult = _reflection.GeneratedProtocolMessageType('BulkUpsertResult', (_message.Message,), {
- 'DESCRIPTOR' : _BULKUPSERTRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.BulkUpsertResult)
- })
-_sym_db.RegisterMessage(BulkUpsertResult)
-
-ExecuteScanQueryRequest = _reflection.GeneratedProtocolMessageType('ExecuteScanQueryRequest', (_message.Message,), {
-
- 'ParametersEntry' : _reflection.GeneratedProtocolMessageType('ParametersEntry', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTESCANQUERYREQUEST_PARAMETERSENTRY,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecuteScanQueryRequest.ParametersEntry)
- })
- ,
- 'DESCRIPTOR' : _EXECUTESCANQUERYREQUEST,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecuteScanQueryRequest)
- })
-_sym_db.RegisterMessage(ExecuteScanQueryRequest)
-_sym_db.RegisterMessage(ExecuteScanQueryRequest.ParametersEntry)
-
-ExecuteScanQueryPartialResponse = _reflection.GeneratedProtocolMessageType('ExecuteScanQueryPartialResponse', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTESCANQUERYPARTIALRESPONSE,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecuteScanQueryPartialResponse)
- })
-_sym_db.RegisterMessage(ExecuteScanQueryPartialResponse)
-
-ExecuteScanQueryPartialResult = _reflection.GeneratedProtocolMessageType('ExecuteScanQueryPartialResult', (_message.Message,), {
- 'DESCRIPTOR' : _EXECUTESCANQUERYPARTIALRESULT,
- '__module__' : 'ydb.public.api.protos.ydb_table_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Table.ExecuteScanQueryPartialResult)
- })
-_sym_db.RegisterMessage(ExecuteScanQueryPartialResult)
-
-
-DESCRIPTOR._options = None
-_CREATETABLEREQUEST_ATTRIBUTESENTRY._options = None
-_CREATETABLEREQUEST.fields_by_name['attributes']._options = None
-_ALTERTABLEREQUEST_ALTERATTRIBUTESENTRY._options = None
-_ALTERTABLEREQUEST.fields_by_name['alter_attributes']._options = None
-_DESCRIBETABLERESULT_ATTRIBUTESENTRY._options = None
-_EXECUTEDATAQUERYREQUEST_PARAMETERSENTRY._options = None
-_QUERYMETA_PARAMETERSTYPESENTRY._options = None
-_PREPAREQUERYRESULT_PARAMETERSTYPESENTRY._options = None
-_STORAGEPOLICYDESCRIPTION_LABELSENTRY._options = None
-_COMPACTIONPOLICYDESCRIPTION_LABELSENTRY._options = None
-_PARTITIONINGPOLICYDESCRIPTION_LABELSENTRY._options = None
-_EXECUTIONPOLICYDESCRIPTION_LABELSENTRY._options = None
-_REPLICATIONPOLICYDESCRIPTION_LABELSENTRY._options = None
-_CACHINGPOLICYDESCRIPTION_LABELSENTRY._options = None
-_TABLEPROFILEDESCRIPTION_LABELSENTRY._options = None
-_EXECUTESCANQUERYREQUEST_PARAMETERSENTRY._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_table_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_table_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_table_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_value_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_value_pb2.py
deleted file mode 100644
index 5689c897077..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_value_pb2.py
+++ /dev/null
@@ -1,1169 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/ydb_value.proto
-"""Generated protocol buffer code."""
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/ydb_value.proto',
- package='Ydb',
- syntax='proto3',
- serialized_options=b'\n\016com.yandex.ydbB\013ValueProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n%ydb/public/api/protos/ydb_value.proto\x12\x03Ydb\x1a\x1cgoogle/protobuf/struct.proto\"/\n\x0b\x44\x65\x63imalType\x12\x11\n\tprecision\x18\x01 \x01(\r\x12\r\n\x05scale\x18\x02 \x01(\r\"\'\n\x0cOptionalType\x12\x17\n\x04item\x18\x01 \x01(\x0b\x32\t.Ydb.Type\"#\n\x08ListType\x12\x17\n\x04item\x18\x01 \x01(\x0b\x32\t.Ydb.Type\"e\n\x0bVariantType\x12%\n\x0btuple_items\x18\x01 \x01(\x0b\x32\x0e.Ydb.TupleTypeH\x00\x12\'\n\x0cstruct_items\x18\x02 \x01(\x0b\x32\x0f.Ydb.StructTypeH\x00\x42\x06\n\x04type\"(\n\tTupleType\x12\x1b\n\x08\x65lements\x18\x01 \x03(\x0b\x32\t.Ydb.Type\"5\n\x0cStructMember\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x04type\x18\x02 \x01(\x0b\x32\t.Ydb.Type\"0\n\nStructType\x12\"\n\x07members\x18\x01 \x03(\x0b\x32\x11.Ydb.StructMember\">\n\x08\x44ictType\x12\x16\n\x03key\x18\x01 \x01(\x0b\x32\t.Ydb.Type\x12\x1a\n\x07payload\x18\x02 \x01(\x0b\x32\t.Ydb.Type\"2\n\nTaggedType\x12\x0b\n\x03tag\x18\x01 \x01(\t\x12\x17\n\x04type\x18\x02 \x01(\x0b\x32\t.Ydb.Type\"\xc1\x07\n\x04Type\x12,\n\x07type_id\x18\x01 \x01(\x0e\x32\x19.Ydb.Type.PrimitiveTypeIdH\x00\x12(\n\x0c\x64\x65\x63imal_type\x18\x02 \x01(\x0b\x32\x10.Ydb.DecimalTypeH\x00\x12*\n\roptional_type\x18\x65 \x01(\x0b\x32\x11.Ydb.OptionalTypeH\x00\x12\"\n\tlist_type\x18\x66 \x01(\x0b\x32\r.Ydb.ListTypeH\x00\x12$\n\ntuple_type\x18g \x01(\x0b\x32\x0e.Ydb.TupleTypeH\x00\x12&\n\x0bstruct_type\x18h \x01(\x0b\x32\x0f.Ydb.StructTypeH\x00\x12\"\n\tdict_type\x18i \x01(\x0b\x32\r.Ydb.DictTypeH\x00\x12(\n\x0cvariant_type\x18j \x01(\x0b\x32\x10.Ydb.VariantTypeH\x00\x12&\n\x0btagged_type\x18k \x01(\x0b\x32\x0f.Ydb.TaggedTypeH\x00\x12\x30\n\tvoid_type\x18\xc9\x01 \x01(\x0e\x32\x1a.google.protobuf.NullValueH\x00\x12\x30\n\tnull_type\x18\xca\x01 \x01(\x0e\x32\x1a.google.protobuf.NullValueH\x00\x12\x36\n\x0f\x65mpty_list_type\x18\xcb\x01 \x01(\x0e\x32\x1a.google.protobuf.NullValueH\x00\x12\x36\n\x0f\x65mpty_dict_type\x18\xcc\x01 \x01(\x0e\x32\x1a.google.protobuf.NullValueH\x00\"\xf0\x02\n\x0fPrimitiveTypeId\x12!\n\x1dPRIMITIVE_TYPE_ID_UNSPECIFIED\x10\x00\x12\x08\n\x04\x42OOL\x10\x06\x12\x08\n\x04INT8\x10\x07\x12\t\n\x05UINT8\x10\x05\x12\t\n\x05INT16\x10\x08\x12\n\n\x06UINT16\x10\t\x12\t\n\x05INT32\x10\x01\x12\n\n\x06UINT32\x10\x02\x12\t\n\x05INT64\x10\x03\x12\n\n\x06UINT64\x10\x04\x12\t\n\x05\x46LOAT\x10!\x12\n\n\x06\x44OUBLE\x10 \x12\x08\n\x04\x44\x41TE\x10\x30\x12\x0c\n\x08\x44\x41TETIME\x10\x31\x12\r\n\tTIMESTAMP\x10\x32\x12\x0c\n\x08INTERVAL\x10\x33\x12\x0b\n\x07TZ_DATE\x10\x34\x12\x0f\n\x0bTZ_DATETIME\x10\x35\x12\x10\n\x0cTZ_TIMESTAMP\x10\x36\x12\x0b\n\x06STRING\x10\x81 \x12\t\n\x04UTF8\x10\x80$\x12\t\n\x04YSON\x10\x81$\x12\t\n\x04JSON\x10\x82$\x12\t\n\x04UUID\x10\x83$\x12\x12\n\rJSON_DOCUMENT\x10\x84$\x12\r\n\x08\x44YNUMBER\x10\x82&B\x06\n\x04type\"A\n\tValuePair\x12\x17\n\x03key\x18\x01 \x01(\x0b\x32\n.Ydb.Value\x12\x1b\n\x07payload\x18\x02 \x01(\x0b\x32\n.Ydb.Value\"\xb1\x03\n\x05Value\x12\x14\n\nbool_value\x18\x01 \x01(\x08H\x00\x12\x15\n\x0bint32_value\x18\x02 \x01(\x0fH\x00\x12\x16\n\x0cuint32_value\x18\x03 \x01(\x07H\x00\x12\x15\n\x0bint64_value\x18\x04 \x01(\x10H\x00\x12\x16\n\x0cuint64_value\x18\x05 \x01(\x06H\x00\x12\x15\n\x0b\x66loat_value\x18\x06 \x01(\x02H\x00\x12\x16\n\x0c\x64ouble_value\x18\x07 \x01(\x01H\x00\x12\x15\n\x0b\x62ytes_value\x18\x08 \x01(\x0cH\x00\x12\x14\n\ntext_value\x18\t \x01(\tH\x00\x12\x35\n\x0fnull_flag_value\x18\n \x01(\x0e\x32\x1a.google.protobuf.NullValueH\x00\x12\"\n\x0cnested_value\x18\x0b \x01(\x0b\x32\n.Ydb.ValueH\x00\x12\x11\n\x07low_128\x18\x0f \x01(\x06H\x00\x12\x19\n\x05items\x18\x0c \x03(\x0b\x32\n.Ydb.Value\x12\x1d\n\x05pairs\x18\r \x03(\x0b\x32\x0e.Ydb.ValuePair\x12\x15\n\rvariant_index\x18\x0e \x01(\r\x12\x10\n\x08high_128\x18\x10 \x01(\x06\x42\x07\n\x05value\"@\n\nTypedValue\x12\x17\n\x04type\x18\x01 \x01(\x0b\x32\t.Ydb.Type\x12\x19\n\x05value\x18\x02 \x01(\x0b\x32\n.Ydb.Value\"/\n\x06\x43olumn\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x17\n\x04type\x18\x02 \x01(\x0b\x32\t.Ydb.Type\"V\n\tResultSet\x12\x1c\n\x07\x63olumns\x18\x01 \x03(\x0b\x32\x0b.Ydb.Column\x12\x18\n\x04rows\x18\x02 \x03(\x0b\x32\n.Ydb.Value\x12\x11\n\ttruncated\x18\x03 \x01(\x08\x42 \n\x0e\x63om.yandex.ydbB\x0bValueProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,])
-
-
-
-_TYPE_PRIMITIVETYPEID = _descriptor.EnumDescriptor(
- name='PrimitiveTypeId',
- full_name='Ydb.Type.PrimitiveTypeId',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='PRIMITIVE_TYPE_ID_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='BOOL', index=1, number=6,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='INT8', index=2, number=7,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UINT8', index=3, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='INT16', index=4, number=8,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UINT16', index=5, number=9,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='INT32', index=6, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UINT32', index=7, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='INT64', index=8, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UINT64', index=9, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='FLOAT', index=10, number=33,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DOUBLE', index=11, number=32,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DATE', index=12, number=48,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DATETIME', index=13, number=49,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TIMESTAMP', index=14, number=50,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='INTERVAL', index=15, number=51,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TZ_DATE', index=16, number=52,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TZ_DATETIME', index=17, number=53,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='TZ_TIMESTAMP', index=18, number=54,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STRING', index=19, number=4097,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UTF8', index=20, number=4608,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='YSON', index=21, number=4609,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='JSON', index=22, number=4610,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='UUID', index=23, number=4611,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='JSON_DOCUMENT', index=24, number=4612,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DYNUMBER', index=25, number=4866,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=1155,
- serialized_end=1523,
-)
-_sym_db.RegisterEnumDescriptor(_TYPE_PRIMITIVETYPEID)
-
-
-_DECIMALTYPE = _descriptor.Descriptor(
- name='DecimalType',
- full_name='Ydb.DecimalType',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='precision', full_name='Ydb.DecimalType.precision', index=0,
- number=1, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='scale', full_name='Ydb.DecimalType.scale', index=1,
- number=2, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=76,
- serialized_end=123,
-)
-
-
-_OPTIONALTYPE = _descriptor.Descriptor(
- name='OptionalType',
- full_name='Ydb.OptionalType',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='item', full_name='Ydb.OptionalType.item', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=125,
- serialized_end=164,
-)
-
-
-_LISTTYPE = _descriptor.Descriptor(
- name='ListType',
- full_name='Ydb.ListType',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='item', full_name='Ydb.ListType.item', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=166,
- serialized_end=201,
-)
-
-
-_VARIANTTYPE = _descriptor.Descriptor(
- name='VariantType',
- full_name='Ydb.VariantType',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tuple_items', full_name='Ydb.VariantType.tuple_items', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='struct_items', full_name='Ydb.VariantType.struct_items', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='type', full_name='Ydb.VariantType.type',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=203,
- serialized_end=304,
-)
-
-
-_TUPLETYPE = _descriptor.Descriptor(
- name='TupleType',
- full_name='Ydb.TupleType',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='elements', full_name='Ydb.TupleType.elements', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=306,
- serialized_end=346,
-)
-
-
-_STRUCTMEMBER = _descriptor.Descriptor(
- name='StructMember',
- full_name='Ydb.StructMember',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.StructMember.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.StructMember.type', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=348,
- serialized_end=401,
-)
-
-
-_STRUCTTYPE = _descriptor.Descriptor(
- name='StructType',
- full_name='Ydb.StructType',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='members', full_name='Ydb.StructType.members', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=403,
- serialized_end=451,
-)
-
-
-_DICTTYPE = _descriptor.Descriptor(
- name='DictType',
- full_name='Ydb.DictType',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.DictType.key', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='payload', full_name='Ydb.DictType.payload', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=453,
- serialized_end=515,
-)
-
-
-_TAGGEDTYPE = _descriptor.Descriptor(
- name='TaggedType',
- full_name='Ydb.TaggedType',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='tag', full_name='Ydb.TaggedType.tag', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.TaggedType.type', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=517,
- serialized_end=567,
-)
-
-
-_TYPE = _descriptor.Descriptor(
- name='Type',
- full_name='Ydb.Type',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='type_id', full_name='Ydb.Type.type_id', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='decimal_type', full_name='Ydb.Type.decimal_type', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='optional_type', full_name='Ydb.Type.optional_type', index=2,
- number=101, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='list_type', full_name='Ydb.Type.list_type', index=3,
- number=102, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tuple_type', full_name='Ydb.Type.tuple_type', index=4,
- number=103, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='struct_type', full_name='Ydb.Type.struct_type', index=5,
- number=104, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='dict_type', full_name='Ydb.Type.dict_type', index=6,
- number=105, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='variant_type', full_name='Ydb.Type.variant_type', index=7,
- number=106, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='tagged_type', full_name='Ydb.Type.tagged_type', index=8,
- number=107, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='void_type', full_name='Ydb.Type.void_type', index=9,
- number=201, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='null_type', full_name='Ydb.Type.null_type', index=10,
- number=202, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='empty_list_type', full_name='Ydb.Type.empty_list_type', index=11,
- number=203, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='empty_dict_type', full_name='Ydb.Type.empty_dict_type', index=12,
- number=204, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _TYPE_PRIMITIVETYPEID,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='type', full_name='Ydb.Type.type',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=570,
- serialized_end=1531,
-)
-
-
-_VALUEPAIR = _descriptor.Descriptor(
- name='ValuePair',
- full_name='Ydb.ValuePair',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='Ydb.ValuePair.key', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='payload', full_name='Ydb.ValuePair.payload', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1533,
- serialized_end=1598,
-)
-
-
-_VALUE = _descriptor.Descriptor(
- name='Value',
- full_name='Ydb.Value',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='bool_value', full_name='Ydb.Value.bool_value', index=0,
- number=1, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='int32_value', full_name='Ydb.Value.int32_value', index=1,
- number=2, type=15, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='uint32_value', full_name='Ydb.Value.uint32_value', index=2,
- number=3, type=7, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='int64_value', full_name='Ydb.Value.int64_value', index=3,
- number=4, type=16, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='uint64_value', full_name='Ydb.Value.uint64_value', index=4,
- number=5, type=6, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='float_value', full_name='Ydb.Value.float_value', index=5,
- number=6, type=2, cpp_type=6, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='double_value', full_name='Ydb.Value.double_value', index=6,
- number=7, type=1, cpp_type=5, label=1,
- has_default_value=False, default_value=float(0),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='bytes_value', full_name='Ydb.Value.bytes_value', index=7,
- number=8, type=12, cpp_type=9, label=1,
- has_default_value=False, default_value=b"",
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='text_value', full_name='Ydb.Value.text_value', index=8,
- number=9, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='null_flag_value', full_name='Ydb.Value.null_flag_value', index=9,
- number=10, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='nested_value', full_name='Ydb.Value.nested_value', index=10,
- number=11, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='low_128', full_name='Ydb.Value.low_128', index=11,
- number=15, type=6, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='items', full_name='Ydb.Value.items', index=12,
- number=12, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='pairs', full_name='Ydb.Value.pairs', index=13,
- number=13, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='variant_index', full_name='Ydb.Value.variant_index', index=14,
- number=14, type=13, cpp_type=3, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='high_128', full_name='Ydb.Value.high_128', index=15,
- number=16, type=6, cpp_type=4, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='value', full_name='Ydb.Value.value',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=1601,
- serialized_end=2034,
-)
-
-
-_TYPEDVALUE = _descriptor.Descriptor(
- name='TypedValue',
- full_name='Ydb.TypedValue',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.TypedValue.type', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='Ydb.TypedValue.value', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2036,
- serialized_end=2100,
-)
-
-
-_COLUMN = _descriptor.Descriptor(
- name='Column',
- full_name='Ydb.Column',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='Ydb.Column.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='type', full_name='Ydb.Column.type', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2102,
- serialized_end=2149,
-)
-
-
-_RESULTSET = _descriptor.Descriptor(
- name='ResultSet',
- full_name='Ydb.ResultSet',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='columns', full_name='Ydb.ResultSet.columns', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='rows', full_name='Ydb.ResultSet.rows', index=1,
- number=2, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='truncated', full_name='Ydb.ResultSet.truncated', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2151,
- serialized_end=2237,
-)
-
-_OPTIONALTYPE.fields_by_name['item'].message_type = _TYPE
-_LISTTYPE.fields_by_name['item'].message_type = _TYPE
-_VARIANTTYPE.fields_by_name['tuple_items'].message_type = _TUPLETYPE
-_VARIANTTYPE.fields_by_name['struct_items'].message_type = _STRUCTTYPE
-_VARIANTTYPE.oneofs_by_name['type'].fields.append(
- _VARIANTTYPE.fields_by_name['tuple_items'])
-_VARIANTTYPE.fields_by_name['tuple_items'].containing_oneof = _VARIANTTYPE.oneofs_by_name['type']
-_VARIANTTYPE.oneofs_by_name['type'].fields.append(
- _VARIANTTYPE.fields_by_name['struct_items'])
-_VARIANTTYPE.fields_by_name['struct_items'].containing_oneof = _VARIANTTYPE.oneofs_by_name['type']
-_TUPLETYPE.fields_by_name['elements'].message_type = _TYPE
-_STRUCTMEMBER.fields_by_name['type'].message_type = _TYPE
-_STRUCTTYPE.fields_by_name['members'].message_type = _STRUCTMEMBER
-_DICTTYPE.fields_by_name['key'].message_type = _TYPE
-_DICTTYPE.fields_by_name['payload'].message_type = _TYPE
-_TAGGEDTYPE.fields_by_name['type'].message_type = _TYPE
-_TYPE.fields_by_name['type_id'].enum_type = _TYPE_PRIMITIVETYPEID
-_TYPE.fields_by_name['decimal_type'].message_type = _DECIMALTYPE
-_TYPE.fields_by_name['optional_type'].message_type = _OPTIONALTYPE
-_TYPE.fields_by_name['list_type'].message_type = _LISTTYPE
-_TYPE.fields_by_name['tuple_type'].message_type = _TUPLETYPE
-_TYPE.fields_by_name['struct_type'].message_type = _STRUCTTYPE
-_TYPE.fields_by_name['dict_type'].message_type = _DICTTYPE
-_TYPE.fields_by_name['variant_type'].message_type = _VARIANTTYPE
-_TYPE.fields_by_name['tagged_type'].message_type = _TAGGEDTYPE
-_TYPE.fields_by_name['void_type'].enum_type = google_dot_protobuf_dot_struct__pb2._NULLVALUE
-_TYPE.fields_by_name['null_type'].enum_type = google_dot_protobuf_dot_struct__pb2._NULLVALUE
-_TYPE.fields_by_name['empty_list_type'].enum_type = google_dot_protobuf_dot_struct__pb2._NULLVALUE
-_TYPE.fields_by_name['empty_dict_type'].enum_type = google_dot_protobuf_dot_struct__pb2._NULLVALUE
-_TYPE_PRIMITIVETYPEID.containing_type = _TYPE
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['type_id'])
-_TYPE.fields_by_name['type_id'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['decimal_type'])
-_TYPE.fields_by_name['decimal_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['optional_type'])
-_TYPE.fields_by_name['optional_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['list_type'])
-_TYPE.fields_by_name['list_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['tuple_type'])
-_TYPE.fields_by_name['tuple_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['struct_type'])
-_TYPE.fields_by_name['struct_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['dict_type'])
-_TYPE.fields_by_name['dict_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['variant_type'])
-_TYPE.fields_by_name['variant_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['tagged_type'])
-_TYPE.fields_by_name['tagged_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['void_type'])
-_TYPE.fields_by_name['void_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['null_type'])
-_TYPE.fields_by_name['null_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['empty_list_type'])
-_TYPE.fields_by_name['empty_list_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_TYPE.oneofs_by_name['type'].fields.append(
- _TYPE.fields_by_name['empty_dict_type'])
-_TYPE.fields_by_name['empty_dict_type'].containing_oneof = _TYPE.oneofs_by_name['type']
-_VALUEPAIR.fields_by_name['key'].message_type = _VALUE
-_VALUEPAIR.fields_by_name['payload'].message_type = _VALUE
-_VALUE.fields_by_name['null_flag_value'].enum_type = google_dot_protobuf_dot_struct__pb2._NULLVALUE
-_VALUE.fields_by_name['nested_value'].message_type = _VALUE
-_VALUE.fields_by_name['items'].message_type = _VALUE
-_VALUE.fields_by_name['pairs'].message_type = _VALUEPAIR
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['bool_value'])
-_VALUE.fields_by_name['bool_value'].containing_oneof = _VALUE.oneofs_by_name['value']
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['int32_value'])
-_VALUE.fields_by_name['int32_value'].containing_oneof = _VALUE.oneofs_by_name['value']
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['uint32_value'])
-_VALUE.fields_by_name['uint32_value'].containing_oneof = _VALUE.oneofs_by_name['value']
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['int64_value'])
-_VALUE.fields_by_name['int64_value'].containing_oneof = _VALUE.oneofs_by_name['value']
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['uint64_value'])
-_VALUE.fields_by_name['uint64_value'].containing_oneof = _VALUE.oneofs_by_name['value']
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['float_value'])
-_VALUE.fields_by_name['float_value'].containing_oneof = _VALUE.oneofs_by_name['value']
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['double_value'])
-_VALUE.fields_by_name['double_value'].containing_oneof = _VALUE.oneofs_by_name['value']
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['bytes_value'])
-_VALUE.fields_by_name['bytes_value'].containing_oneof = _VALUE.oneofs_by_name['value']
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['text_value'])
-_VALUE.fields_by_name['text_value'].containing_oneof = _VALUE.oneofs_by_name['value']
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['null_flag_value'])
-_VALUE.fields_by_name['null_flag_value'].containing_oneof = _VALUE.oneofs_by_name['value']
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['nested_value'])
-_VALUE.fields_by_name['nested_value'].containing_oneof = _VALUE.oneofs_by_name['value']
-_VALUE.oneofs_by_name['value'].fields.append(
- _VALUE.fields_by_name['low_128'])
-_VALUE.fields_by_name['low_128'].containing_oneof = _VALUE.oneofs_by_name['value']
-_TYPEDVALUE.fields_by_name['type'].message_type = _TYPE
-_TYPEDVALUE.fields_by_name['value'].message_type = _VALUE
-_COLUMN.fields_by_name['type'].message_type = _TYPE
-_RESULTSET.fields_by_name['columns'].message_type = _COLUMN
-_RESULTSET.fields_by_name['rows'].message_type = _VALUE
-DESCRIPTOR.message_types_by_name['DecimalType'] = _DECIMALTYPE
-DESCRIPTOR.message_types_by_name['OptionalType'] = _OPTIONALTYPE
-DESCRIPTOR.message_types_by_name['ListType'] = _LISTTYPE
-DESCRIPTOR.message_types_by_name['VariantType'] = _VARIANTTYPE
-DESCRIPTOR.message_types_by_name['TupleType'] = _TUPLETYPE
-DESCRIPTOR.message_types_by_name['StructMember'] = _STRUCTMEMBER
-DESCRIPTOR.message_types_by_name['StructType'] = _STRUCTTYPE
-DESCRIPTOR.message_types_by_name['DictType'] = _DICTTYPE
-DESCRIPTOR.message_types_by_name['TaggedType'] = _TAGGEDTYPE
-DESCRIPTOR.message_types_by_name['Type'] = _TYPE
-DESCRIPTOR.message_types_by_name['ValuePair'] = _VALUEPAIR
-DESCRIPTOR.message_types_by_name['Value'] = _VALUE
-DESCRIPTOR.message_types_by_name['TypedValue'] = _TYPEDVALUE
-DESCRIPTOR.message_types_by_name['Column'] = _COLUMN
-DESCRIPTOR.message_types_by_name['ResultSet'] = _RESULTSET
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-DecimalType = _reflection.GeneratedProtocolMessageType('DecimalType', (_message.Message,), {
- 'DESCRIPTOR' : _DECIMALTYPE,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DecimalType)
- })
-_sym_db.RegisterMessage(DecimalType)
-
-OptionalType = _reflection.GeneratedProtocolMessageType('OptionalType', (_message.Message,), {
- 'DESCRIPTOR' : _OPTIONALTYPE,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.OptionalType)
- })
-_sym_db.RegisterMessage(OptionalType)
-
-ListType = _reflection.GeneratedProtocolMessageType('ListType', (_message.Message,), {
- 'DESCRIPTOR' : _LISTTYPE,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ListType)
- })
-_sym_db.RegisterMessage(ListType)
-
-VariantType = _reflection.GeneratedProtocolMessageType('VariantType', (_message.Message,), {
- 'DESCRIPTOR' : _VARIANTTYPE,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.VariantType)
- })
-_sym_db.RegisterMessage(VariantType)
-
-TupleType = _reflection.GeneratedProtocolMessageType('TupleType', (_message.Message,), {
- 'DESCRIPTOR' : _TUPLETYPE,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.TupleType)
- })
-_sym_db.RegisterMessage(TupleType)
-
-StructMember = _reflection.GeneratedProtocolMessageType('StructMember', (_message.Message,), {
- 'DESCRIPTOR' : _STRUCTMEMBER,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.StructMember)
- })
-_sym_db.RegisterMessage(StructMember)
-
-StructType = _reflection.GeneratedProtocolMessageType('StructType', (_message.Message,), {
- 'DESCRIPTOR' : _STRUCTTYPE,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.StructType)
- })
-_sym_db.RegisterMessage(StructType)
-
-DictType = _reflection.GeneratedProtocolMessageType('DictType', (_message.Message,), {
- 'DESCRIPTOR' : _DICTTYPE,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.DictType)
- })
-_sym_db.RegisterMessage(DictType)
-
-TaggedType = _reflection.GeneratedProtocolMessageType('TaggedType', (_message.Message,), {
- 'DESCRIPTOR' : _TAGGEDTYPE,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.TaggedType)
- })
-_sym_db.RegisterMessage(TaggedType)
-
-Type = _reflection.GeneratedProtocolMessageType('Type', (_message.Message,), {
- 'DESCRIPTOR' : _TYPE,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Type)
- })
-_sym_db.RegisterMessage(Type)
-
-ValuePair = _reflection.GeneratedProtocolMessageType('ValuePair', (_message.Message,), {
- 'DESCRIPTOR' : _VALUEPAIR,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ValuePair)
- })
-_sym_db.RegisterMessage(ValuePair)
-
-Value = _reflection.GeneratedProtocolMessageType('Value', (_message.Message,), {
- 'DESCRIPTOR' : _VALUE,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Value)
- })
-_sym_db.RegisterMessage(Value)
-
-TypedValue = _reflection.GeneratedProtocolMessageType('TypedValue', (_message.Message,), {
- 'DESCRIPTOR' : _TYPEDVALUE,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.TypedValue)
- })
-_sym_db.RegisterMessage(TypedValue)
-
-Column = _reflection.GeneratedProtocolMessageType('Column', (_message.Message,), {
- 'DESCRIPTOR' : _COLUMN,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.Column)
- })
-_sym_db.RegisterMessage(Column)
-
-ResultSet = _reflection.GeneratedProtocolMessageType('ResultSet', (_message.Message,), {
- 'DESCRIPTOR' : _RESULTSET,
- '__module__' : 'ydb.public.api.protos.ydb_value_pb2'
- # @@protoc_insertion_point(class_scope:Ydb.ResultSet)
- })
-_sym_db.RegisterMessage(ResultSet)
-
-
-DESCRIPTOR._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/ydb_value_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/ydb_value_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/ydb_value_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/yq_pb2.py b/ydb/public/sdk/python/ydb/public/api/protos/yq_pb2.py
deleted file mode 100644
index 4f9a45e647d..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/yq_pb2.py
+++ /dev/null
@@ -1,6188 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: ydb/public/api/protos/yq.proto
-"""Generated protocol buffer code."""
-from google.protobuf.internal import enum_type_wrapper
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import reflection as _reflection
-from google.protobuf import symbol_database as _symbol_database
-# @@protoc_insertion_point(imports)
-
-_sym_db = _symbol_database.Default()
-
-
-from ydb.public.api.protos.annotations import sensitive_pb2 as ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_sensitive__pb2
-from ydb.public.api.protos.annotations import validation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2
-from ydb.public.api.protos import ydb_operation_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2
-from ydb.public.api.protos import ydb_value_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2
-from ydb.public.api.protos import ydb_issue_message_pb2 as ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2
-from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
-from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
-from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
-
-
-DESCRIPTOR = _descriptor.FileDescriptor(
- name='ydb/public/api/protos/yq.proto',
- package='YandexQuery',
- syntax='proto3',
- serialized_options=b'\n\020com.yandex.queryB\021YandexQueryProtos\370\001\001',
- create_key=_descriptor._internal_create_key,
- serialized_pb=b'\n\x1eydb/public/api/protos/yq.proto\x12\x0bYandexQuery\x1a\x31ydb/public/api/protos/annotations/sensitive.proto\x1a\x32ydb/public/api/protos/annotations/validation.proto\x1a)ydb/public/api/protos/ydb_operation.proto\x1a%ydb/public/api/protos/ydb_value.proto\x1a-ydb/public/api/protos/ydb_issue_message.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1bgoogle/protobuf/empty.proto\"x\n\x03\x41\x63l\x12/\n\nvisibility\x18\x01 \x01(\x0e\x32\x1b.YandexQuery.Acl.Visibility\"@\n\nVisibility\x12\x1a\n\x16VISIBILITY_UNSPECIFIED\x10\x00\x12\x0b\n\x07PRIVATE\x10\x01\x12\t\n\x05SCOPE\x10\x02\"\x86\x02\n\x06Limits\x12!\n\x0fvcpu_rate_limit\x18\x01 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12!\n\x0f\x66low_rate_limit\x18\x02 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12!\n\x0fvcpu_time_limit\x18\x03 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12!\n\x0fmax_result_size\x18\x04 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12!\n\x0fmax_result_rows\x18\x05 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12\x1e\n\x0cmemory_limit\x18\x06 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12-\n\nresult_ttl\x18\x07 \x01(\x0b\x32\x19.google.protobuf.Duration\"\xa3\x03\n\x14StreamingDisposition\x12(\n\x06oldest\x18\x01 \x01(\x0b\x32\x16.google.protobuf.EmptyH\x00\x12\'\n\x05\x66resh\x18\x02 \x01(\x0b\x32\x16.google.protobuf.EmptyH\x00\x12?\n\tfrom_time\x18\x03 \x01(\x0b\x32*.YandexQuery.StreamingDisposition.FromTimeH\x00\x12=\n\x08time_ago\x18\x04 \x01(\x0b\x32).YandexQuery.StreamingDisposition.TimeAgoH\x00\x12\x36\n\x14\x66rom_last_checkpoint\x18\x05 \x01(\x0b\x32\x16.google.protobuf.EmptyH\x00\x1a\x39\n\x08\x46romTime\x12-\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1a\x36\n\x07TimeAgo\x12+\n\x08\x64uration\x18\x01 \x01(\x0b\x32\x19.google.protobuf.DurationB\r\n\x0b\x64isposition\"\xac\x02\n\x0cQueryContent\x12\x31\n\x04type\x18\x01 \x01(\x0e\x32#.YandexQuery.QueryContent.QueryType\x12\x15\n\x04name\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x1d\n\x03\x61\x63l\x18\x03 \x01(\x0b\x32\x10.YandexQuery.Acl\x12#\n\x06limits\x18\x04 \x01(\x0b\x32\x13.YandexQuery.Limits\x12\x16\n\x04text\x18\x05 \x01(\tB\x08\xa2\xe6*\x04\x18\x80\xa0\x06\x12\x11\n\tautomatic\x18\x06 \x01(\x08\x12\x1c\n\x0b\x64\x65scription\x18\x07 \x01(\tB\x07\xa2\xe6*\x03\x18\x80P\"E\n\tQueryType\x12\x1a\n\x16QUERY_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tANALYTICS\x10\x01\x12\r\n\tSTREAMING\x10\x02\"\xe5\x01\n\nCommonMeta\x12\x17\n\x02id\x18\x01 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12\x1f\n\ncreated_by\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12 \n\x0bmodified_by\x18\x03 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bmodified_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x1a\n\x08revision\x18\x06 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\"\xe5\x05\n\tQueryMeta\x12\'\n\x06\x63ommon\x18\x01 \x01(\x0b\x32\x17.YandexQuery.CommonMeta\x12.\n\nstarted_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inished_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\x0c\x65xecute_mode\x18\x04 \x01(\x0e\x32\x18.YandexQuery.ExecuteMode\x12\x34\n\x06status\x18\x05 \x01(\x0e\x32$.YandexQuery.QueryMeta.ComputeStatus\x12\x1f\n\x17last_job_query_revision\x18\x06 \x01(\x03\x12\x13\n\x0blast_job_id\x18\x07 \x01(\t\x12-\n\texpire_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x34\n\x10result_expire_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\nstarted_by\x18\n \x01(\t\x12\x14\n\naborted_by\x18\x0b \x01(\tH\x00\x12\x13\n\tpaused_by\x18\x0c \x01(\tH\x00\"\x83\x02\n\rComputeStatus\x12\x1e\n\x1a\x43OMPUTE_STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08STARTING\x10\x01\x12\x13\n\x0f\x41\x42ORTED_BY_USER\x10\x02\x12\x15\n\x11\x41\x42ORTED_BY_SYSTEM\x10\x03\x12\x14\n\x10\x41\x42ORTING_BY_USER\x10\x04\x12\x16\n\x12\x41\x42ORTING_BY_SYSTEM\x10\x05\x12\x0c\n\x08RESUMING\x10\x06\x12\x0b\n\x07RUNNING\x10\x07\x12\r\n\tCOMPLETED\x10\x08\x12\x0e\n\nCOMPLETING\x10\x0c\x12\n\n\x06\x46\x41ILED\x10\t\x12\x0b\n\x07\x46\x41ILING\x10\r\x12\n\n\x06PAUSED\x10\x0b\x12\x0b\n\x07PAUSING\x10\nB\x08\n\x06\x61\x63tion\"\xc0\x01\n\nBriefQuery\x12\x31\n\x04type\x18\x01 \x01(\x0e\x32#.YandexQuery.QueryContent.QueryType\x12\x15\n\x04name\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12$\n\x04meta\x18\x03 \x01(\x0b\x32\x16.YandexQuery.QueryMeta\x12/\n\nvisibility\x18\x04 \x01(\x0e\x32\x1b.YandexQuery.Acl.Visibility\x12\x11\n\tautomatic\x18\x05 \x01(\x08\"\x19\n\tQueryPlan\x12\x0c\n\x04json\x18\x01 \x01(\t\"\x18\n\x08QueryAst\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\t\"]\n\rResultSetMeta\x12\x1b\n\x06\x63olumn\x18\x01 \x03(\x0b\x32\x0b.Ydb.Column\x12\x1c\n\nrows_count\x18\x02 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12\x11\n\ttruncated\x18\x03 \x01(\x08\"\xe4\x02\n\x05Query\x12$\n\x04meta\x18\x01 \x01(\x0b\x32\x16.YandexQuery.QueryMeta\x12*\n\x07\x63ontent\x18\x02 \x01(\x0b\x32\x19.YandexQuery.QueryContent\x12$\n\x04plan\x18\x03 \x01(\x0b\x32\x16.YandexQuery.QueryPlan\x12&\n\x05issue\x18\x04 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12\x30\n\x0ftransient_issue\x18\x05 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12\x30\n\nstatistics\x18\x06 \x01(\x0b\x32\x1c.YandexQuery.QueryStatistics\x12\x33\n\x0fresult_set_meta\x18\x07 \x03(\x0b\x32\x1a.YandexQuery.ResultSetMeta\x12\"\n\x03\x61st\x18\x08 \x01(\x0b\x32\x15.YandexQuery.QueryAst\"\x1f\n\x0fQueryStatistics\x12\x0c\n\x04json\x18\x01 \x01(\t\"\x85\x02\n\x12\x43reateQueryRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12*\n\x07\x63ontent\x18\x02 \x01(\x0b\x32\x19.YandexQuery.QueryContent\x12.\n\x0c\x65xecute_mode\x18\x03 \x01(\x0e\x32\x18.YandexQuery.ExecuteMode\x12\x36\n\x0b\x64isposition\x18\x04 \x01(\x0b\x32!.YandexQuery.StreamingDisposition\x12 \n\x0fidempotency_key\x18\x05 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"C\n\x13\x43reateQueryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\".\n\x11\x43reateQueryResult\x12\x19\n\x08query_id\x18\x01 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"\x81\x04\n\x12ListQueriesRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1b\n\npage_token\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x1b\n\x05limit\x18\x03 \x01(\x05\x42\x0c\xb2\xe6*\x08[1; 100]\x12\x36\n\x06\x66ilter\x18\x04 \x01(\x0b\x32&.YandexQuery.ListQueriesRequest.Filter\x1a\xbd\x02\n\x06\x46ilter\x12\x37\n\nquery_type\x18\x01 \x01(\x0e\x32#.YandexQuery.QueryContent.QueryType\x12<\n\x06status\x18\x02 \x03(\x0e\x32$.YandexQuery.QueryMeta.ComputeStatusB\x06\x9a\xe6*\x02\x18\x14\x12.\n\x04mode\x18\x03 \x03(\x0e\x32\x18.YandexQuery.ExecuteModeB\x06\x9a\xe6*\x02\x18\x14\x12\x15\n\x04name\x18\x04 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x15\n\rcreated_by_me\x18\x05 \x01(\x08\x12/\n\nvisibility\x18\x06 \x01(\x0e\x32\x1b.YandexQuery.Acl.Visibility\x12-\n\tautomatic\x18\x07 \x01(\x0e\x32\x1a.YandexQuery.AutomaticType\"C\n\x13ListQueriesResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"]\n\x11ListQueriesResult\x12&\n\x05query\x18\x01 \x03(\x0b\x32\x17.YandexQuery.BriefQuery\x12 \n\x0fnext_page_token\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"p\n\x14\x44\x65scribeQueryRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1d\n\x08query_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\"E\n\x15\x44\x65scribeQueryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"8\n\x13\x44\x65scribeQueryResult\x12!\n\x05query\x18\x01 \x01(\x0b\x32\x12.YandexQuery.Query\"q\n\x15GetQueryStatusRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1d\n\x08query_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\"F\n\x16GetQueryStatusResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"c\n\x14GetQueryStatusResult\x12\x34\n\x06status\x18\x01 \x01(\x0e\x32$.YandexQuery.QueryMeta.ComputeStatus\x12\x15\n\rmeta_revision\x18\x02 \x01(\x03\"\xb5\x01\n\x12\x44\x65leteQueryRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1d\n\x08query_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12#\n\x11previous_revision\x18\x03 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12 \n\x0fidempotency_key\x18\x04 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"C\n\x13\x44\x65leteQueryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x13\n\x11\x44\x65leteQueryResult\"\xfe\x02\n\x12ModifyQueryRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1d\n\x08query_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12*\n\x07\x63ontent\x18\x03 \x01(\x0b\x32\x19.YandexQuery.QueryContent\x12.\n\x0c\x65xecute_mode\x18\x04 \x01(\x0e\x32\x18.YandexQuery.ExecuteMode\x12\x36\n\x0b\x64isposition\x18\x05 \x01(\x0b\x32!.YandexQuery.StreamingDisposition\x12\x33\n\x0fstate_load_mode\x18\x06 \x01(\x0e\x32\x1a.YandexQuery.StateLoadMode\x12#\n\x11previous_revision\x18\x07 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12 \n\x0fidempotency_key\x18\x08 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"C\n\x13ModifyQueryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x13\n\x11ModifyQueryResult\"\xe0\x01\n\x13\x43ontrolQueryRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1d\n\x08query_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12(\n\x06\x61\x63tion\x18\x03 \x01(\x0e\x32\x18.YandexQuery.QueryAction\x12#\n\x11previous_revision\x18\x04 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12 \n\x0fidempotency_key\x18\x05 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"D\n\x14\x43ontrolQueryResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x14\n\x12\x43ontrolQueryResult\"\xe4\x01\n\x08\x42riefJob\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.YandexQuery.CommonMeta\x12*\n\nquery_meta\x18\x03 \x01(\x0b\x32\x16.YandexQuery.QueryMeta\x12\x12\n\nquery_name\x18\t \x01(\t\x12/\n\nvisibility\x18\n \x01(\x0e\x32\x1b.YandexQuery.Acl.Visibility\x12\x11\n\tautomatic\x18\x0b \x01(\x08\x12-\n\texpire_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xb4\x03\n\x03Job\x12%\n\x04meta\x18\x01 \x01(\x0b\x32\x17.YandexQuery.CommonMeta\x12\x0c\n\x04text\x18\x02 \x01(\t\x12*\n\nquery_meta\x18\x03 \x01(\x0b\x32\x16.YandexQuery.QueryMeta\x12$\n\x04plan\x18\x04 \x01(\x0b\x32\x16.YandexQuery.QueryPlan\x12&\n\x05issue\x18\x05 \x03(\x0b\x32\x17.Ydb.Issue.IssueMessage\x12\x30\n\nstatistics\x18\x06 \x01(\x0b\x32\x1c.YandexQuery.QueryStatistics\x12\x33\n\x0fresult_set_meta\x18\x07 \x03(\x0b\x32\x1a.YandexQuery.ResultSetMeta\x12\"\n\x03\x61st\x18\x08 \x01(\x0b\x32\x15.YandexQuery.QueryAst\x12\x12\n\nquery_name\x18\t \x01(\t\x12\x1d\n\x03\x61\x63l\x18\n \x01(\x0b\x32\x10.YandexQuery.Acl\x12\x11\n\tautomatic\x18\x0b \x01(\x08\x12-\n\texpire_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\x89\x02\n\x0fListJobsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1b\n\npage_token\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x1b\n\x05limit\x18\x03 \x01(\x05\x42\x0c\xb2\xe6*\x08[1; 100]\x12\x10\n\x08query_id\x18\x05 \x01(\t\x12\x33\n\x06\x66ilter\x18\x04 \x01(\x0b\x32#.YandexQuery.ListJobsRequest.Filter\x1a:\n\x06\x46ilter\x12\x19\n\x08query_id\x18\x01 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x15\n\rcreated_by_me\x18\x02 \x01(\x08\"@\n\x10ListJobsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"V\n\x0eListJobsResult\x12\"\n\x03job\x18\x01 \x03(\x0b\x32\x15.YandexQuery.BriefJob\x12 \n\x0fnext_page_token\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"l\n\x12\x44\x65scribeJobRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1b\n\x06job_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\"C\n\x13\x44\x65scribeJobResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"2\n\x11\x44\x65scribeJobResult\x12\x1d\n\x03job\x18\x01 \x01(\x0b\x32\x10.YandexQuery.Job\"\x15\n\x13\x43urrentIAMTokenAuth\"\n\n\x08NoneAuth\")\n\x12ServiceAccountAuth\x12\x13\n\x02id\x18\x01 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"\xb1\x01\n\x07IamAuth\x12\x37\n\x0b\x63urrent_iam\x18\x01 \x01(\x0b\x32 .YandexQuery.CurrentIAMTokenAuthH\x00\x12:\n\x0fservice_account\x18\x02 \x01(\x0b\x32\x1f.YandexQuery.ServiceAccountAuthH\x00\x12%\n\x04none\x18\x03 \x01(\x0b\x32\x15.YandexQuery.NoneAuthH\x00\x42\n\n\x08identity\"\x95\x01\n\x0b\x44\x61taStreams\x12\x1c\n\x0b\x64\x61tabase_id\x18\x01 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\"\n\x04\x61uth\x18\x02 \x01(\x0b\x32\x14.YandexQuery.IamAuth\x12\x19\n\x08\x65ndpoint\x18\x03 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x19\n\x08\x64\x61tabase\x18\x04 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x0e\n\x06secure\x18\x05 \x01(\x08\"d\n\nMonitoring\x12\x18\n\x07project\x18\x01 \x01(\tB\x07\xa2\xe6*\x03\x18\xc8\x01\x12\x18\n\x07\x63luster\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\xc8\x01\x12\"\n\x04\x61uth\x18\x03 \x01(\x0b\x32\x14.YandexQuery.IamAuth\"\x95\x01\n\x0bYdbDatabase\x12\x1c\n\x0b\x64\x61tabase_id\x18\x01 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\"\n\x04\x61uth\x18\x02 \x01(\x0b\x32\x14.YandexQuery.IamAuth\x12\x19\n\x08\x65ndpoint\x18\x03 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x19\n\x08\x64\x61tabase\x18\x04 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x0e\n\x06secure\x18\x05 \x01(\x08\"\xd5\x01\n\x11\x43lickHouseCluster\x12\x1c\n\x0b\x64\x61tabase_id\x18\x01 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x1a\n\x05login\x18\x02 \x01(\tB\x0b\xa2\xe6*\x03\x18\x80\x08\xb8\xe6*\x01\x12\x1d\n\x08password\x18\x03 \x01(\tB\x0b\xa2\xe6*\x03\x18\x80\x08\xb8\xe6*\x01\x12\"\n\x04\x61uth\x18\x04 \x01(\x0b\x32\x14.YandexQuery.IamAuth\x12\x15\n\x04host\x18\x05 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x1c\n\x04port\x18\x06 \x01(\x05\x42\x0e\xb2\xe6*\n[0; 65536]\x12\x0e\n\x06secure\x18\x07 \x01(\x08\"V\n\x17ObjectStorageConnection\x12\x17\n\x06\x62ucket\x18\x01 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\"\n\x04\x61uth\x18\x02 \x01(\x0b\x32\x14.YandexQuery.IamAuth\"\xc6\x03\n\x11\x43onnectionSetting\x12\x30\n\x0cydb_database\x18\x01 \x01(\x0b\x32\x18.YandexQuery.YdbDatabaseH\x00\x12<\n\x12\x63lickhouse_cluster\x18\x02 \x01(\x0b\x32\x1e.YandexQuery.ClickHouseClusterH\x00\x12\x30\n\x0c\x64\x61ta_streams\x18\x03 \x01(\x0b\x32\x18.YandexQuery.DataStreamsH\x00\x12>\n\x0eobject_storage\x18\x04 \x01(\x0b\x32$.YandexQuery.ObjectStorageConnectionH\x00\x12-\n\nmonitoring\x18\x05 \x01(\x0b\x32\x17.YandexQuery.MonitoringH\x00\"\x91\x01\n\x0e\x43onnectionType\x12\x1f\n\x1b\x43ONNECTION_TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0cYDB_DATABASE\x10\x01\x12\x16\n\x12\x43LICKHOUSE_CLUSTER\x10\x02\x12\x10\n\x0c\x44\x41TA_STREAMS\x10\x03\x12\x12\n\x0eOBJECT_STORAGE\x10\x04\x12\x0e\n\nMONITORING\x10\x05\x42\x0c\n\nconnection\"\x9c\x01\n\x11\x43onnectionContent\x12\x19\n\x04name\x18\x01 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12/\n\x07setting\x18\x02 \x01(\x0b\x32\x1e.YandexQuery.ConnectionSetting\x12\x1d\n\x03\x61\x63l\x18\x03 \x01(\x0b\x32\x10.YandexQuery.Acl\x12\x1c\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x07\xa2\xe6*\x03\x18\x80P\"d\n\nConnection\x12/\n\x07\x63ontent\x18\x01 \x01(\x0b\x32\x1e.YandexQuery.ConnectionContent\x12%\n\x04meta\x18\x02 \x01(\x0b\x32\x17.YandexQuery.CommonMeta\"\xa7\x01\n\x17\x43reateConnectionRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12/\n\x07\x63ontent\x18\x02 \x01(\x0b\x32\x1e.YandexQuery.ConnectionContent\x12 \n\x0fidempotency_key\x18\x03 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"H\n\x18\x43reateConnectionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"<\n\x16\x43reateConnectionResult\x12\"\n\rconnection_id\x18\x01 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\"\xc9\x02\n\x16ListConnectionsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1b\n\npage_token\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x1b\n\x05limit\x18\x03 \x01(\x05\x42\x0c\xb2\xe6*\x08[1; 100]\x12:\n\x06\x66ilter\x18\x04 \x01(\x0b\x32*.YandexQuery.ListConnectionsRequest.Filter\x1a~\n\x06\x46ilter\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x15\n\rcreated_by_me\x18\x02 \x01(\x08\x12\x46\n\x0f\x63onnection_type\x18\x03 \x01(\x0e\x32-.YandexQuery.ConnectionSetting.ConnectionType\"G\n\x17ListConnectionsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"f\n\x15ListConnectionsResult\x12+\n\nconnection\x18\x01 \x03(\x0b\x32\x17.YandexQuery.Connection\x12 \n\x0fnext_page_token\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"z\n\x19\x44\x65scribeConnectionRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\"\n\rconnection_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\"J\n\x1a\x44\x65scribeConnectionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"G\n\x18\x44\x65scribeConnectionResult\x12+\n\nconnection\x18\x01 \x01(\x0b\x32\x17.YandexQuery.Connection\"\xf0\x01\n\x17ModifyConnectionRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\"\n\rconnection_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12/\n\x07\x63ontent\x18\x03 \x01(\x0b\x32\x1e.YandexQuery.ConnectionContent\x12#\n\x11previous_revision\x18\x04 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12 \n\x0fidempotency_key\x18\x05 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"H\n\x18ModifyConnectionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x18\n\x16ModifyConnectionResult\"\xbf\x01\n\x17\x44\x65leteConnectionRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\"\n\rconnection_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12#\n\x11previous_revision\x18\x03 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12 \n\x0fidempotency_key\x18\x04 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"H\n\x18\x44\x65leteConnectionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x18\n\x16\x44\x65leteConnectionResult\"\x83\x01\n\x15TestConnectionRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12/\n\x07setting\x18\x02 \x01(\x0b\x32\x1e.YandexQuery.ConnectionSetting\"F\n\x16TestConnectionResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x16\n\x14TestConnectionResult\"\xcc\x01\n\x14GetResultDataRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1d\n\x08query_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12\"\n\x10result_set_index\x18\x03 \x01(\x05\x42\x08\xb2\xe6*\x04>= 0\x12\x18\n\x06offset\x18\x04 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12\x1c\n\x05limit\x18\x05 \x01(\x03\x42\r\xb2\xe6*\t[1; 1000]\"E\n\x15GetResultDataResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"9\n\x13GetResultDataResult\x12\"\n\nresult_set\x18\x01 \x01(\x0b\x32\x0e.Ydb.ResultSet\"-\n\x06Schema\x12#\n\x06\x63olumn\x18\x01 \x03(\x0b\x32\x0b.Ydb.ColumnB\x06\x9a\xe6*\x02\x18\x64\"\x9c\x02\n\x12\x44\x61taStreamsBinding\x12 \n\x0bstream_name\x18\x01 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12\x17\n\x06\x66ormat\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x1c\n\x0b\x63ompression\x18\x03 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12#\n\x06schema\x18\x04 \x01(\x0b\x32\x13.YandexQuery.Schema\x12R\n\x0e\x66ormat_setting\x18\x05 \x03(\x0b\x32\x32.YandexQuery.DataStreamsBinding.FormatSettingEntryB\x06\x9a\xe6*\x02\x18\x64\x1a\x34\n\x12\x46ormatSettingEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xed\x02\n\x14ObjectStorageBinding\x12\x38\n\x06subset\x18\x01 \x03(\x0b\x32(.YandexQuery.ObjectStorageBinding.Subset\x1a\x9a\x02\n\x06Subset\x12!\n\x0cpath_pattern\x18\x01 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12\x17\n\x06\x66ormat\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12[\n\x0e\x66ormat_setting\x18\x03 \x03(\x0b\x32;.YandexQuery.ObjectStorageBinding.Subset.FormatSettingEntryB\x06\x9a\xe6*\x02\x18\x64\x12\x1c\n\x0b\x63ompression\x18\x04 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12#\n\x06schema\x18\x05 \x01(\x0b\x32\x13.YandexQuery.Schema\x1a\x34\n\x12\x46ormatSettingEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xe4\x01\n\x0e\x42indingSetting\x12\x37\n\x0c\x64\x61ta_streams\x18\x01 \x01(\x0b\x32\x1f.YandexQuery.DataStreamsBindingH\x00\x12;\n\x0eobject_storage\x18\x02 \x01(\x0b\x32!.YandexQuery.ObjectStorageBindingH\x00\"Q\n\x0b\x42indingType\x12\x1c\n\x18\x42INDING_TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0c\x44\x41TA_STREAMS\x10\x01\x12\x12\n\x0eOBJECT_STORAGE\x10\x02\x42\t\n\x07\x62inding\"\xab\x01\n\x0c\x42riefBinding\x12\x19\n\x04name\x18\x01 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12\"\n\rconnection_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12%\n\x04meta\x18\x03 \x01(\x0b\x32\x17.YandexQuery.CommonMeta\x12\x35\n\x04type\x18\x04 \x01(\x0e\x32\'.YandexQuery.BindingSetting.BindingType\"\xba\x01\n\x0e\x42indingContent\x12\x19\n\x04name\x18\x01 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12\"\n\rconnection_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12,\n\x07setting\x18\x03 \x01(\x0b\x32\x1b.YandexQuery.BindingSetting\x12\x1d\n\x03\x61\x63l\x18\x04 \x01(\x0b\x32\x10.YandexQuery.Acl\x12\x1c\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x07\xa2\xe6*\x03\x18\x80P\"^\n\x07\x42inding\x12,\n\x07\x63ontent\x18\x01 \x01(\x0b\x32\x1b.YandexQuery.BindingContent\x12%\n\x04meta\x18\x02 \x01(\x0b\x32\x17.YandexQuery.CommonMeta\"\xa1\x01\n\x14\x43reateBindingRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12,\n\x07\x63ontent\x18\x02 \x01(\x0b\x32\x1b.YandexQuery.BindingContent\x12 \n\x0fidempotency_key\x18\x03 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"E\n\x15\x43reateBindingResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"6\n\x13\x43reateBindingResult\x12\x1f\n\nbinding_id\x18\x01 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\"\x9b\x02\n\x13ListBindingsRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1b\n\npage_token\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x1b\n\x05limit\x18\x03 \x01(\x05\x42\x0c\xb2\xe6*\x08[1; 100]\x12\x37\n\x06\x66ilter\x18\x04 \x01(\x0b\x32\'.YandexQuery.ListBindingsRequest.Filter\x1aV\n\x06\x46ilter\x12\x1e\n\rconnection_id\x18\x01 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x15\n\x04name\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\x12\x15\n\rcreated_by_me\x18\x03 \x01(\x08\"D\n\x14ListBindingsResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"b\n\x12ListBindingsResult\x12*\n\x07\x62inding\x18\x01 \x03(\x0b\x32\x19.YandexQuery.BriefBinding\x12 \n\x0fnext_page_token\x18\x02 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"t\n\x16\x44\x65scribeBindingRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1f\n\nbinding_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\"G\n\x17\x44\x65scribeBindingResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\">\n\x15\x44\x65scribeBindingResult\x12%\n\x07\x62inding\x18\x01 \x01(\x0b\x32\x14.YandexQuery.Binding\"\xe7\x01\n\x14ModifyBindingRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1f\n\nbinding_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12,\n\x07\x63ontent\x18\x03 \x01(\x0b\x32\x1b.YandexQuery.BindingContent\x12#\n\x11previous_revision\x18\x04 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12 \n\x0fidempotency_key\x18\x05 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"E\n\x15ModifyBindingResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x15\n\x13ModifyBindingResult\"\xb9\x01\n\x14\x44\x65leteBindingRequest\x12\x39\n\x10operation_params\x18\x01 \x01(\x0b\x32\x1f.Ydb.Operations.OperationParams\x12\x1f\n\nbinding_id\x18\x02 \x01(\tB\x0b\xa2\xe6*\x07\n\x05\x08\x01\x10\x80\x08\x12#\n\x11previous_revision\x18\x03 \x01(\x03\x42\x08\xb2\xe6*\x04>= 0\x12 \n\x0fidempotency_key\x18\x04 \x01(\tB\x07\xa2\xe6*\x03\x18\x80\x08\"E\n\x15\x44\x65leteBindingResponse\x12,\n\toperation\x18\x01 \x01(\x0b\x32\x19.Ydb.Operations.Operation\"\x15\n\x13\x44\x65leteBindingResult*q\n\x0b\x45xecuteMode\x12\x1c\n\x18\x45XECUTE_MODE_UNSPECIFIED\x10\x00\x12\x08\n\x04SAVE\x10\x01\x12\t\n\x05PARSE\x10\x02\x12\x0b\n\x07\x43OMPILE\x10\x03\x12\x0c\n\x08VALIDATE\x10\x04\x12\x0b\n\x07\x45XPLAIN\x10\x05\x12\x07\n\x03RUN\x10\x06*y\n\x0bQueryAction\x12\x1c\n\x18QUERY_ACTION_UNSPECIFIED\x10\x00\x12\t\n\x05PAUSE\x10\x01\x12\x14\n\x10PAUSE_GRACEFULLY\x10\x02\x12\t\n\x05\x41\x42ORT\x10\x03\x12\x14\n\x10\x41\x42ORT_GRACEFULLY\x10\x04\x12\n\n\x06RESUME\x10\x05*U\n\rStateLoadMode\x12\x1f\n\x1bSTATE_LOAD_MODE_UNSPECIFIED\x10\x00\x12\t\n\x05\x45MPTY\x10\x01\x12\x18\n\x14\x46ROM_LAST_CHECKPOINT\x10\x02*Q\n\rAutomaticType\x12\x1e\n\x1a\x41UTOMATIC_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tAUTOMATIC\x10\x01\x12\x11\n\rNOT_AUTOMATIC\x10\x02\x42(\n\x10\x63om.yandex.queryB\x11YandexQueryProtos\xf8\x01\x01\x62\x06proto3'
- ,
- dependencies=[ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_sensitive__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_annotations_dot_validation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2.DESCRIPTOR,ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_empty__pb2.DESCRIPTOR,])
-
-_EXECUTEMODE = _descriptor.EnumDescriptor(
- name='ExecuteMode',
- full_name='YandexQuery.ExecuteMode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='EXECUTE_MODE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SAVE', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PARSE', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='COMPILE', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='VALIDATE', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='EXPLAIN', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='RUN', index=6, number=6,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=14161,
- serialized_end=14274,
-)
-_sym_db.RegisterEnumDescriptor(_EXECUTEMODE)
-
-ExecuteMode = enum_type_wrapper.EnumTypeWrapper(_EXECUTEMODE)
-_QUERYACTION = _descriptor.EnumDescriptor(
- name='QueryAction',
- full_name='YandexQuery.QueryAction',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='QUERY_ACTION_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PAUSE', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PAUSE_GRACEFULLY', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ABORT', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ABORT_GRACEFULLY', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='RESUME', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=14276,
- serialized_end=14397,
-)
-_sym_db.RegisterEnumDescriptor(_QUERYACTION)
-
-QueryAction = enum_type_wrapper.EnumTypeWrapper(_QUERYACTION)
-_STATELOADMODE = _descriptor.EnumDescriptor(
- name='StateLoadMode',
- full_name='YandexQuery.StateLoadMode',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='STATE_LOAD_MODE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='EMPTY', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='FROM_LAST_CHECKPOINT', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=14399,
- serialized_end=14484,
-)
-_sym_db.RegisterEnumDescriptor(_STATELOADMODE)
-
-StateLoadMode = enum_type_wrapper.EnumTypeWrapper(_STATELOADMODE)
-_AUTOMATICTYPE = _descriptor.EnumDescriptor(
- name='AutomaticType',
- full_name='YandexQuery.AutomaticType',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='AUTOMATIC_TYPE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='AUTOMATIC', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='NOT_AUTOMATIC', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=14486,
- serialized_end=14567,
-)
-_sym_db.RegisterEnumDescriptor(_AUTOMATICTYPE)
-
-AutomaticType = enum_type_wrapper.EnumTypeWrapper(_AUTOMATICTYPE)
-EXECUTE_MODE_UNSPECIFIED = 0
-SAVE = 1
-PARSE = 2
-COMPILE = 3
-VALIDATE = 4
-EXPLAIN = 5
-RUN = 6
-QUERY_ACTION_UNSPECIFIED = 0
-PAUSE = 1
-PAUSE_GRACEFULLY = 2
-ABORT = 3
-ABORT_GRACEFULLY = 4
-RESUME = 5
-STATE_LOAD_MODE_UNSPECIFIED = 0
-EMPTY = 1
-FROM_LAST_CHECKPOINT = 2
-AUTOMATIC_TYPE_UNSPECIFIED = 0
-AUTOMATIC = 1
-NOT_AUTOMATIC = 2
-
-
-_ACL_VISIBILITY = _descriptor.EnumDescriptor(
- name='Visibility',
- full_name='YandexQuery.Acl.Visibility',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='VISIBILITY_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PRIVATE', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='SCOPE', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=429,
- serialized_end=493,
-)
-_sym_db.RegisterEnumDescriptor(_ACL_VISIBILITY)
-
-_QUERYCONTENT_QUERYTYPE = _descriptor.EnumDescriptor(
- name='QueryType',
- full_name='YandexQuery.QueryContent.QueryType',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='QUERY_TYPE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ANALYTICS', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STREAMING', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=1414,
- serialized_end=1483,
-)
-_sym_db.RegisterEnumDescriptor(_QUERYCONTENT_QUERYTYPE)
-
-_QUERYMETA_COMPUTESTATUS = _descriptor.EnumDescriptor(
- name='ComputeStatus',
- full_name='YandexQuery.QueryMeta.ComputeStatus',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='COMPUTE_STATUS_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='STARTING', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ABORTED_BY_USER', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ABORTED_BY_SYSTEM', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ABORTING_BY_USER', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='ABORTING_BY_SYSTEM', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='RESUMING', index=6, number=6,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='RUNNING', index=7, number=7,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='COMPLETED', index=8, number=8,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='COMPLETING', index=9, number=12,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='FAILED', index=10, number=9,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='FAILING', index=11, number=13,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PAUSED', index=12, number=11,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='PAUSING', index=13, number=10,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=2190,
- serialized_end=2449,
-)
-_sym_db.RegisterEnumDescriptor(_QUERYMETA_COMPUTESTATUS)
-
-_CONNECTIONSETTING_CONNECTIONTYPE = _descriptor.EnumDescriptor(
- name='ConnectionType',
- full_name='YandexQuery.ConnectionSetting.ConnectionType',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='CONNECTION_TYPE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='YDB_DATABASE', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='CLICKHOUSE_CLUSTER', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DATA_STREAMS', index=3, number=3,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='OBJECT_STORAGE', index=4, number=4,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='MONITORING', index=5, number=5,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=8443,
- serialized_end=8588,
-)
-_sym_db.RegisterEnumDescriptor(_CONNECTIONSETTING_CONNECTIONTYPE)
-
-_BINDINGSETTING_BINDINGTYPE = _descriptor.EnumDescriptor(
- name='BindingType',
- full_name='YandexQuery.BindingSetting.BindingType',
- filename=None,
- file=DESCRIPTOR,
- create_key=_descriptor._internal_create_key,
- values=[
- _descriptor.EnumValueDescriptor(
- name='BINDING_TYPE_UNSPECIFIED', index=0, number=0,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='DATA_STREAMS', index=1, number=1,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- _descriptor.EnumValueDescriptor(
- name='OBJECT_STORAGE', index=2, number=2,
- serialized_options=None,
- type=None,
- create_key=_descriptor._internal_create_key),
- ],
- containing_type=None,
- serialized_options=None,
- serialized_start=11996,
- serialized_end=12077,
-)
-_sym_db.RegisterEnumDescriptor(_BINDINGSETTING_BINDINGTYPE)
-
-
-_ACL = _descriptor.Descriptor(
- name='Acl',
- full_name='YandexQuery.Acl',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='visibility', full_name='YandexQuery.Acl.visibility', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _ACL_VISIBILITY,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=373,
- serialized_end=493,
-)
-
-
-_LIMITS = _descriptor.Descriptor(
- name='Limits',
- full_name='YandexQuery.Limits',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='vcpu_rate_limit', full_name='YandexQuery.Limits.vcpu_rate_limit', index=0,
- number=1, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='flow_rate_limit', full_name='YandexQuery.Limits.flow_rate_limit', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='vcpu_time_limit', full_name='YandexQuery.Limits.vcpu_time_limit', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_result_size', full_name='YandexQuery.Limits.max_result_size', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='max_result_rows', full_name='YandexQuery.Limits.max_result_rows', index=4,
- number=5, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='memory_limit', full_name='YandexQuery.Limits.memory_limit', index=5,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_ttl', full_name='YandexQuery.Limits.result_ttl', index=6,
- number=7, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=496,
- serialized_end=758,
-)
-
-
-_STREAMINGDISPOSITION_FROMTIME = _descriptor.Descriptor(
- name='FromTime',
- full_name='YandexQuery.StreamingDisposition.FromTime',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='timestamp', full_name='YandexQuery.StreamingDisposition.FromTime.timestamp', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1052,
- serialized_end=1109,
-)
-
-_STREAMINGDISPOSITION_TIMEAGO = _descriptor.Descriptor(
- name='TimeAgo',
- full_name='YandexQuery.StreamingDisposition.TimeAgo',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='duration', full_name='YandexQuery.StreamingDisposition.TimeAgo.duration', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1111,
- serialized_end=1165,
-)
-
-_STREAMINGDISPOSITION = _descriptor.Descriptor(
- name='StreamingDisposition',
- full_name='YandexQuery.StreamingDisposition',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='oldest', full_name='YandexQuery.StreamingDisposition.oldest', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='fresh', full_name='YandexQuery.StreamingDisposition.fresh', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='from_time', full_name='YandexQuery.StreamingDisposition.from_time', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='time_ago', full_name='YandexQuery.StreamingDisposition.time_ago', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='from_last_checkpoint', full_name='YandexQuery.StreamingDisposition.from_last_checkpoint', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_STREAMINGDISPOSITION_FROMTIME, _STREAMINGDISPOSITION_TIMEAGO, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='disposition', full_name='YandexQuery.StreamingDisposition.disposition',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=761,
- serialized_end=1180,
-)
-
-
-_QUERYCONTENT = _descriptor.Descriptor(
- name='QueryContent',
- full_name='YandexQuery.QueryContent',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='type', full_name='YandexQuery.QueryContent.type', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='YandexQuery.QueryContent.name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='acl', full_name='YandexQuery.QueryContent.acl', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limits', full_name='YandexQuery.QueryContent.limits', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='text', full_name='YandexQuery.QueryContent.text', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\004\030\200\240\006', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='automatic', full_name='YandexQuery.QueryContent.automatic', index=5,
- number=6, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='description', full_name='YandexQuery.QueryContent.description', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200P', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _QUERYCONTENT_QUERYTYPE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1183,
- serialized_end=1483,
-)
-
-
-_COMMONMETA = _descriptor.Descriptor(
- name='CommonMeta',
- full_name='YandexQuery.CommonMeta',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='YandexQuery.CommonMeta.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='created_by', full_name='YandexQuery.CommonMeta.created_by', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='modified_by', full_name='YandexQuery.CommonMeta.modified_by', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='created_at', full_name='YandexQuery.CommonMeta.created_at', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='modified_at', full_name='YandexQuery.CommonMeta.modified_at', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='revision', full_name='YandexQuery.CommonMeta.revision', index=5,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=1486,
- serialized_end=1715,
-)
-
-
-_QUERYMETA = _descriptor.Descriptor(
- name='QueryMeta',
- full_name='YandexQuery.QueryMeta',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='common', full_name='YandexQuery.QueryMeta.common', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='started_at', full_name='YandexQuery.QueryMeta.started_at', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='finished_at', full_name='YandexQuery.QueryMeta.finished_at', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='execute_mode', full_name='YandexQuery.QueryMeta.execute_mode', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='YandexQuery.QueryMeta.status', index=4,
- number=5, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='last_job_query_revision', full_name='YandexQuery.QueryMeta.last_job_query_revision', index=5,
- number=6, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='last_job_id', full_name='YandexQuery.QueryMeta.last_job_id', index=6,
- number=7, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='expire_at', full_name='YandexQuery.QueryMeta.expire_at', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_expire_at', full_name='YandexQuery.QueryMeta.result_expire_at', index=8,
- number=9, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='started_by', full_name='YandexQuery.QueryMeta.started_by', index=9,
- number=10, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='aborted_by', full_name='YandexQuery.QueryMeta.aborted_by', index=10,
- number=11, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='paused_by', full_name='YandexQuery.QueryMeta.paused_by', index=11,
- number=12, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _QUERYMETA_COMPUTESTATUS,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='action', full_name='YandexQuery.QueryMeta.action',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=1718,
- serialized_end=2459,
-)
-
-
-_BRIEFQUERY = _descriptor.Descriptor(
- name='BriefQuery',
- full_name='YandexQuery.BriefQuery',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='type', full_name='YandexQuery.BriefQuery.type', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='YandexQuery.BriefQuery.name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='meta', full_name='YandexQuery.BriefQuery.meta', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='visibility', full_name='YandexQuery.BriefQuery.visibility', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='automatic', full_name='YandexQuery.BriefQuery.automatic', index=4,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2462,
- serialized_end=2654,
-)
-
-
-_QUERYPLAN = _descriptor.Descriptor(
- name='QueryPlan',
- full_name='YandexQuery.QueryPlan',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='json', full_name='YandexQuery.QueryPlan.json', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2656,
- serialized_end=2681,
-)
-
-
-_QUERYAST = _descriptor.Descriptor(
- name='QueryAst',
- full_name='YandexQuery.QueryAst',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='data', full_name='YandexQuery.QueryAst.data', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2683,
- serialized_end=2707,
-)
-
-
-_RESULTSETMETA = _descriptor.Descriptor(
- name='ResultSetMeta',
- full_name='YandexQuery.ResultSetMeta',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='column', full_name='YandexQuery.ResultSetMeta.column', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='rows_count', full_name='YandexQuery.ResultSetMeta.rows_count', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='truncated', full_name='YandexQuery.ResultSetMeta.truncated', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2709,
- serialized_end=2802,
-)
-
-
-_QUERY = _descriptor.Descriptor(
- name='Query',
- full_name='YandexQuery.Query',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='meta', full_name='YandexQuery.Query.meta', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='content', full_name='YandexQuery.Query.content', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='plan', full_name='YandexQuery.Query.plan', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issue', full_name='YandexQuery.Query.issue', index=3,
- number=4, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='transient_issue', full_name='YandexQuery.Query.transient_issue', index=4,
- number=5, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='statistics', full_name='YandexQuery.Query.statistics', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_set_meta', full_name='YandexQuery.Query.result_set_meta', index=6,
- number=7, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ast', full_name='YandexQuery.Query.ast', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=2805,
- serialized_end=3161,
-)
-
-
-_QUERYSTATISTICS = _descriptor.Descriptor(
- name='QueryStatistics',
- full_name='YandexQuery.QueryStatistics',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='json', full_name='YandexQuery.QueryStatistics.json', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3163,
- serialized_end=3194,
-)
-
-
-_CREATEQUERYREQUEST = _descriptor.Descriptor(
- name='CreateQueryRequest',
- full_name='YandexQuery.CreateQueryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.CreateQueryRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='content', full_name='YandexQuery.CreateQueryRequest.content', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='execute_mode', full_name='YandexQuery.CreateQueryRequest.execute_mode', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='disposition', full_name='YandexQuery.CreateQueryRequest.disposition', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='YandexQuery.CreateQueryRequest.idempotency_key', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3197,
- serialized_end=3458,
-)
-
-
-_CREATEQUERYRESPONSE = _descriptor.Descriptor(
- name='CreateQueryResponse',
- full_name='YandexQuery.CreateQueryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.CreateQueryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3460,
- serialized_end=3527,
-)
-
-
-_CREATEQUERYRESULT = _descriptor.Descriptor(
- name='CreateQueryResult',
- full_name='YandexQuery.CreateQueryResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='query_id', full_name='YandexQuery.CreateQueryResult.query_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3529,
- serialized_end=3575,
-)
-
-
-_LISTQUERIESREQUEST_FILTER = _descriptor.Descriptor(
- name='Filter',
- full_name='YandexQuery.ListQueriesRequest.Filter',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='query_type', full_name='YandexQuery.ListQueriesRequest.Filter.query_type', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='status', full_name='YandexQuery.ListQueriesRequest.Filter.status', index=1,
- number=2, type=14, cpp_type=8, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\232\346*\002\030\024', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='mode', full_name='YandexQuery.ListQueriesRequest.Filter.mode', index=2,
- number=3, type=14, cpp_type=8, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\232\346*\002\030\024', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='YandexQuery.ListQueriesRequest.Filter.name', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='created_by_me', full_name='YandexQuery.ListQueriesRequest.Filter.created_by_me', index=4,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='visibility', full_name='YandexQuery.ListQueriesRequest.Filter.visibility', index=5,
- number=6, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='automatic', full_name='YandexQuery.ListQueriesRequest.Filter.automatic', index=6,
- number=7, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3774,
- serialized_end=4091,
-)
-
-_LISTQUERIESREQUEST = _descriptor.Descriptor(
- name='ListQueriesRequest',
- full_name='YandexQuery.ListQueriesRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.ListQueriesRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='page_token', full_name='YandexQuery.ListQueriesRequest.page_token', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limit', full_name='YandexQuery.ListQueriesRequest.limit', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\010[1; 100]', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='filter', full_name='YandexQuery.ListQueriesRequest.filter', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_LISTQUERIESREQUEST_FILTER, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=3578,
- serialized_end=4091,
-)
-
-
-_LISTQUERIESRESPONSE = _descriptor.Descriptor(
- name='ListQueriesResponse',
- full_name='YandexQuery.ListQueriesResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.ListQueriesResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4093,
- serialized_end=4160,
-)
-
-
-_LISTQUERIESRESULT = _descriptor.Descriptor(
- name='ListQueriesResult',
- full_name='YandexQuery.ListQueriesResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='query', full_name='YandexQuery.ListQueriesResult.query', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='next_page_token', full_name='YandexQuery.ListQueriesResult.next_page_token', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4162,
- serialized_end=4255,
-)
-
-
-_DESCRIBEQUERYREQUEST = _descriptor.Descriptor(
- name='DescribeQueryRequest',
- full_name='YandexQuery.DescribeQueryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.DescribeQueryRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_id', full_name='YandexQuery.DescribeQueryRequest.query_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4257,
- serialized_end=4369,
-)
-
-
-_DESCRIBEQUERYRESPONSE = _descriptor.Descriptor(
- name='DescribeQueryResponse',
- full_name='YandexQuery.DescribeQueryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.DescribeQueryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4371,
- serialized_end=4440,
-)
-
-
-_DESCRIBEQUERYRESULT = _descriptor.Descriptor(
- name='DescribeQueryResult',
- full_name='YandexQuery.DescribeQueryResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='query', full_name='YandexQuery.DescribeQueryResult.query', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4442,
- serialized_end=4498,
-)
-
-
-_GETQUERYSTATUSREQUEST = _descriptor.Descriptor(
- name='GetQueryStatusRequest',
- full_name='YandexQuery.GetQueryStatusRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.GetQueryStatusRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_id', full_name='YandexQuery.GetQueryStatusRequest.query_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4500,
- serialized_end=4613,
-)
-
-
-_GETQUERYSTATUSRESPONSE = _descriptor.Descriptor(
- name='GetQueryStatusResponse',
- full_name='YandexQuery.GetQueryStatusResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.GetQueryStatusResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4615,
- serialized_end=4685,
-)
-
-
-_GETQUERYSTATUSRESULT = _descriptor.Descriptor(
- name='GetQueryStatusResult',
- full_name='YandexQuery.GetQueryStatusResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='status', full_name='YandexQuery.GetQueryStatusResult.status', index=0,
- number=1, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='meta_revision', full_name='YandexQuery.GetQueryStatusResult.meta_revision', index=1,
- number=2, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4687,
- serialized_end=4786,
-)
-
-
-_DELETEQUERYREQUEST = _descriptor.Descriptor(
- name='DeleteQueryRequest',
- full_name='YandexQuery.DeleteQueryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.DeleteQueryRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_id', full_name='YandexQuery.DeleteQueryRequest.query_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='previous_revision', full_name='YandexQuery.DeleteQueryRequest.previous_revision', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='YandexQuery.DeleteQueryRequest.idempotency_key', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4789,
- serialized_end=4970,
-)
-
-
-_DELETEQUERYRESPONSE = _descriptor.Descriptor(
- name='DeleteQueryResponse',
- full_name='YandexQuery.DeleteQueryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.DeleteQueryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=4972,
- serialized_end=5039,
-)
-
-
-_DELETEQUERYRESULT = _descriptor.Descriptor(
- name='DeleteQueryResult',
- full_name='YandexQuery.DeleteQueryResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5041,
- serialized_end=5060,
-)
-
-
-_MODIFYQUERYREQUEST = _descriptor.Descriptor(
- name='ModifyQueryRequest',
- full_name='YandexQuery.ModifyQueryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.ModifyQueryRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_id', full_name='YandexQuery.ModifyQueryRequest.query_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='content', full_name='YandexQuery.ModifyQueryRequest.content', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='execute_mode', full_name='YandexQuery.ModifyQueryRequest.execute_mode', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='disposition', full_name='YandexQuery.ModifyQueryRequest.disposition', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='state_load_mode', full_name='YandexQuery.ModifyQueryRequest.state_load_mode', index=5,
- number=6, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='previous_revision', full_name='YandexQuery.ModifyQueryRequest.previous_revision', index=6,
- number=7, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='YandexQuery.ModifyQueryRequest.idempotency_key', index=7,
- number=8, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5063,
- serialized_end=5445,
-)
-
-
-_MODIFYQUERYRESPONSE = _descriptor.Descriptor(
- name='ModifyQueryResponse',
- full_name='YandexQuery.ModifyQueryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.ModifyQueryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5447,
- serialized_end=5514,
-)
-
-
-_MODIFYQUERYRESULT = _descriptor.Descriptor(
- name='ModifyQueryResult',
- full_name='YandexQuery.ModifyQueryResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5516,
- serialized_end=5535,
-)
-
-
-_CONTROLQUERYREQUEST = _descriptor.Descriptor(
- name='ControlQueryRequest',
- full_name='YandexQuery.ControlQueryRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.ControlQueryRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_id', full_name='YandexQuery.ControlQueryRequest.query_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='action', full_name='YandexQuery.ControlQueryRequest.action', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='previous_revision', full_name='YandexQuery.ControlQueryRequest.previous_revision', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='YandexQuery.ControlQueryRequest.idempotency_key', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5538,
- serialized_end=5762,
-)
-
-
-_CONTROLQUERYRESPONSE = _descriptor.Descriptor(
- name='ControlQueryResponse',
- full_name='YandexQuery.ControlQueryResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.ControlQueryResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5764,
- serialized_end=5832,
-)
-
-
-_CONTROLQUERYRESULT = _descriptor.Descriptor(
- name='ControlQueryResult',
- full_name='YandexQuery.ControlQueryResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5834,
- serialized_end=5854,
-)
-
-
-_BRIEFJOB = _descriptor.Descriptor(
- name='BriefJob',
- full_name='YandexQuery.BriefJob',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='meta', full_name='YandexQuery.BriefJob.meta', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_meta', full_name='YandexQuery.BriefJob.query_meta', index=1,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_name', full_name='YandexQuery.BriefJob.query_name', index=2,
- number=9, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='visibility', full_name='YandexQuery.BriefJob.visibility', index=3,
- number=10, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='automatic', full_name='YandexQuery.BriefJob.automatic', index=4,
- number=11, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='expire_at', full_name='YandexQuery.BriefJob.expire_at', index=5,
- number=12, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=5857,
- serialized_end=6085,
-)
-
-
-_JOB = _descriptor.Descriptor(
- name='Job',
- full_name='YandexQuery.Job',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='meta', full_name='YandexQuery.Job.meta', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='text', full_name='YandexQuery.Job.text', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_meta', full_name='YandexQuery.Job.query_meta', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='plan', full_name='YandexQuery.Job.plan', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='issue', full_name='YandexQuery.Job.issue', index=4,
- number=5, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='statistics', full_name='YandexQuery.Job.statistics', index=5,
- number=6, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_set_meta', full_name='YandexQuery.Job.result_set_meta', index=6,
- number=7, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='ast', full_name='YandexQuery.Job.ast', index=7,
- number=8, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_name', full_name='YandexQuery.Job.query_name', index=8,
- number=9, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='acl', full_name='YandexQuery.Job.acl', index=9,
- number=10, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='automatic', full_name='YandexQuery.Job.automatic', index=10,
- number=11, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='expire_at', full_name='YandexQuery.Job.expire_at', index=11,
- number=12, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6088,
- serialized_end=6524,
-)
-
-
-_LISTJOBSREQUEST_FILTER = _descriptor.Descriptor(
- name='Filter',
- full_name='YandexQuery.ListJobsRequest.Filter',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='query_id', full_name='YandexQuery.ListJobsRequest.Filter.query_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='created_by_me', full_name='YandexQuery.ListJobsRequest.Filter.created_by_me', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6734,
- serialized_end=6792,
-)
-
-_LISTJOBSREQUEST = _descriptor.Descriptor(
- name='ListJobsRequest',
- full_name='YandexQuery.ListJobsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.ListJobsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='page_token', full_name='YandexQuery.ListJobsRequest.page_token', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limit', full_name='YandexQuery.ListJobsRequest.limit', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\010[1; 100]', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_id', full_name='YandexQuery.ListJobsRequest.query_id', index=3,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='filter', full_name='YandexQuery.ListJobsRequest.filter', index=4,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_LISTJOBSREQUEST_FILTER, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6527,
- serialized_end=6792,
-)
-
-
-_LISTJOBSRESPONSE = _descriptor.Descriptor(
- name='ListJobsResponse',
- full_name='YandexQuery.ListJobsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.ListJobsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6794,
- serialized_end=6858,
-)
-
-
-_LISTJOBSRESULT = _descriptor.Descriptor(
- name='ListJobsResult',
- full_name='YandexQuery.ListJobsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='job', full_name='YandexQuery.ListJobsResult.job', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='next_page_token', full_name='YandexQuery.ListJobsResult.next_page_token', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6860,
- serialized_end=6946,
-)
-
-
-_DESCRIBEJOBREQUEST = _descriptor.Descriptor(
- name='DescribeJobRequest',
- full_name='YandexQuery.DescribeJobRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.DescribeJobRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='job_id', full_name='YandexQuery.DescribeJobRequest.job_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=6948,
- serialized_end=7056,
-)
-
-
-_DESCRIBEJOBRESPONSE = _descriptor.Descriptor(
- name='DescribeJobResponse',
- full_name='YandexQuery.DescribeJobResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.DescribeJobResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7058,
- serialized_end=7125,
-)
-
-
-_DESCRIBEJOBRESULT = _descriptor.Descriptor(
- name='DescribeJobResult',
- full_name='YandexQuery.DescribeJobResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='job', full_name='YandexQuery.DescribeJobResult.job', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7127,
- serialized_end=7177,
-)
-
-
-_CURRENTIAMTOKENAUTH = _descriptor.Descriptor(
- name='CurrentIAMTokenAuth',
- full_name='YandexQuery.CurrentIAMTokenAuth',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7179,
- serialized_end=7200,
-)
-
-
-_NONEAUTH = _descriptor.Descriptor(
- name='NoneAuth',
- full_name='YandexQuery.NoneAuth',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7202,
- serialized_end=7212,
-)
-
-
-_SERVICEACCOUNTAUTH = _descriptor.Descriptor(
- name='ServiceAccountAuth',
- full_name='YandexQuery.ServiceAccountAuth',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='id', full_name='YandexQuery.ServiceAccountAuth.id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7214,
- serialized_end=7255,
-)
-
-
-_IAMAUTH = _descriptor.Descriptor(
- name='IamAuth',
- full_name='YandexQuery.IamAuth',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='current_iam', full_name='YandexQuery.IamAuth.current_iam', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='service_account', full_name='YandexQuery.IamAuth.service_account', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='none', full_name='YandexQuery.IamAuth.none', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='identity', full_name='YandexQuery.IamAuth.identity',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=7258,
- serialized_end=7435,
-)
-
-
-_DATASTREAMS = _descriptor.Descriptor(
- name='DataStreams',
- full_name='YandexQuery.DataStreams',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='database_id', full_name='YandexQuery.DataStreams.database_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='auth', full_name='YandexQuery.DataStreams.auth', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='endpoint', full_name='YandexQuery.DataStreams.endpoint', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='database', full_name='YandexQuery.DataStreams.database', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='secure', full_name='YandexQuery.DataStreams.secure', index=4,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7438,
- serialized_end=7587,
-)
-
-
-_MONITORING = _descriptor.Descriptor(
- name='Monitoring',
- full_name='YandexQuery.Monitoring',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='project', full_name='YandexQuery.Monitoring.project', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\310\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='cluster', full_name='YandexQuery.Monitoring.cluster', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\310\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='auth', full_name='YandexQuery.Monitoring.auth', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7589,
- serialized_end=7689,
-)
-
-
-_YDBDATABASE = _descriptor.Descriptor(
- name='YdbDatabase',
- full_name='YandexQuery.YdbDatabase',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='database_id', full_name='YandexQuery.YdbDatabase.database_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='auth', full_name='YandexQuery.YdbDatabase.auth', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='endpoint', full_name='YandexQuery.YdbDatabase.endpoint', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='database', full_name='YandexQuery.YdbDatabase.database', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='secure', full_name='YandexQuery.YdbDatabase.secure', index=4,
- number=5, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7692,
- serialized_end=7841,
-)
-
-
-_CLICKHOUSECLUSTER = _descriptor.Descriptor(
- name='ClickHouseCluster',
- full_name='YandexQuery.ClickHouseCluster',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='database_id', full_name='YandexQuery.ClickHouseCluster.database_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='login', full_name='YandexQuery.ClickHouseCluster.login', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010\270\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='password', full_name='YandexQuery.ClickHouseCluster.password', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010\270\346*\001', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='auth', full_name='YandexQuery.ClickHouseCluster.auth', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='host', full_name='YandexQuery.ClickHouseCluster.host', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='port', full_name='YandexQuery.ClickHouseCluster.port', index=5,
- number=6, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\n[0; 65536]', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='secure', full_name='YandexQuery.ClickHouseCluster.secure', index=6,
- number=7, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=7844,
- serialized_end=8057,
-)
-
-
-_OBJECTSTORAGECONNECTION = _descriptor.Descriptor(
- name='ObjectStorageConnection',
- full_name='YandexQuery.ObjectStorageConnection',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='bucket', full_name='YandexQuery.ObjectStorageConnection.bucket', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='auth', full_name='YandexQuery.ObjectStorageConnection.auth', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8059,
- serialized_end=8145,
-)
-
-
-_CONNECTIONSETTING = _descriptor.Descriptor(
- name='ConnectionSetting',
- full_name='YandexQuery.ConnectionSetting',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='ydb_database', full_name='YandexQuery.ConnectionSetting.ydb_database', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='clickhouse_cluster', full_name='YandexQuery.ConnectionSetting.clickhouse_cluster', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='data_streams', full_name='YandexQuery.ConnectionSetting.data_streams', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='object_storage', full_name='YandexQuery.ConnectionSetting.object_storage', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='monitoring', full_name='YandexQuery.ConnectionSetting.monitoring', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _CONNECTIONSETTING_CONNECTIONTYPE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='connection', full_name='YandexQuery.ConnectionSetting.connection',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=8148,
- serialized_end=8602,
-)
-
-
-_CONNECTIONCONTENT = _descriptor.Descriptor(
- name='ConnectionContent',
- full_name='YandexQuery.ConnectionContent',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='YandexQuery.ConnectionContent.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='setting', full_name='YandexQuery.ConnectionContent.setting', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='acl', full_name='YandexQuery.ConnectionContent.acl', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='description', full_name='YandexQuery.ConnectionContent.description', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200P', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8605,
- serialized_end=8761,
-)
-
-
-_CONNECTION = _descriptor.Descriptor(
- name='Connection',
- full_name='YandexQuery.Connection',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='content', full_name='YandexQuery.Connection.content', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='meta', full_name='YandexQuery.Connection.meta', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8763,
- serialized_end=8863,
-)
-
-
-_CREATECONNECTIONREQUEST = _descriptor.Descriptor(
- name='CreateConnectionRequest',
- full_name='YandexQuery.CreateConnectionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.CreateConnectionRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='content', full_name='YandexQuery.CreateConnectionRequest.content', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='YandexQuery.CreateConnectionRequest.idempotency_key', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=8866,
- serialized_end=9033,
-)
-
-
-_CREATECONNECTIONRESPONSE = _descriptor.Descriptor(
- name='CreateConnectionResponse',
- full_name='YandexQuery.CreateConnectionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.CreateConnectionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9035,
- serialized_end=9107,
-)
-
-
-_CREATECONNECTIONRESULT = _descriptor.Descriptor(
- name='CreateConnectionResult',
- full_name='YandexQuery.CreateConnectionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='connection_id', full_name='YandexQuery.CreateConnectionResult.connection_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9109,
- serialized_end=9169,
-)
-
-
-_LISTCONNECTIONSREQUEST_FILTER = _descriptor.Descriptor(
- name='Filter',
- full_name='YandexQuery.ListConnectionsRequest.Filter',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='YandexQuery.ListConnectionsRequest.Filter.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='created_by_me', full_name='YandexQuery.ListConnectionsRequest.Filter.created_by_me', index=1,
- number=2, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_type', full_name='YandexQuery.ListConnectionsRequest.Filter.connection_type', index=2,
- number=3, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9375,
- serialized_end=9501,
-)
-
-_LISTCONNECTIONSREQUEST = _descriptor.Descriptor(
- name='ListConnectionsRequest',
- full_name='YandexQuery.ListConnectionsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.ListConnectionsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='page_token', full_name='YandexQuery.ListConnectionsRequest.page_token', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limit', full_name='YandexQuery.ListConnectionsRequest.limit', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\010[1; 100]', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='filter', full_name='YandexQuery.ListConnectionsRequest.filter', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_LISTCONNECTIONSREQUEST_FILTER, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9172,
- serialized_end=9501,
-)
-
-
-_LISTCONNECTIONSRESPONSE = _descriptor.Descriptor(
- name='ListConnectionsResponse',
- full_name='YandexQuery.ListConnectionsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.ListConnectionsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9503,
- serialized_end=9574,
-)
-
-
-_LISTCONNECTIONSRESULT = _descriptor.Descriptor(
- name='ListConnectionsResult',
- full_name='YandexQuery.ListConnectionsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='connection', full_name='YandexQuery.ListConnectionsResult.connection', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='next_page_token', full_name='YandexQuery.ListConnectionsResult.next_page_token', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9576,
- serialized_end=9678,
-)
-
-
-_DESCRIBECONNECTIONREQUEST = _descriptor.Descriptor(
- name='DescribeConnectionRequest',
- full_name='YandexQuery.DescribeConnectionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.DescribeConnectionRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_id', full_name='YandexQuery.DescribeConnectionRequest.connection_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9680,
- serialized_end=9802,
-)
-
-
-_DESCRIBECONNECTIONRESPONSE = _descriptor.Descriptor(
- name='DescribeConnectionResponse',
- full_name='YandexQuery.DescribeConnectionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.DescribeConnectionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9804,
- serialized_end=9878,
-)
-
-
-_DESCRIBECONNECTIONRESULT = _descriptor.Descriptor(
- name='DescribeConnectionResult',
- full_name='YandexQuery.DescribeConnectionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='connection', full_name='YandexQuery.DescribeConnectionResult.connection', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9880,
- serialized_end=9951,
-)
-
-
-_MODIFYCONNECTIONREQUEST = _descriptor.Descriptor(
- name='ModifyConnectionRequest',
- full_name='YandexQuery.ModifyConnectionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.ModifyConnectionRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_id', full_name='YandexQuery.ModifyConnectionRequest.connection_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='content', full_name='YandexQuery.ModifyConnectionRequest.content', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='previous_revision', full_name='YandexQuery.ModifyConnectionRequest.previous_revision', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='YandexQuery.ModifyConnectionRequest.idempotency_key', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=9954,
- serialized_end=10194,
-)
-
-
-_MODIFYCONNECTIONRESPONSE = _descriptor.Descriptor(
- name='ModifyConnectionResponse',
- full_name='YandexQuery.ModifyConnectionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.ModifyConnectionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10196,
- serialized_end=10268,
-)
-
-
-_MODIFYCONNECTIONRESULT = _descriptor.Descriptor(
- name='ModifyConnectionResult',
- full_name='YandexQuery.ModifyConnectionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10270,
- serialized_end=10294,
-)
-
-
-_DELETECONNECTIONREQUEST = _descriptor.Descriptor(
- name='DeleteConnectionRequest',
- full_name='YandexQuery.DeleteConnectionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.DeleteConnectionRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_id', full_name='YandexQuery.DeleteConnectionRequest.connection_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='previous_revision', full_name='YandexQuery.DeleteConnectionRequest.previous_revision', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='YandexQuery.DeleteConnectionRequest.idempotency_key', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10297,
- serialized_end=10488,
-)
-
-
-_DELETECONNECTIONRESPONSE = _descriptor.Descriptor(
- name='DeleteConnectionResponse',
- full_name='YandexQuery.DeleteConnectionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.DeleteConnectionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10490,
- serialized_end=10562,
-)
-
-
-_DELETECONNECTIONRESULT = _descriptor.Descriptor(
- name='DeleteConnectionResult',
- full_name='YandexQuery.DeleteConnectionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10564,
- serialized_end=10588,
-)
-
-
-_TESTCONNECTIONREQUEST = _descriptor.Descriptor(
- name='TestConnectionRequest',
- full_name='YandexQuery.TestConnectionRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.TestConnectionRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='setting', full_name='YandexQuery.TestConnectionRequest.setting', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10591,
- serialized_end=10722,
-)
-
-
-_TESTCONNECTIONRESPONSE = _descriptor.Descriptor(
- name='TestConnectionResponse',
- full_name='YandexQuery.TestConnectionResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.TestConnectionResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10724,
- serialized_end=10794,
-)
-
-
-_TESTCONNECTIONRESULT = _descriptor.Descriptor(
- name='TestConnectionResult',
- full_name='YandexQuery.TestConnectionResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10796,
- serialized_end=10818,
-)
-
-
-_GETRESULTDATAREQUEST = _descriptor.Descriptor(
- name='GetResultDataRequest',
- full_name='YandexQuery.GetResultDataRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.GetResultDataRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='query_id', full_name='YandexQuery.GetResultDataRequest.query_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='result_set_index', full_name='YandexQuery.GetResultDataRequest.result_set_index', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='offset', full_name='YandexQuery.GetResultDataRequest.offset', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limit', full_name='YandexQuery.GetResultDataRequest.limit', index=4,
- number=5, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\t[1; 1000]', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=10821,
- serialized_end=11025,
-)
-
-
-_GETRESULTDATARESPONSE = _descriptor.Descriptor(
- name='GetResultDataResponse',
- full_name='YandexQuery.GetResultDataResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.GetResultDataResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11027,
- serialized_end=11096,
-)
-
-
-_GETRESULTDATARESULT = _descriptor.Descriptor(
- name='GetResultDataResult',
- full_name='YandexQuery.GetResultDataResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='result_set', full_name='YandexQuery.GetResultDataResult.result_set', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11098,
- serialized_end=11155,
-)
-
-
-_SCHEMA = _descriptor.Descriptor(
- name='Schema',
- full_name='YandexQuery.Schema',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='column', full_name='YandexQuery.Schema.column', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\232\346*\002\030d', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11157,
- serialized_end=11202,
-)
-
-
-_DATASTREAMSBINDING_FORMATSETTINGENTRY = _descriptor.Descriptor(
- name='FormatSettingEntry',
- full_name='YandexQuery.DataStreamsBinding.FormatSettingEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='YandexQuery.DataStreamsBinding.FormatSettingEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='YandexQuery.DataStreamsBinding.FormatSettingEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11437,
- serialized_end=11489,
-)
-
-_DATASTREAMSBINDING = _descriptor.Descriptor(
- name='DataStreamsBinding',
- full_name='YandexQuery.DataStreamsBinding',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='stream_name', full_name='YandexQuery.DataStreamsBinding.stream_name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='format', full_name='YandexQuery.DataStreamsBinding.format', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='compression', full_name='YandexQuery.DataStreamsBinding.compression', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema', full_name='YandexQuery.DataStreamsBinding.schema', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='format_setting', full_name='YandexQuery.DataStreamsBinding.format_setting', index=4,
- number=5, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\232\346*\002\030d', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_DATASTREAMSBINDING_FORMATSETTINGENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11205,
- serialized_end=11489,
-)
-
-
-_OBJECTSTORAGEBINDING_SUBSET_FORMATSETTINGENTRY = _descriptor.Descriptor(
- name='FormatSettingEntry',
- full_name='YandexQuery.ObjectStorageBinding.Subset.FormatSettingEntry',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='key', full_name='YandexQuery.ObjectStorageBinding.Subset.FormatSettingEntry.key', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='value', full_name='YandexQuery.ObjectStorageBinding.Subset.FormatSettingEntry.value', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=b'8\001',
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11437,
- serialized_end=11489,
-)
-
-_OBJECTSTORAGEBINDING_SUBSET = _descriptor.Descriptor(
- name='Subset',
- full_name='YandexQuery.ObjectStorageBinding.Subset',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='path_pattern', full_name='YandexQuery.ObjectStorageBinding.Subset.path_pattern', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='format', full_name='YandexQuery.ObjectStorageBinding.Subset.format', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='format_setting', full_name='YandexQuery.ObjectStorageBinding.Subset.format_setting', index=2,
- number=3, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\232\346*\002\030d', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='compression', full_name='YandexQuery.ObjectStorageBinding.Subset.compression', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='schema', full_name='YandexQuery.ObjectStorageBinding.Subset.schema', index=4,
- number=5, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_OBJECTSTORAGEBINDING_SUBSET_FORMATSETTINGENTRY, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11575,
- serialized_end=11857,
-)
-
-_OBJECTSTORAGEBINDING = _descriptor.Descriptor(
- name='ObjectStorageBinding',
- full_name='YandexQuery.ObjectStorageBinding',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='subset', full_name='YandexQuery.ObjectStorageBinding.subset', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_OBJECTSTORAGEBINDING_SUBSET, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=11492,
- serialized_end=11857,
-)
-
-
-_BINDINGSETTING = _descriptor.Descriptor(
- name='BindingSetting',
- full_name='YandexQuery.BindingSetting',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='data_streams', full_name='YandexQuery.BindingSetting.data_streams', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='object_storage', full_name='YandexQuery.BindingSetting.object_storage', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- _BINDINGSETTING_BINDINGTYPE,
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- _descriptor.OneofDescriptor(
- name='binding', full_name='YandexQuery.BindingSetting.binding',
- index=0, containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[]),
- ],
- serialized_start=11860,
- serialized_end=12088,
-)
-
-
-_BRIEFBINDING = _descriptor.Descriptor(
- name='BriefBinding',
- full_name='YandexQuery.BriefBinding',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='YandexQuery.BriefBinding.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_id', full_name='YandexQuery.BriefBinding.connection_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='meta', full_name='YandexQuery.BriefBinding.meta', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='type', full_name='YandexQuery.BriefBinding.type', index=3,
- number=4, type=14, cpp_type=8, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12091,
- serialized_end=12262,
-)
-
-
-_BINDINGCONTENT = _descriptor.Descriptor(
- name='BindingContent',
- full_name='YandexQuery.BindingContent',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='name', full_name='YandexQuery.BindingContent.name', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='connection_id', full_name='YandexQuery.BindingContent.connection_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='setting', full_name='YandexQuery.BindingContent.setting', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='acl', full_name='YandexQuery.BindingContent.acl', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='description', full_name='YandexQuery.BindingContent.description', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200P', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12265,
- serialized_end=12451,
-)
-
-
-_BINDING = _descriptor.Descriptor(
- name='Binding',
- full_name='YandexQuery.Binding',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='content', full_name='YandexQuery.Binding.content', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='meta', full_name='YandexQuery.Binding.meta', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12453,
- serialized_end=12547,
-)
-
-
-_CREATEBINDINGREQUEST = _descriptor.Descriptor(
- name='CreateBindingRequest',
- full_name='YandexQuery.CreateBindingRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.CreateBindingRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='content', full_name='YandexQuery.CreateBindingRequest.content', index=1,
- number=2, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='YandexQuery.CreateBindingRequest.idempotency_key', index=2,
- number=3, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12550,
- serialized_end=12711,
-)
-
-
-_CREATEBINDINGRESPONSE = _descriptor.Descriptor(
- name='CreateBindingResponse',
- full_name='YandexQuery.CreateBindingResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.CreateBindingResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12713,
- serialized_end=12782,
-)
-
-
-_CREATEBINDINGRESULT = _descriptor.Descriptor(
- name='CreateBindingResult',
- full_name='YandexQuery.CreateBindingResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='binding_id', full_name='YandexQuery.CreateBindingResult.binding_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12784,
- serialized_end=12838,
-)
-
-
-_LISTBINDINGSREQUEST_FILTER = _descriptor.Descriptor(
- name='Filter',
- full_name='YandexQuery.ListBindingsRequest.Filter',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='connection_id', full_name='YandexQuery.ListBindingsRequest.Filter.connection_id', index=0,
- number=1, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='name', full_name='YandexQuery.ListBindingsRequest.Filter.name', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='created_by_me', full_name='YandexQuery.ListBindingsRequest.Filter.created_by_me', index=2,
- number=3, type=8, cpp_type=7, label=1,
- has_default_value=False, default_value=False,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13038,
- serialized_end=13124,
-)
-
-_LISTBINDINGSREQUEST = _descriptor.Descriptor(
- name='ListBindingsRequest',
- full_name='YandexQuery.ListBindingsRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.ListBindingsRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='page_token', full_name='YandexQuery.ListBindingsRequest.page_token', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='limit', full_name='YandexQuery.ListBindingsRequest.limit', index=2,
- number=3, type=5, cpp_type=1, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\010[1; 100]', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='filter', full_name='YandexQuery.ListBindingsRequest.filter', index=3,
- number=4, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[_LISTBINDINGSREQUEST_FILTER, ],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=12841,
- serialized_end=13124,
-)
-
-
-_LISTBINDINGSRESPONSE = _descriptor.Descriptor(
- name='ListBindingsResponse',
- full_name='YandexQuery.ListBindingsResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.ListBindingsResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13126,
- serialized_end=13194,
-)
-
-
-_LISTBINDINGSRESULT = _descriptor.Descriptor(
- name='ListBindingsResult',
- full_name='YandexQuery.ListBindingsResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='binding', full_name='YandexQuery.ListBindingsResult.binding', index=0,
- number=1, type=11, cpp_type=10, label=3,
- has_default_value=False, default_value=[],
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='next_page_token', full_name='YandexQuery.ListBindingsResult.next_page_token', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13196,
- serialized_end=13294,
-)
-
-
-_DESCRIBEBINDINGREQUEST = _descriptor.Descriptor(
- name='DescribeBindingRequest',
- full_name='YandexQuery.DescribeBindingRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.DescribeBindingRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='binding_id', full_name='YandexQuery.DescribeBindingRequest.binding_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13296,
- serialized_end=13412,
-)
-
-
-_DESCRIBEBINDINGRESPONSE = _descriptor.Descriptor(
- name='DescribeBindingResponse',
- full_name='YandexQuery.DescribeBindingResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.DescribeBindingResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13414,
- serialized_end=13485,
-)
-
-
-_DESCRIBEBINDINGRESULT = _descriptor.Descriptor(
- name='DescribeBindingResult',
- full_name='YandexQuery.DescribeBindingResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='binding', full_name='YandexQuery.DescribeBindingResult.binding', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13487,
- serialized_end=13549,
-)
-
-
-_MODIFYBINDINGREQUEST = _descriptor.Descriptor(
- name='ModifyBindingRequest',
- full_name='YandexQuery.ModifyBindingRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.ModifyBindingRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='binding_id', full_name='YandexQuery.ModifyBindingRequest.binding_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='content', full_name='YandexQuery.ModifyBindingRequest.content', index=2,
- number=3, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='previous_revision', full_name='YandexQuery.ModifyBindingRequest.previous_revision', index=3,
- number=4, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='YandexQuery.ModifyBindingRequest.idempotency_key', index=4,
- number=5, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13552,
- serialized_end=13783,
-)
-
-
-_MODIFYBINDINGRESPONSE = _descriptor.Descriptor(
- name='ModifyBindingResponse',
- full_name='YandexQuery.ModifyBindingResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.ModifyBindingResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13785,
- serialized_end=13854,
-)
-
-
-_MODIFYBINDINGRESULT = _descriptor.Descriptor(
- name='ModifyBindingResult',
- full_name='YandexQuery.ModifyBindingResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13856,
- serialized_end=13877,
-)
-
-
-_DELETEBINDINGREQUEST = _descriptor.Descriptor(
- name='DeleteBindingRequest',
- full_name='YandexQuery.DeleteBindingRequest',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation_params', full_name='YandexQuery.DeleteBindingRequest.operation_params', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='binding_id', full_name='YandexQuery.DeleteBindingRequest.binding_id', index=1,
- number=2, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\007\n\005\010\001\020\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='previous_revision', full_name='YandexQuery.DeleteBindingRequest.previous_revision', index=2,
- number=3, type=3, cpp_type=2, label=1,
- has_default_value=False, default_value=0,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\262\346*\004>= 0', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- _descriptor.FieldDescriptor(
- name='idempotency_key', full_name='YandexQuery.DeleteBindingRequest.idempotency_key', index=3,
- number=4, type=9, cpp_type=9, label=1,
- has_default_value=False, default_value=b"".decode('utf-8'),
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=b'\242\346*\003\030\200\010', file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=13880,
- serialized_end=14065,
-)
-
-
-_DELETEBINDINGRESPONSE = _descriptor.Descriptor(
- name='DeleteBindingResponse',
- full_name='YandexQuery.DeleteBindingResponse',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- _descriptor.FieldDescriptor(
- name='operation', full_name='YandexQuery.DeleteBindingResponse.operation', index=0,
- number=1, type=11, cpp_type=10, label=1,
- has_default_value=False, default_value=None,
- message_type=None, enum_type=None, containing_type=None,
- is_extension=False, extension_scope=None,
- serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key),
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=14067,
- serialized_end=14136,
-)
-
-
-_DELETEBINDINGRESULT = _descriptor.Descriptor(
- name='DeleteBindingResult',
- full_name='YandexQuery.DeleteBindingResult',
- filename=None,
- file=DESCRIPTOR,
- containing_type=None,
- create_key=_descriptor._internal_create_key,
- fields=[
- ],
- extensions=[
- ],
- nested_types=[],
- enum_types=[
- ],
- serialized_options=None,
- is_extendable=False,
- syntax='proto3',
- extension_ranges=[],
- oneofs=[
- ],
- serialized_start=14138,
- serialized_end=14159,
-)
-
-_ACL.fields_by_name['visibility'].enum_type = _ACL_VISIBILITY
-_ACL_VISIBILITY.containing_type = _ACL
-_LIMITS.fields_by_name['result_ttl'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION
-_STREAMINGDISPOSITION_FROMTIME.fields_by_name['timestamp'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_STREAMINGDISPOSITION_FROMTIME.containing_type = _STREAMINGDISPOSITION
-_STREAMINGDISPOSITION_TIMEAGO.fields_by_name['duration'].message_type = google_dot_protobuf_dot_duration__pb2._DURATION
-_STREAMINGDISPOSITION_TIMEAGO.containing_type = _STREAMINGDISPOSITION
-_STREAMINGDISPOSITION.fields_by_name['oldest'].message_type = google_dot_protobuf_dot_empty__pb2._EMPTY
-_STREAMINGDISPOSITION.fields_by_name['fresh'].message_type = google_dot_protobuf_dot_empty__pb2._EMPTY
-_STREAMINGDISPOSITION.fields_by_name['from_time'].message_type = _STREAMINGDISPOSITION_FROMTIME
-_STREAMINGDISPOSITION.fields_by_name['time_ago'].message_type = _STREAMINGDISPOSITION_TIMEAGO
-_STREAMINGDISPOSITION.fields_by_name['from_last_checkpoint'].message_type = google_dot_protobuf_dot_empty__pb2._EMPTY
-_STREAMINGDISPOSITION.oneofs_by_name['disposition'].fields.append(
- _STREAMINGDISPOSITION.fields_by_name['oldest'])
-_STREAMINGDISPOSITION.fields_by_name['oldest'].containing_oneof = _STREAMINGDISPOSITION.oneofs_by_name['disposition']
-_STREAMINGDISPOSITION.oneofs_by_name['disposition'].fields.append(
- _STREAMINGDISPOSITION.fields_by_name['fresh'])
-_STREAMINGDISPOSITION.fields_by_name['fresh'].containing_oneof = _STREAMINGDISPOSITION.oneofs_by_name['disposition']
-_STREAMINGDISPOSITION.oneofs_by_name['disposition'].fields.append(
- _STREAMINGDISPOSITION.fields_by_name['from_time'])
-_STREAMINGDISPOSITION.fields_by_name['from_time'].containing_oneof = _STREAMINGDISPOSITION.oneofs_by_name['disposition']
-_STREAMINGDISPOSITION.oneofs_by_name['disposition'].fields.append(
- _STREAMINGDISPOSITION.fields_by_name['time_ago'])
-_STREAMINGDISPOSITION.fields_by_name['time_ago'].containing_oneof = _STREAMINGDISPOSITION.oneofs_by_name['disposition']
-_STREAMINGDISPOSITION.oneofs_by_name['disposition'].fields.append(
- _STREAMINGDISPOSITION.fields_by_name['from_last_checkpoint'])
-_STREAMINGDISPOSITION.fields_by_name['from_last_checkpoint'].containing_oneof = _STREAMINGDISPOSITION.oneofs_by_name['disposition']
-_QUERYCONTENT.fields_by_name['type'].enum_type = _QUERYCONTENT_QUERYTYPE
-_QUERYCONTENT.fields_by_name['acl'].message_type = _ACL
-_QUERYCONTENT.fields_by_name['limits'].message_type = _LIMITS
-_QUERYCONTENT_QUERYTYPE.containing_type = _QUERYCONTENT
-_COMMONMETA.fields_by_name['created_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_COMMONMETA.fields_by_name['modified_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_QUERYMETA.fields_by_name['common'].message_type = _COMMONMETA
-_QUERYMETA.fields_by_name['started_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_QUERYMETA.fields_by_name['finished_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_QUERYMETA.fields_by_name['execute_mode'].enum_type = _EXECUTEMODE
-_QUERYMETA.fields_by_name['status'].enum_type = _QUERYMETA_COMPUTESTATUS
-_QUERYMETA.fields_by_name['expire_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_QUERYMETA.fields_by_name['result_expire_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_QUERYMETA_COMPUTESTATUS.containing_type = _QUERYMETA
-_QUERYMETA.oneofs_by_name['action'].fields.append(
- _QUERYMETA.fields_by_name['aborted_by'])
-_QUERYMETA.fields_by_name['aborted_by'].containing_oneof = _QUERYMETA.oneofs_by_name['action']
-_QUERYMETA.oneofs_by_name['action'].fields.append(
- _QUERYMETA.fields_by_name['paused_by'])
-_QUERYMETA.fields_by_name['paused_by'].containing_oneof = _QUERYMETA.oneofs_by_name['action']
-_BRIEFQUERY.fields_by_name['type'].enum_type = _QUERYCONTENT_QUERYTYPE
-_BRIEFQUERY.fields_by_name['meta'].message_type = _QUERYMETA
-_BRIEFQUERY.fields_by_name['visibility'].enum_type = _ACL_VISIBILITY
-_RESULTSETMETA.fields_by_name['column'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._COLUMN
-_QUERY.fields_by_name['meta'].message_type = _QUERYMETA
-_QUERY.fields_by_name['content'].message_type = _QUERYCONTENT
-_QUERY.fields_by_name['plan'].message_type = _QUERYPLAN
-_QUERY.fields_by_name['issue'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_QUERY.fields_by_name['transient_issue'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_QUERY.fields_by_name['statistics'].message_type = _QUERYSTATISTICS
-_QUERY.fields_by_name['result_set_meta'].message_type = _RESULTSETMETA
-_QUERY.fields_by_name['ast'].message_type = _QUERYAST
-_CREATEQUERYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATEQUERYREQUEST.fields_by_name['content'].message_type = _QUERYCONTENT
-_CREATEQUERYREQUEST.fields_by_name['execute_mode'].enum_type = _EXECUTEMODE
-_CREATEQUERYREQUEST.fields_by_name['disposition'].message_type = _STREAMINGDISPOSITION
-_CREATEQUERYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTQUERIESREQUEST_FILTER.fields_by_name['query_type'].enum_type = _QUERYCONTENT_QUERYTYPE
-_LISTQUERIESREQUEST_FILTER.fields_by_name['status'].enum_type = _QUERYMETA_COMPUTESTATUS
-_LISTQUERIESREQUEST_FILTER.fields_by_name['mode'].enum_type = _EXECUTEMODE
-_LISTQUERIESREQUEST_FILTER.fields_by_name['visibility'].enum_type = _ACL_VISIBILITY
-_LISTQUERIESREQUEST_FILTER.fields_by_name['automatic'].enum_type = _AUTOMATICTYPE
-_LISTQUERIESREQUEST_FILTER.containing_type = _LISTQUERIESREQUEST
-_LISTQUERIESREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LISTQUERIESREQUEST.fields_by_name['filter'].message_type = _LISTQUERIESREQUEST_FILTER
-_LISTQUERIESRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTQUERIESRESULT.fields_by_name['query'].message_type = _BRIEFQUERY
-_DESCRIBEQUERYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBEQUERYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBEQUERYRESULT.fields_by_name['query'].message_type = _QUERY
-_GETQUERYSTATUSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_GETQUERYSTATUSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_GETQUERYSTATUSRESULT.fields_by_name['status'].enum_type = _QUERYMETA_COMPUTESTATUS
-_DELETEQUERYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DELETEQUERYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_MODIFYQUERYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_MODIFYQUERYREQUEST.fields_by_name['content'].message_type = _QUERYCONTENT
-_MODIFYQUERYREQUEST.fields_by_name['execute_mode'].enum_type = _EXECUTEMODE
-_MODIFYQUERYREQUEST.fields_by_name['disposition'].message_type = _STREAMINGDISPOSITION
-_MODIFYQUERYREQUEST.fields_by_name['state_load_mode'].enum_type = _STATELOADMODE
-_MODIFYQUERYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_CONTROLQUERYREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CONTROLQUERYREQUEST.fields_by_name['action'].enum_type = _QUERYACTION
-_CONTROLQUERYRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_BRIEFJOB.fields_by_name['meta'].message_type = _COMMONMETA
-_BRIEFJOB.fields_by_name['query_meta'].message_type = _QUERYMETA
-_BRIEFJOB.fields_by_name['visibility'].enum_type = _ACL_VISIBILITY
-_BRIEFJOB.fields_by_name['expire_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_JOB.fields_by_name['meta'].message_type = _COMMONMETA
-_JOB.fields_by_name['query_meta'].message_type = _QUERYMETA
-_JOB.fields_by_name['plan'].message_type = _QUERYPLAN
-_JOB.fields_by_name['issue'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__issue__message__pb2._ISSUEMESSAGE
-_JOB.fields_by_name['statistics'].message_type = _QUERYSTATISTICS
-_JOB.fields_by_name['result_set_meta'].message_type = _RESULTSETMETA
-_JOB.fields_by_name['ast'].message_type = _QUERYAST
-_JOB.fields_by_name['acl'].message_type = _ACL
-_JOB.fields_by_name['expire_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP
-_LISTJOBSREQUEST_FILTER.containing_type = _LISTJOBSREQUEST
-_LISTJOBSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LISTJOBSREQUEST.fields_by_name['filter'].message_type = _LISTJOBSREQUEST_FILTER
-_LISTJOBSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTJOBSRESULT.fields_by_name['job'].message_type = _BRIEFJOB
-_DESCRIBEJOBREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBEJOBRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBEJOBRESULT.fields_by_name['job'].message_type = _JOB
-_IAMAUTH.fields_by_name['current_iam'].message_type = _CURRENTIAMTOKENAUTH
-_IAMAUTH.fields_by_name['service_account'].message_type = _SERVICEACCOUNTAUTH
-_IAMAUTH.fields_by_name['none'].message_type = _NONEAUTH
-_IAMAUTH.oneofs_by_name['identity'].fields.append(
- _IAMAUTH.fields_by_name['current_iam'])
-_IAMAUTH.fields_by_name['current_iam'].containing_oneof = _IAMAUTH.oneofs_by_name['identity']
-_IAMAUTH.oneofs_by_name['identity'].fields.append(
- _IAMAUTH.fields_by_name['service_account'])
-_IAMAUTH.fields_by_name['service_account'].containing_oneof = _IAMAUTH.oneofs_by_name['identity']
-_IAMAUTH.oneofs_by_name['identity'].fields.append(
- _IAMAUTH.fields_by_name['none'])
-_IAMAUTH.fields_by_name['none'].containing_oneof = _IAMAUTH.oneofs_by_name['identity']
-_DATASTREAMS.fields_by_name['auth'].message_type = _IAMAUTH
-_MONITORING.fields_by_name['auth'].message_type = _IAMAUTH
-_YDBDATABASE.fields_by_name['auth'].message_type = _IAMAUTH
-_CLICKHOUSECLUSTER.fields_by_name['auth'].message_type = _IAMAUTH
-_OBJECTSTORAGECONNECTION.fields_by_name['auth'].message_type = _IAMAUTH
-_CONNECTIONSETTING.fields_by_name['ydb_database'].message_type = _YDBDATABASE
-_CONNECTIONSETTING.fields_by_name['clickhouse_cluster'].message_type = _CLICKHOUSECLUSTER
-_CONNECTIONSETTING.fields_by_name['data_streams'].message_type = _DATASTREAMS
-_CONNECTIONSETTING.fields_by_name['object_storage'].message_type = _OBJECTSTORAGECONNECTION
-_CONNECTIONSETTING.fields_by_name['monitoring'].message_type = _MONITORING
-_CONNECTIONSETTING_CONNECTIONTYPE.containing_type = _CONNECTIONSETTING
-_CONNECTIONSETTING.oneofs_by_name['connection'].fields.append(
- _CONNECTIONSETTING.fields_by_name['ydb_database'])
-_CONNECTIONSETTING.fields_by_name['ydb_database'].containing_oneof = _CONNECTIONSETTING.oneofs_by_name['connection']
-_CONNECTIONSETTING.oneofs_by_name['connection'].fields.append(
- _CONNECTIONSETTING.fields_by_name['clickhouse_cluster'])
-_CONNECTIONSETTING.fields_by_name['clickhouse_cluster'].containing_oneof = _CONNECTIONSETTING.oneofs_by_name['connection']
-_CONNECTIONSETTING.oneofs_by_name['connection'].fields.append(
- _CONNECTIONSETTING.fields_by_name['data_streams'])
-_CONNECTIONSETTING.fields_by_name['data_streams'].containing_oneof = _CONNECTIONSETTING.oneofs_by_name['connection']
-_CONNECTIONSETTING.oneofs_by_name['connection'].fields.append(
- _CONNECTIONSETTING.fields_by_name['object_storage'])
-_CONNECTIONSETTING.fields_by_name['object_storage'].containing_oneof = _CONNECTIONSETTING.oneofs_by_name['connection']
-_CONNECTIONSETTING.oneofs_by_name['connection'].fields.append(
- _CONNECTIONSETTING.fields_by_name['monitoring'])
-_CONNECTIONSETTING.fields_by_name['monitoring'].containing_oneof = _CONNECTIONSETTING.oneofs_by_name['connection']
-_CONNECTIONCONTENT.fields_by_name['setting'].message_type = _CONNECTIONSETTING
-_CONNECTIONCONTENT.fields_by_name['acl'].message_type = _ACL
-_CONNECTION.fields_by_name['content'].message_type = _CONNECTIONCONTENT
-_CONNECTION.fields_by_name['meta'].message_type = _COMMONMETA
-_CREATECONNECTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATECONNECTIONREQUEST.fields_by_name['content'].message_type = _CONNECTIONCONTENT
-_CREATECONNECTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTCONNECTIONSREQUEST_FILTER.fields_by_name['connection_type'].enum_type = _CONNECTIONSETTING_CONNECTIONTYPE
-_LISTCONNECTIONSREQUEST_FILTER.containing_type = _LISTCONNECTIONSREQUEST
-_LISTCONNECTIONSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LISTCONNECTIONSREQUEST.fields_by_name['filter'].message_type = _LISTCONNECTIONSREQUEST_FILTER
-_LISTCONNECTIONSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTCONNECTIONSRESULT.fields_by_name['connection'].message_type = _CONNECTION
-_DESCRIBECONNECTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBECONNECTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBECONNECTIONRESULT.fields_by_name['connection'].message_type = _CONNECTION
-_MODIFYCONNECTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_MODIFYCONNECTIONREQUEST.fields_by_name['content'].message_type = _CONNECTIONCONTENT
-_MODIFYCONNECTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DELETECONNECTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DELETECONNECTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_TESTCONNECTIONREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_TESTCONNECTIONREQUEST.fields_by_name['setting'].message_type = _CONNECTIONSETTING
-_TESTCONNECTIONRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_GETRESULTDATAREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_GETRESULTDATARESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_GETRESULTDATARESULT.fields_by_name['result_set'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._RESULTSET
-_SCHEMA.fields_by_name['column'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__value__pb2._COLUMN
-_DATASTREAMSBINDING_FORMATSETTINGENTRY.containing_type = _DATASTREAMSBINDING
-_DATASTREAMSBINDING.fields_by_name['schema'].message_type = _SCHEMA
-_DATASTREAMSBINDING.fields_by_name['format_setting'].message_type = _DATASTREAMSBINDING_FORMATSETTINGENTRY
-_OBJECTSTORAGEBINDING_SUBSET_FORMATSETTINGENTRY.containing_type = _OBJECTSTORAGEBINDING_SUBSET
-_OBJECTSTORAGEBINDING_SUBSET.fields_by_name['format_setting'].message_type = _OBJECTSTORAGEBINDING_SUBSET_FORMATSETTINGENTRY
-_OBJECTSTORAGEBINDING_SUBSET.fields_by_name['schema'].message_type = _SCHEMA
-_OBJECTSTORAGEBINDING_SUBSET.containing_type = _OBJECTSTORAGEBINDING
-_OBJECTSTORAGEBINDING.fields_by_name['subset'].message_type = _OBJECTSTORAGEBINDING_SUBSET
-_BINDINGSETTING.fields_by_name['data_streams'].message_type = _DATASTREAMSBINDING
-_BINDINGSETTING.fields_by_name['object_storage'].message_type = _OBJECTSTORAGEBINDING
-_BINDINGSETTING_BINDINGTYPE.containing_type = _BINDINGSETTING
-_BINDINGSETTING.oneofs_by_name['binding'].fields.append(
- _BINDINGSETTING.fields_by_name['data_streams'])
-_BINDINGSETTING.fields_by_name['data_streams'].containing_oneof = _BINDINGSETTING.oneofs_by_name['binding']
-_BINDINGSETTING.oneofs_by_name['binding'].fields.append(
- _BINDINGSETTING.fields_by_name['object_storage'])
-_BINDINGSETTING.fields_by_name['object_storage'].containing_oneof = _BINDINGSETTING.oneofs_by_name['binding']
-_BRIEFBINDING.fields_by_name['meta'].message_type = _COMMONMETA
-_BRIEFBINDING.fields_by_name['type'].enum_type = _BINDINGSETTING_BINDINGTYPE
-_BINDINGCONTENT.fields_by_name['setting'].message_type = _BINDINGSETTING
-_BINDINGCONTENT.fields_by_name['acl'].message_type = _ACL
-_BINDING.fields_by_name['content'].message_type = _BINDINGCONTENT
-_BINDING.fields_by_name['meta'].message_type = _COMMONMETA
-_CREATEBINDINGREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_CREATEBINDINGREQUEST.fields_by_name['content'].message_type = _BINDINGCONTENT
-_CREATEBINDINGRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTBINDINGSREQUEST_FILTER.containing_type = _LISTBINDINGSREQUEST
-_LISTBINDINGSREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_LISTBINDINGSREQUEST.fields_by_name['filter'].message_type = _LISTBINDINGSREQUEST_FILTER
-_LISTBINDINGSRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_LISTBINDINGSRESULT.fields_by_name['binding'].message_type = _BRIEFBINDING
-_DESCRIBEBINDINGREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DESCRIBEBINDINGRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DESCRIBEBINDINGRESULT.fields_by_name['binding'].message_type = _BINDING
-_MODIFYBINDINGREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_MODIFYBINDINGREQUEST.fields_by_name['content'].message_type = _BINDINGCONTENT
-_MODIFYBINDINGRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-_DELETEBINDINGREQUEST.fields_by_name['operation_params'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATIONPARAMS
-_DELETEBINDINGRESPONSE.fields_by_name['operation'].message_type = ydb_dot_public_dot_api_dot_protos_dot_ydb__operation__pb2._OPERATION
-DESCRIPTOR.message_types_by_name['Acl'] = _ACL
-DESCRIPTOR.message_types_by_name['Limits'] = _LIMITS
-DESCRIPTOR.message_types_by_name['StreamingDisposition'] = _STREAMINGDISPOSITION
-DESCRIPTOR.message_types_by_name['QueryContent'] = _QUERYCONTENT
-DESCRIPTOR.message_types_by_name['CommonMeta'] = _COMMONMETA
-DESCRIPTOR.message_types_by_name['QueryMeta'] = _QUERYMETA
-DESCRIPTOR.message_types_by_name['BriefQuery'] = _BRIEFQUERY
-DESCRIPTOR.message_types_by_name['QueryPlan'] = _QUERYPLAN
-DESCRIPTOR.message_types_by_name['QueryAst'] = _QUERYAST
-DESCRIPTOR.message_types_by_name['ResultSetMeta'] = _RESULTSETMETA
-DESCRIPTOR.message_types_by_name['Query'] = _QUERY
-DESCRIPTOR.message_types_by_name['QueryStatistics'] = _QUERYSTATISTICS
-DESCRIPTOR.message_types_by_name['CreateQueryRequest'] = _CREATEQUERYREQUEST
-DESCRIPTOR.message_types_by_name['CreateQueryResponse'] = _CREATEQUERYRESPONSE
-DESCRIPTOR.message_types_by_name['CreateQueryResult'] = _CREATEQUERYRESULT
-DESCRIPTOR.message_types_by_name['ListQueriesRequest'] = _LISTQUERIESREQUEST
-DESCRIPTOR.message_types_by_name['ListQueriesResponse'] = _LISTQUERIESRESPONSE
-DESCRIPTOR.message_types_by_name['ListQueriesResult'] = _LISTQUERIESRESULT
-DESCRIPTOR.message_types_by_name['DescribeQueryRequest'] = _DESCRIBEQUERYREQUEST
-DESCRIPTOR.message_types_by_name['DescribeQueryResponse'] = _DESCRIBEQUERYRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeQueryResult'] = _DESCRIBEQUERYRESULT
-DESCRIPTOR.message_types_by_name['GetQueryStatusRequest'] = _GETQUERYSTATUSREQUEST
-DESCRIPTOR.message_types_by_name['GetQueryStatusResponse'] = _GETQUERYSTATUSRESPONSE
-DESCRIPTOR.message_types_by_name['GetQueryStatusResult'] = _GETQUERYSTATUSRESULT
-DESCRIPTOR.message_types_by_name['DeleteQueryRequest'] = _DELETEQUERYREQUEST
-DESCRIPTOR.message_types_by_name['DeleteQueryResponse'] = _DELETEQUERYRESPONSE
-DESCRIPTOR.message_types_by_name['DeleteQueryResult'] = _DELETEQUERYRESULT
-DESCRIPTOR.message_types_by_name['ModifyQueryRequest'] = _MODIFYQUERYREQUEST
-DESCRIPTOR.message_types_by_name['ModifyQueryResponse'] = _MODIFYQUERYRESPONSE
-DESCRIPTOR.message_types_by_name['ModifyQueryResult'] = _MODIFYQUERYRESULT
-DESCRIPTOR.message_types_by_name['ControlQueryRequest'] = _CONTROLQUERYREQUEST
-DESCRIPTOR.message_types_by_name['ControlQueryResponse'] = _CONTROLQUERYRESPONSE
-DESCRIPTOR.message_types_by_name['ControlQueryResult'] = _CONTROLQUERYRESULT
-DESCRIPTOR.message_types_by_name['BriefJob'] = _BRIEFJOB
-DESCRIPTOR.message_types_by_name['Job'] = _JOB
-DESCRIPTOR.message_types_by_name['ListJobsRequest'] = _LISTJOBSREQUEST
-DESCRIPTOR.message_types_by_name['ListJobsResponse'] = _LISTJOBSRESPONSE
-DESCRIPTOR.message_types_by_name['ListJobsResult'] = _LISTJOBSRESULT
-DESCRIPTOR.message_types_by_name['DescribeJobRequest'] = _DESCRIBEJOBREQUEST
-DESCRIPTOR.message_types_by_name['DescribeJobResponse'] = _DESCRIBEJOBRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeJobResult'] = _DESCRIBEJOBRESULT
-DESCRIPTOR.message_types_by_name['CurrentIAMTokenAuth'] = _CURRENTIAMTOKENAUTH
-DESCRIPTOR.message_types_by_name['NoneAuth'] = _NONEAUTH
-DESCRIPTOR.message_types_by_name['ServiceAccountAuth'] = _SERVICEACCOUNTAUTH
-DESCRIPTOR.message_types_by_name['IamAuth'] = _IAMAUTH
-DESCRIPTOR.message_types_by_name['DataStreams'] = _DATASTREAMS
-DESCRIPTOR.message_types_by_name['Monitoring'] = _MONITORING
-DESCRIPTOR.message_types_by_name['YdbDatabase'] = _YDBDATABASE
-DESCRIPTOR.message_types_by_name['ClickHouseCluster'] = _CLICKHOUSECLUSTER
-DESCRIPTOR.message_types_by_name['ObjectStorageConnection'] = _OBJECTSTORAGECONNECTION
-DESCRIPTOR.message_types_by_name['ConnectionSetting'] = _CONNECTIONSETTING
-DESCRIPTOR.message_types_by_name['ConnectionContent'] = _CONNECTIONCONTENT
-DESCRIPTOR.message_types_by_name['Connection'] = _CONNECTION
-DESCRIPTOR.message_types_by_name['CreateConnectionRequest'] = _CREATECONNECTIONREQUEST
-DESCRIPTOR.message_types_by_name['CreateConnectionResponse'] = _CREATECONNECTIONRESPONSE
-DESCRIPTOR.message_types_by_name['CreateConnectionResult'] = _CREATECONNECTIONRESULT
-DESCRIPTOR.message_types_by_name['ListConnectionsRequest'] = _LISTCONNECTIONSREQUEST
-DESCRIPTOR.message_types_by_name['ListConnectionsResponse'] = _LISTCONNECTIONSRESPONSE
-DESCRIPTOR.message_types_by_name['ListConnectionsResult'] = _LISTCONNECTIONSRESULT
-DESCRIPTOR.message_types_by_name['DescribeConnectionRequest'] = _DESCRIBECONNECTIONREQUEST
-DESCRIPTOR.message_types_by_name['DescribeConnectionResponse'] = _DESCRIBECONNECTIONRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeConnectionResult'] = _DESCRIBECONNECTIONRESULT
-DESCRIPTOR.message_types_by_name['ModifyConnectionRequest'] = _MODIFYCONNECTIONREQUEST
-DESCRIPTOR.message_types_by_name['ModifyConnectionResponse'] = _MODIFYCONNECTIONRESPONSE
-DESCRIPTOR.message_types_by_name['ModifyConnectionResult'] = _MODIFYCONNECTIONRESULT
-DESCRIPTOR.message_types_by_name['DeleteConnectionRequest'] = _DELETECONNECTIONREQUEST
-DESCRIPTOR.message_types_by_name['DeleteConnectionResponse'] = _DELETECONNECTIONRESPONSE
-DESCRIPTOR.message_types_by_name['DeleteConnectionResult'] = _DELETECONNECTIONRESULT
-DESCRIPTOR.message_types_by_name['TestConnectionRequest'] = _TESTCONNECTIONREQUEST
-DESCRIPTOR.message_types_by_name['TestConnectionResponse'] = _TESTCONNECTIONRESPONSE
-DESCRIPTOR.message_types_by_name['TestConnectionResult'] = _TESTCONNECTIONRESULT
-DESCRIPTOR.message_types_by_name['GetResultDataRequest'] = _GETRESULTDATAREQUEST
-DESCRIPTOR.message_types_by_name['GetResultDataResponse'] = _GETRESULTDATARESPONSE
-DESCRIPTOR.message_types_by_name['GetResultDataResult'] = _GETRESULTDATARESULT
-DESCRIPTOR.message_types_by_name['Schema'] = _SCHEMA
-DESCRIPTOR.message_types_by_name['DataStreamsBinding'] = _DATASTREAMSBINDING
-DESCRIPTOR.message_types_by_name['ObjectStorageBinding'] = _OBJECTSTORAGEBINDING
-DESCRIPTOR.message_types_by_name['BindingSetting'] = _BINDINGSETTING
-DESCRIPTOR.message_types_by_name['BriefBinding'] = _BRIEFBINDING
-DESCRIPTOR.message_types_by_name['BindingContent'] = _BINDINGCONTENT
-DESCRIPTOR.message_types_by_name['Binding'] = _BINDING
-DESCRIPTOR.message_types_by_name['CreateBindingRequest'] = _CREATEBINDINGREQUEST
-DESCRIPTOR.message_types_by_name['CreateBindingResponse'] = _CREATEBINDINGRESPONSE
-DESCRIPTOR.message_types_by_name['CreateBindingResult'] = _CREATEBINDINGRESULT
-DESCRIPTOR.message_types_by_name['ListBindingsRequest'] = _LISTBINDINGSREQUEST
-DESCRIPTOR.message_types_by_name['ListBindingsResponse'] = _LISTBINDINGSRESPONSE
-DESCRIPTOR.message_types_by_name['ListBindingsResult'] = _LISTBINDINGSRESULT
-DESCRIPTOR.message_types_by_name['DescribeBindingRequest'] = _DESCRIBEBINDINGREQUEST
-DESCRIPTOR.message_types_by_name['DescribeBindingResponse'] = _DESCRIBEBINDINGRESPONSE
-DESCRIPTOR.message_types_by_name['DescribeBindingResult'] = _DESCRIBEBINDINGRESULT
-DESCRIPTOR.message_types_by_name['ModifyBindingRequest'] = _MODIFYBINDINGREQUEST
-DESCRIPTOR.message_types_by_name['ModifyBindingResponse'] = _MODIFYBINDINGRESPONSE
-DESCRIPTOR.message_types_by_name['ModifyBindingResult'] = _MODIFYBINDINGRESULT
-DESCRIPTOR.message_types_by_name['DeleteBindingRequest'] = _DELETEBINDINGREQUEST
-DESCRIPTOR.message_types_by_name['DeleteBindingResponse'] = _DELETEBINDINGRESPONSE
-DESCRIPTOR.message_types_by_name['DeleteBindingResult'] = _DELETEBINDINGRESULT
-DESCRIPTOR.enum_types_by_name['ExecuteMode'] = _EXECUTEMODE
-DESCRIPTOR.enum_types_by_name['QueryAction'] = _QUERYACTION
-DESCRIPTOR.enum_types_by_name['StateLoadMode'] = _STATELOADMODE
-DESCRIPTOR.enum_types_by_name['AutomaticType'] = _AUTOMATICTYPE
-_sym_db.RegisterFileDescriptor(DESCRIPTOR)
-
-Acl = _reflection.GeneratedProtocolMessageType('Acl', (_message.Message,), {
- 'DESCRIPTOR' : _ACL,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.Acl)
- })
-_sym_db.RegisterMessage(Acl)
-
-Limits = _reflection.GeneratedProtocolMessageType('Limits', (_message.Message,), {
- 'DESCRIPTOR' : _LIMITS,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.Limits)
- })
-_sym_db.RegisterMessage(Limits)
-
-StreamingDisposition = _reflection.GeneratedProtocolMessageType('StreamingDisposition', (_message.Message,), {
-
- 'FromTime' : _reflection.GeneratedProtocolMessageType('FromTime', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGDISPOSITION_FROMTIME,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.StreamingDisposition.FromTime)
- })
- ,
-
- 'TimeAgo' : _reflection.GeneratedProtocolMessageType('TimeAgo', (_message.Message,), {
- 'DESCRIPTOR' : _STREAMINGDISPOSITION_TIMEAGO,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.StreamingDisposition.TimeAgo)
- })
- ,
- 'DESCRIPTOR' : _STREAMINGDISPOSITION,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.StreamingDisposition)
- })
-_sym_db.RegisterMessage(StreamingDisposition)
-_sym_db.RegisterMessage(StreamingDisposition.FromTime)
-_sym_db.RegisterMessage(StreamingDisposition.TimeAgo)
-
-QueryContent = _reflection.GeneratedProtocolMessageType('QueryContent', (_message.Message,), {
- 'DESCRIPTOR' : _QUERYCONTENT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.QueryContent)
- })
-_sym_db.RegisterMessage(QueryContent)
-
-CommonMeta = _reflection.GeneratedProtocolMessageType('CommonMeta', (_message.Message,), {
- 'DESCRIPTOR' : _COMMONMETA,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.CommonMeta)
- })
-_sym_db.RegisterMessage(CommonMeta)
-
-QueryMeta = _reflection.GeneratedProtocolMessageType('QueryMeta', (_message.Message,), {
- 'DESCRIPTOR' : _QUERYMETA,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.QueryMeta)
- })
-_sym_db.RegisterMessage(QueryMeta)
-
-BriefQuery = _reflection.GeneratedProtocolMessageType('BriefQuery', (_message.Message,), {
- 'DESCRIPTOR' : _BRIEFQUERY,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.BriefQuery)
- })
-_sym_db.RegisterMessage(BriefQuery)
-
-QueryPlan = _reflection.GeneratedProtocolMessageType('QueryPlan', (_message.Message,), {
- 'DESCRIPTOR' : _QUERYPLAN,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.QueryPlan)
- })
-_sym_db.RegisterMessage(QueryPlan)
-
-QueryAst = _reflection.GeneratedProtocolMessageType('QueryAst', (_message.Message,), {
- 'DESCRIPTOR' : _QUERYAST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.QueryAst)
- })
-_sym_db.RegisterMessage(QueryAst)
-
-ResultSetMeta = _reflection.GeneratedProtocolMessageType('ResultSetMeta', (_message.Message,), {
- 'DESCRIPTOR' : _RESULTSETMETA,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ResultSetMeta)
- })
-_sym_db.RegisterMessage(ResultSetMeta)
-
-Query = _reflection.GeneratedProtocolMessageType('Query', (_message.Message,), {
- 'DESCRIPTOR' : _QUERY,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.Query)
- })
-_sym_db.RegisterMessage(Query)
-
-QueryStatistics = _reflection.GeneratedProtocolMessageType('QueryStatistics', (_message.Message,), {
- 'DESCRIPTOR' : _QUERYSTATISTICS,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.QueryStatistics)
- })
-_sym_db.RegisterMessage(QueryStatistics)
-
-CreateQueryRequest = _reflection.GeneratedProtocolMessageType('CreateQueryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CREATEQUERYREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.CreateQueryRequest)
- })
-_sym_db.RegisterMessage(CreateQueryRequest)
-
-CreateQueryResponse = _reflection.GeneratedProtocolMessageType('CreateQueryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATEQUERYRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.CreateQueryResponse)
- })
-_sym_db.RegisterMessage(CreateQueryResponse)
-
-CreateQueryResult = _reflection.GeneratedProtocolMessageType('CreateQueryResult', (_message.Message,), {
- 'DESCRIPTOR' : _CREATEQUERYRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.CreateQueryResult)
- })
-_sym_db.RegisterMessage(CreateQueryResult)
-
-ListQueriesRequest = _reflection.GeneratedProtocolMessageType('ListQueriesRequest', (_message.Message,), {
-
- 'Filter' : _reflection.GeneratedProtocolMessageType('Filter', (_message.Message,), {
- 'DESCRIPTOR' : _LISTQUERIESREQUEST_FILTER,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListQueriesRequest.Filter)
- })
- ,
- 'DESCRIPTOR' : _LISTQUERIESREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListQueriesRequest)
- })
-_sym_db.RegisterMessage(ListQueriesRequest)
-_sym_db.RegisterMessage(ListQueriesRequest.Filter)
-
-ListQueriesResponse = _reflection.GeneratedProtocolMessageType('ListQueriesResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTQUERIESRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListQueriesResponse)
- })
-_sym_db.RegisterMessage(ListQueriesResponse)
-
-ListQueriesResult = _reflection.GeneratedProtocolMessageType('ListQueriesResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTQUERIESRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListQueriesResult)
- })
-_sym_db.RegisterMessage(ListQueriesResult)
-
-DescribeQueryRequest = _reflection.GeneratedProtocolMessageType('DescribeQueryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEQUERYREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeQueryRequest)
- })
-_sym_db.RegisterMessage(DescribeQueryRequest)
-
-DescribeQueryResponse = _reflection.GeneratedProtocolMessageType('DescribeQueryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEQUERYRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeQueryResponse)
- })
-_sym_db.RegisterMessage(DescribeQueryResponse)
-
-DescribeQueryResult = _reflection.GeneratedProtocolMessageType('DescribeQueryResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEQUERYRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeQueryResult)
- })
-_sym_db.RegisterMessage(DescribeQueryResult)
-
-GetQueryStatusRequest = _reflection.GeneratedProtocolMessageType('GetQueryStatusRequest', (_message.Message,), {
- 'DESCRIPTOR' : _GETQUERYSTATUSREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.GetQueryStatusRequest)
- })
-_sym_db.RegisterMessage(GetQueryStatusRequest)
-
-GetQueryStatusResponse = _reflection.GeneratedProtocolMessageType('GetQueryStatusResponse', (_message.Message,), {
- 'DESCRIPTOR' : _GETQUERYSTATUSRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.GetQueryStatusResponse)
- })
-_sym_db.RegisterMessage(GetQueryStatusResponse)
-
-GetQueryStatusResult = _reflection.GeneratedProtocolMessageType('GetQueryStatusResult', (_message.Message,), {
- 'DESCRIPTOR' : _GETQUERYSTATUSRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.GetQueryStatusResult)
- })
-_sym_db.RegisterMessage(GetQueryStatusResult)
-
-DeleteQueryRequest = _reflection.GeneratedProtocolMessageType('DeleteQueryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DELETEQUERYREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DeleteQueryRequest)
- })
-_sym_db.RegisterMessage(DeleteQueryRequest)
-
-DeleteQueryResponse = _reflection.GeneratedProtocolMessageType('DeleteQueryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DELETEQUERYRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DeleteQueryResponse)
- })
-_sym_db.RegisterMessage(DeleteQueryResponse)
-
-DeleteQueryResult = _reflection.GeneratedProtocolMessageType('DeleteQueryResult', (_message.Message,), {
- 'DESCRIPTOR' : _DELETEQUERYRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DeleteQueryResult)
- })
-_sym_db.RegisterMessage(DeleteQueryResult)
-
-ModifyQueryRequest = _reflection.GeneratedProtocolMessageType('ModifyQueryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _MODIFYQUERYREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ModifyQueryRequest)
- })
-_sym_db.RegisterMessage(ModifyQueryRequest)
-
-ModifyQueryResponse = _reflection.GeneratedProtocolMessageType('ModifyQueryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _MODIFYQUERYRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ModifyQueryResponse)
- })
-_sym_db.RegisterMessage(ModifyQueryResponse)
-
-ModifyQueryResult = _reflection.GeneratedProtocolMessageType('ModifyQueryResult', (_message.Message,), {
- 'DESCRIPTOR' : _MODIFYQUERYRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ModifyQueryResult)
- })
-_sym_db.RegisterMessage(ModifyQueryResult)
-
-ControlQueryRequest = _reflection.GeneratedProtocolMessageType('ControlQueryRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CONTROLQUERYREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ControlQueryRequest)
- })
-_sym_db.RegisterMessage(ControlQueryRequest)
-
-ControlQueryResponse = _reflection.GeneratedProtocolMessageType('ControlQueryResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CONTROLQUERYRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ControlQueryResponse)
- })
-_sym_db.RegisterMessage(ControlQueryResponse)
-
-ControlQueryResult = _reflection.GeneratedProtocolMessageType('ControlQueryResult', (_message.Message,), {
- 'DESCRIPTOR' : _CONTROLQUERYRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ControlQueryResult)
- })
-_sym_db.RegisterMessage(ControlQueryResult)
-
-BriefJob = _reflection.GeneratedProtocolMessageType('BriefJob', (_message.Message,), {
- 'DESCRIPTOR' : _BRIEFJOB,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.BriefJob)
- })
-_sym_db.RegisterMessage(BriefJob)
-
-Job = _reflection.GeneratedProtocolMessageType('Job', (_message.Message,), {
- 'DESCRIPTOR' : _JOB,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.Job)
- })
-_sym_db.RegisterMessage(Job)
-
-ListJobsRequest = _reflection.GeneratedProtocolMessageType('ListJobsRequest', (_message.Message,), {
-
- 'Filter' : _reflection.GeneratedProtocolMessageType('Filter', (_message.Message,), {
- 'DESCRIPTOR' : _LISTJOBSREQUEST_FILTER,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListJobsRequest.Filter)
- })
- ,
- 'DESCRIPTOR' : _LISTJOBSREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListJobsRequest)
- })
-_sym_db.RegisterMessage(ListJobsRequest)
-_sym_db.RegisterMessage(ListJobsRequest.Filter)
-
-ListJobsResponse = _reflection.GeneratedProtocolMessageType('ListJobsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTJOBSRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListJobsResponse)
- })
-_sym_db.RegisterMessage(ListJobsResponse)
-
-ListJobsResult = _reflection.GeneratedProtocolMessageType('ListJobsResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTJOBSRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListJobsResult)
- })
-_sym_db.RegisterMessage(ListJobsResult)
-
-DescribeJobRequest = _reflection.GeneratedProtocolMessageType('DescribeJobRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEJOBREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeJobRequest)
- })
-_sym_db.RegisterMessage(DescribeJobRequest)
-
-DescribeJobResponse = _reflection.GeneratedProtocolMessageType('DescribeJobResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEJOBRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeJobResponse)
- })
-_sym_db.RegisterMessage(DescribeJobResponse)
-
-DescribeJobResult = _reflection.GeneratedProtocolMessageType('DescribeJobResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEJOBRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeJobResult)
- })
-_sym_db.RegisterMessage(DescribeJobResult)
-
-CurrentIAMTokenAuth = _reflection.GeneratedProtocolMessageType('CurrentIAMTokenAuth', (_message.Message,), {
- 'DESCRIPTOR' : _CURRENTIAMTOKENAUTH,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.CurrentIAMTokenAuth)
- })
-_sym_db.RegisterMessage(CurrentIAMTokenAuth)
-
-NoneAuth = _reflection.GeneratedProtocolMessageType('NoneAuth', (_message.Message,), {
- 'DESCRIPTOR' : _NONEAUTH,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.NoneAuth)
- })
-_sym_db.RegisterMessage(NoneAuth)
-
-ServiceAccountAuth = _reflection.GeneratedProtocolMessageType('ServiceAccountAuth', (_message.Message,), {
- 'DESCRIPTOR' : _SERVICEACCOUNTAUTH,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ServiceAccountAuth)
- })
-_sym_db.RegisterMessage(ServiceAccountAuth)
-
-IamAuth = _reflection.GeneratedProtocolMessageType('IamAuth', (_message.Message,), {
- 'DESCRIPTOR' : _IAMAUTH,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.IamAuth)
- })
-_sym_db.RegisterMessage(IamAuth)
-
-DataStreams = _reflection.GeneratedProtocolMessageType('DataStreams', (_message.Message,), {
- 'DESCRIPTOR' : _DATASTREAMS,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DataStreams)
- })
-_sym_db.RegisterMessage(DataStreams)
-
-Monitoring = _reflection.GeneratedProtocolMessageType('Monitoring', (_message.Message,), {
- 'DESCRIPTOR' : _MONITORING,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.Monitoring)
- })
-_sym_db.RegisterMessage(Monitoring)
-
-YdbDatabase = _reflection.GeneratedProtocolMessageType('YdbDatabase', (_message.Message,), {
- 'DESCRIPTOR' : _YDBDATABASE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.YdbDatabase)
- })
-_sym_db.RegisterMessage(YdbDatabase)
-
-ClickHouseCluster = _reflection.GeneratedProtocolMessageType('ClickHouseCluster', (_message.Message,), {
- 'DESCRIPTOR' : _CLICKHOUSECLUSTER,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ClickHouseCluster)
- })
-_sym_db.RegisterMessage(ClickHouseCluster)
-
-ObjectStorageConnection = _reflection.GeneratedProtocolMessageType('ObjectStorageConnection', (_message.Message,), {
- 'DESCRIPTOR' : _OBJECTSTORAGECONNECTION,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ObjectStorageConnection)
- })
-_sym_db.RegisterMessage(ObjectStorageConnection)
-
-ConnectionSetting = _reflection.GeneratedProtocolMessageType('ConnectionSetting', (_message.Message,), {
- 'DESCRIPTOR' : _CONNECTIONSETTING,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ConnectionSetting)
- })
-_sym_db.RegisterMessage(ConnectionSetting)
-
-ConnectionContent = _reflection.GeneratedProtocolMessageType('ConnectionContent', (_message.Message,), {
- 'DESCRIPTOR' : _CONNECTIONCONTENT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ConnectionContent)
- })
-_sym_db.RegisterMessage(ConnectionContent)
-
-Connection = _reflection.GeneratedProtocolMessageType('Connection', (_message.Message,), {
- 'DESCRIPTOR' : _CONNECTION,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.Connection)
- })
-_sym_db.RegisterMessage(Connection)
-
-CreateConnectionRequest = _reflection.GeneratedProtocolMessageType('CreateConnectionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CREATECONNECTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.CreateConnectionRequest)
- })
-_sym_db.RegisterMessage(CreateConnectionRequest)
-
-CreateConnectionResponse = _reflection.GeneratedProtocolMessageType('CreateConnectionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATECONNECTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.CreateConnectionResponse)
- })
-_sym_db.RegisterMessage(CreateConnectionResponse)
-
-CreateConnectionResult = _reflection.GeneratedProtocolMessageType('CreateConnectionResult', (_message.Message,), {
- 'DESCRIPTOR' : _CREATECONNECTIONRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.CreateConnectionResult)
- })
-_sym_db.RegisterMessage(CreateConnectionResult)
-
-ListConnectionsRequest = _reflection.GeneratedProtocolMessageType('ListConnectionsRequest', (_message.Message,), {
-
- 'Filter' : _reflection.GeneratedProtocolMessageType('Filter', (_message.Message,), {
- 'DESCRIPTOR' : _LISTCONNECTIONSREQUEST_FILTER,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListConnectionsRequest.Filter)
- })
- ,
- 'DESCRIPTOR' : _LISTCONNECTIONSREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListConnectionsRequest)
- })
-_sym_db.RegisterMessage(ListConnectionsRequest)
-_sym_db.RegisterMessage(ListConnectionsRequest.Filter)
-
-ListConnectionsResponse = _reflection.GeneratedProtocolMessageType('ListConnectionsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTCONNECTIONSRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListConnectionsResponse)
- })
-_sym_db.RegisterMessage(ListConnectionsResponse)
-
-ListConnectionsResult = _reflection.GeneratedProtocolMessageType('ListConnectionsResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTCONNECTIONSRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListConnectionsResult)
- })
-_sym_db.RegisterMessage(ListConnectionsResult)
-
-DescribeConnectionRequest = _reflection.GeneratedProtocolMessageType('DescribeConnectionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBECONNECTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeConnectionRequest)
- })
-_sym_db.RegisterMessage(DescribeConnectionRequest)
-
-DescribeConnectionResponse = _reflection.GeneratedProtocolMessageType('DescribeConnectionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBECONNECTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeConnectionResponse)
- })
-_sym_db.RegisterMessage(DescribeConnectionResponse)
-
-DescribeConnectionResult = _reflection.GeneratedProtocolMessageType('DescribeConnectionResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBECONNECTIONRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeConnectionResult)
- })
-_sym_db.RegisterMessage(DescribeConnectionResult)
-
-ModifyConnectionRequest = _reflection.GeneratedProtocolMessageType('ModifyConnectionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _MODIFYCONNECTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ModifyConnectionRequest)
- })
-_sym_db.RegisterMessage(ModifyConnectionRequest)
-
-ModifyConnectionResponse = _reflection.GeneratedProtocolMessageType('ModifyConnectionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _MODIFYCONNECTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ModifyConnectionResponse)
- })
-_sym_db.RegisterMessage(ModifyConnectionResponse)
-
-ModifyConnectionResult = _reflection.GeneratedProtocolMessageType('ModifyConnectionResult', (_message.Message,), {
- 'DESCRIPTOR' : _MODIFYCONNECTIONRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ModifyConnectionResult)
- })
-_sym_db.RegisterMessage(ModifyConnectionResult)
-
-DeleteConnectionRequest = _reflection.GeneratedProtocolMessageType('DeleteConnectionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DELETECONNECTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DeleteConnectionRequest)
- })
-_sym_db.RegisterMessage(DeleteConnectionRequest)
-
-DeleteConnectionResponse = _reflection.GeneratedProtocolMessageType('DeleteConnectionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DELETECONNECTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DeleteConnectionResponse)
- })
-_sym_db.RegisterMessage(DeleteConnectionResponse)
-
-DeleteConnectionResult = _reflection.GeneratedProtocolMessageType('DeleteConnectionResult', (_message.Message,), {
- 'DESCRIPTOR' : _DELETECONNECTIONRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DeleteConnectionResult)
- })
-_sym_db.RegisterMessage(DeleteConnectionResult)
-
-TestConnectionRequest = _reflection.GeneratedProtocolMessageType('TestConnectionRequest', (_message.Message,), {
- 'DESCRIPTOR' : _TESTCONNECTIONREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.TestConnectionRequest)
- })
-_sym_db.RegisterMessage(TestConnectionRequest)
-
-TestConnectionResponse = _reflection.GeneratedProtocolMessageType('TestConnectionResponse', (_message.Message,), {
- 'DESCRIPTOR' : _TESTCONNECTIONRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.TestConnectionResponse)
- })
-_sym_db.RegisterMessage(TestConnectionResponse)
-
-TestConnectionResult = _reflection.GeneratedProtocolMessageType('TestConnectionResult', (_message.Message,), {
- 'DESCRIPTOR' : _TESTCONNECTIONRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.TestConnectionResult)
- })
-_sym_db.RegisterMessage(TestConnectionResult)
-
-GetResultDataRequest = _reflection.GeneratedProtocolMessageType('GetResultDataRequest', (_message.Message,), {
- 'DESCRIPTOR' : _GETRESULTDATAREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.GetResultDataRequest)
- })
-_sym_db.RegisterMessage(GetResultDataRequest)
-
-GetResultDataResponse = _reflection.GeneratedProtocolMessageType('GetResultDataResponse', (_message.Message,), {
- 'DESCRIPTOR' : _GETRESULTDATARESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.GetResultDataResponse)
- })
-_sym_db.RegisterMessage(GetResultDataResponse)
-
-GetResultDataResult = _reflection.GeneratedProtocolMessageType('GetResultDataResult', (_message.Message,), {
- 'DESCRIPTOR' : _GETRESULTDATARESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.GetResultDataResult)
- })
-_sym_db.RegisterMessage(GetResultDataResult)
-
-Schema = _reflection.GeneratedProtocolMessageType('Schema', (_message.Message,), {
- 'DESCRIPTOR' : _SCHEMA,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.Schema)
- })
-_sym_db.RegisterMessage(Schema)
-
-DataStreamsBinding = _reflection.GeneratedProtocolMessageType('DataStreamsBinding', (_message.Message,), {
-
- 'FormatSettingEntry' : _reflection.GeneratedProtocolMessageType('FormatSettingEntry', (_message.Message,), {
- 'DESCRIPTOR' : _DATASTREAMSBINDING_FORMATSETTINGENTRY,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DataStreamsBinding.FormatSettingEntry)
- })
- ,
- 'DESCRIPTOR' : _DATASTREAMSBINDING,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DataStreamsBinding)
- })
-_sym_db.RegisterMessage(DataStreamsBinding)
-_sym_db.RegisterMessage(DataStreamsBinding.FormatSettingEntry)
-
-ObjectStorageBinding = _reflection.GeneratedProtocolMessageType('ObjectStorageBinding', (_message.Message,), {
-
- 'Subset' : _reflection.GeneratedProtocolMessageType('Subset', (_message.Message,), {
-
- 'FormatSettingEntry' : _reflection.GeneratedProtocolMessageType('FormatSettingEntry', (_message.Message,), {
- 'DESCRIPTOR' : _OBJECTSTORAGEBINDING_SUBSET_FORMATSETTINGENTRY,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ObjectStorageBinding.Subset.FormatSettingEntry)
- })
- ,
- 'DESCRIPTOR' : _OBJECTSTORAGEBINDING_SUBSET,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ObjectStorageBinding.Subset)
- })
- ,
- 'DESCRIPTOR' : _OBJECTSTORAGEBINDING,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ObjectStorageBinding)
- })
-_sym_db.RegisterMessage(ObjectStorageBinding)
-_sym_db.RegisterMessage(ObjectStorageBinding.Subset)
-_sym_db.RegisterMessage(ObjectStorageBinding.Subset.FormatSettingEntry)
-
-BindingSetting = _reflection.GeneratedProtocolMessageType('BindingSetting', (_message.Message,), {
- 'DESCRIPTOR' : _BINDINGSETTING,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.BindingSetting)
- })
-_sym_db.RegisterMessage(BindingSetting)
-
-BriefBinding = _reflection.GeneratedProtocolMessageType('BriefBinding', (_message.Message,), {
- 'DESCRIPTOR' : _BRIEFBINDING,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.BriefBinding)
- })
-_sym_db.RegisterMessage(BriefBinding)
-
-BindingContent = _reflection.GeneratedProtocolMessageType('BindingContent', (_message.Message,), {
- 'DESCRIPTOR' : _BINDINGCONTENT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.BindingContent)
- })
-_sym_db.RegisterMessage(BindingContent)
-
-Binding = _reflection.GeneratedProtocolMessageType('Binding', (_message.Message,), {
- 'DESCRIPTOR' : _BINDING,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.Binding)
- })
-_sym_db.RegisterMessage(Binding)
-
-CreateBindingRequest = _reflection.GeneratedProtocolMessageType('CreateBindingRequest', (_message.Message,), {
- 'DESCRIPTOR' : _CREATEBINDINGREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.CreateBindingRequest)
- })
-_sym_db.RegisterMessage(CreateBindingRequest)
-
-CreateBindingResponse = _reflection.GeneratedProtocolMessageType('CreateBindingResponse', (_message.Message,), {
- 'DESCRIPTOR' : _CREATEBINDINGRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.CreateBindingResponse)
- })
-_sym_db.RegisterMessage(CreateBindingResponse)
-
-CreateBindingResult = _reflection.GeneratedProtocolMessageType('CreateBindingResult', (_message.Message,), {
- 'DESCRIPTOR' : _CREATEBINDINGRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.CreateBindingResult)
- })
-_sym_db.RegisterMessage(CreateBindingResult)
-
-ListBindingsRequest = _reflection.GeneratedProtocolMessageType('ListBindingsRequest', (_message.Message,), {
-
- 'Filter' : _reflection.GeneratedProtocolMessageType('Filter', (_message.Message,), {
- 'DESCRIPTOR' : _LISTBINDINGSREQUEST_FILTER,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListBindingsRequest.Filter)
- })
- ,
- 'DESCRIPTOR' : _LISTBINDINGSREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListBindingsRequest)
- })
-_sym_db.RegisterMessage(ListBindingsRequest)
-_sym_db.RegisterMessage(ListBindingsRequest.Filter)
-
-ListBindingsResponse = _reflection.GeneratedProtocolMessageType('ListBindingsResponse', (_message.Message,), {
- 'DESCRIPTOR' : _LISTBINDINGSRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListBindingsResponse)
- })
-_sym_db.RegisterMessage(ListBindingsResponse)
-
-ListBindingsResult = _reflection.GeneratedProtocolMessageType('ListBindingsResult', (_message.Message,), {
- 'DESCRIPTOR' : _LISTBINDINGSRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ListBindingsResult)
- })
-_sym_db.RegisterMessage(ListBindingsResult)
-
-DescribeBindingRequest = _reflection.GeneratedProtocolMessageType('DescribeBindingRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEBINDINGREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeBindingRequest)
- })
-_sym_db.RegisterMessage(DescribeBindingRequest)
-
-DescribeBindingResponse = _reflection.GeneratedProtocolMessageType('DescribeBindingResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEBINDINGRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeBindingResponse)
- })
-_sym_db.RegisterMessage(DescribeBindingResponse)
-
-DescribeBindingResult = _reflection.GeneratedProtocolMessageType('DescribeBindingResult', (_message.Message,), {
- 'DESCRIPTOR' : _DESCRIBEBINDINGRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DescribeBindingResult)
- })
-_sym_db.RegisterMessage(DescribeBindingResult)
-
-ModifyBindingRequest = _reflection.GeneratedProtocolMessageType('ModifyBindingRequest', (_message.Message,), {
- 'DESCRIPTOR' : _MODIFYBINDINGREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ModifyBindingRequest)
- })
-_sym_db.RegisterMessage(ModifyBindingRequest)
-
-ModifyBindingResponse = _reflection.GeneratedProtocolMessageType('ModifyBindingResponse', (_message.Message,), {
- 'DESCRIPTOR' : _MODIFYBINDINGRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ModifyBindingResponse)
- })
-_sym_db.RegisterMessage(ModifyBindingResponse)
-
-ModifyBindingResult = _reflection.GeneratedProtocolMessageType('ModifyBindingResult', (_message.Message,), {
- 'DESCRIPTOR' : _MODIFYBINDINGRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.ModifyBindingResult)
- })
-_sym_db.RegisterMessage(ModifyBindingResult)
-
-DeleteBindingRequest = _reflection.GeneratedProtocolMessageType('DeleteBindingRequest', (_message.Message,), {
- 'DESCRIPTOR' : _DELETEBINDINGREQUEST,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DeleteBindingRequest)
- })
-_sym_db.RegisterMessage(DeleteBindingRequest)
-
-DeleteBindingResponse = _reflection.GeneratedProtocolMessageType('DeleteBindingResponse', (_message.Message,), {
- 'DESCRIPTOR' : _DELETEBINDINGRESPONSE,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DeleteBindingResponse)
- })
-_sym_db.RegisterMessage(DeleteBindingResponse)
-
-DeleteBindingResult = _reflection.GeneratedProtocolMessageType('DeleteBindingResult', (_message.Message,), {
- 'DESCRIPTOR' : _DELETEBINDINGRESULT,
- '__module__' : 'ydb.public.api.protos.yq_pb2'
- # @@protoc_insertion_point(class_scope:YandexQuery.DeleteBindingResult)
- })
-_sym_db.RegisterMessage(DeleteBindingResult)
-
-
-DESCRIPTOR._options = None
-_LIMITS.fields_by_name['vcpu_rate_limit']._options = None
-_LIMITS.fields_by_name['flow_rate_limit']._options = None
-_LIMITS.fields_by_name['vcpu_time_limit']._options = None
-_LIMITS.fields_by_name['max_result_size']._options = None
-_LIMITS.fields_by_name['max_result_rows']._options = None
-_LIMITS.fields_by_name['memory_limit']._options = None
-_QUERYCONTENT.fields_by_name['name']._options = None
-_QUERYCONTENT.fields_by_name['text']._options = None
-_QUERYCONTENT.fields_by_name['description']._options = None
-_COMMONMETA.fields_by_name['id']._options = None
-_COMMONMETA.fields_by_name['created_by']._options = None
-_COMMONMETA.fields_by_name['modified_by']._options = None
-_COMMONMETA.fields_by_name['revision']._options = None
-_BRIEFQUERY.fields_by_name['name']._options = None
-_RESULTSETMETA.fields_by_name['rows_count']._options = None
-_CREATEQUERYREQUEST.fields_by_name['idempotency_key']._options = None
-_CREATEQUERYRESULT.fields_by_name['query_id']._options = None
-_LISTQUERIESREQUEST_FILTER.fields_by_name['status']._options = None
-_LISTQUERIESREQUEST_FILTER.fields_by_name['mode']._options = None
-_LISTQUERIESREQUEST_FILTER.fields_by_name['name']._options = None
-_LISTQUERIESREQUEST.fields_by_name['page_token']._options = None
-_LISTQUERIESREQUEST.fields_by_name['limit']._options = None
-_LISTQUERIESRESULT.fields_by_name['next_page_token']._options = None
-_DESCRIBEQUERYREQUEST.fields_by_name['query_id']._options = None
-_GETQUERYSTATUSREQUEST.fields_by_name['query_id']._options = None
-_DELETEQUERYREQUEST.fields_by_name['query_id']._options = None
-_DELETEQUERYREQUEST.fields_by_name['previous_revision']._options = None
-_DELETEQUERYREQUEST.fields_by_name['idempotency_key']._options = None
-_MODIFYQUERYREQUEST.fields_by_name['query_id']._options = None
-_MODIFYQUERYREQUEST.fields_by_name['previous_revision']._options = None
-_MODIFYQUERYREQUEST.fields_by_name['idempotency_key']._options = None
-_CONTROLQUERYREQUEST.fields_by_name['query_id']._options = None
-_CONTROLQUERYREQUEST.fields_by_name['previous_revision']._options = None
-_CONTROLQUERYREQUEST.fields_by_name['idempotency_key']._options = None
-_LISTJOBSREQUEST_FILTER.fields_by_name['query_id']._options = None
-_LISTJOBSREQUEST.fields_by_name['page_token']._options = None
-_LISTJOBSREQUEST.fields_by_name['limit']._options = None
-_LISTJOBSRESULT.fields_by_name['next_page_token']._options = None
-_DESCRIBEJOBREQUEST.fields_by_name['job_id']._options = None
-_SERVICEACCOUNTAUTH.fields_by_name['id']._options = None
-_DATASTREAMS.fields_by_name['database_id']._options = None
-_DATASTREAMS.fields_by_name['endpoint']._options = None
-_DATASTREAMS.fields_by_name['database']._options = None
-_MONITORING.fields_by_name['project']._options = None
-_MONITORING.fields_by_name['cluster']._options = None
-_YDBDATABASE.fields_by_name['database_id']._options = None
-_YDBDATABASE.fields_by_name['endpoint']._options = None
-_YDBDATABASE.fields_by_name['database']._options = None
-_CLICKHOUSECLUSTER.fields_by_name['database_id']._options = None
-_CLICKHOUSECLUSTER.fields_by_name['login']._options = None
-_CLICKHOUSECLUSTER.fields_by_name['password']._options = None
-_CLICKHOUSECLUSTER.fields_by_name['host']._options = None
-_CLICKHOUSECLUSTER.fields_by_name['port']._options = None
-_OBJECTSTORAGECONNECTION.fields_by_name['bucket']._options = None
-_CONNECTIONCONTENT.fields_by_name['name']._options = None
-_CONNECTIONCONTENT.fields_by_name['description']._options = None
-_CREATECONNECTIONREQUEST.fields_by_name['idempotency_key']._options = None
-_CREATECONNECTIONRESULT.fields_by_name['connection_id']._options = None
-_LISTCONNECTIONSREQUEST_FILTER.fields_by_name['name']._options = None
-_LISTCONNECTIONSREQUEST.fields_by_name['page_token']._options = None
-_LISTCONNECTIONSREQUEST.fields_by_name['limit']._options = None
-_LISTCONNECTIONSRESULT.fields_by_name['next_page_token']._options = None
-_DESCRIBECONNECTIONREQUEST.fields_by_name['connection_id']._options = None
-_MODIFYCONNECTIONREQUEST.fields_by_name['connection_id']._options = None
-_MODIFYCONNECTIONREQUEST.fields_by_name['previous_revision']._options = None
-_MODIFYCONNECTIONREQUEST.fields_by_name['idempotency_key']._options = None
-_DELETECONNECTIONREQUEST.fields_by_name['connection_id']._options = None
-_DELETECONNECTIONREQUEST.fields_by_name['previous_revision']._options = None
-_DELETECONNECTIONREQUEST.fields_by_name['idempotency_key']._options = None
-_GETRESULTDATAREQUEST.fields_by_name['query_id']._options = None
-_GETRESULTDATAREQUEST.fields_by_name['result_set_index']._options = None
-_GETRESULTDATAREQUEST.fields_by_name['offset']._options = None
-_GETRESULTDATAREQUEST.fields_by_name['limit']._options = None
-_SCHEMA.fields_by_name['column']._options = None
-_DATASTREAMSBINDING_FORMATSETTINGENTRY._options = None
-_DATASTREAMSBINDING.fields_by_name['stream_name']._options = None
-_DATASTREAMSBINDING.fields_by_name['format']._options = None
-_DATASTREAMSBINDING.fields_by_name['compression']._options = None
-_DATASTREAMSBINDING.fields_by_name['format_setting']._options = None
-_OBJECTSTORAGEBINDING_SUBSET_FORMATSETTINGENTRY._options = None
-_OBJECTSTORAGEBINDING_SUBSET.fields_by_name['path_pattern']._options = None
-_OBJECTSTORAGEBINDING_SUBSET.fields_by_name['format']._options = None
-_OBJECTSTORAGEBINDING_SUBSET.fields_by_name['format_setting']._options = None
-_OBJECTSTORAGEBINDING_SUBSET.fields_by_name['compression']._options = None
-_BRIEFBINDING.fields_by_name['name']._options = None
-_BRIEFBINDING.fields_by_name['connection_id']._options = None
-_BINDINGCONTENT.fields_by_name['name']._options = None
-_BINDINGCONTENT.fields_by_name['connection_id']._options = None
-_BINDINGCONTENT.fields_by_name['description']._options = None
-_CREATEBINDINGREQUEST.fields_by_name['idempotency_key']._options = None
-_CREATEBINDINGRESULT.fields_by_name['binding_id']._options = None
-_LISTBINDINGSREQUEST_FILTER.fields_by_name['connection_id']._options = None
-_LISTBINDINGSREQUEST_FILTER.fields_by_name['name']._options = None
-_LISTBINDINGSREQUEST.fields_by_name['page_token']._options = None
-_LISTBINDINGSREQUEST.fields_by_name['limit']._options = None
-_LISTBINDINGSRESULT.fields_by_name['next_page_token']._options = None
-_DESCRIBEBINDINGREQUEST.fields_by_name['binding_id']._options = None
-_MODIFYBINDINGREQUEST.fields_by_name['binding_id']._options = None
-_MODIFYBINDINGREQUEST.fields_by_name['previous_revision']._options = None
-_MODIFYBINDINGREQUEST.fields_by_name['idempotency_key']._options = None
-_DELETEBINDINGREQUEST.fields_by_name['binding_id']._options = None
-_DELETEBINDINGREQUEST.fields_by_name['previous_revision']._options = None
-_DELETEBINDINGREQUEST.fields_by_name['idempotency_key']._options = None
-# @@protoc_insertion_point(module_scope)
diff --git a/ydb/public/sdk/python/ydb/public/api/protos/yq_pb2_grpc.py b/ydb/public/sdk/python/ydb/public/api/protos/yq_pb2_grpc.py
deleted file mode 100644
index 2daafffebfc..00000000000
--- a/ydb/public/sdk/python/ydb/public/api/protos/yq_pb2_grpc.py
+++ /dev/null
@@ -1,4 +0,0 @@
-# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
-"""Client and server classes corresponding to protobuf-defined services."""
-import grpc
-