yandexcloud 0.351.0__py3-none-any.whl → 0.353.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/foundation_models/v1/text_generation/text_generation_service_pb2.py +18 -18
- yandex/cloud/ai/foundation_models/v1/text_generation/text_generation_service_pb2.pyi +18 -2
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +13 -3
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +40 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +43 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
- yandex/cloud/baremetal/v1alpha/server_pb2.py +13 -11
- yandex/cloud/cdn/v1/origin_group_pb2.py +3 -3
- yandex/cloud/cdn/v1/origin_group_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_group_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/origin_group_service_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_pb2.py +10 -10
- yandex/cloud/cdn/v1/origin_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/origin_service_pb2.py +14 -14
- yandex/cloud/cdn/v1/origin_service_pb2.pyi +5 -1
- yandex/cloud/cdn/v1/resource_pb2.py +64 -64
- yandex/cloud/cdn/v1/resource_pb2.pyi +9 -1
- yandex/cloud/cdn/v1/resource_service_pb2.py +26 -26
- yandex/cloud/cdn/v1/resource_service_pb2.pyi +5 -1
- yandex/cloud/connectionmanager/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/__init__.py +0 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.py +46 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2.pyi +138 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/clickhouse_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/common_pb2.py +49 -0
- yandex/cloud/connectionmanager/v1/common_pb2.pyi +187 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/common_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.py +58 -0
- yandex/cloud/connectionmanager/v1/connection_pb2.pyi +205 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/connection_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.py +91 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2.pyi +320 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.py +362 -0
- yandex/cloud/connectionmanager/v1/connection_service_pb2_grpc.pyi +163 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/greenplum_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.pyi +169 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2.pyi +151 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/mysql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.py +48 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2.pyi +148 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/opensearch_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.py +35 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/package_options_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2.pyi +171 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/postgresql_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/redis_pb2.pyi +163 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/redis_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.py +44 -0
- yandex/cloud/connectionmanager/v1/trino_pb2.pyi +88 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/trino_pb2_grpc.pyi +17 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.py +50 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2.pyi +173 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.py +24 -0
- yandex/cloud/connectionmanager/v1/valkey_pb2_grpc.pyi +17 -0
- yandex/cloud/iot/broker/v1/broker_service_pb2.py +50 -50
- yandex/cloud/iot/devices/v1/device_service_pb2.py +61 -61
- yandex/cloud/iot/devices/v1/registry_service_pb2.py +82 -82
- yandex/cloud/mdb/greenplum/v1/hba_rule_pb2.py +9 -5
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.py +94 -76
- yandex/cloud/mdb/mongodb/v1/config/mongodb_pb2.pyi +239 -14
- yandex/cloud/mdb/mysql/v1/cluster_service_pb2.py +74 -76
- yandex/cloud/metastore/v1/cluster_pb2.py +19 -19
- yandex/cloud/metastore/v1/cluster_pb2.pyi +39 -32
- yandex/cloud/metastore/v1/cluster_service_pb2.py +47 -47
- yandex/cloud/metastore/v1/cluster_service_pb2.pyi +90 -91
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.py +63 -66
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.pyi +62 -77
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.py +17 -3
- yandex/cloud/organizationmanager/v1/saml/federation_pb2.pyi +209 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.py +55 -3
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2.pyi +231 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.py +222 -0
- yandex/cloud/organizationmanager/v1/saml/federation_service_pb2_grpc.pyi +109 -0
- yandex/cloud/quotamanager/v1/quota_request_service_pb2.py +3 -3
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +12 -10
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +17 -3
- yandex/cloud/video/v1/channel_pb2.py +12 -12
- yandex/cloud/video/v1/channel_pb2.pyi +88 -22
- yandex/cloud/video/v1/channel_service_pb2.py +14 -14
- yandex/cloud/video/v1/channel_service_pb2.pyi +77 -41
- yandex/cloud/video/v1/channel_service_pb2_grpc.py +26 -9
- yandex/cloud/video/v1/channel_service_pb2_grpc.pyi +87 -30
- yandex/cloud/video/v1/episode_pb2.py +8 -10
- yandex/cloud/video/v1/episode_pb2.pyi +52 -36
- yandex/cloud/video/v1/episode_service_pb2.py +44 -42
- yandex/cloud/video/v1/episode_service_pb2.pyi +131 -82
- yandex/cloud/video/v1/episode_service_pb2_grpc.py +30 -10
- yandex/cloud/video/v1/episode_service_pb2_grpc.pyi +102 -33
- yandex/cloud/video/v1/manifest_pb2.pyi +24 -1
- yandex/cloud/video/v1/playlist_pb2.py +4 -6
- yandex/cloud/video/v1/playlist_pb2.pyi +24 -12
- yandex/cloud/video/v1/playlist_service_pb2.py +28 -24
- yandex/cloud/video/v1/playlist_service_pb2.pyi +99 -47
- yandex/cloud/video/v1/playlist_service_pb2_grpc.py +20 -7
- yandex/cloud/video/v1/playlist_service_pb2_grpc.pyi +75 -24
- yandex/cloud/video/v1/stream_line_pb2.py +16 -16
- yandex/cloud/video/v1/stream_line_pb2.pyi +11 -12
- yandex/cloud/video/v1/stream_line_service_pb2.py +54 -56
- yandex/cloud/video/v1/stream_line_service_pb2.pyi +110 -65
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.py +25 -10
- yandex/cloud/video/v1/stream_line_service_pb2_grpc.pyi +96 -33
- yandex/cloud/video/v1/stream_pb2.pyi +49 -36
- yandex/cloud/video/v1/stream_service_pb2.pyi +123 -52
- yandex/cloud/video/v1/stream_service_pb2_grpc.py +25 -8
- yandex/cloud/video/v1/stream_service_pb2_grpc.pyi +84 -27
- yandex/cloud/video/v1/style_preset_pb2.py +49 -0
- yandex/cloud/video/v1/style_preset_pb2.pyi +200 -0
- yandex/cloud/video/v1/style_preset_pb2_grpc.py +24 -0
- yandex/cloud/video/v1/style_preset_pb2_grpc.pyi +17 -0
- yandex/cloud/video/v1/style_preset_service_pb2.py +141 -0
- yandex/cloud/video/v1/style_preset_service_pb2.pyi +348 -0
- yandex/cloud/video/v1/style_preset_service_pb2_grpc.py +290 -0
- yandex/cloud/video/v1/style_preset_service_pb2_grpc.pyi +171 -0
- yandex/cloud/video/v1/subtitle_pb2.pyi +32 -23
- yandex/cloud/video/v1/subtitle_service_pb2.py +17 -17
- yandex/cloud/video/v1/subtitle_service_pb2.pyi +25 -13
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.py +18 -5
- yandex/cloud/video/v1/subtitle_service_pb2_grpc.pyi +63 -18
- yandex/cloud/video/v1/thumbnail_pb2.py +3 -3
- yandex/cloud/video/v1/thumbnail_pb2.pyi +18 -5
- yandex/cloud/video/v1/thumbnail_service_pb2.py +39 -31
- yandex/cloud/video/v1/thumbnail_service_pb2.pyi +94 -33
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.py +21 -6
- yandex/cloud/video/v1/thumbnail_service_pb2_grpc.pyi +75 -21
- yandex/cloud/video/v1/video_pb2.py +24 -24
- yandex/cloud/video/v1/video_pb2.pyi +105 -64
- yandex/cloud/video/v1/video_service_pb2.py +80 -74
- yandex/cloud/video/v1/video_service_pb2.pyi +193 -90
- yandex/cloud/video/v1/video_service_pb2_grpc.py +35 -12
- yandex/cloud/video/v1/video_service_pb2_grpc.pyi +123 -39
- yandex/cloud/ytsaurus/v1/package_options_pb2.py +35 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2.pyi +8 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.py +24 -0
- yandex/cloud/ytsaurus/v1/package_options_pb2_grpc.pyi +17 -0
- yandexcloud/__init__.py +1 -1
- yandexcloud/_wrappers/dataproc/__init__.py +4 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/RECORD +163 -97
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.351.0.dist-info → yandexcloud-0.353.0.dist-info}/top_level.txt +0 -0
|
@@ -28,7 +28,7 @@ if _version_not_supported:
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
class ClusterServiceStub(object):
|
|
31
|
-
"""A set of methods for managing
|
|
31
|
+
"""A set of methods for managing Metastore Cluster resources.
|
|
32
32
|
"""
|
|
33
33
|
|
|
34
34
|
def __init__(self, channel):
|
|
@@ -47,11 +47,6 @@ class ClusterServiceStub(object):
|
|
|
47
47
|
request_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClustersRequest.SerializeToString,
|
|
48
48
|
response_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClustersResponse.FromString,
|
|
49
49
|
_registered_method=True)
|
|
50
|
-
self.ListOperations = channel.unary_unary(
|
|
51
|
-
'/yandex.cloud.metastore.v1.ClusterService/ListOperations',
|
|
52
|
-
request_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClusterOperationsRequest.SerializeToString,
|
|
53
|
-
response_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClusterOperationsResponse.FromString,
|
|
54
|
-
_registered_method=True)
|
|
55
50
|
self.Create = channel.unary_unary(
|
|
56
51
|
'/yandex.cloud.metastore.v1.ClusterService/Create',
|
|
57
52
|
request_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.CreateClusterRequest.SerializeToString,
|
|
@@ -67,16 +62,16 @@ class ClusterServiceStub(object):
|
|
|
67
62
|
request_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.DeleteClusterRequest.SerializeToString,
|
|
68
63
|
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
69
64
|
_registered_method=True)
|
|
70
|
-
self.Stop = channel.unary_unary(
|
|
71
|
-
'/yandex.cloud.metastore.v1.ClusterService/Stop',
|
|
72
|
-
request_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.StopClusterRequest.SerializeToString,
|
|
73
|
-
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
74
|
-
_registered_method=True)
|
|
75
65
|
self.Start = channel.unary_unary(
|
|
76
66
|
'/yandex.cloud.metastore.v1.ClusterService/Start',
|
|
77
67
|
request_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.StartClusterRequest.SerializeToString,
|
|
78
68
|
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
79
69
|
_registered_method=True)
|
|
70
|
+
self.Stop = channel.unary_unary(
|
|
71
|
+
'/yandex.cloud.metastore.v1.ClusterService/Stop',
|
|
72
|
+
request_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.StopClusterRequest.SerializeToString,
|
|
73
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
74
|
+
_registered_method=True)
|
|
80
75
|
self.ImportData = channel.unary_unary(
|
|
81
76
|
'/yandex.cloud.metastore.v1.ClusterService/ImportData',
|
|
82
77
|
request_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ImportDataRequest.SerializeToString,
|
|
@@ -87,80 +82,82 @@ class ClusterServiceStub(object):
|
|
|
87
82
|
request_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ExportDataRequest.SerializeToString,
|
|
88
83
|
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
89
84
|
_registered_method=True)
|
|
85
|
+
self.ListOperations = channel.unary_unary(
|
|
86
|
+
'/yandex.cloud.metastore.v1.ClusterService/ListOperations',
|
|
87
|
+
request_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClusterOperationsRequest.SerializeToString,
|
|
88
|
+
response_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClusterOperationsResponse.FromString,
|
|
89
|
+
_registered_method=True)
|
|
90
90
|
|
|
91
91
|
|
|
92
92
|
class ClusterServiceServicer(object):
|
|
93
|
-
"""A set of methods for managing
|
|
93
|
+
"""A set of methods for managing Metastore Cluster resources.
|
|
94
94
|
"""
|
|
95
95
|
|
|
96
96
|
def Get(self, request, context):
|
|
97
|
-
"""Returns the specified
|
|
98
|
-
|
|
99
|
-
To get the list of available Hive Metastore Cluster resources, make a [List] request.
|
|
97
|
+
"""Returns the specified Metastore Cluster.
|
|
100
98
|
"""
|
|
101
99
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
102
100
|
context.set_details('Method not implemented!')
|
|
103
101
|
raise NotImplementedError('Method not implemented!')
|
|
104
102
|
|
|
105
103
|
def List(self, request, context):
|
|
106
|
-
"""Retrieves
|
|
107
|
-
to the specified folder.
|
|
104
|
+
"""Retrieves a list of Metastore Clusters.
|
|
108
105
|
"""
|
|
109
106
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
110
107
|
context.set_details('Method not implemented!')
|
|
111
108
|
raise NotImplementedError('Method not implemented!')
|
|
112
109
|
|
|
113
|
-
def
|
|
114
|
-
"""
|
|
110
|
+
def Create(self, request, context):
|
|
111
|
+
"""Creates a Metastore Cluster.
|
|
115
112
|
"""
|
|
116
113
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
117
114
|
context.set_details('Method not implemented!')
|
|
118
115
|
raise NotImplementedError('Method not implemented!')
|
|
119
116
|
|
|
120
|
-
def
|
|
121
|
-
"""
|
|
117
|
+
def Update(self, request, context):
|
|
118
|
+
"""Updates the configuration of the specified Metastore Cluster.
|
|
122
119
|
"""
|
|
123
120
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
124
121
|
context.set_details('Method not implemented!')
|
|
125
122
|
raise NotImplementedError('Method not implemented!')
|
|
126
123
|
|
|
127
|
-
def
|
|
128
|
-
"""
|
|
124
|
+
def Delete(self, request, context):
|
|
125
|
+
"""Deletes the specified Metastore Cluster.
|
|
129
126
|
"""
|
|
130
127
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
131
128
|
context.set_details('Method not implemented!')
|
|
132
129
|
raise NotImplementedError('Method not implemented!')
|
|
133
130
|
|
|
134
|
-
def
|
|
135
|
-
"""
|
|
131
|
+
def Start(self, request, context):
|
|
132
|
+
"""Starts the specified Metastore Cluster.
|
|
136
133
|
"""
|
|
137
134
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
138
135
|
context.set_details('Method not implemented!')
|
|
139
136
|
raise NotImplementedError('Method not implemented!')
|
|
140
137
|
|
|
141
138
|
def Stop(self, request, context):
|
|
142
|
-
"""Stops the specified
|
|
139
|
+
"""Stops the specified Metastore Cluster.
|
|
143
140
|
"""
|
|
144
141
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
145
142
|
context.set_details('Method not implemented!')
|
|
146
143
|
raise NotImplementedError('Method not implemented!')
|
|
147
144
|
|
|
148
|
-
def
|
|
149
|
-
"""
|
|
145
|
+
def ImportData(self, request, context):
|
|
146
|
+
"""Imports data to the specified Metastore Cluster.
|
|
150
147
|
"""
|
|
151
148
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
152
149
|
context.set_details('Method not implemented!')
|
|
153
150
|
raise NotImplementedError('Method not implemented!')
|
|
154
151
|
|
|
155
|
-
def
|
|
156
|
-
"""
|
|
152
|
+
def ExportData(self, request, context):
|
|
153
|
+
"""Exports data from the specified Metastore Cluster.
|
|
157
154
|
"""
|
|
158
155
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
159
156
|
context.set_details('Method not implemented!')
|
|
160
157
|
raise NotImplementedError('Method not implemented!')
|
|
161
158
|
|
|
162
|
-
def
|
|
163
|
-
"""
|
|
159
|
+
def ListOperations(self, request, context):
|
|
160
|
+
"""Retrieves the list of Operation resources for the specified Hive Metastore Cluster.
|
|
164
161
|
"""
|
|
165
162
|
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
166
163
|
context.set_details('Method not implemented!')
|
|
@@ -179,11 +176,6 @@ def add_ClusterServiceServicer_to_server(servicer, server):
|
|
|
179
176
|
request_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClustersRequest.FromString,
|
|
180
177
|
response_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClustersResponse.SerializeToString,
|
|
181
178
|
),
|
|
182
|
-
'ListOperations': grpc.unary_unary_rpc_method_handler(
|
|
183
|
-
servicer.ListOperations,
|
|
184
|
-
request_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClusterOperationsRequest.FromString,
|
|
185
|
-
response_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClusterOperationsResponse.SerializeToString,
|
|
186
|
-
),
|
|
187
179
|
'Create': grpc.unary_unary_rpc_method_handler(
|
|
188
180
|
servicer.Create,
|
|
189
181
|
request_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.CreateClusterRequest.FromString,
|
|
@@ -199,16 +191,16 @@ def add_ClusterServiceServicer_to_server(servicer, server):
|
|
|
199
191
|
request_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.DeleteClusterRequest.FromString,
|
|
200
192
|
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
201
193
|
),
|
|
202
|
-
'Stop': grpc.unary_unary_rpc_method_handler(
|
|
203
|
-
servicer.Stop,
|
|
204
|
-
request_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.StopClusterRequest.FromString,
|
|
205
|
-
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
206
|
-
),
|
|
207
194
|
'Start': grpc.unary_unary_rpc_method_handler(
|
|
208
195
|
servicer.Start,
|
|
209
196
|
request_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.StartClusterRequest.FromString,
|
|
210
197
|
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
211
198
|
),
|
|
199
|
+
'Stop': grpc.unary_unary_rpc_method_handler(
|
|
200
|
+
servicer.Stop,
|
|
201
|
+
request_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.StopClusterRequest.FromString,
|
|
202
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
203
|
+
),
|
|
212
204
|
'ImportData': grpc.unary_unary_rpc_method_handler(
|
|
213
205
|
servicer.ImportData,
|
|
214
206
|
request_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ImportDataRequest.FromString,
|
|
@@ -219,6 +211,11 @@ def add_ClusterServiceServicer_to_server(servicer, server):
|
|
|
219
211
|
request_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ExportDataRequest.FromString,
|
|
220
212
|
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
221
213
|
),
|
|
214
|
+
'ListOperations': grpc.unary_unary_rpc_method_handler(
|
|
215
|
+
servicer.ListOperations,
|
|
216
|
+
request_deserializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClusterOperationsRequest.FromString,
|
|
217
|
+
response_serializer=yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClusterOperationsResponse.SerializeToString,
|
|
218
|
+
),
|
|
222
219
|
}
|
|
223
220
|
generic_handler = grpc.method_handlers_generic_handler(
|
|
224
221
|
'yandex.cloud.metastore.v1.ClusterService', rpc_method_handlers)
|
|
@@ -228,7 +225,7 @@ def add_ClusterServiceServicer_to_server(servicer, server):
|
|
|
228
225
|
|
|
229
226
|
# This class is part of an EXPERIMENTAL API.
|
|
230
227
|
class ClusterService(object):
|
|
231
|
-
"""A set of methods for managing
|
|
228
|
+
"""A set of methods for managing Metastore Cluster resources.
|
|
232
229
|
"""
|
|
233
230
|
|
|
234
231
|
@staticmethod
|
|
@@ -286,7 +283,7 @@ class ClusterService(object):
|
|
|
286
283
|
_registered_method=True)
|
|
287
284
|
|
|
288
285
|
@staticmethod
|
|
289
|
-
def
|
|
286
|
+
def Create(request,
|
|
290
287
|
target,
|
|
291
288
|
options=(),
|
|
292
289
|
channel_credentials=None,
|
|
@@ -299,9 +296,9 @@ class ClusterService(object):
|
|
|
299
296
|
return grpc.experimental.unary_unary(
|
|
300
297
|
request,
|
|
301
298
|
target,
|
|
302
|
-
'/yandex.cloud.metastore.v1.ClusterService/
|
|
303
|
-
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.
|
|
304
|
-
|
|
299
|
+
'/yandex.cloud.metastore.v1.ClusterService/Create',
|
|
300
|
+
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.CreateClusterRequest.SerializeToString,
|
|
301
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
305
302
|
options,
|
|
306
303
|
channel_credentials,
|
|
307
304
|
insecure,
|
|
@@ -313,7 +310,7 @@ class ClusterService(object):
|
|
|
313
310
|
_registered_method=True)
|
|
314
311
|
|
|
315
312
|
@staticmethod
|
|
316
|
-
def
|
|
313
|
+
def Update(request,
|
|
317
314
|
target,
|
|
318
315
|
options=(),
|
|
319
316
|
channel_credentials=None,
|
|
@@ -326,8 +323,8 @@ class ClusterService(object):
|
|
|
326
323
|
return grpc.experimental.unary_unary(
|
|
327
324
|
request,
|
|
328
325
|
target,
|
|
329
|
-
'/yandex.cloud.metastore.v1.ClusterService/
|
|
330
|
-
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.
|
|
326
|
+
'/yandex.cloud.metastore.v1.ClusterService/Update',
|
|
327
|
+
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.UpdateClusterRequest.SerializeToString,
|
|
331
328
|
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
332
329
|
options,
|
|
333
330
|
channel_credentials,
|
|
@@ -340,7 +337,7 @@ class ClusterService(object):
|
|
|
340
337
|
_registered_method=True)
|
|
341
338
|
|
|
342
339
|
@staticmethod
|
|
343
|
-
def
|
|
340
|
+
def Delete(request,
|
|
344
341
|
target,
|
|
345
342
|
options=(),
|
|
346
343
|
channel_credentials=None,
|
|
@@ -353,8 +350,8 @@ class ClusterService(object):
|
|
|
353
350
|
return grpc.experimental.unary_unary(
|
|
354
351
|
request,
|
|
355
352
|
target,
|
|
356
|
-
'/yandex.cloud.metastore.v1.ClusterService/
|
|
357
|
-
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.
|
|
353
|
+
'/yandex.cloud.metastore.v1.ClusterService/Delete',
|
|
354
|
+
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.DeleteClusterRequest.SerializeToString,
|
|
358
355
|
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
359
356
|
options,
|
|
360
357
|
channel_credentials,
|
|
@@ -367,7 +364,7 @@ class ClusterService(object):
|
|
|
367
364
|
_registered_method=True)
|
|
368
365
|
|
|
369
366
|
@staticmethod
|
|
370
|
-
def
|
|
367
|
+
def Start(request,
|
|
371
368
|
target,
|
|
372
369
|
options=(),
|
|
373
370
|
channel_credentials=None,
|
|
@@ -380,8 +377,8 @@ class ClusterService(object):
|
|
|
380
377
|
return grpc.experimental.unary_unary(
|
|
381
378
|
request,
|
|
382
379
|
target,
|
|
383
|
-
'/yandex.cloud.metastore.v1.ClusterService/
|
|
384
|
-
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.
|
|
380
|
+
'/yandex.cloud.metastore.v1.ClusterService/Start',
|
|
381
|
+
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.StartClusterRequest.SerializeToString,
|
|
385
382
|
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
386
383
|
options,
|
|
387
384
|
channel_credentials,
|
|
@@ -421,7 +418,7 @@ class ClusterService(object):
|
|
|
421
418
|
_registered_method=True)
|
|
422
419
|
|
|
423
420
|
@staticmethod
|
|
424
|
-
def
|
|
421
|
+
def ImportData(request,
|
|
425
422
|
target,
|
|
426
423
|
options=(),
|
|
427
424
|
channel_credentials=None,
|
|
@@ -434,8 +431,8 @@ class ClusterService(object):
|
|
|
434
431
|
return grpc.experimental.unary_unary(
|
|
435
432
|
request,
|
|
436
433
|
target,
|
|
437
|
-
'/yandex.cloud.metastore.v1.ClusterService/
|
|
438
|
-
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.
|
|
434
|
+
'/yandex.cloud.metastore.v1.ClusterService/ImportData',
|
|
435
|
+
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ImportDataRequest.SerializeToString,
|
|
439
436
|
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
440
437
|
options,
|
|
441
438
|
channel_credentials,
|
|
@@ -448,7 +445,7 @@ class ClusterService(object):
|
|
|
448
445
|
_registered_method=True)
|
|
449
446
|
|
|
450
447
|
@staticmethod
|
|
451
|
-
def
|
|
448
|
+
def ExportData(request,
|
|
452
449
|
target,
|
|
453
450
|
options=(),
|
|
454
451
|
channel_credentials=None,
|
|
@@ -461,8 +458,8 @@ class ClusterService(object):
|
|
|
461
458
|
return grpc.experimental.unary_unary(
|
|
462
459
|
request,
|
|
463
460
|
target,
|
|
464
|
-
'/yandex.cloud.metastore.v1.ClusterService/
|
|
465
|
-
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.
|
|
461
|
+
'/yandex.cloud.metastore.v1.ClusterService/ExportData',
|
|
462
|
+
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ExportDataRequest.SerializeToString,
|
|
466
463
|
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
467
464
|
options,
|
|
468
465
|
channel_credentials,
|
|
@@ -475,7 +472,7 @@ class ClusterService(object):
|
|
|
475
472
|
_registered_method=True)
|
|
476
473
|
|
|
477
474
|
@staticmethod
|
|
478
|
-
def
|
|
475
|
+
def ListOperations(request,
|
|
479
476
|
target,
|
|
480
477
|
options=(),
|
|
481
478
|
channel_credentials=None,
|
|
@@ -488,9 +485,9 @@ class ClusterService(object):
|
|
|
488
485
|
return grpc.experimental.unary_unary(
|
|
489
486
|
request,
|
|
490
487
|
target,
|
|
491
|
-
'/yandex.cloud.metastore.v1.ClusterService/
|
|
492
|
-
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.
|
|
493
|
-
|
|
488
|
+
'/yandex.cloud.metastore.v1.ClusterService/ListOperations',
|
|
489
|
+
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClusterOperationsRequest.SerializeToString,
|
|
490
|
+
yandex_dot_cloud_dot_metastore_dot_v1_dot_cluster__service__pb2.ListClusterOperationsResponse.FromString,
|
|
494
491
|
options,
|
|
495
492
|
channel_credentials,
|
|
496
493
|
insecure,
|
|
@@ -20,144 +20,134 @@ class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type:
|
|
|
20
20
|
...
|
|
21
21
|
|
|
22
22
|
class ClusterServiceStub:
|
|
23
|
-
"""A set of methods for managing
|
|
23
|
+
"""A set of methods for managing Metastore Cluster resources."""
|
|
24
24
|
|
|
25
25
|
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
26
|
Get: grpc.UnaryUnaryMultiCallable[
|
|
27
27
|
yandex.cloud.metastore.v1.cluster_service_pb2.GetClusterRequest,
|
|
28
28
|
yandex.cloud.metastore.v1.cluster_pb2.Cluster,
|
|
29
29
|
]
|
|
30
|
-
"""Returns the specified
|
|
31
|
-
|
|
32
|
-
To get the list of available Hive Metastore Cluster resources, make a [List] request.
|
|
33
|
-
"""
|
|
30
|
+
"""Returns the specified Metastore Cluster."""
|
|
34
31
|
|
|
35
32
|
List: grpc.UnaryUnaryMultiCallable[
|
|
36
33
|
yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersRequest,
|
|
37
34
|
yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersResponse,
|
|
38
35
|
]
|
|
39
|
-
"""Retrieves
|
|
40
|
-
to the specified folder.
|
|
41
|
-
"""
|
|
42
|
-
|
|
43
|
-
ListOperations: grpc.UnaryUnaryMultiCallable[
|
|
44
|
-
yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsRequest,
|
|
45
|
-
yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsResponse,
|
|
46
|
-
]
|
|
47
|
-
"""Retrieves the list of Operation resources for the specified Hive Metastore Cluster."""
|
|
36
|
+
"""Retrieves a list of Metastore Clusters."""
|
|
48
37
|
|
|
49
38
|
Create: grpc.UnaryUnaryMultiCallable[
|
|
50
39
|
yandex.cloud.metastore.v1.cluster_service_pb2.CreateClusterRequest,
|
|
51
40
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
52
41
|
]
|
|
53
|
-
"""Creates a
|
|
42
|
+
"""Creates a Metastore Cluster."""
|
|
54
43
|
|
|
55
44
|
Update: grpc.UnaryUnaryMultiCallable[
|
|
56
45
|
yandex.cloud.metastore.v1.cluster_service_pb2.UpdateClusterRequest,
|
|
57
46
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
58
47
|
]
|
|
59
|
-
"""Updates configuration of the specified
|
|
48
|
+
"""Updates the configuration of the specified Metastore Cluster."""
|
|
60
49
|
|
|
61
50
|
Delete: grpc.UnaryUnaryMultiCallable[
|
|
62
51
|
yandex.cloud.metastore.v1.cluster_service_pb2.DeleteClusterRequest,
|
|
63
52
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
64
53
|
]
|
|
65
|
-
"""Deletes the specified
|
|
54
|
+
"""Deletes the specified Metastore Cluster."""
|
|
66
55
|
|
|
67
|
-
|
|
68
|
-
yandex.cloud.metastore.v1.cluster_service_pb2.
|
|
56
|
+
Start: grpc.UnaryUnaryMultiCallable[
|
|
57
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.StartClusterRequest,
|
|
69
58
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
70
59
|
]
|
|
71
|
-
"""
|
|
60
|
+
"""Starts the specified Metastore Cluster."""
|
|
72
61
|
|
|
73
|
-
|
|
74
|
-
yandex.cloud.metastore.v1.cluster_service_pb2.
|
|
62
|
+
Stop: grpc.UnaryUnaryMultiCallable[
|
|
63
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.StopClusterRequest,
|
|
75
64
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
76
65
|
]
|
|
77
|
-
"""
|
|
66
|
+
"""Stops the specified Metastore Cluster."""
|
|
78
67
|
|
|
79
68
|
ImportData: grpc.UnaryUnaryMultiCallable[
|
|
80
69
|
yandex.cloud.metastore.v1.cluster_service_pb2.ImportDataRequest,
|
|
81
70
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
82
71
|
]
|
|
83
|
-
"""Imports data to the specified
|
|
72
|
+
"""Imports data to the specified Metastore Cluster."""
|
|
84
73
|
|
|
85
74
|
ExportData: grpc.UnaryUnaryMultiCallable[
|
|
86
75
|
yandex.cloud.metastore.v1.cluster_service_pb2.ExportDataRequest,
|
|
87
76
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
88
77
|
]
|
|
89
|
-
"""Exports data from the specified
|
|
78
|
+
"""Exports data from the specified Metastore Cluster."""
|
|
79
|
+
|
|
80
|
+
ListOperations: grpc.UnaryUnaryMultiCallable[
|
|
81
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsRequest,
|
|
82
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsResponse,
|
|
83
|
+
]
|
|
84
|
+
"""Retrieves the list of Operation resources for the specified Hive Metastore Cluster."""
|
|
90
85
|
|
|
91
86
|
class ClusterServiceAsyncStub:
|
|
92
|
-
"""A set of methods for managing
|
|
87
|
+
"""A set of methods for managing Metastore Cluster resources."""
|
|
93
88
|
|
|
94
89
|
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
95
90
|
yandex.cloud.metastore.v1.cluster_service_pb2.GetClusterRequest,
|
|
96
91
|
yandex.cloud.metastore.v1.cluster_pb2.Cluster,
|
|
97
92
|
]
|
|
98
|
-
"""Returns the specified
|
|
99
|
-
|
|
100
|
-
To get the list of available Hive Metastore Cluster resources, make a [List] request.
|
|
101
|
-
"""
|
|
93
|
+
"""Returns the specified Metastore Cluster."""
|
|
102
94
|
|
|
103
95
|
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
104
96
|
yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersRequest,
|
|
105
97
|
yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersResponse,
|
|
106
98
|
]
|
|
107
|
-
"""Retrieves
|
|
108
|
-
to the specified folder.
|
|
109
|
-
"""
|
|
110
|
-
|
|
111
|
-
ListOperations: grpc.aio.UnaryUnaryMultiCallable[
|
|
112
|
-
yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsRequest,
|
|
113
|
-
yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsResponse,
|
|
114
|
-
]
|
|
115
|
-
"""Retrieves the list of Operation resources for the specified Hive Metastore Cluster."""
|
|
99
|
+
"""Retrieves a list of Metastore Clusters."""
|
|
116
100
|
|
|
117
101
|
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
118
102
|
yandex.cloud.metastore.v1.cluster_service_pb2.CreateClusterRequest,
|
|
119
103
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
120
104
|
]
|
|
121
|
-
"""Creates a
|
|
105
|
+
"""Creates a Metastore Cluster."""
|
|
122
106
|
|
|
123
107
|
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
124
108
|
yandex.cloud.metastore.v1.cluster_service_pb2.UpdateClusterRequest,
|
|
125
109
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
126
110
|
]
|
|
127
|
-
"""Updates configuration of the specified
|
|
111
|
+
"""Updates the configuration of the specified Metastore Cluster."""
|
|
128
112
|
|
|
129
113
|
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
130
114
|
yandex.cloud.metastore.v1.cluster_service_pb2.DeleteClusterRequest,
|
|
131
115
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
132
116
|
]
|
|
133
|
-
"""Deletes the specified
|
|
117
|
+
"""Deletes the specified Metastore Cluster."""
|
|
134
118
|
|
|
135
|
-
|
|
136
|
-
yandex.cloud.metastore.v1.cluster_service_pb2.
|
|
119
|
+
Start: grpc.aio.UnaryUnaryMultiCallable[
|
|
120
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.StartClusterRequest,
|
|
137
121
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
138
122
|
]
|
|
139
|
-
"""
|
|
123
|
+
"""Starts the specified Metastore Cluster."""
|
|
140
124
|
|
|
141
|
-
|
|
142
|
-
yandex.cloud.metastore.v1.cluster_service_pb2.
|
|
125
|
+
Stop: grpc.aio.UnaryUnaryMultiCallable[
|
|
126
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.StopClusterRequest,
|
|
143
127
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
144
128
|
]
|
|
145
|
-
"""
|
|
129
|
+
"""Stops the specified Metastore Cluster."""
|
|
146
130
|
|
|
147
131
|
ImportData: grpc.aio.UnaryUnaryMultiCallable[
|
|
148
132
|
yandex.cloud.metastore.v1.cluster_service_pb2.ImportDataRequest,
|
|
149
133
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
150
134
|
]
|
|
151
|
-
"""Imports data to the specified
|
|
135
|
+
"""Imports data to the specified Metastore Cluster."""
|
|
152
136
|
|
|
153
137
|
ExportData: grpc.aio.UnaryUnaryMultiCallable[
|
|
154
138
|
yandex.cloud.metastore.v1.cluster_service_pb2.ExportDataRequest,
|
|
155
139
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
156
140
|
]
|
|
157
|
-
"""Exports data from the specified
|
|
141
|
+
"""Exports data from the specified Metastore Cluster."""
|
|
142
|
+
|
|
143
|
+
ListOperations: grpc.aio.UnaryUnaryMultiCallable[
|
|
144
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsRequest,
|
|
145
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsResponse,
|
|
146
|
+
]
|
|
147
|
+
"""Retrieves the list of Operation resources for the specified Hive Metastore Cluster."""
|
|
158
148
|
|
|
159
149
|
class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
160
|
-
"""A set of methods for managing
|
|
150
|
+
"""A set of methods for managing Metastore Cluster resources."""
|
|
161
151
|
|
|
162
152
|
@abc.abstractmethod
|
|
163
153
|
def Get(
|
|
@@ -165,10 +155,7 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
165
155
|
request: yandex.cloud.metastore.v1.cluster_service_pb2.GetClusterRequest,
|
|
166
156
|
context: _ServicerContext,
|
|
167
157
|
) -> typing.Union[yandex.cloud.metastore.v1.cluster_pb2.Cluster, collections.abc.Awaitable[yandex.cloud.metastore.v1.cluster_pb2.Cluster]]:
|
|
168
|
-
"""Returns the specified
|
|
169
|
-
|
|
170
|
-
To get the list of available Hive Metastore Cluster resources, make a [List] request.
|
|
171
|
-
"""
|
|
158
|
+
"""Returns the specified Metastore Cluster."""
|
|
172
159
|
|
|
173
160
|
@abc.abstractmethod
|
|
174
161
|
def List(
|
|
@@ -176,17 +163,7 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
176
163
|
request: yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersRequest,
|
|
177
164
|
context: _ServicerContext,
|
|
178
165
|
) -> typing.Union[yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersResponse, collections.abc.Awaitable[yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersResponse]]:
|
|
179
|
-
"""Retrieves
|
|
180
|
-
to the specified folder.
|
|
181
|
-
"""
|
|
182
|
-
|
|
183
|
-
@abc.abstractmethod
|
|
184
|
-
def ListOperations(
|
|
185
|
-
self,
|
|
186
|
-
request: yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsRequest,
|
|
187
|
-
context: _ServicerContext,
|
|
188
|
-
) -> typing.Union[yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsResponse, collections.abc.Awaitable[yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsResponse]]:
|
|
189
|
-
"""Retrieves the list of Operation resources for the specified Hive Metastore Cluster."""
|
|
166
|
+
"""Retrieves a list of Metastore Clusters."""
|
|
190
167
|
|
|
191
168
|
@abc.abstractmethod
|
|
192
169
|
def Create(
|
|
@@ -194,7 +171,7 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
194
171
|
request: yandex.cloud.metastore.v1.cluster_service_pb2.CreateClusterRequest,
|
|
195
172
|
context: _ServicerContext,
|
|
196
173
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
197
|
-
"""Creates a
|
|
174
|
+
"""Creates a Metastore Cluster."""
|
|
198
175
|
|
|
199
176
|
@abc.abstractmethod
|
|
200
177
|
def Update(
|
|
@@ -202,7 +179,7 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
202
179
|
request: yandex.cloud.metastore.v1.cluster_service_pb2.UpdateClusterRequest,
|
|
203
180
|
context: _ServicerContext,
|
|
204
181
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
205
|
-
"""Updates configuration of the specified
|
|
182
|
+
"""Updates the configuration of the specified Metastore Cluster."""
|
|
206
183
|
|
|
207
184
|
@abc.abstractmethod
|
|
208
185
|
def Delete(
|
|
@@ -210,23 +187,23 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
210
187
|
request: yandex.cloud.metastore.v1.cluster_service_pb2.DeleteClusterRequest,
|
|
211
188
|
context: _ServicerContext,
|
|
212
189
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
213
|
-
"""Deletes the specified
|
|
190
|
+
"""Deletes the specified Metastore Cluster."""
|
|
214
191
|
|
|
215
192
|
@abc.abstractmethod
|
|
216
|
-
def
|
|
193
|
+
def Start(
|
|
217
194
|
self,
|
|
218
|
-
request: yandex.cloud.metastore.v1.cluster_service_pb2.
|
|
195
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.StartClusterRequest,
|
|
219
196
|
context: _ServicerContext,
|
|
220
197
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
221
|
-
"""
|
|
198
|
+
"""Starts the specified Metastore Cluster."""
|
|
222
199
|
|
|
223
200
|
@abc.abstractmethod
|
|
224
|
-
def
|
|
201
|
+
def Stop(
|
|
225
202
|
self,
|
|
226
|
-
request: yandex.cloud.metastore.v1.cluster_service_pb2.
|
|
203
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.StopClusterRequest,
|
|
227
204
|
context: _ServicerContext,
|
|
228
205
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
229
|
-
"""
|
|
206
|
+
"""Stops the specified Metastore Cluster."""
|
|
230
207
|
|
|
231
208
|
@abc.abstractmethod
|
|
232
209
|
def ImportData(
|
|
@@ -234,7 +211,7 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
234
211
|
request: yandex.cloud.metastore.v1.cluster_service_pb2.ImportDataRequest,
|
|
235
212
|
context: _ServicerContext,
|
|
236
213
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
237
|
-
"""Imports data to the specified
|
|
214
|
+
"""Imports data to the specified Metastore Cluster."""
|
|
238
215
|
|
|
239
216
|
@abc.abstractmethod
|
|
240
217
|
def ExportData(
|
|
@@ -242,6 +219,14 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
|
242
219
|
request: yandex.cloud.metastore.v1.cluster_service_pb2.ExportDataRequest,
|
|
243
220
|
context: _ServicerContext,
|
|
244
221
|
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
245
|
-
"""Exports data from the specified
|
|
222
|
+
"""Exports data from the specified Metastore Cluster."""
|
|
223
|
+
|
|
224
|
+
@abc.abstractmethod
|
|
225
|
+
def ListOperations(
|
|
226
|
+
self,
|
|
227
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsRequest,
|
|
228
|
+
context: _ServicerContext,
|
|
229
|
+
) -> typing.Union[yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsResponse, collections.abc.Awaitable[yandex.cloud.metastore.v1.cluster_service_pb2.ListClusterOperationsResponse]]:
|
|
230
|
+
"""Retrieves the list of Operation resources for the specified Hive Metastore Cluster."""
|
|
246
231
|
|
|
247
232
|
def add_ClusterServiceServicer_to_server(servicer: ClusterServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|