yandexcloud 0.342.0__py3-none-any.whl → 0.344.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/batch_inference/v1/batch_inference_task_pb2.py +14 -7
- yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2.pyi +75 -2
- yandex/cloud/ai/tts/v3/tts_pb2.py +13 -1
- yandex/cloud/ai/tts/v3/tts_pb2.pyi +171 -0
- yandex/cloud/ai/tts/v3/tts_service_pb2.py +2 -2
- yandex/cloud/ai/tts/v3/tts_service_pb2_grpc.py +44 -0
- yandex/cloud/ai/tts/v3/tts_service_pb2_grpc.pyi +20 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +70 -68
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +10 -2
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2.py +28 -9
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2.pyi +70 -0
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2_grpc.py +43 -0
- yandex/cloud/certificatemanager/v1/certificate_content_service_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/__init__.py +0 -0
- yandex/cloud/clouddesktop/v1/__init__.py +0 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2.py +71 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2.pyi +232 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/desktop_group_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.py +146 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2.pyi +443 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2_grpc.py +502 -0
- yandex/cloud/clouddesktop/v1/desktop_group_service_pb2_grpc.pyi +242 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2.py +44 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2.pyi +111 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/desktop_image_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2.py +115 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2.pyi +275 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2_grpc.py +323 -0
- yandex/cloud/clouddesktop/v1/desktop_image_service_pb2_grpc.pyi +152 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2.py +65 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2.pyi +208 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2_grpc.pyi +17 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2.py +171 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2.pyi +541 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2_grpc.py +589 -0
- yandex/cloud/clouddesktop/v1/desktop_service_pb2_grpc.pyi +281 -0
- yandex/cloud/clouddesktop/v1/disk_pb2.py +44 -0
- yandex/cloud/clouddesktop/v1/disk_pb2.pyi +61 -0
- yandex/cloud/clouddesktop/v1/disk_pb2_grpc.py +24 -0
- yandex/cloud/clouddesktop/v1/disk_pb2_grpc.pyi +17 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.py +5 -5
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +4 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.py +6 -3
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.pyi +6 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.py +13 -10
- yandex/cloud/mdb/kafka/v1/user_pb2.py +3 -3
- yandex/cloud/mdb/kafka/v1/user_pb2.pyi +9 -0
- yandex/cloud/metastore/__init__.py +0 -0
- yandex/cloud/metastore/v1/__init__.py +0 -0
- yandex/cloud/metastore/v1/cluster_pb2.py +67 -0
- yandex/cloud/metastore/v1/cluster_pb2.pyi +325 -0
- yandex/cloud/metastore/v1/cluster_pb2_grpc.py +24 -0
- yandex/cloud/metastore/v1/cluster_pb2_grpc.pyi +17 -0
- yandex/cloud/metastore/v1/cluster_service_pb2.py +176 -0
- yandex/cloud/metastore/v1/cluster_service_pb2.pyi +628 -0
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.py +502 -0
- yandex/cloud/metastore/v1/cluster_service_pb2_grpc.pyi +247 -0
- yandex/cloud/metastore/v1/maintenance_pb2.py +53 -0
- yandex/cloud/metastore/v1/maintenance_pb2.pyi +123 -0
- yandex/cloud/metastore/v1/maintenance_pb2_grpc.py +24 -0
- yandex/cloud/metastore/v1/maintenance_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/chart_widget_pb2.py +52 -47
- yandex/cloud/monitoring/v3/chart_widget_pb2.pyi +52 -5
- yandex/cloud/monitoring/v3/dashboard_pb2.py +6 -5
- yandex/cloud/monitoring/v3/dashboard_pb2.pyi +8 -1
- yandex/cloud/monitoring/v3/dashboard_service_pb2.py +30 -29
- yandex/cloud/monitoring/v3/dashboard_service_pb2.pyi +15 -2
- yandex/cloud/monitoring/v3/link_item_pb2.py +40 -0
- yandex/cloud/monitoring/v3/link_item_pb2.pyi +53 -0
- yandex/cloud/monitoring/v3/link_item_pb2_grpc.py +24 -0
- yandex/cloud/monitoring/v3/link_item_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/link_pb2.py +39 -0
- yandex/cloud/monitoring/v3/link_pb2.pyi +70 -0
- yandex/cloud/monitoring/v3/link_pb2_grpc.py +24 -0
- yandex/cloud/monitoring/v3/link_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.py +60 -55
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.pyi +52 -5
- yandex/cloud/monitoring/v3/thresholds_pb2.py +41 -0
- yandex/cloud/monitoring/v3/thresholds_pb2.pyi +73 -0
- yandex/cloud/monitoring/v3/thresholds_pb2_grpc.py +24 -0
- yandex/cloud/monitoring/v3/thresholds_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/widget_pb2.py +6 -5
- yandex/cloud/monitoring/v3/widget_pb2.pyi +8 -1
- yandex/cloud/searchapi/v2/gen_search_service_pb2.py +25 -25
- yandex/cloud/searchapi/v2/img_search_service_pb2.py +63 -0
- yandex/cloud/searchapi/v2/img_search_service_pb2.pyi +240 -0
- yandex/cloud/searchapi/v2/img_search_service_pb2_grpc.py +100 -0
- yandex/cloud/searchapi/v2/img_search_service_pb2_grpc.pyi +47 -0
- yandex/cloud/searchapi/v2/search_query_pb2.py +7 -7
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +4 -0
- yandex/cloud/serverless/eventrouter/v1/bus_pb2.py +8 -10
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.py +10 -8
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +17 -3
- yandex/cloud/speechsense/v1/talk_service_pb2.py +39 -31
- yandex/cloud/speechsense/v1/talk_service_pb2.pyi +38 -0
- yandex/cloud/speechsense/v1/talk_service_pb2_grpc.py +46 -0
- yandex/cloud/speechsense/v1/talk_service_pb2_grpc.pyi +27 -0
- yandex/cloud/storage/v1/bucket_service_pb2.py +30 -30
- yandex/cloud/storage/v1/bucket_service_pb2.pyi +26 -4
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/RECORD +109 -49
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.342.0.dist-info → yandexcloud-0.344.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
import yandex.cloud.metastore.v1.cluster_pb2
|
|
12
|
+
import yandex.cloud.metastore.v1.cluster_service_pb2
|
|
13
|
+
import yandex.cloud.operation.operation_pb2
|
|
14
|
+
|
|
15
|
+
_T = typing.TypeVar("_T")
|
|
16
|
+
|
|
17
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
18
|
+
|
|
19
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
20
|
+
...
|
|
21
|
+
|
|
22
|
+
class ClusterServiceStub:
|
|
23
|
+
"""A set of methods for managing Hive Metastore Cluster resources."""
|
|
24
|
+
|
|
25
|
+
def __init__(self, channel: typing.Union[grpc.Channel, grpc.aio.Channel]) -> None: ...
|
|
26
|
+
Get: grpc.UnaryUnaryMultiCallable[
|
|
27
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.GetClusterRequest,
|
|
28
|
+
yandex.cloud.metastore.v1.cluster_pb2.Cluster,
|
|
29
|
+
]
|
|
30
|
+
"""Returns the specified Hive Metastore Cluster resource.
|
|
31
|
+
|
|
32
|
+
To get the list of available Hive Metastore Cluster resources, make a [List] request.
|
|
33
|
+
"""
|
|
34
|
+
|
|
35
|
+
List: grpc.UnaryUnaryMultiCallable[
|
|
36
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersRequest,
|
|
37
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersResponse,
|
|
38
|
+
]
|
|
39
|
+
"""Retrieves the list of Hive Metastore Cluster resources that belong
|
|
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."""
|
|
48
|
+
|
|
49
|
+
Create: grpc.UnaryUnaryMultiCallable[
|
|
50
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.CreateClusterRequest,
|
|
51
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
52
|
+
]
|
|
53
|
+
"""Creates a Hive Metastore Cluster in the specified folder."""
|
|
54
|
+
|
|
55
|
+
Update: grpc.UnaryUnaryMultiCallable[
|
|
56
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.UpdateClusterRequest,
|
|
57
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
58
|
+
]
|
|
59
|
+
"""Updates configuration of the specified Hive Metastore Cluster."""
|
|
60
|
+
|
|
61
|
+
Delete: grpc.UnaryUnaryMultiCallable[
|
|
62
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.DeleteClusterRequest,
|
|
63
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
64
|
+
]
|
|
65
|
+
"""Deletes the specified Hive Metastore Cluster."""
|
|
66
|
+
|
|
67
|
+
Stop: grpc.UnaryUnaryMultiCallable[
|
|
68
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.StopClusterRequest,
|
|
69
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
70
|
+
]
|
|
71
|
+
"""Stop the specified Hive Metastore Cluster."""
|
|
72
|
+
|
|
73
|
+
Start: grpc.UnaryUnaryMultiCallable[
|
|
74
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.StartClusterRequest,
|
|
75
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
76
|
+
]
|
|
77
|
+
"""Start the specified Hive a Metastore Cluster."""
|
|
78
|
+
|
|
79
|
+
ImportData: grpc.UnaryUnaryMultiCallable[
|
|
80
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ImportDataRequest,
|
|
81
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
82
|
+
]
|
|
83
|
+
"""Import data to the specified Hive Metastore Cluster."""
|
|
84
|
+
|
|
85
|
+
ExportData: grpc.UnaryUnaryMultiCallable[
|
|
86
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ExportDataRequest,
|
|
87
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
88
|
+
]
|
|
89
|
+
"""Export data from the specified Hive Metastore Cluster."""
|
|
90
|
+
|
|
91
|
+
class ClusterServiceAsyncStub:
|
|
92
|
+
"""A set of methods for managing Hive Metastore Cluster resources."""
|
|
93
|
+
|
|
94
|
+
Get: grpc.aio.UnaryUnaryMultiCallable[
|
|
95
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.GetClusterRequest,
|
|
96
|
+
yandex.cloud.metastore.v1.cluster_pb2.Cluster,
|
|
97
|
+
]
|
|
98
|
+
"""Returns the specified Hive Metastore Cluster resource.
|
|
99
|
+
|
|
100
|
+
To get the list of available Hive Metastore Cluster resources, make a [List] request.
|
|
101
|
+
"""
|
|
102
|
+
|
|
103
|
+
List: grpc.aio.UnaryUnaryMultiCallable[
|
|
104
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersRequest,
|
|
105
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersResponse,
|
|
106
|
+
]
|
|
107
|
+
"""Retrieves the list of Hive Metastore Cluster resources that belong
|
|
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."""
|
|
116
|
+
|
|
117
|
+
Create: grpc.aio.UnaryUnaryMultiCallable[
|
|
118
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.CreateClusterRequest,
|
|
119
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
120
|
+
]
|
|
121
|
+
"""Creates a Hive Metastore Cluster in the specified folder."""
|
|
122
|
+
|
|
123
|
+
Update: grpc.aio.UnaryUnaryMultiCallable[
|
|
124
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.UpdateClusterRequest,
|
|
125
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
126
|
+
]
|
|
127
|
+
"""Updates configuration of the specified Hive Metastore Cluster."""
|
|
128
|
+
|
|
129
|
+
Delete: grpc.aio.UnaryUnaryMultiCallable[
|
|
130
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.DeleteClusterRequest,
|
|
131
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
132
|
+
]
|
|
133
|
+
"""Deletes the specified Hive Metastore Cluster."""
|
|
134
|
+
|
|
135
|
+
Stop: grpc.aio.UnaryUnaryMultiCallable[
|
|
136
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.StopClusterRequest,
|
|
137
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
138
|
+
]
|
|
139
|
+
"""Stop the specified Hive Metastore Cluster."""
|
|
140
|
+
|
|
141
|
+
Start: grpc.aio.UnaryUnaryMultiCallable[
|
|
142
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.StartClusterRequest,
|
|
143
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
144
|
+
]
|
|
145
|
+
"""Start the specified Hive a Metastore Cluster."""
|
|
146
|
+
|
|
147
|
+
ImportData: grpc.aio.UnaryUnaryMultiCallable[
|
|
148
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ImportDataRequest,
|
|
149
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
150
|
+
]
|
|
151
|
+
"""Import data to the specified Hive Metastore Cluster."""
|
|
152
|
+
|
|
153
|
+
ExportData: grpc.aio.UnaryUnaryMultiCallable[
|
|
154
|
+
yandex.cloud.metastore.v1.cluster_service_pb2.ExportDataRequest,
|
|
155
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
156
|
+
]
|
|
157
|
+
"""Export data from the specified Hive Metastore Cluster."""
|
|
158
|
+
|
|
159
|
+
class ClusterServiceServicer(metaclass=abc.ABCMeta):
|
|
160
|
+
"""A set of methods for managing Hive Metastore Cluster resources."""
|
|
161
|
+
|
|
162
|
+
@abc.abstractmethod
|
|
163
|
+
def Get(
|
|
164
|
+
self,
|
|
165
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.GetClusterRequest,
|
|
166
|
+
context: _ServicerContext,
|
|
167
|
+
) -> typing.Union[yandex.cloud.metastore.v1.cluster_pb2.Cluster, collections.abc.Awaitable[yandex.cloud.metastore.v1.cluster_pb2.Cluster]]:
|
|
168
|
+
"""Returns the specified Hive Metastore Cluster resource.
|
|
169
|
+
|
|
170
|
+
To get the list of available Hive Metastore Cluster resources, make a [List] request.
|
|
171
|
+
"""
|
|
172
|
+
|
|
173
|
+
@abc.abstractmethod
|
|
174
|
+
def List(
|
|
175
|
+
self,
|
|
176
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersRequest,
|
|
177
|
+
context: _ServicerContext,
|
|
178
|
+
) -> typing.Union[yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersResponse, collections.abc.Awaitable[yandex.cloud.metastore.v1.cluster_service_pb2.ListClustersResponse]]:
|
|
179
|
+
"""Retrieves the list of Hive Metastore Cluster resources that belong
|
|
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."""
|
|
190
|
+
|
|
191
|
+
@abc.abstractmethod
|
|
192
|
+
def Create(
|
|
193
|
+
self,
|
|
194
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.CreateClusterRequest,
|
|
195
|
+
context: _ServicerContext,
|
|
196
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
197
|
+
"""Creates a Hive Metastore Cluster in the specified folder."""
|
|
198
|
+
|
|
199
|
+
@abc.abstractmethod
|
|
200
|
+
def Update(
|
|
201
|
+
self,
|
|
202
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.UpdateClusterRequest,
|
|
203
|
+
context: _ServicerContext,
|
|
204
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
205
|
+
"""Updates configuration of the specified Hive Metastore Cluster."""
|
|
206
|
+
|
|
207
|
+
@abc.abstractmethod
|
|
208
|
+
def Delete(
|
|
209
|
+
self,
|
|
210
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.DeleteClusterRequest,
|
|
211
|
+
context: _ServicerContext,
|
|
212
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
213
|
+
"""Deletes the specified Hive Metastore Cluster."""
|
|
214
|
+
|
|
215
|
+
@abc.abstractmethod
|
|
216
|
+
def Stop(
|
|
217
|
+
self,
|
|
218
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.StopClusterRequest,
|
|
219
|
+
context: _ServicerContext,
|
|
220
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
221
|
+
"""Stop the specified Hive Metastore Cluster."""
|
|
222
|
+
|
|
223
|
+
@abc.abstractmethod
|
|
224
|
+
def Start(
|
|
225
|
+
self,
|
|
226
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.StartClusterRequest,
|
|
227
|
+
context: _ServicerContext,
|
|
228
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
229
|
+
"""Start the specified Hive a Metastore Cluster."""
|
|
230
|
+
|
|
231
|
+
@abc.abstractmethod
|
|
232
|
+
def ImportData(
|
|
233
|
+
self,
|
|
234
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.ImportDataRequest,
|
|
235
|
+
context: _ServicerContext,
|
|
236
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
237
|
+
"""Import data to the specified Hive Metastore Cluster."""
|
|
238
|
+
|
|
239
|
+
@abc.abstractmethod
|
|
240
|
+
def ExportData(
|
|
241
|
+
self,
|
|
242
|
+
request: yandex.cloud.metastore.v1.cluster_service_pb2.ExportDataRequest,
|
|
243
|
+
context: _ServicerContext,
|
|
244
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
245
|
+
"""Export data from the specified Hive Metastore Cluster."""
|
|
246
|
+
|
|
247
|
+
def add_ClusterServiceServicer_to_server(servicer: ClusterServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/metastore/v1/maintenance.proto
|
|
5
|
+
# Protobuf Python Version: 5.29.0
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
5,
|
|
15
|
+
29,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'yandex/cloud/metastore/v1/maintenance.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
26
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n+yandex/cloud/metastore/v1/maintenance.proto\x12\x19yandex.cloud.metastore.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xc4\x01\n\x11MaintenanceWindow\x12\x46\n\x07\x61nytime\x18\x01 \x01(\x0b\x32\x33.yandex.cloud.metastore.v1.AnytimeMaintenanceWindowH\x00\x12W\n\x19weekly_maintenance_window\x18\x02 \x01(\x0b\x32\x32.yandex.cloud.metastore.v1.WeeklyMaintenanceWindowH\x00\x42\x0e\n\x06policy\x12\x04\xc0\xc1\x31\x01\"\x1a\n\x18\x41nytimeMaintenanceWindow\"\xde\x01\n\x17WeeklyMaintenanceWindow\x12G\n\x03\x64\x61y\x18\x01 \x01(\x0e\x32:.yandex.cloud.metastore.v1.WeeklyMaintenanceWindow.WeekDay\x12\x16\n\x04hour\x18\x02 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x31-24\"b\n\x07WeekDay\x12\x18\n\x14WEEK_DAY_UNSPECIFIED\x10\x00\x12\x07\n\x03MON\x10\x01\x12\x07\n\x03TUE\x10\x02\x12\x07\n\x03WED\x10\x03\x12\x07\n\x03THU\x10\x04\x12\x07\n\x03\x46RI\x10\x05\x12\x07\n\x03SAT\x10\x06\x12\x07\n\x03SUN\x10\x07\"\xe1\x01\n\x14MaintenanceOperation\x12\x17\n\x04info\x18\x01 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x31\n\rdelayed_until\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\x17latest_maintenance_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12@\n\x1cnext_maintenance_window_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampBh\n\x1dyandex.cloud.api.metastore.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/metastore/v1;metastoreb\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.metastore.v1.maintenance_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\035yandex.cloud.api.metastore.v1ZGgithub.com/yandex-cloud/go-genproto/yandex/cloud/metastore/v1;metastore'
|
|
37
|
+
_globals['_MAINTENANCEWINDOW'].oneofs_by_name['policy']._loaded_options = None
|
|
38
|
+
_globals['_MAINTENANCEWINDOW'].oneofs_by_name['policy']._serialized_options = b'\300\3011\001'
|
|
39
|
+
_globals['_WEEKLYMAINTENANCEWINDOW'].fields_by_name['hour']._loaded_options = None
|
|
40
|
+
_globals['_WEEKLYMAINTENANCEWINDOW'].fields_by_name['hour']._serialized_options = b'\372\3071\0041-24'
|
|
41
|
+
_globals['_MAINTENANCEOPERATION'].fields_by_name['info']._loaded_options = None
|
|
42
|
+
_globals['_MAINTENANCEOPERATION'].fields_by_name['info']._serialized_options = b'\212\3101\005<=256'
|
|
43
|
+
_globals['_MAINTENANCEWINDOW']._serialized_start=139
|
|
44
|
+
_globals['_MAINTENANCEWINDOW']._serialized_end=335
|
|
45
|
+
_globals['_ANYTIMEMAINTENANCEWINDOW']._serialized_start=337
|
|
46
|
+
_globals['_ANYTIMEMAINTENANCEWINDOW']._serialized_end=363
|
|
47
|
+
_globals['_WEEKLYMAINTENANCEWINDOW']._serialized_start=366
|
|
48
|
+
_globals['_WEEKLYMAINTENANCEWINDOW']._serialized_end=588
|
|
49
|
+
_globals['_WEEKLYMAINTENANCEWINDOW_WEEKDAY']._serialized_start=490
|
|
50
|
+
_globals['_WEEKLYMAINTENANCEWINDOW_WEEKDAY']._serialized_end=588
|
|
51
|
+
_globals['_MAINTENANCEOPERATION']._serialized_start=591
|
|
52
|
+
_globals['_MAINTENANCEOPERATION']._serialized_end=816
|
|
53
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import google.protobuf.descriptor
|
|
8
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
9
|
+
import google.protobuf.message
|
|
10
|
+
import google.protobuf.timestamp_pb2
|
|
11
|
+
import sys
|
|
12
|
+
import typing
|
|
13
|
+
|
|
14
|
+
if sys.version_info >= (3, 10):
|
|
15
|
+
import typing as typing_extensions
|
|
16
|
+
else:
|
|
17
|
+
import typing_extensions
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
20
|
+
|
|
21
|
+
@typing.final
|
|
22
|
+
class MaintenanceWindow(google.protobuf.message.Message):
|
|
23
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
24
|
+
|
|
25
|
+
ANYTIME_FIELD_NUMBER: builtins.int
|
|
26
|
+
WEEKLY_MAINTENANCE_WINDOW_FIELD_NUMBER: builtins.int
|
|
27
|
+
@property
|
|
28
|
+
def anytime(self) -> global___AnytimeMaintenanceWindow: ...
|
|
29
|
+
@property
|
|
30
|
+
def weekly_maintenance_window(self) -> global___WeeklyMaintenanceWindow: ...
|
|
31
|
+
def __init__(
|
|
32
|
+
self,
|
|
33
|
+
*,
|
|
34
|
+
anytime: global___AnytimeMaintenanceWindow | None = ...,
|
|
35
|
+
weekly_maintenance_window: global___WeeklyMaintenanceWindow | None = ...,
|
|
36
|
+
) -> None: ...
|
|
37
|
+
def HasField(self, field_name: typing.Literal["anytime", b"anytime", "policy", b"policy", "weekly_maintenance_window", b"weekly_maintenance_window"]) -> builtins.bool: ...
|
|
38
|
+
def ClearField(self, field_name: typing.Literal["anytime", b"anytime", "policy", b"policy", "weekly_maintenance_window", b"weekly_maintenance_window"]) -> None: ...
|
|
39
|
+
def WhichOneof(self, oneof_group: typing.Literal["policy", b"policy"]) -> typing.Literal["anytime", "weekly_maintenance_window"] | None: ...
|
|
40
|
+
|
|
41
|
+
global___MaintenanceWindow = MaintenanceWindow
|
|
42
|
+
|
|
43
|
+
@typing.final
|
|
44
|
+
class AnytimeMaintenanceWindow(google.protobuf.message.Message):
|
|
45
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
46
|
+
|
|
47
|
+
def __init__(
|
|
48
|
+
self,
|
|
49
|
+
) -> None: ...
|
|
50
|
+
|
|
51
|
+
global___AnytimeMaintenanceWindow = AnytimeMaintenanceWindow
|
|
52
|
+
|
|
53
|
+
@typing.final
|
|
54
|
+
class WeeklyMaintenanceWindow(google.protobuf.message.Message):
|
|
55
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
56
|
+
|
|
57
|
+
class _WeekDay:
|
|
58
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
59
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
60
|
+
|
|
61
|
+
class _WeekDayEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[WeeklyMaintenanceWindow._WeekDay.ValueType], builtins.type):
|
|
62
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
63
|
+
WEEK_DAY_UNSPECIFIED: WeeklyMaintenanceWindow._WeekDay.ValueType # 0
|
|
64
|
+
MON: WeeklyMaintenanceWindow._WeekDay.ValueType # 1
|
|
65
|
+
TUE: WeeklyMaintenanceWindow._WeekDay.ValueType # 2
|
|
66
|
+
WED: WeeklyMaintenanceWindow._WeekDay.ValueType # 3
|
|
67
|
+
THU: WeeklyMaintenanceWindow._WeekDay.ValueType # 4
|
|
68
|
+
FRI: WeeklyMaintenanceWindow._WeekDay.ValueType # 5
|
|
69
|
+
SAT: WeeklyMaintenanceWindow._WeekDay.ValueType # 6
|
|
70
|
+
SUN: WeeklyMaintenanceWindow._WeekDay.ValueType # 7
|
|
71
|
+
|
|
72
|
+
class WeekDay(_WeekDay, metaclass=_WeekDayEnumTypeWrapper): ...
|
|
73
|
+
WEEK_DAY_UNSPECIFIED: WeeklyMaintenanceWindow.WeekDay.ValueType # 0
|
|
74
|
+
MON: WeeklyMaintenanceWindow.WeekDay.ValueType # 1
|
|
75
|
+
TUE: WeeklyMaintenanceWindow.WeekDay.ValueType # 2
|
|
76
|
+
WED: WeeklyMaintenanceWindow.WeekDay.ValueType # 3
|
|
77
|
+
THU: WeeklyMaintenanceWindow.WeekDay.ValueType # 4
|
|
78
|
+
FRI: WeeklyMaintenanceWindow.WeekDay.ValueType # 5
|
|
79
|
+
SAT: WeeklyMaintenanceWindow.WeekDay.ValueType # 6
|
|
80
|
+
SUN: WeeklyMaintenanceWindow.WeekDay.ValueType # 7
|
|
81
|
+
|
|
82
|
+
DAY_FIELD_NUMBER: builtins.int
|
|
83
|
+
HOUR_FIELD_NUMBER: builtins.int
|
|
84
|
+
day: global___WeeklyMaintenanceWindow.WeekDay.ValueType
|
|
85
|
+
hour: builtins.int
|
|
86
|
+
"""Hour of the day in UTC."""
|
|
87
|
+
def __init__(
|
|
88
|
+
self,
|
|
89
|
+
*,
|
|
90
|
+
day: global___WeeklyMaintenanceWindow.WeekDay.ValueType = ...,
|
|
91
|
+
hour: builtins.int = ...,
|
|
92
|
+
) -> None: ...
|
|
93
|
+
def ClearField(self, field_name: typing.Literal["day", b"day", "hour", b"hour"]) -> None: ...
|
|
94
|
+
|
|
95
|
+
global___WeeklyMaintenanceWindow = WeeklyMaintenanceWindow
|
|
96
|
+
|
|
97
|
+
@typing.final
|
|
98
|
+
class MaintenanceOperation(google.protobuf.message.Message):
|
|
99
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
100
|
+
|
|
101
|
+
INFO_FIELD_NUMBER: builtins.int
|
|
102
|
+
DELAYED_UNTIL_FIELD_NUMBER: builtins.int
|
|
103
|
+
LATEST_MAINTENANCE_TIME_FIELD_NUMBER: builtins.int
|
|
104
|
+
NEXT_MAINTENANCE_WINDOW_TIME_FIELD_NUMBER: builtins.int
|
|
105
|
+
info: builtins.str
|
|
106
|
+
@property
|
|
107
|
+
def delayed_until(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
108
|
+
@property
|
|
109
|
+
def latest_maintenance_time(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
110
|
+
@property
|
|
111
|
+
def next_maintenance_window_time(self) -> google.protobuf.timestamp_pb2.Timestamp: ...
|
|
112
|
+
def __init__(
|
|
113
|
+
self,
|
|
114
|
+
*,
|
|
115
|
+
info: builtins.str = ...,
|
|
116
|
+
delayed_until: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
117
|
+
latest_maintenance_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
118
|
+
next_maintenance_window_time: google.protobuf.timestamp_pb2.Timestamp | None = ...,
|
|
119
|
+
) -> None: ...
|
|
120
|
+
def HasField(self, field_name: typing.Literal["delayed_until", b"delayed_until", "latest_maintenance_time", b"latest_maintenance_time", "next_maintenance_window_time", b"next_maintenance_window_time"]) -> builtins.bool: ...
|
|
121
|
+
def ClearField(self, field_name: typing.Literal["delayed_until", b"delayed_until", "info", b"info", "latest_maintenance_time", b"latest_maintenance_time", "next_maintenance_window_time", b"next_maintenance_window_time"]) -> None: ...
|
|
122
|
+
|
|
123
|
+
global___MaintenanceOperation = MaintenanceOperation
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
|
|
2
|
+
"""Client and server classes corresponding to protobuf-defined services."""
|
|
3
|
+
import grpc
|
|
4
|
+
import warnings
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
GRPC_GENERATED_VERSION = '1.70.0'
|
|
8
|
+
GRPC_VERSION = grpc.__version__
|
|
9
|
+
_version_not_supported = False
|
|
10
|
+
|
|
11
|
+
try:
|
|
12
|
+
from grpc._utilities import first_version_is_lower
|
|
13
|
+
_version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
|
|
14
|
+
except ImportError:
|
|
15
|
+
_version_not_supported = True
|
|
16
|
+
|
|
17
|
+
if _version_not_supported:
|
|
18
|
+
raise RuntimeError(
|
|
19
|
+
f'The grpc package installed is at version {GRPC_VERSION},'
|
|
20
|
+
+ f' but the generated code in yandex/cloud/metastore/v1/maintenance_pb2_grpc.py depends on'
|
|
21
|
+
+ f' grpcio>={GRPC_GENERATED_VERSION}.'
|
|
22
|
+
+ f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
|
|
23
|
+
+ f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
|
|
24
|
+
)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import abc
|
|
7
|
+
import collections.abc
|
|
8
|
+
import grpc
|
|
9
|
+
import grpc.aio
|
|
10
|
+
import typing
|
|
11
|
+
|
|
12
|
+
_T = typing.TypeVar("_T")
|
|
13
|
+
|
|
14
|
+
class _MaybeAsyncIterator(collections.abc.AsyncIterator[_T], collections.abc.Iterator[_T], metaclass=abc.ABCMeta): ...
|
|
15
|
+
|
|
16
|
+
class _ServicerContext(grpc.ServicerContext, grpc.aio.ServicerContext): # type: ignore[misc, type-arg]
|
|
17
|
+
...
|
|
@@ -25,9 +25,10 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
26
26
|
from yandex.cloud.monitoring.v3 import downsampling_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_downsampling__pb2
|
|
27
27
|
from yandex.cloud.monitoring.v3 import unit_format_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_unit__format__pb2
|
|
28
|
+
from yandex.cloud.monitoring.v3 import thresholds_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_thresholds__pb2
|
|
28
29
|
|
|
29
30
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-yandex/cloud/monitoring/v3/chart_widget.proto\x12\x1ayandex.cloud.monitoring.v3\x1a\x1egoogle/protobuf/wrappers.proto\x1a-yandex/cloud/monitoring/v3/downsampling.proto\x1a,yandex/cloud/monitoring/v3/unit_format.proto\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-yandex/cloud/monitoring/v3/chart_widget.proto\x12\x1ayandex.cloud.monitoring.v3\x1a\x1egoogle/protobuf/wrappers.proto\x1a-yandex/cloud/monitoring/v3/downsampling.proto\x1a,yandex/cloud/monitoring/v3/unit_format.proto\x1a+yandex/cloud/monitoring/v3/thresholds.proto\"\xe6&\n\x0b\x43hartWidget\x12\n\n\x02id\x18\x01 \x01(\t\x12@\n\x07queries\x18\x02 \x01(\x0b\x32/.yandex.cloud.monitoring.v3.ChartWidget.Queries\x12]\n\x16visualization_settings\x18\x03 \x01(\x0b\x32=.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings\x12Q\n\x10series_overrides\x18\x04 \x03(\x0b\x32\x37.yandex.cloud.monitoring.v3.ChartWidget.SeriesOverrides\x12X\n\x14name_hiding_settings\x18\x05 \x01(\x0b\x32:.yandex.cloud.monitoring.v3.ChartWidget.NameHidingSettings\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\x12\r\n\x05title\x18\x07 \x01(\t\x12\x16\n\x0e\x64isplay_legend\x18\x08 \x01(\x08\x12\x46\n\x06\x66reeze\x18\t \x01(\x0e\x32\x36.yandex.cloud.monitoring.v3.ChartWidget.FreezeDuration\x12\x46\n\x06repeat\x18\n \x01(\x0b\x32\x36.yandex.cloud.monitoring.v3.ChartWidget.RepeatSettings\x12:\n\nthresholds\x18\x0b \x01(\x0b\x32&.yandex.cloud.monitoring.v3.Thresholds\x1a\xdc\x01\n\x07Queries\x12G\n\x07targets\x18\x01 \x03(\x0b\x32\x36.yandex.cloud.monitoring.v3.ChartWidget.Queries.Target\x12>\n\x0c\x64ownsampling\x18\x02 \x01(\x0b\x32(.yandex.cloud.monitoring.v3.Downsampling\x1aH\n\x06Target\x12\r\n\x05query\x18\x01 \x01(\t\x12\x11\n\ttext_mode\x18\x02 \x01(\x08\x12\x0e\n\x06hidden\x18\x03 \x01(\x08\x12\x0c\n\x04name\x18\x04 \x01(\t\x1a\xff\x17\n\x15VisualizationSettings\x12]\n\x04type\x18\x01 \x01(\x0e\x32O.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.VisualizationType\x12\x11\n\tnormalize\x18\x02 \x01(\x08\x12^\n\x0binterpolate\x18\x03 \x01(\x0e\x32I.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.Interpolate\x12\x64\n\x0b\x61ggregation\x18\x04 \x01(\x0e\x32O.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.SeriesAggregation\x12p\n\x15\x63olor_scheme_settings\x18\x05 \x01(\x0b\x32Q.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.ColorSchemeSettings\x12g\n\x10heatmap_settings\x18\x06 \x01(\x0b\x32M.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.HeatmapSettings\x12\x63\n\x0eyaxis_settings\x18\x07 \x01(\x0b\x32K.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.YaxisSettings\x12\r\n\x05title\x18\x08 \x01(\t\x12\x13\n\x0bshow_labels\x18\t \x01(\x08\x1a\xed\x08\n\x13\x43olorSchemeSettings\x12{\n\tautomatic\x18\x01 \x01(\x0b\x32\x66.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.ColorSchemeSettings.AutomaticColorSchemeH\x00\x12y\n\x08standard\x18\x02 \x01(\x0b\x32\x65.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.ColorSchemeSettings.StandardColorSchemeH\x00\x12y\n\x08gradient\x18\x03 \x01(\x0b\x32\x65.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.ColorSchemeSettings.GradientColorSchemeH\x00\x12q\n\x04hash\x18\x04 \x01(\x0b\x32\x61.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.ColorSchemeSettings.HashColorSchemeH\x00\x12}\n\nthresholds\x18\x05 \x01(\x0b\x32g.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.ColorSchemeSettings.ThresholdsColorSchemeH\x00\x1a\x16\n\x14\x41utomaticColorScheme\x1a\x15\n\x13StandardColorScheme\x1ai\n\x13GradientColorScheme\x12\x13\n\x0bgreen_value\x18\x02 \x01(\t\x12\x14\n\x0cyellow_value\x18\x03 \x01(\t\x12\x11\n\tred_value\x18\x04 \x01(\t\x12\x14\n\x0cviolet_value\x18\x05 \x01(\t\x1a\x11\n\x0fHashColorScheme\x1a\xb9\x02\n\x15ThresholdsColorScheme\x12\x88\x01\n\x0b\x61ggregation\x18\x01 \x01(\x0e\x32s.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.ColorSchemeSettings.ThresholdsColorScheme.Aggregation\"\x94\x01\n\x0b\x41ggregation\x12\x1b\n\x17\x41GGREGATION_UNSPECIFIED\x10\x00\x12\x14\n\x10\x41GGREGATION_LAST\x10\x01\x12\x13\n\x0f\x41GGREGATION_MIN\x10\x02\x12\x13\n\x0f\x41GGREGATION_MAX\x10\x03\x12\x13\n\x0f\x41GGREGATION_AVG\x10\x04\x12\x13\n\x0f\x41GGREGATION_SUM\x10\x05\x42\x08\n\x06scheme\x1a\x65\n\x0fHeatmapSettings\x12\x13\n\x0bgreen_value\x18\x02 \x01(\t\x12\x14\n\x0cyellow_value\x18\x03 \x01(\t\x12\x11\n\tred_value\x18\x04 \x01(\t\x12\x14\n\x0cviolet_value\x18\x05 \x01(\t\x1a\xf4\x01\n\x05Yaxis\x12U\n\x04type\x18\x01 \x01(\x0e\x32G.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.YaxisType\x12\r\n\x05title\x18\x02 \x01(\t\x12\x0b\n\x03min\x18\x03 \x01(\t\x12\x0b\n\x03max\x18\x04 \x01(\t\x12;\n\x0bunit_format\x18\x05 \x01(\x0e\x32&.yandex.cloud.monitoring.v3.UnitFormat\x12.\n\tprecision\x18\x06 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x1a\xb6\x01\n\rYaxisSettings\x12Q\n\x04left\x18\x01 \x01(\x0b\x32\x43.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.Yaxis\x12R\n\x05right\x18\x02 \x01(\x0b\x32\x43.yandex.cloud.monitoring.v3.ChartWidget.VisualizationSettings.Yaxis\"\xae\x02\n\x11VisualizationType\x12\"\n\x1eVISUALIZATION_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17VISUALIZATION_TYPE_LINE\x10\x01\x12\x1c\n\x18VISUALIZATION_TYPE_STACK\x10\x02\x12\x1d\n\x19VISUALIZATION_TYPE_COLUMN\x10\x03\x12\x1d\n\x19VISUALIZATION_TYPE_POINTS\x10\x04\x12\x1a\n\x16VISUALIZATION_TYPE_PIE\x10\x05\x12\x1b\n\x17VISUALIZATION_TYPE_BARS\x10\x06\x12#\n\x1fVISUALIZATION_TYPE_DISTRIBUTION\x10\x07\x12\x1e\n\x1aVISUALIZATION_TYPE_HEATMAP\x10\x08\"o\n\x0bInterpolate\x12\x1b\n\x17INTERPOLATE_UNSPECIFIED\x10\x00\x12\x16\n\x12INTERPOLATE_LINEAR\x10\x01\x12\x14\n\x10INTERPOLATE_LEFT\x10\x02\x12\x15\n\x11INTERPOLATE_RIGHT\x10\x03\"Z\n\tYaxisType\x12\x1a\n\x16YAXIS_TYPE_UNSPECIFIED\x10\x00\x12\x15\n\x11YAXIS_TYPE_LINEAR\x10\x01\x12\x1a\n\x16YAXIS_TYPE_LOGARITHMIC\x10\x02\"\xc4\x01\n\x11SeriesAggregation\x12\"\n\x1eSERIES_AGGREGATION_UNSPECIFIED\x10\x00\x12\x1a\n\x16SERIES_AGGREGATION_AVG\x10\x01\x12\x1a\n\x16SERIES_AGGREGATION_MIN\x10\x02\x12\x1a\n\x16SERIES_AGGREGATION_MAX\x10\x03\x12\x1b\n\x17SERIES_AGGREGATION_LAST\x10\x04\x12\x1a\n\x16SERIES_AGGREGATION_SUM\x10\x05\x1a\x80\x06\n\x0fSeriesOverrides\x12\x0e\n\x04name\x18\x01 \x01(\tH\x00\x12\x16\n\x0ctarget_index\x18\x02 \x01(\tH\x00\x12`\n\x08settings\x18\x03 \x01(\x0b\x32N.yandex.cloud.monitoring.v3.ChartWidget.SeriesOverrides.SeriesOverrideSettings\x1a\x9a\x02\n\x16SeriesOverrideSettings\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05\x63olor\x18\x02 \x01(\t\x12]\n\x04type\x18\x03 \x01(\x0e\x32O.yandex.cloud.monitoring.v3.ChartWidget.SeriesOverrides.SeriesVisualizationType\x12\x12\n\nstack_name\x18\x04 \x01(\t\x12\x11\n\tgrow_down\x18\x05 \x01(\x08\x12]\n\x0eyaxis_position\x18\x06 \x01(\x0e\x32\x45.yandex.cloud.monitoring.v3.ChartWidget.SeriesOverrides.YaxisPosition\"b\n\rYaxisPosition\x12\x1e\n\x1aYAXIS_POSITION_UNSPECIFIED\x10\x00\x12\x17\n\x13YAXIS_POSITION_LEFT\x10\x01\x12\x18\n\x14YAXIS_POSITION_RIGHT\x10\x02\"\xd9\x01\n\x17SeriesVisualizationType\x12)\n%SERIES_VISUALIZATION_TYPE_UNSPECIFIED\x10\x00\x12\"\n\x1eSERIES_VISUALIZATION_TYPE_LINE\x10\x01\x12#\n\x1fSERIES_VISUALIZATION_TYPE_STACK\x10\x02\x12$\n SERIES_VISUALIZATION_TYPE_COLUMN\x10\x03\x12$\n SERIES_VISUALIZATION_TYPE_POINTS\x10\x04\x42\x06\n\x04type\x1a\x35\n\x12NameHidingSettings\x12\x10\n\x08positive\x18\x01 \x01(\x08\x12\r\n\x05names\x18\x02 \x03(\t\x1a>\n\x0eRepeatSettings\x12\x11\n\trepeat_by\x18\x01 \x03(\t\x12\x19\n\x11max_charts_in_row\x18\x02 \x01(\x03\"\x99\x01\n\x0e\x46reezeDuration\x12\x1f\n\x1b\x46REEZE_DURATION_UNSPECIFIED\x10\x00\x12\x18\n\x14\x46REEZE_DURATION_HOUR\x10\x01\x12\x17\n\x13\x46REEZE_DURATION_DAY\x10\x02\x12\x18\n\x14\x46REEZE_DURATION_WEEK\x10\x03\x12\x19\n\x15\x46REEZE_DURATION_MONTH\x10\x04\x42k\n\x1eyandex.cloud.api.monitoring.v3ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/monitoring/v3;monitoringb\x06proto3')
|
|
31
32
|
|
|
32
33
|
_globals = globals()
|
|
33
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -35,50 +36,54 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.monitoring.v3.
|
|
|
35
36
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
37
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
38
|
_globals['DESCRIPTOR']._serialized_options = b'\n\036yandex.cloud.api.monitoring.v3ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/monitoring/v3;monitoring'
|
|
38
|
-
_globals['_CHARTWIDGET']._serialized_start=
|
|
39
|
-
_globals['_CHARTWIDGET']._serialized_end=
|
|
40
|
-
_globals['_CHARTWIDGET_QUERIES']._serialized_start=
|
|
41
|
-
_globals['_CHARTWIDGET_QUERIES']._serialized_end=
|
|
42
|
-
_globals['_CHARTWIDGET_QUERIES_TARGET']._serialized_start=
|
|
43
|
-
_globals['_CHARTWIDGET_QUERIES_TARGET']._serialized_end=
|
|
44
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS']._serialized_start=
|
|
45
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS']._serialized_end=
|
|
46
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS']._serialized_start=
|
|
47
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS']._serialized_end=
|
|
48
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_AUTOMATICCOLORSCHEME']._serialized_start=
|
|
49
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_AUTOMATICCOLORSCHEME']._serialized_end=
|
|
50
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_STANDARDCOLORSCHEME']._serialized_start=
|
|
51
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_STANDARDCOLORSCHEME']._serialized_end=
|
|
52
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_GRADIENTCOLORSCHEME']._serialized_start=
|
|
53
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_GRADIENTCOLORSCHEME']._serialized_end=
|
|
54
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_HASHCOLORSCHEME']._serialized_start=
|
|
55
|
-
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_HASHCOLORSCHEME']._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['
|
|
74
|
-
_globals['
|
|
75
|
-
_globals['
|
|
76
|
-
_globals['
|
|
77
|
-
_globals['
|
|
78
|
-
_globals['
|
|
79
|
-
_globals['
|
|
80
|
-
_globals['
|
|
81
|
-
_globals['
|
|
82
|
-
_globals['
|
|
83
|
-
_globals['
|
|
39
|
+
_globals['_CHARTWIDGET']._serialized_start=248
|
|
40
|
+
_globals['_CHARTWIDGET']._serialized_end=5214
|
|
41
|
+
_globals['_CHARTWIDGET_QUERIES']._serialized_start=874
|
|
42
|
+
_globals['_CHARTWIDGET_QUERIES']._serialized_end=1094
|
|
43
|
+
_globals['_CHARTWIDGET_QUERIES_TARGET']._serialized_start=1022
|
|
44
|
+
_globals['_CHARTWIDGET_QUERIES_TARGET']._serialized_end=1094
|
|
45
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS']._serialized_start=1097
|
|
46
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS']._serialized_end=4168
|
|
47
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS']._serialized_start=1791
|
|
48
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS']._serialized_end=2924
|
|
49
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_AUTOMATICCOLORSCHEME']._serialized_start=2427
|
|
50
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_AUTOMATICCOLORSCHEME']._serialized_end=2449
|
|
51
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_STANDARDCOLORSCHEME']._serialized_start=2451
|
|
52
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_STANDARDCOLORSCHEME']._serialized_end=2472
|
|
53
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_GRADIENTCOLORSCHEME']._serialized_start=2474
|
|
54
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_GRADIENTCOLORSCHEME']._serialized_end=2579
|
|
55
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_HASHCOLORSCHEME']._serialized_start=2581
|
|
56
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_HASHCOLORSCHEME']._serialized_end=2598
|
|
57
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_THRESHOLDSCOLORSCHEME']._serialized_start=2601
|
|
58
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_THRESHOLDSCOLORSCHEME']._serialized_end=2914
|
|
59
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_THRESHOLDSCOLORSCHEME_AGGREGATION']._serialized_start=2766
|
|
60
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_THRESHOLDSCOLORSCHEME_AGGREGATION']._serialized_end=2914
|
|
61
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_HEATMAPSETTINGS']._serialized_start=2926
|
|
62
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_HEATMAPSETTINGS']._serialized_end=3027
|
|
63
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_YAXIS']._serialized_start=3030
|
|
64
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_YAXIS']._serialized_end=3274
|
|
65
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_YAXISSETTINGS']._serialized_start=3277
|
|
66
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_YAXISSETTINGS']._serialized_end=3459
|
|
67
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_VISUALIZATIONTYPE']._serialized_start=3462
|
|
68
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_VISUALIZATIONTYPE']._serialized_end=3764
|
|
69
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_INTERPOLATE']._serialized_start=3766
|
|
70
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_INTERPOLATE']._serialized_end=3877
|
|
71
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_YAXISTYPE']._serialized_start=3879
|
|
72
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_YAXISTYPE']._serialized_end=3969
|
|
73
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_SERIESAGGREGATION']._serialized_start=3972
|
|
74
|
+
_globals['_CHARTWIDGET_VISUALIZATIONSETTINGS_SERIESAGGREGATION']._serialized_end=4168
|
|
75
|
+
_globals['_CHARTWIDGET_SERIESOVERRIDES']._serialized_start=4171
|
|
76
|
+
_globals['_CHARTWIDGET_SERIESOVERRIDES']._serialized_end=4939
|
|
77
|
+
_globals['_CHARTWIDGET_SERIESOVERRIDES_SERIESOVERRIDESETTINGS']._serialized_start=4329
|
|
78
|
+
_globals['_CHARTWIDGET_SERIESOVERRIDES_SERIESOVERRIDESETTINGS']._serialized_end=4611
|
|
79
|
+
_globals['_CHARTWIDGET_SERIESOVERRIDES_YAXISPOSITION']._serialized_start=4613
|
|
80
|
+
_globals['_CHARTWIDGET_SERIESOVERRIDES_YAXISPOSITION']._serialized_end=4711
|
|
81
|
+
_globals['_CHARTWIDGET_SERIESOVERRIDES_SERIESVISUALIZATIONTYPE']._serialized_start=4714
|
|
82
|
+
_globals['_CHARTWIDGET_SERIESOVERRIDES_SERIESVISUALIZATIONTYPE']._serialized_end=4931
|
|
83
|
+
_globals['_CHARTWIDGET_NAMEHIDINGSETTINGS']._serialized_start=4941
|
|
84
|
+
_globals['_CHARTWIDGET_NAMEHIDINGSETTINGS']._serialized_end=4994
|
|
85
|
+
_globals['_CHARTWIDGET_REPEATSETTINGS']._serialized_start=4996
|
|
86
|
+
_globals['_CHARTWIDGET_REPEATSETTINGS']._serialized_end=5058
|
|
87
|
+
_globals['_CHARTWIDGET_FREEZEDURATION']._serialized_start=5061
|
|
88
|
+
_globals['_CHARTWIDGET_FREEZEDURATION']._serialized_end=5214
|
|
84
89
|
# @@protoc_insertion_point(module_scope)
|