yandexcloud 0.326.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 +10 -8
- yandex/cloud/ai/dataset/v1/dataset_pb2.pyi +13 -1
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +45 -39
- yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +57 -2
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.py +34 -0
- yandex/cloud/ai/dataset/v1/dataset_service_pb2_grpc.pyi +20 -0
- yandex/cloud/ai/tuning/__init__.py +0 -0
- yandex/cloud/ai/tuning/v1/__init__.py +0 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2.py +26 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2.pyi +35 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_optimizers_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2.py +30 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2.pyi +51 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_schedulers_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +101 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +585 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +232 -0
- yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +127 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +29 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +86 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_task_pb2_grpc.pyi +17 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2.py +28 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2.pyi +50 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2_grpc.py +4 -0
- yandex/cloud/ai/tuning/v1/tuning_types_pb2_grpc.pyi +17 -0
- yandex/cloud/cic/v1/private_connection_pb2.py +5 -3
- yandex/cloud/cic/v1/private_connection_pb2.pyi +1 -0
- yandex/cloud/cloudregistry/v1/registry_service_pb2.py +41 -41
- yandex/cloud/dataproc/v1/cluster_pb2.py +20 -18
- yandex/cloud/dataproc/v1/cluster_pb2.pyi +20 -1
- yandex/cloud/dataproc/v1/cluster_service_pb2.py +40 -40
- yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +5 -1
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.py +52 -48
- yandex/cloud/datasphere/v2/jobs/jobs_pb2.pyi +45 -3
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.py +54 -54
- yandex/cloud/datasphere/v2/jobs/project_job_service_pb2.pyi +7 -1
- 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/metering/v1/product_usage_service_pb2.py +39 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2.pyi +64 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.py +67 -0
- yandex/cloud/marketplace/metering/v1/product_usage_service_pb2_grpc.pyi +44 -0
- 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/searchapi/v2/search_query_pb2.py +8 -6
- yandex/cloud/searchapi/v2/search_query_pb2.pyi +24 -1
- yandex/cloud/searchapi/v2/search_service_pb2.py +14 -8
- yandex/cloud/searchapi/v2/search_service_pb2.pyi +33 -6
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.py +64 -0
- yandex/cloud/searchapi/v2/search_service_pb2_grpc.pyi +29 -0
- 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/eventrouter/v1/connector_pb2.py +12 -6
- yandex/cloud/serverless/eventrouter/v1/connector_pb2.pyi +31 -3
- 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/classifier_pb2.py +26 -0
- yandex/cloud/speechsense/v1/classifier_pb2.pyi +35 -0
- yandex/cloud/speechsense/v1/classifier_pb2_grpc.py +4 -0
- yandex/cloud/speechsense/v1/classifier_pb2_grpc.pyi +17 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2.py +34 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2.pyi +48 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2_grpc.py +67 -0
- yandex/cloud/speechsense/v1/classifiers_service_pb2_grpc.pyi +44 -0
- 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.326.0.dist-info → yandexcloud-0.328.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/RECORD +106 -57
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.326.0.dist-info → yandexcloud-0.328.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: yandex/cloud/monitoring/v3/multi_source_chart_widget.proto
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf import descriptor as _descriptor
|
|
6
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
7
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
8
|
+
from google.protobuf.internal import builder as _builder
|
|
9
|
+
# @@protoc_insertion_point(imports)
|
|
10
|
+
|
|
11
|
+
_sym_db = _symbol_database.Default()
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
|
|
15
|
+
from yandex.cloud.monitoring.v3 import downsampling_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_downsampling__pb2
|
|
16
|
+
from yandex.cloud.monitoring.v3 import unit_format_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_unit__format__pb2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/monitoring/v3/multi_source_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\"\xda*\n\x16MultiSourceChartWidget\x12\n\n\x02id\x18\x01 \x01(\t\x12J\n\x07targets\x18\x02 \x03(\x0b\x32\x39.yandex.cloud.monitoring.v3.MultiSourceChartWidget.Target\x12S\n\x0c\x64\x61ta_sources\x18\x03 \x03(\x0b\x32=.yandex.cloud.monitoring.v3.MultiSourceChartWidget.DataSource\x12h\n\x16visualization_settings\x18\x04 \x01(\x0b\x32H.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings\x12\\\n\x10series_overrides\x18\x05 \x03(\x0b\x32\x42.yandex.cloud.monitoring.v3.MultiSourceChartWidget.SeriesOverrides\x12\x63\n\x14name_hiding_settings\x18\x06 \x01(\x0b\x32\x45.yandex.cloud.monitoring.v3.MultiSourceChartWidget.NameHidingSettings\x12\x13\n\x0b\x64\x65scription\x18\x07 \x01(\t\x12\r\n\x05title\x18\x08 \x01(\t\x12\x16\n\x0e\x64isplay_legend\x18\t \x01(\x08\x12Q\n\x06\x66reeze\x18\n \x01(\x0e\x32\x41.yandex.cloud.monitoring.v3.MultiSourceChartWidget.FreezeDuration\x12Q\n\x06repeat\x18\x0b \x01(\x0b\x32\x41.yandex.cloud.monitoring.v3.MultiSourceChartWidget.RepeatSettings\x1a\xd3\x03\n\x06Target\x12g\n\x11monitoring_target\x18\x01 \x01(\x0b\x32J.yandex.cloud.monitoring.v3.MultiSourceChartWidget.Target.MonitoringTargetH\x00\x12g\n\x11prometheus_target\x18\x02 \x01(\x0b\x32J.yandex.cloud.monitoring.v3.MultiSourceChartWidget.Target.PrometheusTargetH\x00\x1aj\n\x10MonitoringTarget\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\x12\r\n\x05query\x18\x02 \x01(\t\x12\x11\n\ttext_mode\x18\x03 \x01(\x08\x12\x0e\n\x06hidden\x18\x04 \x01(\x08\x12\x0c\n\x04name\x18\x05 \x01(\t\x1a\x80\x01\n\x10PrometheusTarget\x12\x16\n\x0e\x64\x61ta_source_id\x18\x01 \x01(\t\x12\x14\n\x0cworkspace_id\x18\x02 \x01(\t\x12\r\n\x05query\x18\x03 \x01(\t\x12\x11\n\ttext_mode\x18\x04 \x01(\x08\x12\x0e\n\x06hidden\x18\x05 \x01(\x08\x12\x0c\n\x04name\x18\x06 \x01(\tB\x08\n\x06target\x1a\x9d\x03\n\nDataSource\x12t\n\x16monitoring_data_source\x18\x01 \x01(\x0b\x32R.yandex.cloud.monitoring.v3.MultiSourceChartWidget.DataSource.MonitoringDataSourceH\x00\x12t\n\x16prometheus_data_source\x18\x02 \x01(\x0b\x32R.yandex.cloud.monitoring.v3.MultiSourceChartWidget.DataSource.PrometheusDataSourceH\x00\x1a\x62\n\x14MonitoringDataSource\x12\n\n\x02id\x18\x01 \x01(\t\x12>\n\x0c\x64ownsampling\x18\x02 \x01(\x0b\x32(.yandex.cloud.monitoring.v3.Downsampling\x1a\x30\n\x14PrometheusDataSource\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0c\n\x04step\x18\x02 \x01(\x03\x42\r\n\x0b\x64\x61ta_source\x1a\xd6\x15\n\x15VisualizationSettings\x12h\n\x04type\x18\x01 \x01(\x0e\x32Z.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings.VisualizationType\x12\x11\n\tnormalize\x18\x02 \x01(\x08\x12i\n\x0binterpolate\x18\x03 \x01(\x0e\x32T.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings.Interpolate\x12o\n\x0b\x61ggregation\x18\x04 \x01(\x0e\x32Z.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings.SeriesAggregation\x12{\n\x15\x63olor_scheme_settings\x18\x05 \x01(\x0b\x32\\.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings\x12r\n\x10heatmap_settings\x18\x06 \x01(\x0b\x32X.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings.HeatmapSettings\x12n\n\x0eyaxis_settings\x18\x07 \x01(\x0b\x32V.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings.YaxisSettings\x12\r\n\x05title\x18\x08 \x01(\t\x12\x13\n\x0bshow_labels\x18\t \x01(\x08\x1a\xe1\x05\n\x13\x43olorSchemeSettings\x12\x86\x01\n\tautomatic\x18\x01 \x01(\x0b\x32q.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.AutomaticColorSchemeH\x00\x12\x84\x01\n\x08standard\x18\x02 \x01(\x0b\x32p.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.StandardColorSchemeH\x00\x12\x84\x01\n\x08gradient\x18\x03 \x01(\x0b\x32p.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.GradientColorSchemeH\x00\x12|\n\x04hash\x18\x04 \x01(\x0b\x32l.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings.ColorSchemeSettings.HashColorSchemeH\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\x0fHashColorSchemeB\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\xff\x01\n\x05Yaxis\x12`\n\x04type\x18\x01 \x01(\x0e\x32R.yandex.cloud.monitoring.v3.MultiSourceChartWidget.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\xcc\x01\n\rYaxisSettings\x12\\\n\x04left\x18\x01 \x01(\x0b\x32N.yandex.cloud.monitoring.v3.MultiSourceChartWidget.VisualizationSettings.Yaxis\x12]\n\x05right\x18\x02 \x01(\x0b\x32N.yandex.cloud.monitoring.v3.MultiSourceChartWidget.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\xa1\x06\n\x0fSeriesOverrides\x12\x0e\n\x04name\x18\x01 \x01(\tH\x00\x12\x16\n\x0ctarget_index\x18\x02 \x01(\tH\x00\x12k\n\x08settings\x18\x03 \x01(\x0b\x32Y.yandex.cloud.monitoring.v3.MultiSourceChartWidget.SeriesOverrides.SeriesOverrideSettings\x1a\xb0\x02\n\x16SeriesOverrideSettings\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05\x63olor\x18\x02 \x01(\t\x12h\n\x04type\x18\x03 \x01(\x0e\x32Z.yandex.cloud.monitoring.v3.MultiSourceChartWidget.SeriesOverrides.SeriesVisualizationType\x12\x12\n\nstack_name\x18\x04 \x01(\t\x12\x11\n\tgrow_down\x18\x05 \x01(\x08\x12h\n\x0eyaxis_position\x18\x06 \x01(\x0e\x32P.yandex.cloud.monitoring.v3.MultiSourceChartWidget.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')
|
|
20
|
+
|
|
21
|
+
_globals = globals()
|
|
22
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
23
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.monitoring.v3.multi_source_chart_widget_pb2', _globals)
|
|
24
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
25
|
+
DESCRIPTOR._options = None
|
|
26
|
+
DESCRIPTOR._serialized_options = b'\n\036yandex.cloud.api.monitoring.v3ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/monitoring/v3;monitoring'
|
|
27
|
+
_globals['_MULTISOURCECHARTWIDGET']._serialized_start=216
|
|
28
|
+
_globals['_MULTISOURCECHARTWIDGET']._serialized_end=5682
|
|
29
|
+
_globals['_MULTISOURCECHARTWIDGET_TARGET']._serialized_start=943
|
|
30
|
+
_globals['_MULTISOURCECHARTWIDGET_TARGET']._serialized_end=1410
|
|
31
|
+
_globals['_MULTISOURCECHARTWIDGET_TARGET_MONITORINGTARGET']._serialized_start=1163
|
|
32
|
+
_globals['_MULTISOURCECHARTWIDGET_TARGET_MONITORINGTARGET']._serialized_end=1269
|
|
33
|
+
_globals['_MULTISOURCECHARTWIDGET_TARGET_PROMETHEUSTARGET']._serialized_start=1272
|
|
34
|
+
_globals['_MULTISOURCECHARTWIDGET_TARGET_PROMETHEUSTARGET']._serialized_end=1400
|
|
35
|
+
_globals['_MULTISOURCECHARTWIDGET_DATASOURCE']._serialized_start=1413
|
|
36
|
+
_globals['_MULTISOURCECHARTWIDGET_DATASOURCE']._serialized_end=1826
|
|
37
|
+
_globals['_MULTISOURCECHARTWIDGET_DATASOURCE_MONITORINGDATASOURCE']._serialized_start=1663
|
|
38
|
+
_globals['_MULTISOURCECHARTWIDGET_DATASOURCE_MONITORINGDATASOURCE']._serialized_end=1761
|
|
39
|
+
_globals['_MULTISOURCECHARTWIDGET_DATASOURCE_PROMETHEUSDATASOURCE']._serialized_start=1763
|
|
40
|
+
_globals['_MULTISOURCECHARTWIDGET_DATASOURCE_PROMETHEUSDATASOURCE']._serialized_end=1811
|
|
41
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS']._serialized_start=1829
|
|
42
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS']._serialized_end=4603
|
|
43
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS']._serialized_start=2589
|
|
44
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS']._serialized_end=3326
|
|
45
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_AUTOMATICCOLORSCHEME']._serialized_start=3145
|
|
46
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_AUTOMATICCOLORSCHEME']._serialized_end=3167
|
|
47
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_STANDARDCOLORSCHEME']._serialized_start=3169
|
|
48
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_STANDARDCOLORSCHEME']._serialized_end=3190
|
|
49
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_GRADIENTCOLORSCHEME']._serialized_start=3192
|
|
50
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_GRADIENTCOLORSCHEME']._serialized_end=3297
|
|
51
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_HASHCOLORSCHEME']._serialized_start=3299
|
|
52
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_COLORSCHEMESETTINGS_HASHCOLORSCHEME']._serialized_end=3316
|
|
53
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_HEATMAPSETTINGS']._serialized_start=3328
|
|
54
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_HEATMAPSETTINGS']._serialized_end=3429
|
|
55
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_YAXIS']._serialized_start=3432
|
|
56
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_YAXIS']._serialized_end=3687
|
|
57
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_YAXISSETTINGS']._serialized_start=3690
|
|
58
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_YAXISSETTINGS']._serialized_end=3894
|
|
59
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_VISUALIZATIONTYPE']._serialized_start=3897
|
|
60
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_VISUALIZATIONTYPE']._serialized_end=4199
|
|
61
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_INTERPOLATE']._serialized_start=4201
|
|
62
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_INTERPOLATE']._serialized_end=4312
|
|
63
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_YAXISTYPE']._serialized_start=4314
|
|
64
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_YAXISTYPE']._serialized_end=4404
|
|
65
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_SERIESAGGREGATION']._serialized_start=4407
|
|
66
|
+
_globals['_MULTISOURCECHARTWIDGET_VISUALIZATIONSETTINGS_SERIESAGGREGATION']._serialized_end=4603
|
|
67
|
+
_globals['_MULTISOURCECHARTWIDGET_SERIESOVERRIDES']._serialized_start=4606
|
|
68
|
+
_globals['_MULTISOURCECHARTWIDGET_SERIESOVERRIDES']._serialized_end=5407
|
|
69
|
+
_globals['_MULTISOURCECHARTWIDGET_SERIESOVERRIDES_SERIESOVERRIDESETTINGS']._serialized_start=4775
|
|
70
|
+
_globals['_MULTISOURCECHARTWIDGET_SERIESOVERRIDES_SERIESOVERRIDESETTINGS']._serialized_end=5079
|
|
71
|
+
_globals['_MULTISOURCECHARTWIDGET_SERIESOVERRIDES_YAXISPOSITION']._serialized_start=5081
|
|
72
|
+
_globals['_MULTISOURCECHARTWIDGET_SERIESOVERRIDES_YAXISPOSITION']._serialized_end=5179
|
|
73
|
+
_globals['_MULTISOURCECHARTWIDGET_SERIESOVERRIDES_SERIESVISUALIZATIONTYPE']._serialized_start=5182
|
|
74
|
+
_globals['_MULTISOURCECHARTWIDGET_SERIESOVERRIDES_SERIESVISUALIZATIONTYPE']._serialized_end=5399
|
|
75
|
+
_globals['_MULTISOURCECHARTWIDGET_NAMEHIDINGSETTINGS']._serialized_start=5409
|
|
76
|
+
_globals['_MULTISOURCECHARTWIDGET_NAMEHIDINGSETTINGS']._serialized_end=5462
|
|
77
|
+
_globals['_MULTISOURCECHARTWIDGET_REPEATSETTINGS']._serialized_start=5464
|
|
78
|
+
_globals['_MULTISOURCECHARTWIDGET_REPEATSETTINGS']._serialized_end=5526
|
|
79
|
+
_globals['_MULTISOURCECHARTWIDGET_FREEZEDURATION']._serialized_start=5529
|
|
80
|
+
_globals['_MULTISOURCECHARTWIDGET_FREEZEDURATION']._serialized_end=5682
|
|
81
|
+
# @@protoc_insertion_point(module_scope)
|