yandexcloud 0.327.0__py3-none-any.whl → 0.328.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/searchindex/search_index_file_service_pb2.py +21 -9
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2.pyi +39 -0
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.py +38 -3
- yandex/cloud/ai/assistants/v1/searchindex/search_index_file_service_pb2_grpc.pyi +24 -3
- yandex/cloud/ai/dataset/v1/dataset_pb2.py +8 -8
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +5 -1
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +4 -4
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +11 -3
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +52 -50
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +24 -2
- yandex/cloud/datatransfer/v1/endpoint/clickhouse_pb2.pyi +1 -1
- yandex/cloud/datatransfer/v1/endpoint/mysql_pb2.pyi +2 -2
- yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.py +8 -8
- yandex/cloud/datatransfer/v1/endpoint/ydb_pb2.pyi +4 -1
- yandex/cloud/datatransfer/v1/endpoint/yds_pb2.py +4 -4
- yandex/cloud/datatransfer/v1/endpoint/yds_pb2.pyi +4 -1
- yandex/cloud/marketplace/pim/__init__.py +0 -0
- yandex/cloud/marketplace/pim/v1/__init__.py +0 -0
- yandex/cloud/marketplace/pim/v1/saas/__init__.py +0 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2.py +41 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2.pyi +158 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2_grpc.py +4 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_pb2_grpc.pyi +17 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.py +42 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2.pyi +71 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.py +101 -0
- yandex/cloud/marketplace/pim/v1/saas/product_instance_service_pb2_grpc.pyi +60 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.py +81 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2.pyi +789 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2_grpc.py +4 -0
- yandex/cloud/monitoring/v3/multi_source_chart_widget_pb2_grpc.pyi +17 -0
- yandex/cloud/monitoring/v3/widget_pb2.py +6 -5
- yandex/cloud/monitoring/v3/widget_pb2.pyi +10 -3
- yandex/cloud/serverless/containers/v1/container_pb2.py +44 -40
- yandex/cloud/serverless/containers/v1/container_pb2.pyi +51 -2
- yandex/cloud/serverless/containers/v1/container_service_pb2.py +18 -18
- yandex/cloud/serverless/containers/v1/container_service_pb2.pyi +8 -2
- yandex/cloud/serverless/functions/v1/function_pb2.py +42 -38
- yandex/cloud/serverless/functions/v1/function_pb2.pyi +51 -2
- yandex/cloud/serverless/functions/v1/function_service_pb2.py +36 -36
- yandex/cloud/serverless/functions/v1/function_service_pb2.pyi +8 -2
- yandex/cloud/speechsense/v1/talk_service_pb2.py +28 -28
- yandex/cloud/speechsense/v1/talk_service_pb2.pyi +10 -2
- yandex/cloud/storage/v1/s3api_pb2.py +21 -1
- yandex/cloud/storage/v1/s3api_pb2.pyi +392 -0
- yandex/cloud/ydb/v1/database_pb2.py +24 -10
- yandex/cloud/ydb/v1/database_pb2.pyi +53 -3
- {yandexcloud-0.327.0.dist-info → yandexcloud-0.328.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.327.0.dist-info → yandexcloud-0.328.0.dist-info}/RECORD +53 -38
- {yandexcloud-0.327.0.dist-info → yandexcloud-0.328.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.327.0.dist-info → yandexcloud-0.328.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.327.0.dist-info → yandexcloud-0.328.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.327.0.dist-info → yandexcloud-0.328.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,789 @@
|
|
|
1
|
+
"""
|
|
2
|
+
@generated by mypy-protobuf. Do not edit manually!
|
|
3
|
+
isort:skip_file
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import builtins
|
|
7
|
+
import collections.abc
|
|
8
|
+
import google.protobuf.descriptor
|
|
9
|
+
import google.protobuf.internal.containers
|
|
10
|
+
import google.protobuf.internal.enum_type_wrapper
|
|
11
|
+
import google.protobuf.message
|
|
12
|
+
import google.protobuf.wrappers_pb2
|
|
13
|
+
import sys
|
|
14
|
+
import typing
|
|
15
|
+
import yandex.cloud.monitoring.v3.downsampling_pb2
|
|
16
|
+
import yandex.cloud.monitoring.v3.unit_format_pb2
|
|
17
|
+
|
|
18
|
+
if sys.version_info >= (3, 10):
|
|
19
|
+
import typing as typing_extensions
|
|
20
|
+
else:
|
|
21
|
+
import typing_extensions
|
|
22
|
+
|
|
23
|
+
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
24
|
+
|
|
25
|
+
@typing.final
|
|
26
|
+
class MultiSourceChartWidget(google.protobuf.message.Message):
|
|
27
|
+
"""Multi-source chart widget."""
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
30
|
+
|
|
31
|
+
class _FreezeDuration:
|
|
32
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
33
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
34
|
+
|
|
35
|
+
class _FreezeDurationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MultiSourceChartWidget._FreezeDuration.ValueType], builtins.type):
|
|
36
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
37
|
+
FREEZE_DURATION_UNSPECIFIED: MultiSourceChartWidget._FreezeDuration.ValueType # 0
|
|
38
|
+
FREEZE_DURATION_HOUR: MultiSourceChartWidget._FreezeDuration.ValueType # 1
|
|
39
|
+
"""Last hour."""
|
|
40
|
+
FREEZE_DURATION_DAY: MultiSourceChartWidget._FreezeDuration.ValueType # 2
|
|
41
|
+
"""Last day = last 24 hours."""
|
|
42
|
+
FREEZE_DURATION_WEEK: MultiSourceChartWidget._FreezeDuration.ValueType # 3
|
|
43
|
+
"""Last 7 days."""
|
|
44
|
+
FREEZE_DURATION_MONTH: MultiSourceChartWidget._FreezeDuration.ValueType # 4
|
|
45
|
+
"""Last 31 days."""
|
|
46
|
+
|
|
47
|
+
class FreezeDuration(_FreezeDuration, metaclass=_FreezeDurationEnumTypeWrapper): ...
|
|
48
|
+
FREEZE_DURATION_UNSPECIFIED: MultiSourceChartWidget.FreezeDuration.ValueType # 0
|
|
49
|
+
FREEZE_DURATION_HOUR: MultiSourceChartWidget.FreezeDuration.ValueType # 1
|
|
50
|
+
"""Last hour."""
|
|
51
|
+
FREEZE_DURATION_DAY: MultiSourceChartWidget.FreezeDuration.ValueType # 2
|
|
52
|
+
"""Last day = last 24 hours."""
|
|
53
|
+
FREEZE_DURATION_WEEK: MultiSourceChartWidget.FreezeDuration.ValueType # 3
|
|
54
|
+
"""Last 7 days."""
|
|
55
|
+
FREEZE_DURATION_MONTH: MultiSourceChartWidget.FreezeDuration.ValueType # 4
|
|
56
|
+
"""Last 31 days."""
|
|
57
|
+
|
|
58
|
+
@typing.final
|
|
59
|
+
class Target(google.protobuf.message.Message):
|
|
60
|
+
"""Target settings."""
|
|
61
|
+
|
|
62
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
63
|
+
|
|
64
|
+
@typing.final
|
|
65
|
+
class MonitoringTarget(google.protobuf.message.Message):
|
|
66
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
67
|
+
|
|
68
|
+
DATA_SOURCE_ID_FIELD_NUMBER: builtins.int
|
|
69
|
+
QUERY_FIELD_NUMBER: builtins.int
|
|
70
|
+
TEXT_MODE_FIELD_NUMBER: builtins.int
|
|
71
|
+
HIDDEN_FIELD_NUMBER: builtins.int
|
|
72
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
73
|
+
data_source_id: builtins.str
|
|
74
|
+
"""Required. Data source ID."""
|
|
75
|
+
query: builtins.str
|
|
76
|
+
"""Required. Query."""
|
|
77
|
+
text_mode: builtins.bool
|
|
78
|
+
"""Text mode."""
|
|
79
|
+
hidden: builtins.bool
|
|
80
|
+
"""Checks that target is visible or invisible."""
|
|
81
|
+
name: builtins.str
|
|
82
|
+
"""Name of the query."""
|
|
83
|
+
def __init__(
|
|
84
|
+
self,
|
|
85
|
+
*,
|
|
86
|
+
data_source_id: builtins.str = ...,
|
|
87
|
+
query: builtins.str = ...,
|
|
88
|
+
text_mode: builtins.bool = ...,
|
|
89
|
+
hidden: builtins.bool = ...,
|
|
90
|
+
name: builtins.str = ...,
|
|
91
|
+
) -> None: ...
|
|
92
|
+
def ClearField(self, field_name: typing.Literal["data_source_id", b"data_source_id", "hidden", b"hidden", "name", b"name", "query", b"query", "text_mode", b"text_mode"]) -> None: ...
|
|
93
|
+
|
|
94
|
+
@typing.final
|
|
95
|
+
class PrometheusTarget(google.protobuf.message.Message):
|
|
96
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
97
|
+
|
|
98
|
+
DATA_SOURCE_ID_FIELD_NUMBER: builtins.int
|
|
99
|
+
WORKSPACE_ID_FIELD_NUMBER: builtins.int
|
|
100
|
+
QUERY_FIELD_NUMBER: builtins.int
|
|
101
|
+
TEXT_MODE_FIELD_NUMBER: builtins.int
|
|
102
|
+
HIDDEN_FIELD_NUMBER: builtins.int
|
|
103
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
104
|
+
data_source_id: builtins.str
|
|
105
|
+
"""Required. Data source ID."""
|
|
106
|
+
workspace_id: builtins.str
|
|
107
|
+
"""Required. Workspace ID."""
|
|
108
|
+
query: builtins.str
|
|
109
|
+
"""Required. Query."""
|
|
110
|
+
text_mode: builtins.bool
|
|
111
|
+
"""Text mode."""
|
|
112
|
+
hidden: builtins.bool
|
|
113
|
+
"""Checks that target is visible or invisible."""
|
|
114
|
+
name: builtins.str
|
|
115
|
+
"""Name of the query."""
|
|
116
|
+
def __init__(
|
|
117
|
+
self,
|
|
118
|
+
*,
|
|
119
|
+
data_source_id: builtins.str = ...,
|
|
120
|
+
workspace_id: builtins.str = ...,
|
|
121
|
+
query: builtins.str = ...,
|
|
122
|
+
text_mode: builtins.bool = ...,
|
|
123
|
+
hidden: builtins.bool = ...,
|
|
124
|
+
name: builtins.str = ...,
|
|
125
|
+
) -> None: ...
|
|
126
|
+
def ClearField(self, field_name: typing.Literal["data_source_id", b"data_source_id", "hidden", b"hidden", "name", b"name", "query", b"query", "text_mode", b"text_mode", "workspace_id", b"workspace_id"]) -> None: ...
|
|
127
|
+
|
|
128
|
+
MONITORING_TARGET_FIELD_NUMBER: builtins.int
|
|
129
|
+
PROMETHEUS_TARGET_FIELD_NUMBER: builtins.int
|
|
130
|
+
@property
|
|
131
|
+
def monitoring_target(self) -> global___MultiSourceChartWidget.Target.MonitoringTarget:
|
|
132
|
+
"""Monitoring target."""
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
def prometheus_target(self) -> global___MultiSourceChartWidget.Target.PrometheusTarget:
|
|
136
|
+
"""Prometheus target."""
|
|
137
|
+
|
|
138
|
+
def __init__(
|
|
139
|
+
self,
|
|
140
|
+
*,
|
|
141
|
+
monitoring_target: global___MultiSourceChartWidget.Target.MonitoringTarget | None = ...,
|
|
142
|
+
prometheus_target: global___MultiSourceChartWidget.Target.PrometheusTarget | None = ...,
|
|
143
|
+
) -> None: ...
|
|
144
|
+
def HasField(self, field_name: typing.Literal["monitoring_target", b"monitoring_target", "prometheus_target", b"prometheus_target", "target", b"target"]) -> builtins.bool: ...
|
|
145
|
+
def ClearField(self, field_name: typing.Literal["monitoring_target", b"monitoring_target", "prometheus_target", b"prometheus_target", "target", b"target"]) -> None: ...
|
|
146
|
+
def WhichOneof(self, oneof_group: typing.Literal["target", b"target"]) -> typing.Literal["monitoring_target", "prometheus_target"] | None: ...
|
|
147
|
+
|
|
148
|
+
@typing.final
|
|
149
|
+
class DataSource(google.protobuf.message.Message):
|
|
150
|
+
"""Data source settings."""
|
|
151
|
+
|
|
152
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
153
|
+
|
|
154
|
+
@typing.final
|
|
155
|
+
class MonitoringDataSource(google.protobuf.message.Message):
|
|
156
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
157
|
+
|
|
158
|
+
ID_FIELD_NUMBER: builtins.int
|
|
159
|
+
DOWNSAMPLING_FIELD_NUMBER: builtins.int
|
|
160
|
+
id: builtins.str
|
|
161
|
+
"""Required. Data source ID."""
|
|
162
|
+
@property
|
|
163
|
+
def downsampling(self) -> yandex.cloud.monitoring.v3.downsampling_pb2.Downsampling:
|
|
164
|
+
"""Required. Downsampling settings."""
|
|
165
|
+
|
|
166
|
+
def __init__(
|
|
167
|
+
self,
|
|
168
|
+
*,
|
|
169
|
+
id: builtins.str = ...,
|
|
170
|
+
downsampling: yandex.cloud.monitoring.v3.downsampling_pb2.Downsampling | None = ...,
|
|
171
|
+
) -> None: ...
|
|
172
|
+
def HasField(self, field_name: typing.Literal["downsampling", b"downsampling"]) -> builtins.bool: ...
|
|
173
|
+
def ClearField(self, field_name: typing.Literal["downsampling", b"downsampling", "id", b"id"]) -> None: ...
|
|
174
|
+
|
|
175
|
+
@typing.final
|
|
176
|
+
class PrometheusDataSource(google.protobuf.message.Message):
|
|
177
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
178
|
+
|
|
179
|
+
ID_FIELD_NUMBER: builtins.int
|
|
180
|
+
STEP_FIELD_NUMBER: builtins.int
|
|
181
|
+
id: builtins.str
|
|
182
|
+
"""Required. Data source ID."""
|
|
183
|
+
step: builtins.int
|
|
184
|
+
"""Required. Grid step in milliseconds."""
|
|
185
|
+
def __init__(
|
|
186
|
+
self,
|
|
187
|
+
*,
|
|
188
|
+
id: builtins.str = ...,
|
|
189
|
+
step: builtins.int = ...,
|
|
190
|
+
) -> None: ...
|
|
191
|
+
def ClearField(self, field_name: typing.Literal["id", b"id", "step", b"step"]) -> None: ...
|
|
192
|
+
|
|
193
|
+
MONITORING_DATA_SOURCE_FIELD_NUMBER: builtins.int
|
|
194
|
+
PROMETHEUS_DATA_SOURCE_FIELD_NUMBER: builtins.int
|
|
195
|
+
@property
|
|
196
|
+
def monitoring_data_source(self) -> global___MultiSourceChartWidget.DataSource.MonitoringDataSource:
|
|
197
|
+
"""Monitoring data source."""
|
|
198
|
+
|
|
199
|
+
@property
|
|
200
|
+
def prometheus_data_source(self) -> global___MultiSourceChartWidget.DataSource.PrometheusDataSource:
|
|
201
|
+
"""Prometheus data source."""
|
|
202
|
+
|
|
203
|
+
def __init__(
|
|
204
|
+
self,
|
|
205
|
+
*,
|
|
206
|
+
monitoring_data_source: global___MultiSourceChartWidget.DataSource.MonitoringDataSource | None = ...,
|
|
207
|
+
prometheus_data_source: global___MultiSourceChartWidget.DataSource.PrometheusDataSource | None = ...,
|
|
208
|
+
) -> None: ...
|
|
209
|
+
def HasField(self, field_name: typing.Literal["data_source", b"data_source", "monitoring_data_source", b"monitoring_data_source", "prometheus_data_source", b"prometheus_data_source"]) -> builtins.bool: ...
|
|
210
|
+
def ClearField(self, field_name: typing.Literal["data_source", b"data_source", "monitoring_data_source", b"monitoring_data_source", "prometheus_data_source", b"prometheus_data_source"]) -> None: ...
|
|
211
|
+
def WhichOneof(self, oneof_group: typing.Literal["data_source", b"data_source"]) -> typing.Literal["monitoring_data_source", "prometheus_data_source"] | None: ...
|
|
212
|
+
|
|
213
|
+
@typing.final
|
|
214
|
+
class VisualizationSettings(google.protobuf.message.Message):
|
|
215
|
+
"""Visualization settings."""
|
|
216
|
+
|
|
217
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
218
|
+
|
|
219
|
+
class _VisualizationType:
|
|
220
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
221
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
222
|
+
|
|
223
|
+
class _VisualizationTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MultiSourceChartWidget.VisualizationSettings._VisualizationType.ValueType], builtins.type):
|
|
224
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
225
|
+
VISUALIZATION_TYPE_UNSPECIFIED: MultiSourceChartWidget.VisualizationSettings._VisualizationType.ValueType # 0
|
|
226
|
+
"""Not specified (line by default)."""
|
|
227
|
+
VISUALIZATION_TYPE_LINE: MultiSourceChartWidget.VisualizationSettings._VisualizationType.ValueType # 1
|
|
228
|
+
"""Line chart."""
|
|
229
|
+
VISUALIZATION_TYPE_STACK: MultiSourceChartWidget.VisualizationSettings._VisualizationType.ValueType # 2
|
|
230
|
+
"""Stack chart."""
|
|
231
|
+
VISUALIZATION_TYPE_COLUMN: MultiSourceChartWidget.VisualizationSettings._VisualizationType.ValueType # 3
|
|
232
|
+
"""Points as columns chart."""
|
|
233
|
+
VISUALIZATION_TYPE_POINTS: MultiSourceChartWidget.VisualizationSettings._VisualizationType.ValueType # 4
|
|
234
|
+
"""Points."""
|
|
235
|
+
VISUALIZATION_TYPE_PIE: MultiSourceChartWidget.VisualizationSettings._VisualizationType.ValueType # 5
|
|
236
|
+
"""Pie aggregation chart."""
|
|
237
|
+
VISUALIZATION_TYPE_BARS: MultiSourceChartWidget.VisualizationSettings._VisualizationType.ValueType # 6
|
|
238
|
+
"""Bars aggregation chart."""
|
|
239
|
+
VISUALIZATION_TYPE_DISTRIBUTION: MultiSourceChartWidget.VisualizationSettings._VisualizationType.ValueType # 7
|
|
240
|
+
"""Distribution aggregation chart."""
|
|
241
|
+
VISUALIZATION_TYPE_HEATMAP: MultiSourceChartWidget.VisualizationSettings._VisualizationType.ValueType # 8
|
|
242
|
+
"""Heatmap aggregation chart."""
|
|
243
|
+
|
|
244
|
+
class VisualizationType(_VisualizationType, metaclass=_VisualizationTypeEnumTypeWrapper):
|
|
245
|
+
"""Chart visualization type."""
|
|
246
|
+
|
|
247
|
+
VISUALIZATION_TYPE_UNSPECIFIED: MultiSourceChartWidget.VisualizationSettings.VisualizationType.ValueType # 0
|
|
248
|
+
"""Not specified (line by default)."""
|
|
249
|
+
VISUALIZATION_TYPE_LINE: MultiSourceChartWidget.VisualizationSettings.VisualizationType.ValueType # 1
|
|
250
|
+
"""Line chart."""
|
|
251
|
+
VISUALIZATION_TYPE_STACK: MultiSourceChartWidget.VisualizationSettings.VisualizationType.ValueType # 2
|
|
252
|
+
"""Stack chart."""
|
|
253
|
+
VISUALIZATION_TYPE_COLUMN: MultiSourceChartWidget.VisualizationSettings.VisualizationType.ValueType # 3
|
|
254
|
+
"""Points as columns chart."""
|
|
255
|
+
VISUALIZATION_TYPE_POINTS: MultiSourceChartWidget.VisualizationSettings.VisualizationType.ValueType # 4
|
|
256
|
+
"""Points."""
|
|
257
|
+
VISUALIZATION_TYPE_PIE: MultiSourceChartWidget.VisualizationSettings.VisualizationType.ValueType # 5
|
|
258
|
+
"""Pie aggregation chart."""
|
|
259
|
+
VISUALIZATION_TYPE_BARS: MultiSourceChartWidget.VisualizationSettings.VisualizationType.ValueType # 6
|
|
260
|
+
"""Bars aggregation chart."""
|
|
261
|
+
VISUALIZATION_TYPE_DISTRIBUTION: MultiSourceChartWidget.VisualizationSettings.VisualizationType.ValueType # 7
|
|
262
|
+
"""Distribution aggregation chart."""
|
|
263
|
+
VISUALIZATION_TYPE_HEATMAP: MultiSourceChartWidget.VisualizationSettings.VisualizationType.ValueType # 8
|
|
264
|
+
"""Heatmap aggregation chart."""
|
|
265
|
+
|
|
266
|
+
class _Interpolate:
|
|
267
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
268
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
269
|
+
|
|
270
|
+
class _InterpolateEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MultiSourceChartWidget.VisualizationSettings._Interpolate.ValueType], builtins.type):
|
|
271
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
272
|
+
INTERPOLATE_UNSPECIFIED: MultiSourceChartWidget.VisualizationSettings._Interpolate.ValueType # 0
|
|
273
|
+
"""Not specified (linear by default)."""
|
|
274
|
+
INTERPOLATE_LINEAR: MultiSourceChartWidget.VisualizationSettings._Interpolate.ValueType # 1
|
|
275
|
+
"""Linear."""
|
|
276
|
+
INTERPOLATE_LEFT: MultiSourceChartWidget.VisualizationSettings._Interpolate.ValueType # 2
|
|
277
|
+
"""Left."""
|
|
278
|
+
INTERPOLATE_RIGHT: MultiSourceChartWidget.VisualizationSettings._Interpolate.ValueType # 3
|
|
279
|
+
"""Right."""
|
|
280
|
+
|
|
281
|
+
class Interpolate(_Interpolate, metaclass=_InterpolateEnumTypeWrapper): ...
|
|
282
|
+
INTERPOLATE_UNSPECIFIED: MultiSourceChartWidget.VisualizationSettings.Interpolate.ValueType # 0
|
|
283
|
+
"""Not specified (linear by default)."""
|
|
284
|
+
INTERPOLATE_LINEAR: MultiSourceChartWidget.VisualizationSettings.Interpolate.ValueType # 1
|
|
285
|
+
"""Linear."""
|
|
286
|
+
INTERPOLATE_LEFT: MultiSourceChartWidget.VisualizationSettings.Interpolate.ValueType # 2
|
|
287
|
+
"""Left."""
|
|
288
|
+
INTERPOLATE_RIGHT: MultiSourceChartWidget.VisualizationSettings.Interpolate.ValueType # 3
|
|
289
|
+
"""Right."""
|
|
290
|
+
|
|
291
|
+
class _YaxisType:
|
|
292
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
293
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
294
|
+
|
|
295
|
+
class _YaxisTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MultiSourceChartWidget.VisualizationSettings._YaxisType.ValueType], builtins.type):
|
|
296
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
297
|
+
YAXIS_TYPE_UNSPECIFIED: MultiSourceChartWidget.VisualizationSettings._YaxisType.ValueType # 0
|
|
298
|
+
"""Not specified (linear by default)."""
|
|
299
|
+
YAXIS_TYPE_LINEAR: MultiSourceChartWidget.VisualizationSettings._YaxisType.ValueType # 1
|
|
300
|
+
"""Linear."""
|
|
301
|
+
YAXIS_TYPE_LOGARITHMIC: MultiSourceChartWidget.VisualizationSettings._YaxisType.ValueType # 2
|
|
302
|
+
"""Logarithmic."""
|
|
303
|
+
|
|
304
|
+
class YaxisType(_YaxisType, metaclass=_YaxisTypeEnumTypeWrapper):
|
|
305
|
+
"""Y axis type.
|
|
306
|
+
N.B. _TYPE prefix is necessary to expect name clash with Interpolate LINEAR value.
|
|
307
|
+
"""
|
|
308
|
+
|
|
309
|
+
YAXIS_TYPE_UNSPECIFIED: MultiSourceChartWidget.VisualizationSettings.YaxisType.ValueType # 0
|
|
310
|
+
"""Not specified (linear by default)."""
|
|
311
|
+
YAXIS_TYPE_LINEAR: MultiSourceChartWidget.VisualizationSettings.YaxisType.ValueType # 1
|
|
312
|
+
"""Linear."""
|
|
313
|
+
YAXIS_TYPE_LOGARITHMIC: MultiSourceChartWidget.VisualizationSettings.YaxisType.ValueType # 2
|
|
314
|
+
"""Logarithmic."""
|
|
315
|
+
|
|
316
|
+
class _SeriesAggregation:
|
|
317
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
318
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
319
|
+
|
|
320
|
+
class _SeriesAggregationEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MultiSourceChartWidget.VisualizationSettings._SeriesAggregation.ValueType], builtins.type):
|
|
321
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
322
|
+
SERIES_AGGREGATION_UNSPECIFIED: MultiSourceChartWidget.VisualizationSettings._SeriesAggregation.ValueType # 0
|
|
323
|
+
"""Not specified (avg by default)."""
|
|
324
|
+
SERIES_AGGREGATION_AVG: MultiSourceChartWidget.VisualizationSettings._SeriesAggregation.ValueType # 1
|
|
325
|
+
"""Average."""
|
|
326
|
+
SERIES_AGGREGATION_MIN: MultiSourceChartWidget.VisualizationSettings._SeriesAggregation.ValueType # 2
|
|
327
|
+
"""Minimum."""
|
|
328
|
+
SERIES_AGGREGATION_MAX: MultiSourceChartWidget.VisualizationSettings._SeriesAggregation.ValueType # 3
|
|
329
|
+
"""Maximum."""
|
|
330
|
+
SERIES_AGGREGATION_LAST: MultiSourceChartWidget.VisualizationSettings._SeriesAggregation.ValueType # 4
|
|
331
|
+
"""Last non-NaN value."""
|
|
332
|
+
SERIES_AGGREGATION_SUM: MultiSourceChartWidget.VisualizationSettings._SeriesAggregation.ValueType # 5
|
|
333
|
+
"""Sum."""
|
|
334
|
+
|
|
335
|
+
class SeriesAggregation(_SeriesAggregation, metaclass=_SeriesAggregationEnumTypeWrapper): ...
|
|
336
|
+
SERIES_AGGREGATION_UNSPECIFIED: MultiSourceChartWidget.VisualizationSettings.SeriesAggregation.ValueType # 0
|
|
337
|
+
"""Not specified (avg by default)."""
|
|
338
|
+
SERIES_AGGREGATION_AVG: MultiSourceChartWidget.VisualizationSettings.SeriesAggregation.ValueType # 1
|
|
339
|
+
"""Average."""
|
|
340
|
+
SERIES_AGGREGATION_MIN: MultiSourceChartWidget.VisualizationSettings.SeriesAggregation.ValueType # 2
|
|
341
|
+
"""Minimum."""
|
|
342
|
+
SERIES_AGGREGATION_MAX: MultiSourceChartWidget.VisualizationSettings.SeriesAggregation.ValueType # 3
|
|
343
|
+
"""Maximum."""
|
|
344
|
+
SERIES_AGGREGATION_LAST: MultiSourceChartWidget.VisualizationSettings.SeriesAggregation.ValueType # 4
|
|
345
|
+
"""Last non-NaN value."""
|
|
346
|
+
SERIES_AGGREGATION_SUM: MultiSourceChartWidget.VisualizationSettings.SeriesAggregation.ValueType # 5
|
|
347
|
+
"""Sum."""
|
|
348
|
+
|
|
349
|
+
@typing.final
|
|
350
|
+
class ColorSchemeSettings(google.protobuf.message.Message):
|
|
351
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
352
|
+
|
|
353
|
+
@typing.final
|
|
354
|
+
class AutomaticColorScheme(google.protobuf.message.Message):
|
|
355
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
356
|
+
|
|
357
|
+
def __init__(
|
|
358
|
+
self,
|
|
359
|
+
) -> None: ...
|
|
360
|
+
|
|
361
|
+
@typing.final
|
|
362
|
+
class StandardColorScheme(google.protobuf.message.Message):
|
|
363
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
364
|
+
|
|
365
|
+
def __init__(
|
|
366
|
+
self,
|
|
367
|
+
) -> None: ...
|
|
368
|
+
|
|
369
|
+
@typing.final
|
|
370
|
+
class GradientColorScheme(google.protobuf.message.Message):
|
|
371
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
372
|
+
|
|
373
|
+
GREEN_VALUE_FIELD_NUMBER: builtins.int
|
|
374
|
+
YELLOW_VALUE_FIELD_NUMBER: builtins.int
|
|
375
|
+
RED_VALUE_FIELD_NUMBER: builtins.int
|
|
376
|
+
VIOLET_VALUE_FIELD_NUMBER: builtins.int
|
|
377
|
+
green_value: builtins.str
|
|
378
|
+
"""Gradient green value."""
|
|
379
|
+
yellow_value: builtins.str
|
|
380
|
+
"""Gradient yellow value."""
|
|
381
|
+
red_value: builtins.str
|
|
382
|
+
"""Gradient red value."""
|
|
383
|
+
violet_value: builtins.str
|
|
384
|
+
"""Gradient violet_value."""
|
|
385
|
+
def __init__(
|
|
386
|
+
self,
|
|
387
|
+
*,
|
|
388
|
+
green_value: builtins.str = ...,
|
|
389
|
+
yellow_value: builtins.str = ...,
|
|
390
|
+
red_value: builtins.str = ...,
|
|
391
|
+
violet_value: builtins.str = ...,
|
|
392
|
+
) -> None: ...
|
|
393
|
+
def ClearField(self, field_name: typing.Literal["green_value", b"green_value", "red_value", b"red_value", "violet_value", b"violet_value", "yellow_value", b"yellow_value"]) -> None: ...
|
|
394
|
+
|
|
395
|
+
@typing.final
|
|
396
|
+
class HashColorScheme(google.protobuf.message.Message):
|
|
397
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
398
|
+
|
|
399
|
+
def __init__(
|
|
400
|
+
self,
|
|
401
|
+
) -> None: ...
|
|
402
|
+
|
|
403
|
+
AUTOMATIC_FIELD_NUMBER: builtins.int
|
|
404
|
+
STANDARD_FIELD_NUMBER: builtins.int
|
|
405
|
+
GRADIENT_FIELD_NUMBER: builtins.int
|
|
406
|
+
HASH_FIELD_NUMBER: builtins.int
|
|
407
|
+
@property
|
|
408
|
+
def automatic(self) -> global___MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.AutomaticColorScheme:
|
|
409
|
+
"""Automatic color scheme."""
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
def standard(self) -> global___MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.StandardColorScheme:
|
|
413
|
+
"""Standard color scheme."""
|
|
414
|
+
|
|
415
|
+
@property
|
|
416
|
+
def gradient(self) -> global___MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.GradientColorScheme:
|
|
417
|
+
"""Gradient color scheme."""
|
|
418
|
+
|
|
419
|
+
@property
|
|
420
|
+
def hash(self) -> global___MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.HashColorScheme:
|
|
421
|
+
"""Hash color scheme. Based on line name or value."""
|
|
422
|
+
|
|
423
|
+
def __init__(
|
|
424
|
+
self,
|
|
425
|
+
*,
|
|
426
|
+
automatic: global___MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.AutomaticColorScheme | None = ...,
|
|
427
|
+
standard: global___MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.StandardColorScheme | None = ...,
|
|
428
|
+
gradient: global___MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.GradientColorScheme | None = ...,
|
|
429
|
+
hash: global___MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.HashColorScheme | None = ...,
|
|
430
|
+
) -> None: ...
|
|
431
|
+
def HasField(self, field_name: typing.Literal["automatic", b"automatic", "gradient", b"gradient", "hash", b"hash", "scheme", b"scheme", "standard", b"standard"]) -> builtins.bool: ...
|
|
432
|
+
def ClearField(self, field_name: typing.Literal["automatic", b"automatic", "gradient", b"gradient", "hash", b"hash", "scheme", b"scheme", "standard", b"standard"]) -> None: ...
|
|
433
|
+
def WhichOneof(self, oneof_group: typing.Literal["scheme", b"scheme"]) -> typing.Literal["automatic", "standard", "gradient", "hash"] | None: ...
|
|
434
|
+
|
|
435
|
+
@typing.final
|
|
436
|
+
class HeatmapSettings(google.protobuf.message.Message):
|
|
437
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
438
|
+
|
|
439
|
+
GREEN_VALUE_FIELD_NUMBER: builtins.int
|
|
440
|
+
YELLOW_VALUE_FIELD_NUMBER: builtins.int
|
|
441
|
+
RED_VALUE_FIELD_NUMBER: builtins.int
|
|
442
|
+
VIOLET_VALUE_FIELD_NUMBER: builtins.int
|
|
443
|
+
green_value: builtins.str
|
|
444
|
+
"""Heatmap green value."""
|
|
445
|
+
yellow_value: builtins.str
|
|
446
|
+
"""Heatmap yellow value."""
|
|
447
|
+
red_value: builtins.str
|
|
448
|
+
"""Heatmap red value."""
|
|
449
|
+
violet_value: builtins.str
|
|
450
|
+
"""Heatmap violet_value."""
|
|
451
|
+
def __init__(
|
|
452
|
+
self,
|
|
453
|
+
*,
|
|
454
|
+
green_value: builtins.str = ...,
|
|
455
|
+
yellow_value: builtins.str = ...,
|
|
456
|
+
red_value: builtins.str = ...,
|
|
457
|
+
violet_value: builtins.str = ...,
|
|
458
|
+
) -> None: ...
|
|
459
|
+
def ClearField(self, field_name: typing.Literal["green_value", b"green_value", "red_value", b"red_value", "violet_value", b"violet_value", "yellow_value", b"yellow_value"]) -> None: ...
|
|
460
|
+
|
|
461
|
+
@typing.final
|
|
462
|
+
class Yaxis(google.protobuf.message.Message):
|
|
463
|
+
"""Y axis settings."""
|
|
464
|
+
|
|
465
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
466
|
+
|
|
467
|
+
TYPE_FIELD_NUMBER: builtins.int
|
|
468
|
+
TITLE_FIELD_NUMBER: builtins.int
|
|
469
|
+
MIN_FIELD_NUMBER: builtins.int
|
|
470
|
+
MAX_FIELD_NUMBER: builtins.int
|
|
471
|
+
UNIT_FORMAT_FIELD_NUMBER: builtins.int
|
|
472
|
+
PRECISION_FIELD_NUMBER: builtins.int
|
|
473
|
+
type: global___MultiSourceChartWidget.VisualizationSettings.YaxisType.ValueType
|
|
474
|
+
"""Type."""
|
|
475
|
+
title: builtins.str
|
|
476
|
+
"""Title or empty."""
|
|
477
|
+
min: builtins.str
|
|
478
|
+
"""Min value in extended number format or empty."""
|
|
479
|
+
max: builtins.str
|
|
480
|
+
"""Max value in extended number format or empty."""
|
|
481
|
+
unit_format: yandex.cloud.monitoring.v3.unit_format_pb2.UnitFormat.ValueType
|
|
482
|
+
"""Unit format."""
|
|
483
|
+
@property
|
|
484
|
+
def precision(self) -> google.protobuf.wrappers_pb2.Int64Value:
|
|
485
|
+
"""Tick value precision (null as default, 0-7 in other cases)."""
|
|
486
|
+
|
|
487
|
+
def __init__(
|
|
488
|
+
self,
|
|
489
|
+
*,
|
|
490
|
+
type: global___MultiSourceChartWidget.VisualizationSettings.YaxisType.ValueType = ...,
|
|
491
|
+
title: builtins.str = ...,
|
|
492
|
+
min: builtins.str = ...,
|
|
493
|
+
max: builtins.str = ...,
|
|
494
|
+
unit_format: yandex.cloud.monitoring.v3.unit_format_pb2.UnitFormat.ValueType = ...,
|
|
495
|
+
precision: google.protobuf.wrappers_pb2.Int64Value | None = ...,
|
|
496
|
+
) -> None: ...
|
|
497
|
+
def HasField(self, field_name: typing.Literal["precision", b"precision"]) -> builtins.bool: ...
|
|
498
|
+
def ClearField(self, field_name: typing.Literal["max", b"max", "min", b"min", "precision", b"precision", "title", b"title", "type", b"type", "unit_format", b"unit_format"]) -> None: ...
|
|
499
|
+
|
|
500
|
+
@typing.final
|
|
501
|
+
class YaxisSettings(google.protobuf.message.Message):
|
|
502
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
503
|
+
|
|
504
|
+
LEFT_FIELD_NUMBER: builtins.int
|
|
505
|
+
RIGHT_FIELD_NUMBER: builtins.int
|
|
506
|
+
@property
|
|
507
|
+
def left(self) -> global___MultiSourceChartWidget.VisualizationSettings.Yaxis:
|
|
508
|
+
"""Left Y axis settings."""
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
def right(self) -> global___MultiSourceChartWidget.VisualizationSettings.Yaxis:
|
|
512
|
+
"""Right Y axis settings."""
|
|
513
|
+
|
|
514
|
+
def __init__(
|
|
515
|
+
self,
|
|
516
|
+
*,
|
|
517
|
+
left: global___MultiSourceChartWidget.VisualizationSettings.Yaxis | None = ...,
|
|
518
|
+
right: global___MultiSourceChartWidget.VisualizationSettings.Yaxis | None = ...,
|
|
519
|
+
) -> None: ...
|
|
520
|
+
def HasField(self, field_name: typing.Literal["left", b"left", "right", b"right"]) -> builtins.bool: ...
|
|
521
|
+
def ClearField(self, field_name: typing.Literal["left", b"left", "right", b"right"]) -> None: ...
|
|
522
|
+
|
|
523
|
+
TYPE_FIELD_NUMBER: builtins.int
|
|
524
|
+
NORMALIZE_FIELD_NUMBER: builtins.int
|
|
525
|
+
INTERPOLATE_FIELD_NUMBER: builtins.int
|
|
526
|
+
AGGREGATION_FIELD_NUMBER: builtins.int
|
|
527
|
+
COLOR_SCHEME_SETTINGS_FIELD_NUMBER: builtins.int
|
|
528
|
+
HEATMAP_SETTINGS_FIELD_NUMBER: builtins.int
|
|
529
|
+
YAXIS_SETTINGS_FIELD_NUMBER: builtins.int
|
|
530
|
+
TITLE_FIELD_NUMBER: builtins.int
|
|
531
|
+
SHOW_LABELS_FIELD_NUMBER: builtins.int
|
|
532
|
+
type: global___MultiSourceChartWidget.VisualizationSettings.VisualizationType.ValueType
|
|
533
|
+
"""Visualization type."""
|
|
534
|
+
normalize: builtins.bool
|
|
535
|
+
"""Normalize."""
|
|
536
|
+
interpolate: global___MultiSourceChartWidget.VisualizationSettings.Interpolate.ValueType
|
|
537
|
+
"""Interpolate."""
|
|
538
|
+
aggregation: global___MultiSourceChartWidget.VisualizationSettings.SeriesAggregation.ValueType
|
|
539
|
+
"""Aggregation."""
|
|
540
|
+
title: builtins.str
|
|
541
|
+
"""Inside chart title."""
|
|
542
|
+
show_labels: builtins.bool
|
|
543
|
+
"""Show chart labels."""
|
|
544
|
+
@property
|
|
545
|
+
def color_scheme_settings(self) -> global___MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings:
|
|
546
|
+
"""Color scheme settings."""
|
|
547
|
+
|
|
548
|
+
@property
|
|
549
|
+
def heatmap_settings(self) -> global___MultiSourceChartWidget.VisualizationSettings.HeatmapSettings:
|
|
550
|
+
"""Heatmap settings."""
|
|
551
|
+
|
|
552
|
+
@property
|
|
553
|
+
def yaxis_settings(self) -> global___MultiSourceChartWidget.VisualizationSettings.YaxisSettings:
|
|
554
|
+
"""Y axis settings."""
|
|
555
|
+
|
|
556
|
+
def __init__(
|
|
557
|
+
self,
|
|
558
|
+
*,
|
|
559
|
+
type: global___MultiSourceChartWidget.VisualizationSettings.VisualizationType.ValueType = ...,
|
|
560
|
+
normalize: builtins.bool = ...,
|
|
561
|
+
interpolate: global___MultiSourceChartWidget.VisualizationSettings.Interpolate.ValueType = ...,
|
|
562
|
+
aggregation: global___MultiSourceChartWidget.VisualizationSettings.SeriesAggregation.ValueType = ...,
|
|
563
|
+
color_scheme_settings: global___MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings | None = ...,
|
|
564
|
+
heatmap_settings: global___MultiSourceChartWidget.VisualizationSettings.HeatmapSettings | None = ...,
|
|
565
|
+
yaxis_settings: global___MultiSourceChartWidget.VisualizationSettings.YaxisSettings | None = ...,
|
|
566
|
+
title: builtins.str = ...,
|
|
567
|
+
show_labels: builtins.bool = ...,
|
|
568
|
+
) -> None: ...
|
|
569
|
+
def HasField(self, field_name: typing.Literal["color_scheme_settings", b"color_scheme_settings", "heatmap_settings", b"heatmap_settings", "yaxis_settings", b"yaxis_settings"]) -> builtins.bool: ...
|
|
570
|
+
def ClearField(self, field_name: typing.Literal["aggregation", b"aggregation", "color_scheme_settings", b"color_scheme_settings", "heatmap_settings", b"heatmap_settings", "interpolate", b"interpolate", "normalize", b"normalize", "show_labels", b"show_labels", "title", b"title", "type", b"type", "yaxis_settings", b"yaxis_settings"]) -> None: ...
|
|
571
|
+
|
|
572
|
+
@typing.final
|
|
573
|
+
class SeriesOverrides(google.protobuf.message.Message):
|
|
574
|
+
"""Series override settings."""
|
|
575
|
+
|
|
576
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
577
|
+
|
|
578
|
+
class _YaxisPosition:
|
|
579
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
580
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
581
|
+
|
|
582
|
+
class _YaxisPositionEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MultiSourceChartWidget.SeriesOverrides._YaxisPosition.ValueType], builtins.type):
|
|
583
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
584
|
+
YAXIS_POSITION_UNSPECIFIED: MultiSourceChartWidget.SeriesOverrides._YaxisPosition.ValueType # 0
|
|
585
|
+
"""Not specified (left by default)."""
|
|
586
|
+
YAXIS_POSITION_LEFT: MultiSourceChartWidget.SeriesOverrides._YaxisPosition.ValueType # 1
|
|
587
|
+
"""Left."""
|
|
588
|
+
YAXIS_POSITION_RIGHT: MultiSourceChartWidget.SeriesOverrides._YaxisPosition.ValueType # 2
|
|
589
|
+
"""Right."""
|
|
590
|
+
|
|
591
|
+
class YaxisPosition(_YaxisPosition, metaclass=_YaxisPositionEnumTypeWrapper): ...
|
|
592
|
+
YAXIS_POSITION_UNSPECIFIED: MultiSourceChartWidget.SeriesOverrides.YaxisPosition.ValueType # 0
|
|
593
|
+
"""Not specified (left by default)."""
|
|
594
|
+
YAXIS_POSITION_LEFT: MultiSourceChartWidget.SeriesOverrides.YaxisPosition.ValueType # 1
|
|
595
|
+
"""Left."""
|
|
596
|
+
YAXIS_POSITION_RIGHT: MultiSourceChartWidget.SeriesOverrides.YaxisPosition.ValueType # 2
|
|
597
|
+
"""Right."""
|
|
598
|
+
|
|
599
|
+
class _SeriesVisualizationType:
|
|
600
|
+
ValueType = typing.NewType("ValueType", builtins.int)
|
|
601
|
+
V: typing_extensions.TypeAlias = ValueType
|
|
602
|
+
|
|
603
|
+
class _SeriesVisualizationTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[MultiSourceChartWidget.SeriesOverrides._SeriesVisualizationType.ValueType], builtins.type):
|
|
604
|
+
DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
|
|
605
|
+
SERIES_VISUALIZATION_TYPE_UNSPECIFIED: MultiSourceChartWidget.SeriesOverrides._SeriesVisualizationType.ValueType # 0
|
|
606
|
+
"""Not specified (line by default)."""
|
|
607
|
+
SERIES_VISUALIZATION_TYPE_LINE: MultiSourceChartWidget.SeriesOverrides._SeriesVisualizationType.ValueType # 1
|
|
608
|
+
"""Line chart."""
|
|
609
|
+
SERIES_VISUALIZATION_TYPE_STACK: MultiSourceChartWidget.SeriesOverrides._SeriesVisualizationType.ValueType # 2
|
|
610
|
+
"""Stack chart."""
|
|
611
|
+
SERIES_VISUALIZATION_TYPE_COLUMN: MultiSourceChartWidget.SeriesOverrides._SeriesVisualizationType.ValueType # 3
|
|
612
|
+
"""Points as columns chart."""
|
|
613
|
+
SERIES_VISUALIZATION_TYPE_POINTS: MultiSourceChartWidget.SeriesOverrides._SeriesVisualizationType.ValueType # 4
|
|
614
|
+
"""Points."""
|
|
615
|
+
|
|
616
|
+
class SeriesVisualizationType(_SeriesVisualizationType, metaclass=_SeriesVisualizationTypeEnumTypeWrapper): ...
|
|
617
|
+
SERIES_VISUALIZATION_TYPE_UNSPECIFIED: MultiSourceChartWidget.SeriesOverrides.SeriesVisualizationType.ValueType # 0
|
|
618
|
+
"""Not specified (line by default)."""
|
|
619
|
+
SERIES_VISUALIZATION_TYPE_LINE: MultiSourceChartWidget.SeriesOverrides.SeriesVisualizationType.ValueType # 1
|
|
620
|
+
"""Line chart."""
|
|
621
|
+
SERIES_VISUALIZATION_TYPE_STACK: MultiSourceChartWidget.SeriesOverrides.SeriesVisualizationType.ValueType # 2
|
|
622
|
+
"""Stack chart."""
|
|
623
|
+
SERIES_VISUALIZATION_TYPE_COLUMN: MultiSourceChartWidget.SeriesOverrides.SeriesVisualizationType.ValueType # 3
|
|
624
|
+
"""Points as columns chart."""
|
|
625
|
+
SERIES_VISUALIZATION_TYPE_POINTS: MultiSourceChartWidget.SeriesOverrides.SeriesVisualizationType.ValueType # 4
|
|
626
|
+
"""Points."""
|
|
627
|
+
|
|
628
|
+
@typing.final
|
|
629
|
+
class SeriesOverrideSettings(google.protobuf.message.Message):
|
|
630
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
631
|
+
|
|
632
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
633
|
+
COLOR_FIELD_NUMBER: builtins.int
|
|
634
|
+
TYPE_FIELD_NUMBER: builtins.int
|
|
635
|
+
STACK_NAME_FIELD_NUMBER: builtins.int
|
|
636
|
+
GROW_DOWN_FIELD_NUMBER: builtins.int
|
|
637
|
+
YAXIS_POSITION_FIELD_NUMBER: builtins.int
|
|
638
|
+
name: builtins.str
|
|
639
|
+
"""Series name or empty."""
|
|
640
|
+
color: builtins.str
|
|
641
|
+
"""Series color or empty."""
|
|
642
|
+
type: global___MultiSourceChartWidget.SeriesOverrides.SeriesVisualizationType.ValueType
|
|
643
|
+
"""Type."""
|
|
644
|
+
stack_name: builtins.str
|
|
645
|
+
"""Stack name or empty."""
|
|
646
|
+
grow_down: builtins.bool
|
|
647
|
+
"""Stack grow down."""
|
|
648
|
+
yaxis_position: global___MultiSourceChartWidget.SeriesOverrides.YaxisPosition.ValueType
|
|
649
|
+
"""Yaxis position."""
|
|
650
|
+
def __init__(
|
|
651
|
+
self,
|
|
652
|
+
*,
|
|
653
|
+
name: builtins.str = ...,
|
|
654
|
+
color: builtins.str = ...,
|
|
655
|
+
type: global___MultiSourceChartWidget.SeriesOverrides.SeriesVisualizationType.ValueType = ...,
|
|
656
|
+
stack_name: builtins.str = ...,
|
|
657
|
+
grow_down: builtins.bool = ...,
|
|
658
|
+
yaxis_position: global___MultiSourceChartWidget.SeriesOverrides.YaxisPosition.ValueType = ...,
|
|
659
|
+
) -> None: ...
|
|
660
|
+
def ClearField(self, field_name: typing.Literal["color", b"color", "grow_down", b"grow_down", "name", b"name", "stack_name", b"stack_name", "type", b"type", "yaxis_position", b"yaxis_position"]) -> None: ...
|
|
661
|
+
|
|
662
|
+
NAME_FIELD_NUMBER: builtins.int
|
|
663
|
+
TARGET_INDEX_FIELD_NUMBER: builtins.int
|
|
664
|
+
SETTINGS_FIELD_NUMBER: builtins.int
|
|
665
|
+
name: builtins.str
|
|
666
|
+
"""Series name."""
|
|
667
|
+
target_index: builtins.str
|
|
668
|
+
"""Target index."""
|
|
669
|
+
@property
|
|
670
|
+
def settings(self) -> global___MultiSourceChartWidget.SeriesOverrides.SeriesOverrideSettings:
|
|
671
|
+
"""Required. Override settings."""
|
|
672
|
+
|
|
673
|
+
def __init__(
|
|
674
|
+
self,
|
|
675
|
+
*,
|
|
676
|
+
name: builtins.str = ...,
|
|
677
|
+
target_index: builtins.str = ...,
|
|
678
|
+
settings: global___MultiSourceChartWidget.SeriesOverrides.SeriesOverrideSettings | None = ...,
|
|
679
|
+
) -> None: ...
|
|
680
|
+
def HasField(self, field_name: typing.Literal["name", b"name", "settings", b"settings", "target_index", b"target_index", "type", b"type"]) -> builtins.bool: ...
|
|
681
|
+
def ClearField(self, field_name: typing.Literal["name", b"name", "settings", b"settings", "target_index", b"target_index", "type", b"type"]) -> None: ...
|
|
682
|
+
def WhichOneof(self, oneof_group: typing.Literal["type", b"type"]) -> typing.Literal["name", "target_index"] | None: ...
|
|
683
|
+
|
|
684
|
+
@typing.final
|
|
685
|
+
class NameHidingSettings(google.protobuf.message.Message):
|
|
686
|
+
"""Name hiding settings."""
|
|
687
|
+
|
|
688
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
689
|
+
|
|
690
|
+
POSITIVE_FIELD_NUMBER: builtins.int
|
|
691
|
+
NAMES_FIELD_NUMBER: builtins.int
|
|
692
|
+
positive: builtins.bool
|
|
693
|
+
"""True if we want to show concrete series names only, false if we want to hide concrete series names."""
|
|
694
|
+
@property
|
|
695
|
+
def names(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
696
|
+
"""Series names to show or hide."""
|
|
697
|
+
|
|
698
|
+
def __init__(
|
|
699
|
+
self,
|
|
700
|
+
*,
|
|
701
|
+
positive: builtins.bool = ...,
|
|
702
|
+
names: collections.abc.Iterable[builtins.str] | None = ...,
|
|
703
|
+
) -> None: ...
|
|
704
|
+
def ClearField(self, field_name: typing.Literal["names", b"names", "positive", b"positive"]) -> None: ...
|
|
705
|
+
|
|
706
|
+
@typing.final
|
|
707
|
+
class RepeatSettings(google.protobuf.message.Message):
|
|
708
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
709
|
+
|
|
710
|
+
REPEAT_BY_FIELD_NUMBER: builtins.int
|
|
711
|
+
MAX_CHARTS_IN_ROW_FIELD_NUMBER: builtins.int
|
|
712
|
+
max_charts_in_row: builtins.int
|
|
713
|
+
"""Max number of chart in one row."""
|
|
714
|
+
@property
|
|
715
|
+
def repeat_by(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
716
|
+
"""Parameters to repeat by."""
|
|
717
|
+
|
|
718
|
+
def __init__(
|
|
719
|
+
self,
|
|
720
|
+
*,
|
|
721
|
+
repeat_by: collections.abc.Iterable[builtins.str] | None = ...,
|
|
722
|
+
max_charts_in_row: builtins.int = ...,
|
|
723
|
+
) -> None: ...
|
|
724
|
+
def ClearField(self, field_name: typing.Literal["max_charts_in_row", b"max_charts_in_row", "repeat_by", b"repeat_by"]) -> None: ...
|
|
725
|
+
|
|
726
|
+
ID_FIELD_NUMBER: builtins.int
|
|
727
|
+
TARGETS_FIELD_NUMBER: builtins.int
|
|
728
|
+
DATA_SOURCES_FIELD_NUMBER: builtins.int
|
|
729
|
+
VISUALIZATION_SETTINGS_FIELD_NUMBER: builtins.int
|
|
730
|
+
SERIES_OVERRIDES_FIELD_NUMBER: builtins.int
|
|
731
|
+
NAME_HIDING_SETTINGS_FIELD_NUMBER: builtins.int
|
|
732
|
+
DESCRIPTION_FIELD_NUMBER: builtins.int
|
|
733
|
+
TITLE_FIELD_NUMBER: builtins.int
|
|
734
|
+
DISPLAY_LEGEND_FIELD_NUMBER: builtins.int
|
|
735
|
+
FREEZE_FIELD_NUMBER: builtins.int
|
|
736
|
+
REPEAT_FIELD_NUMBER: builtins.int
|
|
737
|
+
id: builtins.str
|
|
738
|
+
"""Required. Chart ID."""
|
|
739
|
+
description: builtins.str
|
|
740
|
+
"""Chart description in dashboard (not enabled in UI)."""
|
|
741
|
+
title: builtins.str
|
|
742
|
+
"""Chart widget title."""
|
|
743
|
+
display_legend: builtins.bool
|
|
744
|
+
"""Enable legend under chart."""
|
|
745
|
+
freeze: global___MultiSourceChartWidget.FreezeDuration.ValueType
|
|
746
|
+
"""Fixed time interval for chart."""
|
|
747
|
+
@property
|
|
748
|
+
def targets(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___MultiSourceChartWidget.Target]:
|
|
749
|
+
"""Targets."""
|
|
750
|
+
|
|
751
|
+
@property
|
|
752
|
+
def data_sources(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___MultiSourceChartWidget.DataSource]:
|
|
753
|
+
"""Data sources."""
|
|
754
|
+
|
|
755
|
+
@property
|
|
756
|
+
def visualization_settings(self) -> global___MultiSourceChartWidget.VisualizationSettings:
|
|
757
|
+
"""Visualization settings."""
|
|
758
|
+
|
|
759
|
+
@property
|
|
760
|
+
def series_overrides(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___MultiSourceChartWidget.SeriesOverrides]:
|
|
761
|
+
"""Override settings."""
|
|
762
|
+
|
|
763
|
+
@property
|
|
764
|
+
def name_hiding_settings(self) -> global___MultiSourceChartWidget.NameHidingSettings:
|
|
765
|
+
"""Name hiding settings."""
|
|
766
|
+
|
|
767
|
+
@property
|
|
768
|
+
def repeat(self) -> global___MultiSourceChartWidget.RepeatSettings:
|
|
769
|
+
"""Setting for repeat panel / repeat row"""
|
|
770
|
+
|
|
771
|
+
def __init__(
|
|
772
|
+
self,
|
|
773
|
+
*,
|
|
774
|
+
id: builtins.str = ...,
|
|
775
|
+
targets: collections.abc.Iterable[global___MultiSourceChartWidget.Target] | None = ...,
|
|
776
|
+
data_sources: collections.abc.Iterable[global___MultiSourceChartWidget.DataSource] | None = ...,
|
|
777
|
+
visualization_settings: global___MultiSourceChartWidget.VisualizationSettings | None = ...,
|
|
778
|
+
series_overrides: collections.abc.Iterable[global___MultiSourceChartWidget.SeriesOverrides] | None = ...,
|
|
779
|
+
name_hiding_settings: global___MultiSourceChartWidget.NameHidingSettings | None = ...,
|
|
780
|
+
description: builtins.str = ...,
|
|
781
|
+
title: builtins.str = ...,
|
|
782
|
+
display_legend: builtins.bool = ...,
|
|
783
|
+
freeze: global___MultiSourceChartWidget.FreezeDuration.ValueType = ...,
|
|
784
|
+
repeat: global___MultiSourceChartWidget.RepeatSettings | None = ...,
|
|
785
|
+
) -> None: ...
|
|
786
|
+
def HasField(self, field_name: typing.Literal["name_hiding_settings", b"name_hiding_settings", "repeat", b"repeat", "visualization_settings", b"visualization_settings"]) -> builtins.bool: ...
|
|
787
|
+
def ClearField(self, field_name: typing.Literal["data_sources", b"data_sources", "description", b"description", "display_legend", b"display_legend", "freeze", b"freeze", "id", b"id", "name_hiding_settings", b"name_hiding_settings", "repeat", b"repeat", "series_overrides", b"series_overrides", "targets", b"targets", "title", b"title", "visualization_settings", b"visualization_settings"]) -> None: ...
|
|
788
|
+
|
|
789
|
+
global___MultiSourceChartWidget = MultiSourceChartWidget
|