|
12 | 12 | ydb_topic_v1_pb2_grpc, |
13 | 13 | ) |
14 | 14 |
|
15 | | - from ._grpc.v4.draft import ( |
16 | | - ydb_dynamic_config_v1_pb2_grpc, |
17 | | - ) |
18 | | - |
19 | 15 | from ._grpc.v4.protos import ( |
20 | 16 | ydb_status_codes_pb2, |
21 | 17 | ydb_discovery_pb2, |
|
26 | 22 | ydb_common_pb2, |
27 | 23 | ) |
28 | 24 |
|
29 | | - from ._grpc.v4.draft.protos import ( |
30 | | - ydb_dynamic_config_pb2, |
31 | | - ) |
32 | 25 | else: |
33 | 26 | from ._grpc.common import ( |
34 | 27 | ydb_cms_v1_pb2_grpc, |
|
39 | 32 | ydb_topic_v1_pb2_grpc, |
40 | 33 | ) |
41 | 34 |
|
42 | | - from ._grpc.common.draft import ( |
43 | | - ydb_dynamic_config_v1_pb2_grpc, |
44 | | - ) |
45 | | - |
46 | 35 | from ._grpc.common.protos import ( |
47 | 36 | ydb_status_codes_pb2, |
48 | 37 | ydb_discovery_pb2, |
|
53 | 42 | ydb_common_pb2, |
54 | 43 | ) |
55 | 44 |
|
56 | | - from ._grpc.common.draft.protos import ( |
57 | | - ydb_dynamic_config_pb2, |
58 | | - ) |
59 | | - |
60 | 45 |
|
61 | 46 | StatusIds = ydb_status_codes_pb2.StatusIds |
62 | 47 | FeatureFlag = ydb_common_pb2.FeatureFlag |
|
66 | 51 | ydb_table = ydb_table_pb2 |
67 | 52 | ydb_discovery = ydb_discovery_pb2 |
68 | 53 | ydb_operation = ydb_operation_pb2 |
69 | | -ydb_dynamic_config = ydb_dynamic_config_pb2 |
70 | 54 |
|
71 | 55 |
|
72 | 56 | class CmsService(object): |
@@ -127,12 +111,3 @@ class TopicService(object): |
127 | 111 | DropTopic = "DropTopic" |
128 | 112 | StreamRead = "StreamRead" |
129 | 113 | StreamWrite = "StreamWrite" |
130 | | - |
131 | | - |
132 | | -class DynamicConfigService(object): |
133 | | - Stub = ydb_dynamic_config_v1_pb2_grpc.DynamicConfigServiceStub |
134 | | - |
135 | | - ReplaceConfig = "ReplaceConfig" |
136 | | - SetConfig = "SetConfig" |
137 | | - GetConfig = "GetConfig" |
138 | | - GetNodeLabels = "GetNodeLabels" |
0 commit comments