yandexcloud 0.359.0__py3-none-any.whl → 0.361.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.

Files changed (67) hide show
  1. yandex/cloud/airflow/v1/cluster_pb2.py +32 -28
  2. yandex/cloud/airflow/v1/cluster_pb2.pyi +31 -2
  3. yandex/cloud/airflow/v1/cluster_service_pb2.py +26 -26
  4. yandex/cloud/airflow/v1/cluster_service_pb2.pyi +8 -2
  5. yandex/cloud/audittrails/v1/trail_pb2.py +47 -43
  6. yandex/cloud/audittrails/v1/trail_pb2.pyi +23 -3
  7. yandex/cloud/cdn/v1/rule_pb2.py +2 -2
  8. yandex/cloud/cdn/v1/rule_pb2.pyi +7 -1
  9. yandex/cloud/cdn/v1/rule_service_pb2.py +16 -16
  10. yandex/cloud/cdn/v1/rule_service_pb2.pyi +16 -3
  11. yandex/cloud/cloudregistry/v1/registry_pb2.pyi +1 -1
  12. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +29 -21
  13. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +60 -0
  14. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +45 -0
  15. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +26 -0
  16. yandex/cloud/connectionmanager/v1/mongodb_pb2.py +14 -14
  17. yandex/cloud/connectionmanager/v1/mongodb_pb2.pyi +4 -1
  18. yandex/cloud/mdb/clickhouse/v1/cluster_pb2.py +15 -15
  19. yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +16 -0
  20. yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +3 -1
  21. yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +1 -1
  22. yandex/cloud/monitoring/v3/group_widget_pb2.py +48 -0
  23. yandex/cloud/monitoring/v3/group_widget_pb2.pyi +131 -0
  24. yandex/cloud/monitoring/v3/group_widget_pb2_grpc.py +24 -0
  25. yandex/cloud/monitoring/v3/group_widget_pb2_grpc.pyi +17 -0
  26. yandex/cloud/monitoring/v3/widget_pb2.py +6 -5
  27. yandex/cloud/monitoring/v3/widget_pb2.pyi +10 -3
  28. yandex/cloud/organizationmanager/v1/idp/__init__.py +0 -0
  29. yandex/cloud/organizationmanager/v1/idp/user_pb2.py +40 -0
  30. yandex/cloud/organizationmanager/v1/idp/user_pb2.pyi +149 -0
  31. yandex/cloud/organizationmanager/v1/idp/user_pb2_grpc.py +24 -0
  32. yandex/cloud/organizationmanager/v1/idp/user_pb2_grpc.pyi +17 -0
  33. yandex/cloud/organizationmanager/v1/idp/user_service_pb2.py +218 -0
  34. yandex/cloud/organizationmanager/v1/idp/user_service_pb2.pyi +809 -0
  35. yandex/cloud/organizationmanager/v1/idp/user_service_pb2_grpc.py +678 -0
  36. yandex/cloud/organizationmanager/v1/idp/user_service_pb2_grpc.pyi +322 -0
  37. yandex/cloud/organizationmanager/v1/idp/userpool_pb2.py +90 -0
  38. yandex/cloud/organizationmanager/v1/idp/userpool_pb2.pyi +549 -0
  39. yandex/cloud/organizationmanager/v1/idp/userpool_pb2_grpc.py +24 -0
  40. yandex/cloud/organizationmanager/v1/idp/userpool_pb2_grpc.pyi +17 -0
  41. yandex/cloud/organizationmanager/v1/idp/userpool_service_pb2.py +162 -0
  42. yandex/cloud/organizationmanager/v1/idp/userpool_service_pb2.pyi +596 -0
  43. yandex/cloud/organizationmanager/v1/idp/userpool_service_pb2_grpc.py +678 -0
  44. yandex/cloud/organizationmanager/v1/idp/userpool_service_pb2_grpc.pyi +322 -0
  45. yandex/cloud/searchapi/v2/img_search_service_pb2.py +8 -6
  46. yandex/cloud/searchapi/v2/img_search_service_pb2.pyi +0 -1
  47. yandex/cloud/speechsense/v1/analysis/assistants_pb2.py +41 -0
  48. yandex/cloud/speechsense/v1/analysis/assistants_pb2.pyi +83 -0
  49. yandex/cloud/speechsense/v1/analysis/assistants_pb2_grpc.py +24 -0
  50. yandex/cloud/speechsense/v1/analysis/assistants_pb2_grpc.pyi +17 -0
  51. yandex/cloud/speechsense/v1/assistant_pb2.py +48 -0
  52. yandex/cloud/speechsense/v1/assistant_pb2.pyi +178 -0
  53. yandex/cloud/speechsense/v1/assistant_pb2_grpc.py +24 -0
  54. yandex/cloud/speechsense/v1/assistant_pb2_grpc.pyi +17 -0
  55. yandex/cloud/speechsense/v1/assistants_service_pb2.py +51 -0
  56. yandex/cloud/speechsense/v1/assistants_service_pb2.pyi +76 -0
  57. yandex/cloud/speechsense/v1/assistants_service_pb2_grpc.py +142 -0
  58. yandex/cloud/speechsense/v1/assistants_service_pb2_grpc.pyi +64 -0
  59. yandex/cloud/speechsense/v1/talk_pb2.py +16 -15
  60. yandex/cloud/speechsense/v1/talk_pb2.pyi +9 -2
  61. yandexcloud/__init__.py +1 -1
  62. {yandexcloud-0.359.0.dist-info → yandexcloud-0.361.0.dist-info}/METADATA +1 -1
  63. {yandexcloud-0.359.0.dist-info → yandexcloud-0.361.0.dist-info}/RECORD +67 -34
  64. {yandexcloud-0.359.0.dist-info → yandexcloud-0.361.0.dist-info}/AUTHORS +0 -0
  65. {yandexcloud-0.359.0.dist-info → yandexcloud-0.361.0.dist-info}/LICENSE +0 -0
  66. {yandexcloud-0.359.0.dist-info → yandexcloud-0.361.0.dist-info}/WHEEL +0 -0
  67. {yandexcloud-0.359.0.dist-info → yandexcloud-0.361.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,48 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: yandex/cloud/monitoring/v3/group_widget.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/monitoring/v3/group_widget.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from yandex.cloud.monitoring.v3 import chart_widget_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_chart__widget__pb2
26
+ from yandex.cloud.monitoring.v3 import text_widget_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_text__widget__pb2
27
+ from yandex.cloud.monitoring.v3 import title_widget_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_title__widget__pb2
28
+ from yandex.cloud.monitoring.v3 import multi_source_chart_widget_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_multi__source__chart__widget__pb2
29
+ from yandex.cloud.monitoring.v3 import link_item_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_link__item__pb2
30
+
31
+
32
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n-yandex/cloud/monitoring/v3/group_widget.proto\x12\x1ayandex.cloud.monitoring.v3\x1a-yandex/cloud/monitoring/v3/chart_widget.proto\x1a,yandex/cloud/monitoring/v3/text_widget.proto\x1a-yandex/cloud/monitoring/v3/title_widget.proto\x1a:yandex/cloud/monitoring/v3/multi_source_chart_widget.proto\x1a*yandex/cloud/monitoring/v3/link_item.proto\"\xe4\x05\n\x0bGroupWidget\x12\n\n\x02id\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\x12\x11\n\tcollapsed\x18\x03 \x01(\x08\x12\x44\n\x07widgets\x18\x04 \x03(\x0b\x32\x33.yandex.cloud.monitoring.v3.GroupWidget.ChildWidget\x12O\n\x0frepeat_settings\x18\x05 \x01(\x0b\x32\x36.yandex.cloud.monitoring.v3.GroupWidget.RepeatSettings\x1a#\n\x0eRepeatSettings\x12\x11\n\trepeat_by\x18\x01 \x03(\t\x1a<\n\x0eLayoutPosition\x12\t\n\x01x\x18\x01 \x01(\x03\x12\t\n\x01y\x18\x02 \x01(\x03\x12\t\n\x01w\x18\x03 \x01(\x03\x12\t\n\x01h\x18\x04 \x01(\x03\x1a\xac\x03\n\x0b\x43hildWidget\x12\n\n\x02id\x18\x01 \x01(\t\x12\x33\n\x05links\x18\x13 \x03(\x0b\x32$.yandex.cloud.monitoring.v3.LinkItem\x12H\n\x08position\x18\x14 \x01(\x0b\x32\x36.yandex.cloud.monitoring.v3.GroupWidget.LayoutPosition\x12\x36\n\x04text\x18\x02 \x01(\x0b\x32&.yandex.cloud.monitoring.v3.TextWidgetH\x00\x12\x38\n\x05title\x18\x03 \x01(\x0b\x32\'.yandex.cloud.monitoring.v3.TitleWidgetH\x00\x12\x38\n\x05\x63hart\x18\x04 \x01(\x0b\x32\'.yandex.cloud.monitoring.v3.ChartWidgetH\x00\x12P\n\x12multi_source_chart\x18\t \x01(\x0b\x32\x32.yandex.cloud.monitoring.v3.MultiSourceChartWidgetH\x00\x42\x08\n\x06widgetJ\x04\x08\x05\x10\tJ\x04\x08\n\x10\x13\x42k\n\x1eyandex.cloud.api.monitoring.v3ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/monitoring/v3;monitoringb\x06proto3')
33
+
34
+ _globals = globals()
35
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
36
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.monitoring.v3.group_widget_pb2', _globals)
37
+ if not _descriptor._USE_C_DESCRIPTORS:
38
+ _globals['DESCRIPTOR']._loaded_options = None
39
+ _globals['DESCRIPTOR']._serialized_options = b'\n\036yandex.cloud.api.monitoring.v3ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/monitoring/v3;monitoring'
40
+ _globals['_GROUPWIDGET']._serialized_start=322
41
+ _globals['_GROUPWIDGET']._serialized_end=1062
42
+ _globals['_GROUPWIDGET_REPEATSETTINGS']._serialized_start=534
43
+ _globals['_GROUPWIDGET_REPEATSETTINGS']._serialized_end=569
44
+ _globals['_GROUPWIDGET_LAYOUTPOSITION']._serialized_start=571
45
+ _globals['_GROUPWIDGET_LAYOUTPOSITION']._serialized_end=631
46
+ _globals['_GROUPWIDGET_CHILDWIDGET']._serialized_start=634
47
+ _globals['_GROUPWIDGET_CHILDWIDGET']._serialized_end=1062
48
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,131 @@
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.message
11
+ import typing
12
+ import yandex.cloud.monitoring.v3.chart_widget_pb2
13
+ import yandex.cloud.monitoring.v3.link_item_pb2
14
+ import yandex.cloud.monitoring.v3.multi_source_chart_widget_pb2
15
+ import yandex.cloud.monitoring.v3.text_widget_pb2
16
+ import yandex.cloud.monitoring.v3.title_widget_pb2
17
+
18
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
19
+
20
+ @typing.final
21
+ class GroupWidget(google.protobuf.message.Message):
22
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
23
+
24
+ @typing.final
25
+ class RepeatSettings(google.protobuf.message.Message):
26
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
27
+
28
+ REPEAT_BY_FIELD_NUMBER: builtins.int
29
+ @property
30
+ def repeat_by(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]: ...
31
+ def __init__(
32
+ self,
33
+ *,
34
+ repeat_by: collections.abc.Iterable[builtins.str] | None = ...,
35
+ ) -> None: ...
36
+ def ClearField(self, field_name: typing.Literal["repeat_by", b"repeat_by"]) -> None: ...
37
+
38
+ @typing.final
39
+ class LayoutPosition(google.protobuf.message.Message):
40
+ """Layout item for widget item positioning."""
41
+
42
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
43
+
44
+ X_FIELD_NUMBER: builtins.int
45
+ Y_FIELD_NUMBER: builtins.int
46
+ W_FIELD_NUMBER: builtins.int
47
+ H_FIELD_NUMBER: builtins.int
48
+ x: builtins.int
49
+ """Required. X-axis top-left corner coordinate."""
50
+ y: builtins.int
51
+ """Required. Y-axis top-left corner coordinate."""
52
+ w: builtins.int
53
+ """Required. Weight."""
54
+ h: builtins.int
55
+ """Required. Height."""
56
+ def __init__(
57
+ self,
58
+ *,
59
+ x: builtins.int = ...,
60
+ y: builtins.int = ...,
61
+ w: builtins.int = ...,
62
+ h: builtins.int = ...,
63
+ ) -> None: ...
64
+ def ClearField(self, field_name: typing.Literal["h", b"h", "w", b"w", "x", b"x", "y", b"y"]) -> None: ...
65
+
66
+ @typing.final
67
+ class ChildWidget(google.protobuf.message.Message):
68
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
69
+
70
+ ID_FIELD_NUMBER: builtins.int
71
+ LINKS_FIELD_NUMBER: builtins.int
72
+ POSITION_FIELD_NUMBER: builtins.int
73
+ TEXT_FIELD_NUMBER: builtins.int
74
+ TITLE_FIELD_NUMBER: builtins.int
75
+ CHART_FIELD_NUMBER: builtins.int
76
+ MULTI_SOURCE_CHART_FIELD_NUMBER: builtins.int
77
+ id: builtins.str
78
+ @property
79
+ def links(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.monitoring.v3.link_item_pb2.LinkItem]: ...
80
+ @property
81
+ def position(self) -> global___GroupWidget.LayoutPosition:
82
+ """Widget layout position."""
83
+
84
+ @property
85
+ def text(self) -> yandex.cloud.monitoring.v3.text_widget_pb2.TextWidget: ...
86
+ @property
87
+ def title(self) -> yandex.cloud.monitoring.v3.title_widget_pb2.TitleWidget: ...
88
+ @property
89
+ def chart(self) -> yandex.cloud.monitoring.v3.chart_widget_pb2.ChartWidget: ...
90
+ @property
91
+ def multi_source_chart(self) -> yandex.cloud.monitoring.v3.multi_source_chart_widget_pb2.MultiSourceChartWidget: ...
92
+ def __init__(
93
+ self,
94
+ *,
95
+ id: builtins.str = ...,
96
+ links: collections.abc.Iterable[yandex.cloud.monitoring.v3.link_item_pb2.LinkItem] | None = ...,
97
+ position: global___GroupWidget.LayoutPosition | None = ...,
98
+ text: yandex.cloud.monitoring.v3.text_widget_pb2.TextWidget | None = ...,
99
+ title: yandex.cloud.monitoring.v3.title_widget_pb2.TitleWidget | None = ...,
100
+ chart: yandex.cloud.monitoring.v3.chart_widget_pb2.ChartWidget | None = ...,
101
+ multi_source_chart: yandex.cloud.monitoring.v3.multi_source_chart_widget_pb2.MultiSourceChartWidget | None = ...,
102
+ ) -> None: ...
103
+ def HasField(self, field_name: typing.Literal["chart", b"chart", "multi_source_chart", b"multi_source_chart", "position", b"position", "text", b"text", "title", b"title", "widget", b"widget"]) -> builtins.bool: ...
104
+ def ClearField(self, field_name: typing.Literal["chart", b"chart", "id", b"id", "links", b"links", "multi_source_chart", b"multi_source_chart", "position", b"position", "text", b"text", "title", b"title", "widget", b"widget"]) -> None: ...
105
+ def WhichOneof(self, oneof_group: typing.Literal["widget", b"widget"]) -> typing.Literal["text", "title", "chart", "multi_source_chart"] | None: ...
106
+
107
+ ID_FIELD_NUMBER: builtins.int
108
+ TITLE_FIELD_NUMBER: builtins.int
109
+ COLLAPSED_FIELD_NUMBER: builtins.int
110
+ WIDGETS_FIELD_NUMBER: builtins.int
111
+ REPEAT_SETTINGS_FIELD_NUMBER: builtins.int
112
+ id: builtins.str
113
+ title: builtins.str
114
+ collapsed: builtins.bool
115
+ @property
116
+ def widgets(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___GroupWidget.ChildWidget]: ...
117
+ @property
118
+ def repeat_settings(self) -> global___GroupWidget.RepeatSettings: ...
119
+ def __init__(
120
+ self,
121
+ *,
122
+ id: builtins.str = ...,
123
+ title: builtins.str = ...,
124
+ collapsed: builtins.bool = ...,
125
+ widgets: collections.abc.Iterable[global___GroupWidget.ChildWidget] | None = ...,
126
+ repeat_settings: global___GroupWidget.RepeatSettings | None = ...,
127
+ ) -> None: ...
128
+ def HasField(self, field_name: typing.Literal["repeat_settings", b"repeat_settings"]) -> builtins.bool: ...
129
+ def ClearField(self, field_name: typing.Literal["collapsed", b"collapsed", "id", b"id", "repeat_settings", b"repeat_settings", "title", b"title", "widgets", b"widgets"]) -> None: ...
130
+
131
+ global___GroupWidget = GroupWidget
@@ -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/monitoring/v3/group_widget_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
+ ...
@@ -27,9 +27,10 @@ from yandex.cloud.monitoring.v3 import text_widget_pb2 as yandex_dot_cloud_dot_m
27
27
  from yandex.cloud.monitoring.v3 import title_widget_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_title__widget__pb2
28
28
  from yandex.cloud.monitoring.v3 import multi_source_chart_widget_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_multi__source__chart__widget__pb2
29
29
  from yandex.cloud.monitoring.v3 import link_item_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_link__item__pb2
30
+ from yandex.cloud.monitoring.v3 import group_widget_pb2 as yandex_dot_cloud_dot_monitoring_dot_v3_dot_group__widget__pb2
30
31
 
31
32
 
32
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/monitoring/v3/widget.proto\x12\x1ayandex.cloud.monitoring.v3\x1a-yandex/cloud/monitoring/v3/chart_widget.proto\x1a,yandex/cloud/monitoring/v3/text_widget.proto\x1a-yandex/cloud/monitoring/v3/title_widget.proto\x1a:yandex/cloud/monitoring/v3/multi_source_chart_widget.proto\x1a*yandex/cloud/monitoring/v3/link_item.proto\"\xda\x03\n\x06Widget\x12\x43\n\x08position\x18\x01 \x01(\x0b\x32\x31.yandex.cloud.monitoring.v3.Widget.LayoutPosition\x12\x36\n\x04text\x18\x02 \x01(\x0b\x32&.yandex.cloud.monitoring.v3.TextWidgetH\x00\x12\x38\n\x05title\x18\x03 \x01(\x0b\x32\'.yandex.cloud.monitoring.v3.TitleWidgetH\x00\x12\x38\n\x05\x63hart\x18\x05 \x01(\x0b\x32\'.yandex.cloud.monitoring.v3.ChartWidgetH\x00\x12P\n\x12multi_source_chart\x18\n \x01(\x0b\x32\x32.yandex.cloud.monitoring.v3.MultiSourceChartWidgetH\x00\x12\x33\n\x05links\x18\x0c \x03(\x0b\x32$.yandex.cloud.monitoring.v3.LinkItem\x1a<\n\x0eLayoutPosition\x12\t\n\x01x\x18\x01 \x01(\x03\x12\t\n\x01y\x18\x02 \x01(\x03\x12\t\n\x01w\x18\x03 \x01(\x03\x12\t\n\x01h\x18\x04 \x01(\x03\x42\x08\n\x06widgetJ\x04\x08\x04\x10\x05J\x04\x08\x06\x10\nJ\x04\x08\x0b\x10\x0c\x42k\n\x1eyandex.cloud.api.monitoring.v3ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/monitoring/v3;monitoringb\x06proto3')
33
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'yandex/cloud/monitoring/v3/widget.proto\x12\x1ayandex.cloud.monitoring.v3\x1a-yandex/cloud/monitoring/v3/chart_widget.proto\x1a,yandex/cloud/monitoring/v3/text_widget.proto\x1a-yandex/cloud/monitoring/v3/title_widget.proto\x1a:yandex/cloud/monitoring/v3/multi_source_chart_widget.proto\x1a*yandex/cloud/monitoring/v3/link_item.proto\x1a-yandex/cloud/monitoring/v3/group_widget.proto\"\x8e\x04\n\x06Widget\x12\x43\n\x08position\x18\x01 \x01(\x0b\x32\x31.yandex.cloud.monitoring.v3.Widget.LayoutPosition\x12\x36\n\x04text\x18\x02 \x01(\x0b\x32&.yandex.cloud.monitoring.v3.TextWidgetH\x00\x12\x38\n\x05title\x18\x03 \x01(\x0b\x32\'.yandex.cloud.monitoring.v3.TitleWidgetH\x00\x12\x38\n\x05\x63hart\x18\x05 \x01(\x0b\x32\'.yandex.cloud.monitoring.v3.ChartWidgetH\x00\x12P\n\x12multi_source_chart\x18\n \x01(\x0b\x32\x32.yandex.cloud.monitoring.v3.MultiSourceChartWidgetH\x00\x12\x38\n\x05group\x18\x0b \x01(\x0b\x32\'.yandex.cloud.monitoring.v3.GroupWidgetH\x00\x12\x33\n\x05links\x18\x0c \x03(\x0b\x32$.yandex.cloud.monitoring.v3.LinkItem\x1a<\n\x0eLayoutPosition\x12\t\n\x01x\x18\x01 \x01(\x03\x12\t\n\x01y\x18\x02 \x01(\x03\x12\t\n\x01w\x18\x03 \x01(\x03\x12\t\n\x01h\x18\x04 \x01(\x03\x42\x08\n\x06widgetJ\x04\x08\x04\x10\x05J\x04\x08\x06\x10\nBk\n\x1eyandex.cloud.api.monitoring.v3ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/monitoring/v3;monitoringb\x06proto3')
33
34
 
34
35
  _globals = globals()
35
36
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -37,8 +38,8 @@ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.monitoring.v3.
37
38
  if not _descriptor._USE_C_DESCRIPTORS:
38
39
  _globals['DESCRIPTOR']._loaded_options = None
39
40
  _globals['DESCRIPTOR']._serialized_options = b'\n\036yandex.cloud.api.monitoring.v3ZIgithub.com/yandex-cloud/go-genproto/yandex/cloud/monitoring/v3;monitoring'
40
- _globals['_WIDGET']._serialized_start=316
41
- _globals['_WIDGET']._serialized_end=790
42
- _globals['_WIDGET_LAYOUTPOSITION']._serialized_start=702
43
- _globals['_WIDGET_LAYOUTPOSITION']._serialized_end=762
41
+ _globals['_WIDGET']._serialized_start=363
42
+ _globals['_WIDGET']._serialized_end=889
43
+ _globals['_WIDGET_LAYOUTPOSITION']._serialized_start=807
44
+ _globals['_WIDGET_LAYOUTPOSITION']._serialized_end=867
44
45
  # @@protoc_insertion_point(module_scope)
@@ -10,6 +10,7 @@ import google.protobuf.internal.containers
10
10
  import google.protobuf.message
11
11
  import typing
12
12
  import yandex.cloud.monitoring.v3.chart_widget_pb2
13
+ import yandex.cloud.monitoring.v3.group_widget_pb2
13
14
  import yandex.cloud.monitoring.v3.link_item_pb2
14
15
  import yandex.cloud.monitoring.v3.multi_source_chart_widget_pb2
15
16
  import yandex.cloud.monitoring.v3.text_widget_pb2
@@ -56,6 +57,7 @@ class Widget(google.protobuf.message.Message):
56
57
  TITLE_FIELD_NUMBER: builtins.int
57
58
  CHART_FIELD_NUMBER: builtins.int
58
59
  MULTI_SOURCE_CHART_FIELD_NUMBER: builtins.int
60
+ GROUP_FIELD_NUMBER: builtins.int
59
61
  LINKS_FIELD_NUMBER: builtins.int
60
62
  @property
61
63
  def position(self) -> global___Widget.LayoutPosition:
@@ -77,6 +79,10 @@ class Widget(google.protobuf.message.Message):
77
79
  def multi_source_chart(self) -> yandex.cloud.monitoring.v3.multi_source_chart_widget_pb2.MultiSourceChartWidget:
78
80
  """Multi-source chart widget."""
79
81
 
82
+ @property
83
+ def group(self) -> yandex.cloud.monitoring.v3.group_widget_pb2.GroupWidget:
84
+ """Group widget."""
85
+
80
86
  @property
81
87
  def links(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[yandex.cloud.monitoring.v3.link_item_pb2.LinkItem]: ...
82
88
  def __init__(
@@ -87,10 +93,11 @@ class Widget(google.protobuf.message.Message):
87
93
  title: yandex.cloud.monitoring.v3.title_widget_pb2.TitleWidget | None = ...,
88
94
  chart: yandex.cloud.monitoring.v3.chart_widget_pb2.ChartWidget | None = ...,
89
95
  multi_source_chart: yandex.cloud.monitoring.v3.multi_source_chart_widget_pb2.MultiSourceChartWidget | None = ...,
96
+ group: yandex.cloud.monitoring.v3.group_widget_pb2.GroupWidget | None = ...,
90
97
  links: collections.abc.Iterable[yandex.cloud.monitoring.v3.link_item_pb2.LinkItem] | None = ...,
91
98
  ) -> None: ...
92
- def HasField(self, field_name: typing.Literal["chart", b"chart", "multi_source_chart", b"multi_source_chart", "position", b"position", "text", b"text", "title", b"title", "widget", b"widget"]) -> builtins.bool: ...
93
- def ClearField(self, field_name: typing.Literal["chart", b"chart", "links", b"links", "multi_source_chart", b"multi_source_chart", "position", b"position", "text", b"text", "title", b"title", "widget", b"widget"]) -> None: ...
94
- def WhichOneof(self, oneof_group: typing.Literal["widget", b"widget"]) -> typing.Literal["text", "title", "chart", "multi_source_chart"] | None: ...
99
+ def HasField(self, field_name: typing.Literal["chart", b"chart", "group", b"group", "multi_source_chart", b"multi_source_chart", "position", b"position", "text", b"text", "title", b"title", "widget", b"widget"]) -> builtins.bool: ...
100
+ def ClearField(self, field_name: typing.Literal["chart", b"chart", "group", b"group", "links", b"links", "multi_source_chart", b"multi_source_chart", "position", b"position", "text", b"text", "title", b"title", "widget", b"widget"]) -> None: ...
101
+ def WhichOneof(self, oneof_group: typing.Literal["widget", b"widget"]) -> typing.Literal["text", "title", "chart", "multi_source_chart", "group"] | None: ...
95
102
 
96
103
  global___Widget = Widget
File without changes
@@ -0,0 +1,40 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: yandex/cloud/organizationmanager/v1/idp/user.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/organizationmanager/v1/idp/user.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
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2yandex/cloud/organizationmanager/v1/idp/user.proto\x12\'yandex.cloud.organizationmanager.v1.idp\x1a\x1fgoogle/protobuf/timestamp.proto\"\xb4\x03\n\x04User\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0buserpool_id\x18\x02 \x01(\t\x12\x44\n\x06status\x18\x03 \x01(\x0e\x32\x34.yandex.cloud.organizationmanager.v1.idp.User.Status\x12\x10\n\x08username\x18\x04 \x01(\t\x12\x11\n\tfull_name\x18\x06 \x01(\t\x12\x12\n\ngiven_name\x18\x07 \x01(\t\x12\x13\n\x0b\x66\x61mily_name\x18\x08 \x01(\t\x12\r\n\x05\x65mail\x18\t \x01(\t\x12\x14\n\x0cphone_number\x18\n \x01(\t\x12.\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x13\n\x0b\x65xternal_id\x18\r \x01(\t\"W\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x04\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\r\n\tSUSPENDED\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03J\x04\x08\x05\x10\x06\x42~\n+yandex.cloud.api.organizationmanager.v1.idpZOgithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/idp;idpb\x06proto3')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.organizationmanager.v1.idp.user_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ _globals['DESCRIPTOR']._loaded_options = None
35
+ _globals['DESCRIPTOR']._serialized_options = b'\n+yandex.cloud.api.organizationmanager.v1.idpZOgithub.com/yandex-cloud/go-genproto/yandex/cloud/organizationmanager/v1/idp;idp'
36
+ _globals['_USER']._serialized_start=129
37
+ _globals['_USER']._serialized_end=565
38
+ _globals['_USER_STATUS']._serialized_start=472
39
+ _globals['_USER_STATUS']._serialized_end=559
40
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,149 @@
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 User(google.protobuf.message.Message):
23
+ """A user in the Identity Provider system.
24
+
25
+ Users are created within a userpool and can authenticate to access cloud resources.
26
+ Each user has a unique identifier, credentials, and profile information.
27
+ """
28
+
29
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
30
+
31
+ class _Status:
32
+ ValueType = typing.NewType("ValueType", builtins.int)
33
+ V: typing_extensions.TypeAlias = ValueType
34
+
35
+ class _StatusEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[User._Status.ValueType], builtins.type):
36
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
37
+ STATUS_UNSPECIFIED: User._Status.ValueType # 0
38
+ """The status is not specified."""
39
+ CREATING: User._Status.ValueType # 4
40
+ """The user is in the process of being created."""
41
+ ACTIVE: User._Status.ValueType # 1
42
+ """The user is active and can authenticate.
43
+ Active users have full access to the system according to their permissions.
44
+ """
45
+ SUSPENDED: User._Status.ValueType # 2
46
+ """The user is suspended and cannot authenticate.
47
+ Suspended users retain their data but cannot access the system.
48
+ """
49
+ DELETING: User._Status.ValueType # 3
50
+ """The user is in the process of being deleted.
51
+ This is a transitional state before the user is completely removed from the system.
52
+ """
53
+
54
+ class Status(_Status, metaclass=_StatusEnumTypeWrapper):
55
+ """Represents the current status of a user in the Identity Provider system."""
56
+
57
+ STATUS_UNSPECIFIED: User.Status.ValueType # 0
58
+ """The status is not specified."""
59
+ CREATING: User.Status.ValueType # 4
60
+ """The user is in the process of being created."""
61
+ ACTIVE: User.Status.ValueType # 1
62
+ """The user is active and can authenticate.
63
+ Active users have full access to the system according to their permissions.
64
+ """
65
+ SUSPENDED: User.Status.ValueType # 2
66
+ """The user is suspended and cannot authenticate.
67
+ Suspended users retain their data but cannot access the system.
68
+ """
69
+ DELETING: User.Status.ValueType # 3
70
+ """The user is in the process of being deleted.
71
+ This is a transitional state before the user is completely removed from the system.
72
+ """
73
+
74
+ ID_FIELD_NUMBER: builtins.int
75
+ USERPOOL_ID_FIELD_NUMBER: builtins.int
76
+ STATUS_FIELD_NUMBER: builtins.int
77
+ USERNAME_FIELD_NUMBER: builtins.int
78
+ FULL_NAME_FIELD_NUMBER: builtins.int
79
+ GIVEN_NAME_FIELD_NUMBER: builtins.int
80
+ FAMILY_NAME_FIELD_NUMBER: builtins.int
81
+ EMAIL_FIELD_NUMBER: builtins.int
82
+ PHONE_NUMBER_FIELD_NUMBER: builtins.int
83
+ CREATED_AT_FIELD_NUMBER: builtins.int
84
+ UPDATED_AT_FIELD_NUMBER: builtins.int
85
+ EXTERNAL_ID_FIELD_NUMBER: builtins.int
86
+ id: builtins.str
87
+ """Unique identifier of the user.
88
+ This ID is generated automatically when the user is created.
89
+ """
90
+ userpool_id: builtins.str
91
+ """ID of the userpool this user belongs to.
92
+ To get the userpool ID, make a [UserpoolService.List] request.
93
+ """
94
+ status: global___User.Status.ValueType
95
+ """Current status of the user.
96
+ Determines whether the user can authenticate and access the system.
97
+ """
98
+ username: builtins.str
99
+ """Username used for authentication.
100
+ Usually in the format of an email address.
101
+ """
102
+ full_name: builtins.str
103
+ """User's full name (display name).
104
+ This is typically shown in the UI and used for identification purposes.
105
+ """
106
+ given_name: builtins.str
107
+ """User's first name.
108
+ Part of the user's profile information.
109
+ """
110
+ family_name: builtins.str
111
+ """User's last name.
112
+ Part of the user's profile information.
113
+ """
114
+ email: builtins.str
115
+ """User's email address."""
116
+ phone_number: builtins.str
117
+ """User's phone number."""
118
+ external_id: builtins.str
119
+ """External identifier for federation with external identity systems.
120
+ This ID can be used to link this user with an account in an external system.
121
+ """
122
+ @property
123
+ def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
124
+ """Timestamp when the user was created."""
125
+
126
+ @property
127
+ def updated_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
128
+ """Timestamp when the user was last updated."""
129
+
130
+ def __init__(
131
+ self,
132
+ *,
133
+ id: builtins.str = ...,
134
+ userpool_id: builtins.str = ...,
135
+ status: global___User.Status.ValueType = ...,
136
+ username: builtins.str = ...,
137
+ full_name: builtins.str = ...,
138
+ given_name: builtins.str = ...,
139
+ family_name: builtins.str = ...,
140
+ email: builtins.str = ...,
141
+ phone_number: builtins.str = ...,
142
+ created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
143
+ updated_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
144
+ external_id: builtins.str = ...,
145
+ ) -> None: ...
146
+ def HasField(self, field_name: typing.Literal["created_at", b"created_at", "updated_at", b"updated_at"]) -> builtins.bool: ...
147
+ def ClearField(self, field_name: typing.Literal["created_at", b"created_at", "email", b"email", "external_id", b"external_id", "family_name", b"family_name", "full_name", b"full_name", "given_name", b"given_name", "id", b"id", "phone_number", b"phone_number", "status", b"status", "updated_at", b"updated_at", "username", b"username", "userpool_id", b"userpool_id"]) -> None: ...
148
+
149
+ global___User = User
@@ -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/organizationmanager/v1/idp/user_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
+ ...