yandexcloud 0.321.0__py3-none-any.whl → 0.323.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of yandexcloud might be problematic. Click here for more details.
- yandex/cloud/ai/assistants/v1/assistant_pb2.pyi +38 -8
- yandex/cloud/ai/assistants/v1/assistant_service_pb2.pyi +89 -15
- yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.py +18 -9
- yandex/cloud/ai/assistants/v1/assistant_service_pb2_grpc.pyi +30 -6
- yandex/cloud/ai/assistants/v1/common_pb2.pyi +37 -6
- yandex/cloud/ai/assistants/v1/runs/run_pb2.pyi +55 -9
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2.pyi +74 -11
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.py +18 -8
- yandex/cloud/ai/assistants/v1/runs/run_service_pb2_grpc.pyi +35 -5
- yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +15 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_pb2.pyi +8 -1
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.pyi +15 -1
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.py +10 -5
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.pyi +14 -2
- yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +45 -9
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2.pyi +52 -9
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/searchindex/search_index_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/assistants/v1/threads/message_pb2.py +18 -16
- yandex/cloud/ai/assistants/v1/threads/message_pb2.pyi +84 -10
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2.pyi +21 -3
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.py +13 -6
- yandex/cloud/ai/assistants/v1/threads/message_service_pb2_grpc.pyi +24 -3
- yandex/cloud/ai/assistants/v1/threads/thread_pb2.pyi +22 -5
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2.pyi +47 -7
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/threads/thread_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/assistants/v1/users/user_pb2.pyi +21 -5
- yandex/cloud/ai/assistants/v1/users/user_service_pb2.pyi +43 -6
- yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.py +16 -8
- yandex/cloud/ai/assistants/v1/users/user_service_pb2_grpc.pyi +26 -5
- yandex/cloud/ai/dataset/__init__.py +0 -0
- yandex/cloud/ai/dataset/v1/__init__.py +0 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2.py +35 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +161 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2_grpc.py +4 -0
- yandex/cloud/ai/dataset/v1/dataset_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +117 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +520 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +378 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +237 -0
- yandex/cloud/ai/files/v1/file_pb2.pyi +22 -5
- yandex/cloud/ai/files/v1/file_service_pb2.pyi +53 -6
- yandex/cloud/ai/files/v1/file_service_pb2_grpc.py +18 -9
- yandex/cloud/ai/files/v1/file_service_pb2_grpc.pyi +30 -6
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.py +30 -13
- yandex/cloud/ai/foundation_models/v1/text_common_pb2.pyi +197 -0
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.py +14 -14
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +9 -1
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.py +52 -51
- yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +11 -1
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2.py +35 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2.pyi +62 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2_grpc.py +4 -0
- yandex/cloud/apploadbalancer/v1/rate_limit_pb2_grpc.pyi +17 -0
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.py +44 -43
- yandex/cloud/apploadbalancer/v1/virtual_host_pb2.pyi +25 -6
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.py +30 -29
- yandex/cloud/apploadbalancer/v1/virtual_host_service_pb2.pyi +17 -4
- yandex/cloud/compute/v1/disk_pb2.py +12 -11
- yandex/cloud/compute/v1/disk_pb2.pyi +9 -2
- yandex/cloud/compute/v1/disk_service_pb2.py +36 -34
- yandex/cloud/compute/v1/disk_service_pb2.pyi +5 -1
- yandex/cloud/compute/v1/image_pb2.py +12 -11
- yandex/cloud/compute/v1/image_pb2.pyi +9 -2
- yandex/cloud/compute/v1/instance_service_pb2.py +39 -37
- yandex/cloud/compute/v1/instance_service_pb2.pyi +11 -7
- yandex/cloud/compute/v1/kek_pb2.py +26 -0
- yandex/cloud/compute/v1/kek_pb2.pyi +31 -0
- yandex/cloud/compute/v1/kek_pb2_grpc.py +4 -0
- yandex/cloud/compute/v1/kek_pb2_grpc.pyi +17 -0
- yandex/cloud/compute/v1/snapshot_pb2.py +8 -7
- yandex/cloud/compute/v1/snapshot_pb2.pyi +9 -2
- yandex/cloud/datasphere/v1/project_pb2.py +6 -8
- yandex/cloud/datasphere/v1/project_pb2.pyi +1 -35
- yandex/cloud/datasphere/v1/project_service_pb2.py +39 -70
- yandex/cloud/datasphere/v1/project_service_pb2.pyi +0 -171
- yandex/cloud/datasphere/v1/project_service_pb2_grpc.py +0 -102
- yandex/cloud/datasphere/v1/project_service_pb2_grpc.pyi +0 -60
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +21 -19
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +50 -1
- yandex/cloud/datasphere/v2/project_pb2.py +11 -15
- yandex/cloud/datasphere/v2/project_pb2.pyi +1 -55
- yandex/cloud/datasphere/v2/project_service_pb2.py +73 -84
- yandex/cloud/datasphere/v2/project_service_pb2.pyi +102 -119
- yandex/cloud/datasphere/v2/project_service_pb2_grpc.py +34 -70
- yandex/cloud/datasphere/v2/project_service_pb2_grpc.pyi +20 -52
- yandex/cloud/datasphere/v2/resource_types_pb2.py +2 -2
- yandex/cloud/datasphere/v2/resource_types_pb2.pyi +0 -4
- yandex/cloud/k8s/v1/cluster_service_pb2.py +38 -38
- yandex/cloud/k8s/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/kafka/v1/cluster_pb2.py +26 -24
- yandex/cloud/mdb/kafka/v1/cluster_pb2.pyi +32 -5
- yandex/cloud/mdb/kafka/v1/connector_service_pb2.py +37 -37
- yandex/cloud/mdb/kafka/v1/user_pb2.pyi +1 -0
- yandex/cloud/mdb/redis/v1/config/redis_pb2.py +16 -8
- yandex/cloud/mdb/redis/v1/config/redis_pb2.pyi +56 -2
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +19 -19
- yandex/cloud/serverless/functions/v1/function_service_pb2.py +37 -37
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/RECORD +105 -87
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/WHEEL +1 -1
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.321.0.dist-info → yandexcloud-0.323.0.dist-info}/top_level.txt +0 -0
|
@@ -65,16 +65,6 @@ class ProjectServiceStub(object):
|
|
|
65
65
|
request_serializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.ProjectExecutionRequest.SerializeToString,
|
|
66
66
|
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
67
67
|
)
|
|
68
|
-
self.GetCellOutputs = channel.unary_unary(
|
|
69
|
-
'/yandex.cloud.datasphere.v2.ProjectService/GetCellOutputs',
|
|
70
|
-
request_serializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.CellOutputsRequest.SerializeToString,
|
|
71
|
-
response_deserializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.CellOutputsResponse.FromString,
|
|
72
|
-
)
|
|
73
|
-
self.GetStateVariables = channel.unary_unary(
|
|
74
|
-
'/yandex.cloud.datasphere.v2.ProjectService/GetStateVariables',
|
|
75
|
-
request_serializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.GetStateVariablesRequest.SerializeToString,
|
|
76
|
-
response_deserializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.GetStateVariablesResponse.FromString,
|
|
77
|
-
)
|
|
78
68
|
self.ListAccessBindings = channel.unary_unary(
|
|
79
69
|
'/yandex.cloud.datasphere.v2.ProjectService/ListAccessBindings',
|
|
80
70
|
request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.SerializeToString,
|
|
@@ -100,6 +90,11 @@ class ProjectServiceStub(object):
|
|
|
100
90
|
request_serializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.RemoveResourceFromProjectRequest.SerializeToString,
|
|
101
91
|
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
102
92
|
)
|
|
93
|
+
self.ResizeDisk = channel.unary_unary(
|
|
94
|
+
'/yandex.cloud.datasphere.v2.ProjectService/ResizeDisk',
|
|
95
|
+
request_serializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.ResizeProjectDiskRequest.SerializeToString,
|
|
96
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
97
|
+
)
|
|
103
98
|
self.GetRestrictionsMeta = channel.unary_unary(
|
|
104
99
|
'/yandex.cloud.datasphere.v2.ProjectService/GetRestrictionsMeta',
|
|
105
100
|
request_serializer=google_dot_protobuf_dot_empty__pb2.Empty.SerializeToString,
|
|
@@ -184,22 +179,6 @@ class ProjectServiceServicer(object):
|
|
|
184
179
|
context.set_details('Method not implemented!')
|
|
185
180
|
raise NotImplementedError('Method not implemented!')
|
|
186
181
|
|
|
187
|
-
def GetCellOutputs(self, request, context):
|
|
188
|
-
"""Returns outputs of the specified cell.
|
|
189
|
-
Deprecated
|
|
190
|
-
"""
|
|
191
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
192
|
-
context.set_details('Method not implemented!')
|
|
193
|
-
raise NotImplementedError('Method not implemented!')
|
|
194
|
-
|
|
195
|
-
def GetStateVariables(self, request, context):
|
|
196
|
-
"""Returns state variables of the specified notebook.
|
|
197
|
-
Deprecated
|
|
198
|
-
"""
|
|
199
|
-
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
200
|
-
context.set_details('Method not implemented!')
|
|
201
|
-
raise NotImplementedError('Method not implemented!')
|
|
202
|
-
|
|
203
182
|
def ListAccessBindings(self, request, context):
|
|
204
183
|
"""Lists access bindings for the project.
|
|
205
184
|
"""
|
|
@@ -235,6 +214,13 @@ class ProjectServiceServicer(object):
|
|
|
235
214
|
context.set_details('Method not implemented!')
|
|
236
215
|
raise NotImplementedError('Method not implemented!')
|
|
237
216
|
|
|
217
|
+
def ResizeDisk(self, request, context):
|
|
218
|
+
"""Resizes project disk
|
|
219
|
+
"""
|
|
220
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
221
|
+
context.set_details('Method not implemented!')
|
|
222
|
+
raise NotImplementedError('Method not implemented!')
|
|
223
|
+
|
|
238
224
|
def GetRestrictionsMeta(self, request, context):
|
|
239
225
|
"""Get meta information about available restrictions.
|
|
240
226
|
"""
|
|
@@ -304,16 +290,6 @@ def add_ProjectServiceServicer_to_server(servicer, server):
|
|
|
304
290
|
request_deserializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.ProjectExecutionRequest.FromString,
|
|
305
291
|
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
306
292
|
),
|
|
307
|
-
'GetCellOutputs': grpc.unary_unary_rpc_method_handler(
|
|
308
|
-
servicer.GetCellOutputs,
|
|
309
|
-
request_deserializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.CellOutputsRequest.FromString,
|
|
310
|
-
response_serializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.CellOutputsResponse.SerializeToString,
|
|
311
|
-
),
|
|
312
|
-
'GetStateVariables': grpc.unary_unary_rpc_method_handler(
|
|
313
|
-
servicer.GetStateVariables,
|
|
314
|
-
request_deserializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.GetStateVariablesRequest.FromString,
|
|
315
|
-
response_serializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.GetStateVariablesResponse.SerializeToString,
|
|
316
|
-
),
|
|
317
293
|
'ListAccessBindings': grpc.unary_unary_rpc_method_handler(
|
|
318
294
|
servicer.ListAccessBindings,
|
|
319
295
|
request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.FromString,
|
|
@@ -339,6 +315,11 @@ def add_ProjectServiceServicer_to_server(servicer, server):
|
|
|
339
315
|
request_deserializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.RemoveResourceFromProjectRequest.FromString,
|
|
340
316
|
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
341
317
|
),
|
|
318
|
+
'ResizeDisk': grpc.unary_unary_rpc_method_handler(
|
|
319
|
+
servicer.ResizeDisk,
|
|
320
|
+
request_deserializer=yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.ResizeProjectDiskRequest.FromString,
|
|
321
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
322
|
+
),
|
|
342
323
|
'GetRestrictionsMeta': grpc.unary_unary_rpc_method_handler(
|
|
343
324
|
servicer.GetRestrictionsMeta,
|
|
344
325
|
request_deserializer=google_dot_protobuf_dot_empty__pb2.Empty.FromString,
|
|
@@ -518,40 +499,6 @@ class ProjectService(object):
|
|
|
518
499
|
options, channel_credentials,
|
|
519
500
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
520
501
|
|
|
521
|
-
@staticmethod
|
|
522
|
-
def GetCellOutputs(request,
|
|
523
|
-
target,
|
|
524
|
-
options=(),
|
|
525
|
-
channel_credentials=None,
|
|
526
|
-
call_credentials=None,
|
|
527
|
-
insecure=False,
|
|
528
|
-
compression=None,
|
|
529
|
-
wait_for_ready=None,
|
|
530
|
-
timeout=None,
|
|
531
|
-
metadata=None):
|
|
532
|
-
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.datasphere.v2.ProjectService/GetCellOutputs',
|
|
533
|
-
yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.CellOutputsRequest.SerializeToString,
|
|
534
|
-
yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.CellOutputsResponse.FromString,
|
|
535
|
-
options, channel_credentials,
|
|
536
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
537
|
-
|
|
538
|
-
@staticmethod
|
|
539
|
-
def GetStateVariables(request,
|
|
540
|
-
target,
|
|
541
|
-
options=(),
|
|
542
|
-
channel_credentials=None,
|
|
543
|
-
call_credentials=None,
|
|
544
|
-
insecure=False,
|
|
545
|
-
compression=None,
|
|
546
|
-
wait_for_ready=None,
|
|
547
|
-
timeout=None,
|
|
548
|
-
metadata=None):
|
|
549
|
-
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.datasphere.v2.ProjectService/GetStateVariables',
|
|
550
|
-
yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.GetStateVariablesRequest.SerializeToString,
|
|
551
|
-
yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.GetStateVariablesResponse.FromString,
|
|
552
|
-
options, channel_credentials,
|
|
553
|
-
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
554
|
-
|
|
555
502
|
@staticmethod
|
|
556
503
|
def ListAccessBindings(request,
|
|
557
504
|
target,
|
|
@@ -637,6 +584,23 @@ class ProjectService(object):
|
|
|
637
584
|
options, channel_credentials,
|
|
638
585
|
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
639
586
|
|
|
587
|
+
@staticmethod
|
|
588
|
+
def ResizeDisk(request,
|
|
589
|
+
target,
|
|
590
|
+
options=(),
|
|
591
|
+
channel_credentials=None,
|
|
592
|
+
call_credentials=None,
|
|
593
|
+
insecure=False,
|
|
594
|
+
compression=None,
|
|
595
|
+
wait_for_ready=None,
|
|
596
|
+
timeout=None,
|
|
597
|
+
metadata=None):
|
|
598
|
+
return grpc.experimental.unary_unary(request, target, '/yandex.cloud.datasphere.v2.ProjectService/ResizeDisk',
|
|
599
|
+
yandex_dot_cloud_dot_datasphere_dot_v2_dot_project__service__pb2.ResizeProjectDiskRequest.SerializeToString,
|
|
600
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
601
|
+
options, channel_credentials,
|
|
602
|
+
insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
|
|
603
|
+
|
|
640
604
|
@staticmethod
|
|
641
605
|
def GetRestrictionsMeta(request,
|
|
642
606
|
target,
|
|
@@ -80,22 +80,6 @@ class ProjectServiceStub:
|
|
|
80
80
|
]
|
|
81
81
|
"""Executes code of the specified notebook using configuration defined in the project settings. If the default project configuration is not specified, `c1.4` is used."""
|
|
82
82
|
|
|
83
|
-
GetCellOutputs: grpc.UnaryUnaryMultiCallable[
|
|
84
|
-
yandex.cloud.datasphere.v2.project_service_pb2.CellOutputsRequest,
|
|
85
|
-
yandex.cloud.datasphere.v2.project_service_pb2.CellOutputsResponse,
|
|
86
|
-
]
|
|
87
|
-
"""Returns outputs of the specified cell.
|
|
88
|
-
Deprecated
|
|
89
|
-
"""
|
|
90
|
-
|
|
91
|
-
GetStateVariables: grpc.UnaryUnaryMultiCallable[
|
|
92
|
-
yandex.cloud.datasphere.v2.project_service_pb2.GetStateVariablesRequest,
|
|
93
|
-
yandex.cloud.datasphere.v2.project_service_pb2.GetStateVariablesResponse,
|
|
94
|
-
]
|
|
95
|
-
"""Returns state variables of the specified notebook.
|
|
96
|
-
Deprecated
|
|
97
|
-
"""
|
|
98
|
-
|
|
99
83
|
ListAccessBindings: grpc.UnaryUnaryMultiCallable[
|
|
100
84
|
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
101
85
|
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
@@ -126,6 +110,12 @@ class ProjectServiceStub:
|
|
|
126
110
|
]
|
|
127
111
|
"""Removes shared resource from project"""
|
|
128
112
|
|
|
113
|
+
ResizeDisk: grpc.UnaryUnaryMultiCallable[
|
|
114
|
+
yandex.cloud.datasphere.v2.project_service_pb2.ResizeProjectDiskRequest,
|
|
115
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
116
|
+
]
|
|
117
|
+
"""Resizes project disk"""
|
|
118
|
+
|
|
129
119
|
GetRestrictionsMeta: grpc.UnaryUnaryMultiCallable[
|
|
130
120
|
google.protobuf.empty_pb2.Empty,
|
|
131
121
|
yandex.cloud.datasphere.v2.restrictions_pb2.GetRestrictionsMetaResponse,
|
|
@@ -201,22 +191,6 @@ class ProjectServiceAsyncStub:
|
|
|
201
191
|
]
|
|
202
192
|
"""Executes code of the specified notebook using configuration defined in the project settings. If the default project configuration is not specified, `c1.4` is used."""
|
|
203
193
|
|
|
204
|
-
GetCellOutputs: grpc.aio.UnaryUnaryMultiCallable[
|
|
205
|
-
yandex.cloud.datasphere.v2.project_service_pb2.CellOutputsRequest,
|
|
206
|
-
yandex.cloud.datasphere.v2.project_service_pb2.CellOutputsResponse,
|
|
207
|
-
]
|
|
208
|
-
"""Returns outputs of the specified cell.
|
|
209
|
-
Deprecated
|
|
210
|
-
"""
|
|
211
|
-
|
|
212
|
-
GetStateVariables: grpc.aio.UnaryUnaryMultiCallable[
|
|
213
|
-
yandex.cloud.datasphere.v2.project_service_pb2.GetStateVariablesRequest,
|
|
214
|
-
yandex.cloud.datasphere.v2.project_service_pb2.GetStateVariablesResponse,
|
|
215
|
-
]
|
|
216
|
-
"""Returns state variables of the specified notebook.
|
|
217
|
-
Deprecated
|
|
218
|
-
"""
|
|
219
|
-
|
|
220
194
|
ListAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
|
|
221
195
|
yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
|
|
222
196
|
yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
|
|
@@ -247,6 +221,12 @@ class ProjectServiceAsyncStub:
|
|
|
247
221
|
]
|
|
248
222
|
"""Removes shared resource from project"""
|
|
249
223
|
|
|
224
|
+
ResizeDisk: grpc.aio.UnaryUnaryMultiCallable[
|
|
225
|
+
yandex.cloud.datasphere.v2.project_service_pb2.ResizeProjectDiskRequest,
|
|
226
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
227
|
+
]
|
|
228
|
+
"""Resizes project disk"""
|
|
229
|
+
|
|
250
230
|
GetRestrictionsMeta: grpc.aio.UnaryUnaryMultiCallable[
|
|
251
231
|
google.protobuf.empty_pb2.Empty,
|
|
252
232
|
yandex.cloud.datasphere.v2.restrictions_pb2.GetRestrictionsMetaResponse,
|
|
@@ -340,26 +320,6 @@ class ProjectServiceServicer(metaclass=abc.ABCMeta):
|
|
|
340
320
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
341
321
|
"""Executes code of the specified notebook using configuration defined in the project settings. If the default project configuration is not specified, `c1.4` is used."""
|
|
342
322
|
|
|
343
|
-
@abc.abstractmethod
|
|
344
|
-
def GetCellOutputs(
|
|
345
|
-
self,
|
|
346
|
-
request: yandex.cloud.datasphere.v2.project_service_pb2.CellOutputsRequest,
|
|
347
|
-
context: _ServicerContext,
|
|
348
|
-
) -> typing.Union[yandex.cloud.datasphere.v2.project_service_pb2.CellOutputsResponse, collections.abc.Awaitable[yandex.cloud.datasphere.v2.project_service_pb2.CellOutputsResponse]]:
|
|
349
|
-
"""Returns outputs of the specified cell.
|
|
350
|
-
Deprecated
|
|
351
|
-
"""
|
|
352
|
-
|
|
353
|
-
@abc.abstractmethod
|
|
354
|
-
def GetStateVariables(
|
|
355
|
-
self,
|
|
356
|
-
request: yandex.cloud.datasphere.v2.project_service_pb2.GetStateVariablesRequest,
|
|
357
|
-
context: _ServicerContext,
|
|
358
|
-
) -> typing.Union[yandex.cloud.datasphere.v2.project_service_pb2.GetStateVariablesResponse, collections.abc.Awaitable[yandex.cloud.datasphere.v2.project_service_pb2.GetStateVariablesResponse]]:
|
|
359
|
-
"""Returns state variables of the specified notebook.
|
|
360
|
-
Deprecated
|
|
361
|
-
"""
|
|
362
|
-
|
|
363
323
|
@abc.abstractmethod
|
|
364
324
|
def ListAccessBindings(
|
|
365
325
|
self,
|
|
@@ -400,6 +360,14 @@ class ProjectServiceServicer(metaclass=abc.ABCMeta):
|
|
|
400
360
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
401
361
|
"""Removes shared resource from project"""
|
|
402
362
|
|
|
363
|
+
@abc.abstractmethod
|
|
364
|
+
def ResizeDisk(
|
|
365
|
+
self,
|
|
366
|
+
request: yandex.cloud.datasphere.v2.project_service_pb2.ResizeProjectDiskRequest,
|
|
367
|
+
context: _ServicerContext,
|
|
368
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
369
|
+
"""Resizes project disk"""
|
|
370
|
+
|
|
403
371
|
@abc.abstractmethod
|
|
404
372
|
def GetRestrictionsMeta(
|
|
405
373
|
self,
|
|
@@ -13,7 +13,7 @@ _sym_db = _symbol_database.Default()
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/datasphere/v2/resource_types.proto\x12\x1ayandex.cloud.datasphere.v2*\
|
|
16
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/datasphere/v2/resource_types.proto\x12\x1ayandex.cloud.datasphere.v2*\xd5\x01\n\x0cResourceType\x12\x1d\n\x19RESOURCE_TYPE_UNSPECIFIED\x10\x00\x12\x18\n\x14RESOURCE_TYPE_SECRET\x10\x02\x12\x1e\n\x1aRESOURCE_TYPE_DOCKER_IMAGE\x10\x03\x12\x19\n\x15RESOURCE_TYPE_DATASET\x10\x04\x12\x14\n\x10RESOURCE_TYPE_S3\x10\x05\x12\x16\n\x12RESOURCE_TYPE_NODE\x10\x06\x12\x17\n\x13RESOURCE_TYPE_ALIAS\x10\x08\"\x04\x08\x01\x10\x01\"\x04\x08\x07\x10\x07\x42|\n\x1eyandex.cloud.api.datasphere.v2B\x0f\x44sResourceTypesZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/datasphere/v2;datasphereb\x06proto3')
|
|
17
17
|
|
|
18
18
|
_globals = globals()
|
|
19
19
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -22,5 +22,5 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
22
22
|
DESCRIPTOR._options = None
|
|
23
23
|
DESCRIPTOR._serialized_options = b'\n\036yandex.cloud.api.datasphere.v2B\017DsResourceTypesZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/datasphere/v2;datasphere'
|
|
24
24
|
_globals['_RESOURCETYPE']._serialized_start=80
|
|
25
|
-
_globals['_RESOURCETYPE']._serialized_end=
|
|
25
|
+
_globals['_RESOURCETYPE']._serialized_end=293
|
|
26
26
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -23,24 +23,20 @@ class _ResourceType:
|
|
|
23
23
|
class _ResourceTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_ResourceType.ValueType], builtins.type):
|
|
24
24
|
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
25
25
|
RESOURCE_TYPE_UNSPECIFIED: _ResourceType.ValueType # 0
|
|
26
|
-
RESOURCE_TYPE_UNPINNED_CHECKPOINT: _ResourceType.ValueType # 1
|
|
27
26
|
RESOURCE_TYPE_SECRET: _ResourceType.ValueType # 2
|
|
28
27
|
RESOURCE_TYPE_DOCKER_IMAGE: _ResourceType.ValueType # 3
|
|
29
28
|
RESOURCE_TYPE_DATASET: _ResourceType.ValueType # 4
|
|
30
29
|
RESOURCE_TYPE_S3: _ResourceType.ValueType # 5
|
|
31
30
|
RESOURCE_TYPE_NODE: _ResourceType.ValueType # 6
|
|
32
|
-
RESOURCE_TYPE_PINNED_CHECKPOINT: _ResourceType.ValueType # 7
|
|
33
31
|
RESOURCE_TYPE_ALIAS: _ResourceType.ValueType # 8
|
|
34
32
|
|
|
35
33
|
class ResourceType(_ResourceType, metaclass=_ResourceTypeEnumTypeWrapper): ...
|
|
36
34
|
|
|
37
35
|
RESOURCE_TYPE_UNSPECIFIED: ResourceType.ValueType # 0
|
|
38
|
-
RESOURCE_TYPE_UNPINNED_CHECKPOINT: ResourceType.ValueType # 1
|
|
39
36
|
RESOURCE_TYPE_SECRET: ResourceType.ValueType # 2
|
|
40
37
|
RESOURCE_TYPE_DOCKER_IMAGE: ResourceType.ValueType # 3
|
|
41
38
|
RESOURCE_TYPE_DATASET: ResourceType.ValueType # 4
|
|
42
39
|
RESOURCE_TYPE_S3: ResourceType.ValueType # 5
|
|
43
40
|
RESOURCE_TYPE_NODE: ResourceType.ValueType # 6
|
|
44
|
-
RESOURCE_TYPE_PINNED_CHECKPOINT: ResourceType.ValueType # 7
|
|
45
41
|
RESOURCE_TYPE_ALIAS: ResourceType.ValueType # 8
|
|
46
42
|
global___ResourceType = ResourceType
|
|
@@ -22,7 +22,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
22
22
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/k8s/v1/cluster_service.proto\x12\x13yandex.cloud.k8s.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a!yandex/cloud/k8s/v1/cluster.proto\x1a\x1eyandex/cloud/k8s/v1/node.proto\x1a$yandex/cloud/k8s/v1/node_group.proto\x1a!yandex/cloud/k8s/v1/version.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"-\n\x11GetClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x88\x01\n\x13ListClustersRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"_\n\x14ListClustersResponse\x12.\n\x08\x63lusters\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.k8s.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"0\n\x14\x44\x65leteClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"+\n\x15\x44\x65leteClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\".\n\x12StopClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\")\n\x13StopClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"/\n\x13StartClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"*\n\x14StartClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xab\x05\n\x14UpdateClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8a\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x35.yandex.cloud.k8s.v1.UpdateClusterRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12(\n\x14gateway_ipv4_address\x18\x06 \x01(\tB\x08\x8a\xc8\x31\x04<=15H\x00\x12:\n\x0bmaster_spec\x18\x07 \x01(\x0b\x32%.yandex.cloud.k8s.v1.MasterUpdateSpec\x12\x1a\n\x12service_account_id\x18\t \x01(\t\x12\x1f\n\x17node_service_account_id\x18\x08 \x01(\t\x12:\n\x0enetwork_policy\x18\n \x01(\x0b\x32\".yandex.cloud.k8s.v1.NetworkPolicy\x12\x45\n\x14ip_allocation_policy\x18\x0b \x01(\x0b\x32\'.yandex.cloud.k8s.v1.IPAllocationPolicy\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x12\n\x10internet_gateway\"\xa3\x02\n\x10MasterUpdateSpec\x12\x37\n\x07version\x18\x01 \x01(\x0b\x32&.yandex.cloud.k8s.v1.UpdateVersionSpec\x12H\n\x12maintenance_policy\x18\x02 \x01(\x0b\x32,.yandex.cloud.k8s.v1.MasterMaintenancePolicy\x12\x1a\n\x12security_group_ids\x18\x03 \x03(\t\x12:\n\x0emaster_logging\x18\x04 \x01(\x0b\x32\".yandex.cloud.k8s.v1.MasterLogging\x12\x34\n\tlocations\x18\x05 \x03(\x0b\x32!.yandex.cloud.k8s.v1.LocationSpec\"+\n\x15UpdateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xd4\x06\n\x14\x43reateClusterRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8a\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x35.yandex.cloud.k8s.v1.CreateClusterRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x18\n\nnetwork_id\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12:\n\x0bmaster_spec\x18\x06 \x01(\x0b\x32\x1f.yandex.cloud.k8s.v1.MasterSpecB\x04\xe8\xc7\x31\x01\x12\x45\n\x14ip_allocation_policy\x18\x07 \x01(\x0b\x32\'.yandex.cloud.k8s.v1.IPAllocationPolicy\x12\x1e\n\x14gateway_ipv4_address\x18\x08 \x01(\tH\x00\x12 \n\x12service_account_id\x18\t \x01(\tB\x04\xe8\xc7\x31\x01\x12%\n\x17node_service_account_id\x18\n \x01(\tB\x04\xe8\xc7\x31\x01\x12<\n\x0frelease_channel\x18\x0b \x01(\x0e\x32#.yandex.cloud.k8s.v1.ReleaseChannel\x12:\n\x0enetwork_policy\x18\x0c \x01(\x0b\x32\".yandex.cloud.k8s.v1.NetworkPolicy\x12\x36\n\x0ckms_provider\x18\r \x01(\x0b\x32 .yandex.cloud.k8s.v1.KMSProvider\x12-\n\x06\x63ilium\x18\x0e \x01(\x0b\x32\x1b.yandex.cloud.k8s.v1.CiliumH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x12\n\x10internet_gatewayB\x18\n\x16network_implementation\"+\n\x15\x43reateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"/\n\x19\x41utoUpgradeMasterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\x92\x01\n\x1cListClusterOperationsRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"o\n\x1dListClusterOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x92\x01\n\x1cListClusterNodeGroupsRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"m\n\x1dListClusterNodeGroupsResponse\x12\x33\n\x0bnode_groups\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.k8s.v1.NodeGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"q\n\x17ListClusterNodesRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"]\n\x18ListClusterNodesResponse\x12(\n\x05nodes\x18\x01 \x03(\x0b\x32\x19.yandex.cloud.k8s.v1.Node\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd4\x04\n\nMasterSpec\x12\x41\n\x11zonal_master_spec\x18\x01 \x01(\x0b\x32$.yandex.cloud.k8s.v1.ZonalMasterSpecH\x00\x12G\n\x14regional_master_spec\x18\x02 \x01(\x0b\x32\'.yandex.cloud.k8s.v1.RegionalMasterSpecH\x00\x12\x34\n\tlocations\x18\x08 \x03(\x0b\x32!.yandex.cloud.k8s.v1.LocationSpec\x12$\n\x11\x65tcd_cluster_size\x18\t \x01(\x03\x42\t\xfa\xc7\x31\x05\x30,1,3\x12J\n\x18\x65xternal_v4_address_spec\x18\n \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12J\n\x18\x65xternal_v6_address_spec\x18\x0b \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12\x0f\n\x07version\x18\x03 \x01(\t\x12H\n\x12maintenance_policy\x18\x04 \x01(\x0b\x32,.yandex.cloud.k8s.v1.MasterMaintenancePolicy\x12\x1a\n\x12security_group_ids\x18\x06 \x03(\t\x12:\n\x0emaster_logging\x18\x07 \x01(\x0b\x32\".yandex.cloud.k8s.v1.MasterLoggingB\r\n\x0bmaster_typeJ\x04\x08\x05\x10\x06\"\xc0\x01\n\x0fZonalMasterSpec\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12J\n\x18internal_v4_address_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.k8s.v1.InternalAddressSpec\x12J\n\x18\x65xternal_v4_address_spec\x18\x03 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\"\xfd\x01\n\x12RegionalMasterSpec\x12\x17\n\tregion_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x36\n\tlocations\x18\x02 \x03(\x0b\x32#.yandex.cloud.k8s.v1.MasterLocation\x12J\n\x18\x65xternal_v4_address_spec\x18\x03 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12J\n\x18\x65xternal_v6_address_spec\x18\x04 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\"(\n\x13InternalAddressSpec\x12\x11\n\tsubnet_id\x18\x02 \x01(\t\"&\n\x13\x45xternalAddressSpec\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\"s\n\x0eMasterLocation\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12J\n\x18internal_v4_address_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.k8s.v1.InternalAddressSpec\"8\n\x0cLocationSpec\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tsubnet_id\x18\x02 \x01(\t2\xc6\r\n\x0e\x43lusterService\x12\x81\x01\n\x03Get\x12&.yandex.cloud.k8s.v1.GetClusterRequest\x1a\x1c.yandex.cloud.k8s.v1.Cluster\"4\x82\xd3\xe4\x93\x02.\x12,/managed-kubernetes/v1/clusters/{cluster_id}\x12\x84\x01\n\x04List\x12(.yandex.cloud.k8s.v1.ListClustersRequest\x1a).yandex.cloud.k8s.v1.ListClustersResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/managed-kubernetes/v1/clusters\x12\xa6\x01\n\x06\x43reate\x12).yandex.cloud.k8s.v1.CreateClusterRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2* \n\x15\x43reateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02$\"\x1f/managed-kubernetes/v1/clusters:\x01*\x12\xb3\x01\n\x06Update\x12).yandex.cloud.k8s.v1.UpdateClusterRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2* \n\x15UpdateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x31\x32,/managed-kubernetes/v1/clusters/{cluster_id}:\x01*\x12\xbe\x01\n\x06\x44\x65lete\x12).yandex.cloud.k8s.v1.DeleteClusterRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*.\n\x15\x44\x65leteClusterMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02.*,/managed-kubernetes/v1/clusters/{cluster_id}\x12\xb2\x01\n\x04Stop\x12\'.yandex.cloud.k8s.v1.StopClusterRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*\x1e\n\x13StopClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x36\"1/managed-kubernetes/v1/clusters/{cluster_id}:stop:\x01*\x12\xb6\x01\n\x05Start\x12(.yandex.cloud.k8s.v1.StartClusterRequest\x1a!.yandex.cloud.operation.Operation\"`\xb2\xd2*\x1f\n\x14StartClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x37\"2/managed-kubernetes/v1/clusters/{cluster_id}:start:\x01*\x12\xb8\x01\n\x0eListNodeGroups\x12\x31.yandex.cloud.k8s.v1.ListClusterNodeGroupsRequest\x1a\x32.yandex.cloud.k8s.v1.ListClusterNodeGroupsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/managed-kubernetes/v1/clusters/{cluster_id}/nodeGroups\x12\xb8\x01\n\x0eListOperations\x12\x31.yandex.cloud.k8s.v1.ListClusterOperationsRequest\x1a\x32.yandex.cloud.k8s.v1.ListClusterOperationsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/managed-kubernetes/v1/clusters/{cluster_id}/operations\x12\xa4\x01\n\tListNodes\x12,.yandex.cloud.k8s.v1.ListClusterNodesRequest\x1a-.yandex.cloud.k8s.v1.ListClusterNodesResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/managed-kubernetes/v1/clusters/{cluster_id}/nodesBV\n\x17yandex.cloud.api.k8s.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/k8s/v1;k8sb\x06proto3')
|
|
25
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/k8s/v1/cluster_service.proto\x12\x13yandex.cloud.k8s.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a!yandex/cloud/k8s/v1/cluster.proto\x1a\x1eyandex/cloud/k8s/v1/node.proto\x1a$yandex/cloud/k8s/v1/node_group.proto\x1a!yandex/cloud/k8s/v1/version.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"-\n\x11GetClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x88\x01\n\x13ListClustersRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"_\n\x14ListClustersResponse\x12.\n\x08\x63lusters\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.k8s.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"0\n\x14\x44\x65leteClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"+\n\x15\x44\x65leteClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\".\n\x12StopClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\")\n\x13StopClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"/\n\x13StartClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"*\n\x14StartClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xab\x05\n\x14UpdateClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8a\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x35.yandex.cloud.k8s.v1.UpdateClusterRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12(\n\x14gateway_ipv4_address\x18\x06 \x01(\tB\x08\x8a\xc8\x31\x04<=15H\x00\x12:\n\x0bmaster_spec\x18\x07 \x01(\x0b\x32%.yandex.cloud.k8s.v1.MasterUpdateSpec\x12\x1a\n\x12service_account_id\x18\t \x01(\t\x12\x1f\n\x17node_service_account_id\x18\x08 \x01(\t\x12:\n\x0enetwork_policy\x18\n \x01(\x0b\x32\".yandex.cloud.k8s.v1.NetworkPolicy\x12\x45\n\x14ip_allocation_policy\x18\x0b \x01(\x0b\x32\'.yandex.cloud.k8s.v1.IPAllocationPolicy\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x12\n\x10internet_gateway\"\xef\x02\n\x10MasterUpdateSpec\x12\x37\n\x07version\x18\x01 \x01(\x0b\x32&.yandex.cloud.k8s.v1.UpdateVersionSpec\x12H\n\x12maintenance_policy\x18\x02 \x01(\x0b\x32,.yandex.cloud.k8s.v1.MasterMaintenancePolicy\x12\x1a\n\x12security_group_ids\x18\x03 \x03(\t\x12:\n\x0emaster_logging\x18\x04 \x01(\x0b\x32\".yandex.cloud.k8s.v1.MasterLogging\x12\x34\n\tlocations\x18\x05 \x03(\x0b\x32!.yandex.cloud.k8s.v1.LocationSpec\x12J\n\x18\x65xternal_v6_address_spec\x18\x06 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\"+\n\x15UpdateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xd4\x06\n\x14\x43reateClusterRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8a\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x35.yandex.cloud.k8s.v1.CreateClusterRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x18\n\nnetwork_id\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12:\n\x0bmaster_spec\x18\x06 \x01(\x0b\x32\x1f.yandex.cloud.k8s.v1.MasterSpecB\x04\xe8\xc7\x31\x01\x12\x45\n\x14ip_allocation_policy\x18\x07 \x01(\x0b\x32\'.yandex.cloud.k8s.v1.IPAllocationPolicy\x12\x1e\n\x14gateway_ipv4_address\x18\x08 \x01(\tH\x00\x12 \n\x12service_account_id\x18\t \x01(\tB\x04\xe8\xc7\x31\x01\x12%\n\x17node_service_account_id\x18\n \x01(\tB\x04\xe8\xc7\x31\x01\x12<\n\x0frelease_channel\x18\x0b \x01(\x0e\x32#.yandex.cloud.k8s.v1.ReleaseChannel\x12:\n\x0enetwork_policy\x18\x0c \x01(\x0b\x32\".yandex.cloud.k8s.v1.NetworkPolicy\x12\x36\n\x0ckms_provider\x18\r \x01(\x0b\x32 .yandex.cloud.k8s.v1.KMSProvider\x12-\n\x06\x63ilium\x18\x0e \x01(\x0b\x32\x1b.yandex.cloud.k8s.v1.CiliumH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x12\n\x10internet_gatewayB\x18\n\x16network_implementation\"+\n\x15\x43reateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"/\n\x19\x41utoUpgradeMasterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\x92\x01\n\x1cListClusterOperationsRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"o\n\x1dListClusterOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x92\x01\n\x1cListClusterNodeGroupsRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"m\n\x1dListClusterNodeGroupsResponse\x12\x33\n\x0bnode_groups\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.k8s.v1.NodeGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"q\n\x17ListClusterNodesRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"]\n\x18ListClusterNodesResponse\x12(\n\x05nodes\x18\x01 \x03(\x0b\x32\x19.yandex.cloud.k8s.v1.Node\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xd4\x04\n\nMasterSpec\x12\x41\n\x11zonal_master_spec\x18\x01 \x01(\x0b\x32$.yandex.cloud.k8s.v1.ZonalMasterSpecH\x00\x12G\n\x14regional_master_spec\x18\x02 \x01(\x0b\x32\'.yandex.cloud.k8s.v1.RegionalMasterSpecH\x00\x12\x34\n\tlocations\x18\x08 \x03(\x0b\x32!.yandex.cloud.k8s.v1.LocationSpec\x12$\n\x11\x65tcd_cluster_size\x18\t \x01(\x03\x42\t\xfa\xc7\x31\x05\x30,1,3\x12J\n\x18\x65xternal_v4_address_spec\x18\n \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12J\n\x18\x65xternal_v6_address_spec\x18\x0b \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12\x0f\n\x07version\x18\x03 \x01(\t\x12H\n\x12maintenance_policy\x18\x04 \x01(\x0b\x32,.yandex.cloud.k8s.v1.MasterMaintenancePolicy\x12\x1a\n\x12security_group_ids\x18\x06 \x03(\t\x12:\n\x0emaster_logging\x18\x07 \x01(\x0b\x32\".yandex.cloud.k8s.v1.MasterLoggingB\r\n\x0bmaster_typeJ\x04\x08\x05\x10\x06\"\xc0\x01\n\x0fZonalMasterSpec\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12J\n\x18internal_v4_address_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.k8s.v1.InternalAddressSpec\x12J\n\x18\x65xternal_v4_address_spec\x18\x03 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\"\xfd\x01\n\x12RegionalMasterSpec\x12\x17\n\tregion_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x36\n\tlocations\x18\x02 \x03(\x0b\x32#.yandex.cloud.k8s.v1.MasterLocation\x12J\n\x18\x65xternal_v4_address_spec\x18\x03 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12J\n\x18\x65xternal_v6_address_spec\x18\x04 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\"(\n\x13InternalAddressSpec\x12\x11\n\tsubnet_id\x18\x02 \x01(\t\"&\n\x13\x45xternalAddressSpec\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\"s\n\x0eMasterLocation\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12J\n\x18internal_v4_address_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.k8s.v1.InternalAddressSpec\"8\n\x0cLocationSpec\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tsubnet_id\x18\x02 \x01(\t2\xc6\r\n\x0e\x43lusterService\x12\x81\x01\n\x03Get\x12&.yandex.cloud.k8s.v1.GetClusterRequest\x1a\x1c.yandex.cloud.k8s.v1.Cluster\"4\x82\xd3\xe4\x93\x02.\x12,/managed-kubernetes/v1/clusters/{cluster_id}\x12\x84\x01\n\x04List\x12(.yandex.cloud.k8s.v1.ListClustersRequest\x1a).yandex.cloud.k8s.v1.ListClustersResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/managed-kubernetes/v1/clusters\x12\xa6\x01\n\x06\x43reate\x12).yandex.cloud.k8s.v1.CreateClusterRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2* \n\x15\x43reateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02$\"\x1f/managed-kubernetes/v1/clusters:\x01*\x12\xb3\x01\n\x06Update\x12).yandex.cloud.k8s.v1.UpdateClusterRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2* \n\x15UpdateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x31\x32,/managed-kubernetes/v1/clusters/{cluster_id}:\x01*\x12\xbe\x01\n\x06\x44\x65lete\x12).yandex.cloud.k8s.v1.DeleteClusterRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*.\n\x15\x44\x65leteClusterMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02.*,/managed-kubernetes/v1/clusters/{cluster_id}\x12\xb2\x01\n\x04Stop\x12\'.yandex.cloud.k8s.v1.StopClusterRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*\x1e\n\x13StopClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x36\"1/managed-kubernetes/v1/clusters/{cluster_id}:stop:\x01*\x12\xb6\x01\n\x05Start\x12(.yandex.cloud.k8s.v1.StartClusterRequest\x1a!.yandex.cloud.operation.Operation\"`\xb2\xd2*\x1f\n\x14StartClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x37\"2/managed-kubernetes/v1/clusters/{cluster_id}:start:\x01*\x12\xb8\x01\n\x0eListNodeGroups\x12\x31.yandex.cloud.k8s.v1.ListClusterNodeGroupsRequest\x1a\x32.yandex.cloud.k8s.v1.ListClusterNodeGroupsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/managed-kubernetes/v1/clusters/{cluster_id}/nodeGroups\x12\xb8\x01\n\x0eListOperations\x12\x31.yandex.cloud.k8s.v1.ListClusterOperationsRequest\x1a\x32.yandex.cloud.k8s.v1.ListClusterOperationsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/managed-kubernetes/v1/clusters/{cluster_id}/operations\x12\xa4\x01\n\tListNodes\x12,.yandex.cloud.k8s.v1.ListClusterNodesRequest\x1a-.yandex.cloud.k8s.v1.ListClusterNodesResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/managed-kubernetes/v1/clusters/{cluster_id}/nodesBV\n\x17yandex.cloud.api.k8s.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/k8s/v1;k8sb\x06proto3')
|
|
26
26
|
|
|
27
27
|
_globals = globals()
|
|
28
28
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -151,43 +151,43 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
151
151
|
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=1556
|
|
152
152
|
_globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=1601
|
|
153
153
|
_globals['_MASTERUPDATESPEC']._serialized_start=1624
|
|
154
|
-
_globals['_MASTERUPDATESPEC']._serialized_end=
|
|
155
|
-
_globals['_UPDATECLUSTERMETADATA']._serialized_start=
|
|
156
|
-
_globals['_UPDATECLUSTERMETADATA']._serialized_end=
|
|
157
|
-
_globals['_CREATECLUSTERREQUEST']._serialized_start=
|
|
158
|
-
_globals['_CREATECLUSTERREQUEST']._serialized_end=
|
|
154
|
+
_globals['_MASTERUPDATESPEC']._serialized_end=1991
|
|
155
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_start=1993
|
|
156
|
+
_globals['_UPDATECLUSTERMETADATA']._serialized_end=2036
|
|
157
|
+
_globals['_CREATECLUSTERREQUEST']._serialized_start=2039
|
|
158
|
+
_globals['_CREATECLUSTERREQUEST']._serialized_end=2891
|
|
159
159
|
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=1556
|
|
160
160
|
_globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=1601
|
|
161
|
-
_globals['_CREATECLUSTERMETADATA']._serialized_start=
|
|
162
|
-
_globals['_CREATECLUSTERMETADATA']._serialized_end=
|
|
163
|
-
_globals['_AUTOUPGRADEMASTERMETADATA']._serialized_start=
|
|
164
|
-
_globals['_AUTOUPGRADEMASTERMETADATA']._serialized_end=
|
|
165
|
-
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=
|
|
166
|
-
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=
|
|
167
|
-
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=
|
|
168
|
-
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=
|
|
169
|
-
_globals['_LISTCLUSTERNODEGROUPSREQUEST']._serialized_start=
|
|
170
|
-
_globals['_LISTCLUSTERNODEGROUPSREQUEST']._serialized_end=
|
|
171
|
-
_globals['_LISTCLUSTERNODEGROUPSRESPONSE']._serialized_start=
|
|
172
|
-
_globals['_LISTCLUSTERNODEGROUPSRESPONSE']._serialized_end=
|
|
173
|
-
_globals['_LISTCLUSTERNODESREQUEST']._serialized_start=
|
|
174
|
-
_globals['_LISTCLUSTERNODESREQUEST']._serialized_end=
|
|
175
|
-
_globals['_LISTCLUSTERNODESRESPONSE']._serialized_start=
|
|
176
|
-
_globals['_LISTCLUSTERNODESRESPONSE']._serialized_end=
|
|
177
|
-
_globals['_MASTERSPEC']._serialized_start=
|
|
178
|
-
_globals['_MASTERSPEC']._serialized_end=
|
|
179
|
-
_globals['_ZONALMASTERSPEC']._serialized_start=
|
|
180
|
-
_globals['_ZONALMASTERSPEC']._serialized_end=
|
|
181
|
-
_globals['_REGIONALMASTERSPEC']._serialized_start=
|
|
182
|
-
_globals['_REGIONALMASTERSPEC']._serialized_end=
|
|
183
|
-
_globals['_INTERNALADDRESSSPEC']._serialized_start=
|
|
184
|
-
_globals['_INTERNALADDRESSSPEC']._serialized_end=
|
|
185
|
-
_globals['_EXTERNALADDRESSSPEC']._serialized_start=
|
|
186
|
-
_globals['_EXTERNALADDRESSSPEC']._serialized_end=
|
|
187
|
-
_globals['_MASTERLOCATION']._serialized_start=
|
|
188
|
-
_globals['_MASTERLOCATION']._serialized_end=
|
|
189
|
-
_globals['_LOCATIONSPEC']._serialized_start=
|
|
190
|
-
_globals['_LOCATIONSPEC']._serialized_end=
|
|
191
|
-
_globals['_CLUSTERSERVICE']._serialized_start=
|
|
192
|
-
_globals['_CLUSTERSERVICE']._serialized_end=
|
|
161
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_start=2893
|
|
162
|
+
_globals['_CREATECLUSTERMETADATA']._serialized_end=2936
|
|
163
|
+
_globals['_AUTOUPGRADEMASTERMETADATA']._serialized_start=2938
|
|
164
|
+
_globals['_AUTOUPGRADEMASTERMETADATA']._serialized_end=2985
|
|
165
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=2988
|
|
166
|
+
_globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=3134
|
|
167
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=3136
|
|
168
|
+
_globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=3247
|
|
169
|
+
_globals['_LISTCLUSTERNODEGROUPSREQUEST']._serialized_start=3250
|
|
170
|
+
_globals['_LISTCLUSTERNODEGROUPSREQUEST']._serialized_end=3396
|
|
171
|
+
_globals['_LISTCLUSTERNODEGROUPSRESPONSE']._serialized_start=3398
|
|
172
|
+
_globals['_LISTCLUSTERNODEGROUPSRESPONSE']._serialized_end=3507
|
|
173
|
+
_globals['_LISTCLUSTERNODESREQUEST']._serialized_start=3509
|
|
174
|
+
_globals['_LISTCLUSTERNODESREQUEST']._serialized_end=3622
|
|
175
|
+
_globals['_LISTCLUSTERNODESRESPONSE']._serialized_start=3624
|
|
176
|
+
_globals['_LISTCLUSTERNODESRESPONSE']._serialized_end=3717
|
|
177
|
+
_globals['_MASTERSPEC']._serialized_start=3720
|
|
178
|
+
_globals['_MASTERSPEC']._serialized_end=4316
|
|
179
|
+
_globals['_ZONALMASTERSPEC']._serialized_start=4319
|
|
180
|
+
_globals['_ZONALMASTERSPEC']._serialized_end=4511
|
|
181
|
+
_globals['_REGIONALMASTERSPEC']._serialized_start=4514
|
|
182
|
+
_globals['_REGIONALMASTERSPEC']._serialized_end=4767
|
|
183
|
+
_globals['_INTERNALADDRESSSPEC']._serialized_start=4769
|
|
184
|
+
_globals['_INTERNALADDRESSSPEC']._serialized_end=4809
|
|
185
|
+
_globals['_EXTERNALADDRESSSPEC']._serialized_start=4811
|
|
186
|
+
_globals['_EXTERNALADDRESSSPEC']._serialized_end=4849
|
|
187
|
+
_globals['_MASTERLOCATION']._serialized_start=4851
|
|
188
|
+
_globals['_MASTERLOCATION']._serialized_end=4966
|
|
189
|
+
_globals['_LOCATIONSPEC']._serialized_start=4968
|
|
190
|
+
_globals['_LOCATIONSPEC']._serialized_end=5024
|
|
191
|
+
_globals['_CLUSTERSERVICE']._serialized_start=5027
|
|
192
|
+
_globals['_CLUSTERSERVICE']._serialized_end=6761
|
|
193
193
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -305,6 +305,7 @@ class MasterUpdateSpec(google.protobuf.message.Message):
|
|
|
305
305
|
SECURITY_GROUP_IDS_FIELD_NUMBER: builtins.int
|
|
306
306
|
MASTER_LOGGING_FIELD_NUMBER: builtins.int
|
|
307
307
|
LOCATIONS_FIELD_NUMBER: builtins.int
|
|
308
|
+
EXTERNAL_V6_ADDRESS_SPEC_FIELD_NUMBER: builtins.int
|
|
308
309
|
@property
|
|
309
310
|
def version(self) -> yandex.cloud.k8s.v1.version_pb2.UpdateVersionSpec:
|
|
310
311
|
"""Specification of the master update."""
|
|
@@ -325,6 +326,10 @@ class MasterUpdateSpec(google.protobuf.message.Message):
|
|
|
325
326
|
def locations(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___LocationSpec]:
|
|
326
327
|
"""Update master instance locations."""
|
|
327
328
|
|
|
329
|
+
@property
|
|
330
|
+
def external_v6_address_spec(self) -> global___ExternalAddressSpec:
|
|
331
|
+
"""Specification of parameters for external IPv6 networking."""
|
|
332
|
+
|
|
328
333
|
def __init__(
|
|
329
334
|
self,
|
|
330
335
|
*,
|
|
@@ -333,9 +338,10 @@ class MasterUpdateSpec(google.protobuf.message.Message):
|
|
|
333
338
|
security_group_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
334
339
|
master_logging: yandex.cloud.k8s.v1.cluster_pb2.MasterLogging | None = ...,
|
|
335
340
|
locations: collections.abc.Iterable[global___LocationSpec] | None = ...,
|
|
341
|
+
external_v6_address_spec: global___ExternalAddressSpec | None = ...,
|
|
336
342
|
) -> None: ...
|
|
337
|
-
def HasField(self, field_name: typing.Literal["maintenance_policy", b"maintenance_policy", "master_logging", b"master_logging", "version", b"version"]) -> builtins.bool: ...
|
|
338
|
-
def ClearField(self, field_name: typing.Literal["locations", b"locations", "maintenance_policy", b"maintenance_policy", "master_logging", b"master_logging", "security_group_ids", b"security_group_ids", "version", b"version"]) -> None: ...
|
|
343
|
+
def HasField(self, field_name: typing.Literal["external_v6_address_spec", b"external_v6_address_spec", "maintenance_policy", b"maintenance_policy", "master_logging", b"master_logging", "version", b"version"]) -> builtins.bool: ...
|
|
344
|
+
def ClearField(self, field_name: typing.Literal["external_v6_address_spec", b"external_v6_address_spec", "locations", b"locations", "maintenance_policy", b"maintenance_policy", "master_logging", b"master_logging", "security_group_ids", b"security_group_ids", "version", b"version"]) -> None: ...
|
|
339
345
|
|
|
340
346
|
global___MasterUpdateSpec = MasterUpdateSpec
|
|
341
347
|
|
|
@@ -19,7 +19,7 @@ from yandex.cloud.mdb.kafka.v1 import maintenance_pb2 as yandex_dot_cloud_dot_md
|
|
|
19
19
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/mdb/kafka/v1/cluster.proto\x12\x19yandex.cloud.mdb.kafka.v1\x1a google/protobuf/descriptor.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a&yandex/cloud/mdb/kafka/v1/common.proto\x1a+yandex/cloud/mdb/kafka/v1/maintenance.proto\x1a\x1dyandex/cloud/validation.proto\"\x99\x08\n\x07\x43luster\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12>\n\x06labels\x18\x06 \x03(\x0b\x32..yandex.cloud.mdb.kafka.v1.Cluster.LabelsEntry\x12\x43\n\x0b\x65nvironment\x18\x07 \x01(\x0e\x32..yandex.cloud.mdb.kafka.v1.Cluster.Environment\x12\x39\n\nmonitoring\x18\x08 \x03(\x0b\x32%.yandex.cloud.mdb.kafka.v1.Monitoring\x12\x35\n\x06\x63onfig\x18\t \x01(\x0b\x32%.yandex.cloud.mdb.kafka.v1.ConfigSpec\x12\x12\n\nnetwork_id\x18\n \x01(\t\x12\x39\n\x06health\x18\x0b \x01(\x0e\x32).yandex.cloud.mdb.kafka.v1.Cluster.Health\x12\x39\n\x06status\x18\x0c \x01(\x0e\x32).yandex.cloud.mdb.kafka.v1.Cluster.Status\x12\x1a\n\x12security_group_ids\x18\r \x03(\t\x12\x16\n\x0ehost_group_ids\x18\x0e \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x0f \x01(\x08\x12H\n\x12maintenance_window\x18\x10 \x01(\x0b\x32,.yandex.cloud.mdb.kafka.v1.MaintenanceWindow\x12J\n\x11planned_operation\x18\x11 \x01(\x0b\x32/.yandex.cloud.mdb.kafka.v1.MaintenanceOperation\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"I\n\x0b\x45nvironment\x12\x1b\n\x17\x45NVIRONMENT_UNSPECIFIED\x10\x00\x12\x0e\n\nPRODUCTION\x10\x01\x12\r\n\tPRESTABLE\x10\x02\"?\n\x06Health\x12\x12\n\x0eHEALTH_UNKNOWN\x10\x00\x12\t\n\x05\x41LIVE\x10\x01\x12\x08\n\x04\x44\x45\x41\x44\x10\x02\x12\x0c\n\x08\x44\x45GRADED\x10\x03\"y\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\t\n\x05\x45RROR\x10\x03\x12\x0c\n\x08UPDATING\x10\x04\x12\x0c\n\x08STOPPING\x10\x05\x12\x0b\n\x07STOPPED\x10\x06\x12\x0c\n\x08STARTING\x10\x07\"=\n\nMonitoring\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0c\n\x04link\x18\x03 \x01(\t\"\
|
|
22
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/mdb/kafka/v1/cluster.proto\x12\x19yandex.cloud.mdb.kafka.v1\x1a google/protobuf/descriptor.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a&yandex/cloud/mdb/kafka/v1/common.proto\x1a+yandex/cloud/mdb/kafka/v1/maintenance.proto\x1a\x1dyandex/cloud/validation.proto\"\x99\x08\n\x07\x43luster\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04name\x18\x04 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12>\n\x06labels\x18\x06 \x03(\x0b\x32..yandex.cloud.mdb.kafka.v1.Cluster.LabelsEntry\x12\x43\n\x0b\x65nvironment\x18\x07 \x01(\x0e\x32..yandex.cloud.mdb.kafka.v1.Cluster.Environment\x12\x39\n\nmonitoring\x18\x08 \x03(\x0b\x32%.yandex.cloud.mdb.kafka.v1.Monitoring\x12\x35\n\x06\x63onfig\x18\t \x01(\x0b\x32%.yandex.cloud.mdb.kafka.v1.ConfigSpec\x12\x12\n\nnetwork_id\x18\n \x01(\t\x12\x39\n\x06health\x18\x0b \x01(\x0e\x32).yandex.cloud.mdb.kafka.v1.Cluster.Health\x12\x39\n\x06status\x18\x0c \x01(\x0e\x32).yandex.cloud.mdb.kafka.v1.Cluster.Status\x12\x1a\n\x12security_group_ids\x18\r \x03(\t\x12\x16\n\x0ehost_group_ids\x18\x0e \x03(\t\x12\x1b\n\x13\x64\x65letion_protection\x18\x0f \x01(\x08\x12H\n\x12maintenance_window\x18\x10 \x01(\x0b\x32,.yandex.cloud.mdb.kafka.v1.MaintenanceWindow\x12J\n\x11planned_operation\x18\x11 \x01(\x0b\x32/.yandex.cloud.mdb.kafka.v1.MaintenanceOperation\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"I\n\x0b\x45nvironment\x12\x1b\n\x17\x45NVIRONMENT_UNSPECIFIED\x10\x00\x12\x0e\n\nPRODUCTION\x10\x01\x12\r\n\tPRESTABLE\x10\x02\"?\n\x06Health\x12\x12\n\x0eHEALTH_UNKNOWN\x10\x00\x12\t\n\x05\x41LIVE\x10\x01\x12\x08\n\x04\x44\x45\x41\x44\x10\x02\x12\x0c\n\x08\x44\x45GRADED\x10\x03\"y\n\x06Status\x12\x12\n\x0eSTATUS_UNKNOWN\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\t\n\x05\x45RROR\x10\x03\x12\x0c\n\x08UPDATING\x10\x04\x12\x0c\n\x08STOPPING\x10\x05\x12\x0b\n\x07STOPPED\x10\x06\x12\x0c\n\x08STARTING\x10\x07\"=\n\nMonitoring\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0c\n\x04link\x18\x03 \x01(\t\"\xec\x07\n\nConfigSpec\x12\x0f\n\x07version\x18\x01 \x01(\t\x12:\n\x05kafka\x18\x02 \x01(\x0b\x32+.yandex.cloud.mdb.kafka.v1.ConfigSpec.Kafka\x12\x42\n\tzookeeper\x18\x03 \x01(\x0b\x32/.yandex.cloud.mdb.kafka.v1.ConfigSpec.Zookeeper\x12\x0f\n\x07zone_id\x18\x04 \x03(\t\x12\x32\n\rbrokers_count\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x18\n\x10\x61ssign_public_ip\x18\x06 \x01(\x08\x12\x1c\n\x10unmanaged_topics\x18\x07 \x01(\x08\x42\x02\x18\x01\x12\x17\n\x0fschema_registry\x18\x08 \x01(\x08\x12\x31\n\x06\x61\x63\x63\x65ss\x18\t \x01(\x0b\x32!.yandex.cloud.mdb.kafka.v1.Access\x12L\n\x0frest_api_config\x18\n \x01(\x0b\x32\x33.yandex.cloud.mdb.kafka.v1.ConfigSpec.RestAPIConfig\x12M\n\x15\x64isk_size_autoscaling\x18\x0b \x01(\x0b\x32..yandex.cloud.mdb.kafka.v1.DiskSizeAutoscaling\x12:\n\x05kraft\x18\x0c \x01(\x0b\x32+.yandex.cloud.mdb.kafka.v1.ConfigSpec.KRaft\x1a\x80\x02\n\x05Kafka\x12\x37\n\tresources\x18\x01 \x01(\x0b\x32$.yandex.cloud.mdb.kafka.v1.Resources\x12V\n\x10kafka_config_2_8\x18\x04 \x01(\x0b\x32).yandex.cloud.mdb.kafka.v1.KafkaConfig2_8H\x00R\x0fkafkaConfig_2_8\x12P\n\x0ekafka_config_3\x18\x05 \x01(\x0b\x32\'.yandex.cloud.mdb.kafka.v1.KafkaConfig3H\x00R\rkafkaConfig_3B\x0e\n\x0ckafka_configJ\x04\x08\x02\x10\x04\x1a\x44\n\tZookeeper\x12\x37\n\tresources\x18\x01 \x01(\x0b\x32$.yandex.cloud.mdb.kafka.v1.Resources\x1a@\n\x05KRaft\x12\x37\n\tresources\x18\x01 \x01(\x0b\x32$.yandex.cloud.mdb.kafka.v1.Resources\x1a \n\rRestAPIConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08\"P\n\tResources\x12\x1a\n\x12resource_preset_id\x18\x01 \x01(\t\x12\x11\n\tdisk_size\x18\x02 \x01(\x03\x12\x14\n\x0c\x64isk_type_id\x18\x03 \x01(\t\"\xc0\t\n\x0eKafkaConfig2_8\x12\x44\n\x10\x63ompression_type\x18\x01 \x01(\x0e\x32*.yandex.cloud.mdb.kafka.v1.CompressionType\x12@\n\x1blog_flush_interval_messages\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15log_flush_interval_ms\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n\x1flog_flush_scheduler_interval_ms\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x13log_retention_bytes\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x13log_retention_hours\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15log_retention_minutes\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x35\n\x10log_retention_ms\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x36\n\x11log_segment_bytes\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x33\n\x0flog_preallocate\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12=\n\x18socket_send_buffer_bytes\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12@\n\x1bsocket_receive_buffer_bytes\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12=\n\x19\x61uto_create_topics_enable\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0enum_partitions\x18\x0e \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12?\n\x1a\x64\x65\x66\x61ult_replication_factor\x18\x0f \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x36\n\x11message_max_bytes\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17replica_fetch_max_bytes\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x19\n\x11ssl_cipher_suites\x18\x12 \x03(\t\x12>\n\x19offsets_retention_minutes\x18\x13 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12I\n\x17sasl_enabled_mechanisms\x18\x14 \x03(\x0e\x32(.yandex.cloud.mdb.kafka.v1.SaslMechanism\"\xbe\t\n\x0cKafkaConfig3\x12\x44\n\x10\x63ompression_type\x18\x01 \x01(\x0e\x32*.yandex.cloud.mdb.kafka.v1.CompressionType\x12@\n\x1blog_flush_interval_messages\x18\x02 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15log_flush_interval_ms\x18\x03 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x44\n\x1flog_flush_scheduler_interval_ms\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x13log_retention_bytes\x18\x05 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x38\n\x13log_retention_hours\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12:\n\x15log_retention_minutes\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x35\n\x10log_retention_ms\x18\x08 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x36\n\x11log_segment_bytes\x18\t \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x33\n\x0flog_preallocate\x18\n \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12=\n\x18socket_send_buffer_bytes\x18\x0b \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12@\n\x1bsocket_receive_buffer_bytes\x18\x0c \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12=\n\x19\x61uto_create_topics_enable\x18\r \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x33\n\x0enum_partitions\x18\x0e \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12?\n\x1a\x64\x65\x66\x61ult_replication_factor\x18\x0f \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x36\n\x11message_max_bytes\x18\x10 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12<\n\x17replica_fetch_max_bytes\x18\x11 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x19\n\x11ssl_cipher_suites\x18\x12 \x03(\t\x12>\n\x19offsets_retention_minutes\x18\x13 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12I\n\x17sasl_enabled_mechanisms\x18\x14 \x03(\x0e\x32(.yandex.cloud.mdb.kafka.v1.SaslMechanism\"\x83\x03\n\x04Host\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x12\n\ncluster_id\x18\x02 \x01(\t\x12\x0f\n\x07zone_id\x18\x03 \x01(\t\x12\x32\n\x04role\x18\x04 \x01(\x0e\x32$.yandex.cloud.mdb.kafka.v1.Host.Role\x12\x37\n\tresources\x18\x05 \x01(\x0b\x32$.yandex.cloud.mdb.kafka.v1.Resources\x12\x36\n\x06health\x18\x06 \x01(\x0e\x32&.yandex.cloud.mdb.kafka.v1.Host.Health\x12\x11\n\tsubnet_id\x18\x08 \x01(\t\x12\x18\n\x10\x61ssign_public_ip\x18\t \x01(\x08\"6\n\x04Role\x12\x14\n\x10ROLE_UNSPECIFIED\x10\x00\x12\t\n\x05KAFKA\x10\x01\x12\r\n\tZOOKEEPER\x10\x02\"8\n\x06Health\x12\x0b\n\x07UNKNOWN\x10\x00\x12\t\n\x05\x41LIVE\x10\x01\x12\x08\n\x04\x44\x45\x41\x44\x10\x02\x12\x0c\n\x08\x44\x45GRADED\x10\x03J\x04\x08\x07\x10\x08\"\x1f\n\x06\x41\x63\x63\x65ss\x12\x15\n\rdata_transfer\x18\x01 \x01(\x08\"\x90\x01\n\x13\x44iskSizeAutoscaling\x12.\n\x17planned_usage_threshold\x18\x01 \x01(\x03\x42\r\xe8\xc7\x31\x00\xfa\xc7\x31\x05\x30-100\x12\x30\n\x19\x65mergency_usage_threshold\x18\x02 \x01(\x03\x42\r\xe8\xc7\x31\x00\xfa\xc7\x31\x05\x30-100\x12\x17\n\x0f\x64isk_size_limit\x18\x03 \x01(\x03\x42\x64\n\x1dyandex.cloud.api.mdb.kafka.v1ZCgithub.com/yandex-cloud/go-genproto/yandex/cloud/mdb/kafka/v1;kafkab\x06proto3')
|
|
23
23
|
|
|
24
24
|
_globals = globals()
|
|
25
25
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -48,27 +48,29 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
|
48
48
|
_globals['_MONITORING']._serialized_start=1337
|
|
49
49
|
_globals['_MONITORING']._serialized_end=1398
|
|
50
50
|
_globals['_CONFIGSPEC']._serialized_start=1401
|
|
51
|
-
_globals['_CONFIGSPEC']._serialized_end=
|
|
52
|
-
_globals['_CONFIGSPEC_KAFKA']._serialized_start=
|
|
53
|
-
_globals['_CONFIGSPEC_KAFKA']._serialized_end=
|
|
54
|
-
_globals['_CONFIGSPEC_ZOOKEEPER']._serialized_start=
|
|
55
|
-
_globals['_CONFIGSPEC_ZOOKEEPER']._serialized_end=
|
|
56
|
-
_globals['
|
|
57
|
-
_globals['
|
|
58
|
-
_globals['
|
|
59
|
-
_globals['
|
|
60
|
-
_globals['
|
|
61
|
-
_globals['
|
|
62
|
-
_globals['
|
|
63
|
-
_globals['
|
|
64
|
-
_globals['
|
|
65
|
-
_globals['
|
|
66
|
-
_globals['
|
|
67
|
-
_globals['
|
|
68
|
-
_globals['
|
|
69
|
-
_globals['
|
|
70
|
-
_globals['
|
|
71
|
-
_globals['
|
|
72
|
-
_globals['
|
|
73
|
-
_globals['
|
|
51
|
+
_globals['_CONFIGSPEC']._serialized_end=2405
|
|
52
|
+
_globals['_CONFIGSPEC_KAFKA']._serialized_start=1979
|
|
53
|
+
_globals['_CONFIGSPEC_KAFKA']._serialized_end=2235
|
|
54
|
+
_globals['_CONFIGSPEC_ZOOKEEPER']._serialized_start=2237
|
|
55
|
+
_globals['_CONFIGSPEC_ZOOKEEPER']._serialized_end=2305
|
|
56
|
+
_globals['_CONFIGSPEC_KRAFT']._serialized_start=2307
|
|
57
|
+
_globals['_CONFIGSPEC_KRAFT']._serialized_end=2371
|
|
58
|
+
_globals['_CONFIGSPEC_RESTAPICONFIG']._serialized_start=2373
|
|
59
|
+
_globals['_CONFIGSPEC_RESTAPICONFIG']._serialized_end=2405
|
|
60
|
+
_globals['_RESOURCES']._serialized_start=2407
|
|
61
|
+
_globals['_RESOURCES']._serialized_end=2487
|
|
62
|
+
_globals['_KAFKACONFIG2_8']._serialized_start=2490
|
|
63
|
+
_globals['_KAFKACONFIG2_8']._serialized_end=3706
|
|
64
|
+
_globals['_KAFKACONFIG3']._serialized_start=3709
|
|
65
|
+
_globals['_KAFKACONFIG3']._serialized_end=4923
|
|
66
|
+
_globals['_HOST']._serialized_start=4926
|
|
67
|
+
_globals['_HOST']._serialized_end=5313
|
|
68
|
+
_globals['_HOST_ROLE']._serialized_start=5195
|
|
69
|
+
_globals['_HOST_ROLE']._serialized_end=5249
|
|
70
|
+
_globals['_HOST_HEALTH']._serialized_start=5251
|
|
71
|
+
_globals['_HOST_HEALTH']._serialized_end=5307
|
|
72
|
+
_globals['_ACCESS']._serialized_start=5315
|
|
73
|
+
_globals['_ACCESS']._serialized_end=5346
|
|
74
|
+
_globals['_DISKSIZEAUTOSCALING']._serialized_start=5349
|
|
75
|
+
_globals['_DISKSIZEAUTOSCALING']._serialized_end=5493
|
|
74
76
|
# @@protoc_insertion_point(module_scope)
|