We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6b7ad commit a5bdfe8Copy full SHA for a5bdfe8
ydb/_apis.py
@@ -51,7 +51,6 @@
51
ydb_table = ydb_table_pb2
52
ydb_discovery = ydb_discovery_pb2
53
ydb_operation = ydb_operation_pb2
54
-ydb_dynamic_config = ydb_dynamic_config_pb2
55
56
57
class CmsService(object):
ydb/draft/_apis.py
@@ -20,6 +20,9 @@
20
)
21
22
23
+ydb_dynamic_config = ydb_dynamic_config_pb2
24
+
25
26
class DynamicConfigService(object):
27
Stub = ydb_dynamic_config_v1_pb2_grpc.DynamicConfigServiceStub
28
0 commit comments