yandexcloud 0.360.0__py3-none-any.whl → 0.362.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.
- yandex/cloud/airflow/v1/cluster_pb2.py +32 -28
- yandex/cloud/airflow/v1/cluster_pb2.pyi +31 -2
- yandex/cloud/airflow/v1/cluster_service_pb2.py +26 -26
- yandex/cloud/airflow/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/audittrails/v1/trail_pb2.py +47 -43
- yandex/cloud/audittrails/v1/trail_pb2.pyi +23 -3
- yandex/cloud/baremetal/v1alpha/configuration_pb2.py +10 -6
- yandex/cloud/baremetal/v1alpha/configuration_pb2.pyi +10 -2
- yandex/cloud/clouddesktop/v1/desktop_group_pb2.py +15 -15
- yandex/cloud/clouddesktop/v1/desktop_group_pb2.pyi +4 -0
- yandex/cloud/clouddesktop/v1/desktop_pb2.py +9 -9
- yandex/cloud/clouddesktop/v1/desktop_pb2.pyi +4 -0
- yandex/cloud/cloudregistry/v1/registry_pb2.pyi +1 -1
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +29 -21
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +60 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +45 -0
- yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +26 -0
- yandex/cloud/connectionmanager/v1/mongodb_pb2.py +14 -14
- yandex/cloud/connectionmanager/v1/mongodb_pb2.pyi +4 -1
- yandex/cloud/iam/v1/access_analyzer_service_pb2.py +56 -0
- yandex/cloud/iam/v1/access_analyzer_service_pb2.pyi +105 -0
- yandex/cloud/iam/v1/access_analyzer_service_pb2_grpc.py +101 -0
- yandex/cloud/iam/v1/access_analyzer_service_pb2_grpc.pyi +50 -0
- yandex/cloud/mdb/clickhouse/v1/cluster_pb2.py +18 -18
- yandex/cloud/mdb/clickhouse/v1/cluster_pb2.pyi +24 -0
- yandex/cloud/mdb/clickhouse/v1/config/clickhouse_pb2.pyi +2 -2
- yandex/cloud/mdb/clickhouse/v1/user_pb2.pyi +1 -1
- yandex/cloud/mdb/clickhouse/v1/version_pb2.py +2 -2
- yandex/cloud/mdb/clickhouse/v1/version_pb2.pyi +5 -1
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.py +47 -43
- yandex/cloud/mdb/postgresql/v1/cluster_pb2.pyi +34 -6
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.py +111 -107
- yandex/cloud/mdb/postgresql/v1/cluster_service_pb2.pyi +35 -7
- yandex/cloud/mdb/postgresql/v1/config/host10_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host10_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host11_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host11_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host12_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host12_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host13_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host13_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host14_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host14_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host15_1c_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host15_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/host16_1c_pb2.py +26 -24
- yandex/cloud/mdb/postgresql/v1/config/host16_pb2.py +26 -24
- yandex/cloud/mdb/postgresql/v1/config/host17_1c_pb2.py +26 -24
- yandex/cloud/mdb/postgresql/v1/config/host17_pb2.py +26 -24
- yandex/cloud/mdb/postgresql/v1/config/host18_1c_pb2.py +81 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_1c_pb2.pyi +512 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_1c_pb2_grpc.py +24 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_1c_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_pb2.py +81 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_pb2.pyi +512 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_pb2_grpc.py +24 -0
- yandex/cloud/mdb/postgresql/v1/config/host18_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.py +24 -22
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_1c_pb2.py +36 -34
- yandex/cloud/mdb/postgresql/v1/config/postgresql10_pb2.py +36 -34
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_1c_pb2.py +36 -34
- yandex/cloud/mdb/postgresql/v1/config/postgresql11_pb2.py +36 -34
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_1c_pb2.py +38 -36
- yandex/cloud/mdb/postgresql/v1/config/postgresql12_pb2.py +38 -36
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_1c_pb2.py +38 -36
- yandex/cloud/mdb/postgresql/v1/config/postgresql13_pb2.py +38 -36
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_1c_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql17_pb2.py +40 -38
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_1c_pb2.py +181 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_1c_pb2.pyi +1130 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_1c_pb2_grpc.py +24 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_1c_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_pb2.py +181 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_pb2.pyi +1122 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_pb2_grpc.py +24 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql18_pb2_grpc.pyi +17 -0
- yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.py +30 -28
- yandex/cloud/mdb/redis/v1/cluster_pb2.py +30 -18
- yandex/cloud/mdb/redis/v1/cluster_pb2.pyi +100 -2
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.py +4 -4
- yandex/cloud/mdb/redis/v1/cluster_service_pb2.pyi +8 -2
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +127 -159
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +0 -93
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.py +0 -131
- yandex/cloud/mdb/spqr/v1/cluster_service_pb2_grpc.pyi +0 -57
- yandex/cloud/mdb/spqr/v1/database_service_pb2.py +13 -25
- yandex/cloud/mdb/spqr/v1/database_service_pb2.pyi +0 -35
- yandex/cloud/mdb/spqr/v1/database_service_pb2_grpc.py +0 -44
- yandex/cloud/mdb/spqr/v1/database_service_pb2_grpc.pyi +0 -20
- yandex/cloud/mdb/spqr/v1/user_service_pb2.py +17 -29
- yandex/cloud/mdb/spqr/v1/user_service_pb2.pyi +0 -35
- yandex/cloud/mdb/spqr/v1/user_service_pb2_grpc.py +0 -44
- yandex/cloud/mdb/spqr/v1/user_service_pb2_grpc.pyi +0 -20
- yandex/cloud/organizationmanager/v1/group_service_pb2.py +21 -3
- yandex/cloud/organizationmanager/v1/group_service_pb2.pyi +102 -0
- yandex/cloud/organizationmanager/v1/group_service_pb2_grpc.py +44 -0
- yandex/cloud/organizationmanager/v1/group_service_pb2_grpc.pyi +20 -0
- yandex/cloud/searchapi/v2/img_search_service_pb2.py +8 -6
- yandex/cloud/searchapi/v2/img_search_service_pb2.pyi +0 -1
- yandex/cloud/speechsense/v1/analysis/assistants_pb2.py +41 -0
- yandex/cloud/speechsense/v1/analysis/assistants_pb2.pyi +83 -0
- yandex/cloud/speechsense/v1/analysis/assistants_pb2_grpc.py +24 -0
- yandex/cloud/speechsense/v1/analysis/assistants_pb2_grpc.pyi +17 -0
- yandex/cloud/speechsense/v1/assistant_pb2.py +48 -0
- yandex/cloud/speechsense/v1/assistant_pb2.pyi +178 -0
- yandex/cloud/speechsense/v1/assistant_pb2_grpc.py +24 -0
- yandex/cloud/speechsense/v1/assistant_pb2_grpc.pyi +17 -0
- yandex/cloud/speechsense/v1/assistants_service_pb2.py +51 -0
- yandex/cloud/speechsense/v1/assistants_service_pb2.pyi +76 -0
- yandex/cloud/speechsense/v1/assistants_service_pb2_grpc.py +142 -0
- yandex/cloud/speechsense/v1/assistants_service_pb2_grpc.pyi +64 -0
- yandex/cloud/speechsense/v1/talk_pb2.py +16 -15
- yandex/cloud/speechsense/v1/talk_pb2.pyi +9 -2
- yandex/cloud/trino/v1/catalog_pb2.py +96 -84
- yandex/cloud/trino/v1/catalog_pb2.pyi +56 -3
- yandex/cloud/video/v1/video_service_pb2.py +54 -52
- yandexcloud/__init__.py +1 -1
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/METADATA +1 -1
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/RECORD +129 -97
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/AUTHORS +0 -0
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/LICENSE +0 -0
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/WHEEL +0 -0
- {yandexcloud-0.360.0.dist-info → yandexcloud-0.362.0.dist-info}/top_level.txt +0 -0
|
@@ -28,7 +28,7 @@ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
|
28
28
|
from yandex.cloud.clouddesktop.v1 import disk_pb2 as yandex_dot_cloud_dot_clouddesktop_dot_v1_dot_disk__pb2
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/clouddesktop/v1/desktop_group.proto\x12 yandex.cloud.clouddesktop.v1.api\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/access/access.proto\x1a\x1dyandex/cloud/validation.proto\x1a\'yandex/cloud/clouddesktop/v1/disk.proto\"\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0yandex/cloud/clouddesktop/v1/desktop_group.proto\x12 yandex.cloud.clouddesktop.v1.api\x1a\x1fgoogle/protobuf/timestamp.proto\x1a yandex/cloud/access/access.proto\x1a\x1dyandex/cloud/validation.proto\x1a\'yandex/cloud/clouddesktop/v1/disk.proto\"\xe1\x07\n\x0c\x44\x65sktopGroup\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x45\n\x06status\x18\x04 \x01(\x0e\x32\x35.yandex.cloud.clouddesktop.v1.api.DesktopGroup.Status\x12\x0c\n\x04name\x18\x0b \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x0c \x01(\t\x12G\n\x0eresources_spec\x18\x15 \x01(\x0b\x32/.yandex.cloud.clouddesktop.v1.api.ResourcesSpec\x12V\n\x16network_interface_spec\x18\x16 \x01(\x0b\x32\x36.yandex.cloud.clouddesktop.v1.api.NetworkInterfaceSpec\x12J\n\x06labels\x18\x17 \x03(\x0b\x32:.yandex.cloud.clouddesktop.v1.api.DesktopGroup.LabelsEntry\x12\x42\n\x0e\x62oot_disk_spec\x18\x18 \x01(\x0b\x32*.yandex.cloud.clouddesktop.v1.api.DiskSpec\x12\x42\n\x0e\x64\x61ta_disk_spec\x18\x19 \x01(\x0b\x32*.yandex.cloud.clouddesktop.v1.api.DiskSpec\x12Q\n\x0cgroup_config\x18\x1a \x01(\x0b\x32;.yandex.cloud.clouddesktop.v1.api.DesktopGroupConfiguration\x12P\n\x12\x61uto_update_policy\x18\x1b \x01(\x0b\x32\x32.yandex.cloud.clouddesktop.v1.api.AutoUpdatePolicyH\x00\x12T\n\x14manual_update_policy\x18\x1c \x01(\x0b\x32\x34.yandex.cloud.clouddesktop.v1.api.ManualUpdatePolicyH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"V\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\x0c\n\x08UPDATING\x10\x04\x42\x15\n\rupdate_policy\x12\x04\xc0\xc1\x31\x01J\x04\x08\r\x10\x15J\x04\x08\x05\x10\x0b\"\xd3\x02\n\x19\x44\x65sktopGroupConfiguration\x12%\n\x12min_ready_desktops\x18\x01 \x01(\x03\x42\t\xfa\xc7\x31\x05\x31-512\x12&\n\x13max_desktops_amount\x18\x02 \x01(\x03\x42\t\xfa\xc7\x31\x05\x30-512\x12]\n\x0c\x64\x65sktop_type\x18\x03 \x01(\x0e\x32G.yandex.cloud.clouddesktop.v1.api.DesktopGroupConfiguration.DesktopType\x12\x37\n\x07members\x18\x04 \x03(\x0b\x32\x1c.yandex.cloud.access.SubjectB\x08\x82\xc8\x31\x04\x30-10\"O\n\x0b\x44\x65sktopType\x12\x1c\n\x18\x44\x45SKTOP_TYPE_UNSPECIFIED\x10\x00\x12\x0e\n\nPERSISTENT\x10\x01\x12\x12\n\x0eNON_PERSISTENT\x10\x02\"b\n\rResourcesSpec\x12\x17\n\x06memory\x18\x01 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12\x16\n\x05\x63ores\x18\x02 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12 \n\rcore_fraction\x18\x03 \x01(\x03\x42\t\xfa\xc7\x31\x05\x30-100\"`\n\x14NetworkInterfaceSpec\x12 \n\nnetwork_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12&\n\nsubnet_ids\x18\x02 \x03(\tB\x12\x82\xc8\x31\x02>0\x8a\xc8\x31\x04<=50\x90\xc8\x31\x01\"\x14\n\x12ManualUpdatePolicy\"\x12\n\x10\x41utoUpdatePolicyBq\n yandex.cloud.api.clouddesktop.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/clouddesktop/v1;clouddesktopb\x06proto3')
|
|
32
32
|
|
|
33
33
|
_globals = globals()
|
|
34
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -57,21 +57,21 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
57
57
|
_globals['_NETWORKINTERFACESPEC'].fields_by_name['subnet_ids']._loaded_options = None
|
|
58
58
|
_globals['_NETWORKINTERFACESPEC'].fields_by_name['subnet_ids']._serialized_options = b'\202\3101\002>0\212\3101\004<=50\220\3101\001'
|
|
59
59
|
_globals['_DESKTOPGROUP']._serialized_start=226
|
|
60
|
-
_globals['_DESKTOPGROUP']._serialized_end=
|
|
60
|
+
_globals['_DESKTOPGROUP']._serialized_end=1219
|
|
61
61
|
_globals['_DESKTOPGROUP_LABELSENTRY']._serialized_start=1051
|
|
62
62
|
_globals['_DESKTOPGROUP_LABELSENTRY']._serialized_end=1096
|
|
63
63
|
_globals['_DESKTOPGROUP_STATUS']._serialized_start=1098
|
|
64
|
-
_globals['_DESKTOPGROUP_STATUS']._serialized_end=
|
|
65
|
-
_globals['_DESKTOPGROUPCONFIGURATION']._serialized_start=
|
|
66
|
-
_globals['_DESKTOPGROUPCONFIGURATION']._serialized_end=
|
|
67
|
-
_globals['_DESKTOPGROUPCONFIGURATION_DESKTOPTYPE']._serialized_start=
|
|
68
|
-
_globals['_DESKTOPGROUPCONFIGURATION_DESKTOPTYPE']._serialized_end=
|
|
69
|
-
_globals['_RESOURCESSPEC']._serialized_start=
|
|
70
|
-
_globals['_RESOURCESSPEC']._serialized_end=
|
|
71
|
-
_globals['_NETWORKINTERFACESPEC']._serialized_start=
|
|
72
|
-
_globals['_NETWORKINTERFACESPEC']._serialized_end=
|
|
73
|
-
_globals['_MANUALUPDATEPOLICY']._serialized_start=
|
|
74
|
-
_globals['_MANUALUPDATEPOLICY']._serialized_end=
|
|
75
|
-
_globals['_AUTOUPDATEPOLICY']._serialized_start=
|
|
76
|
-
_globals['_AUTOUPDATEPOLICY']._serialized_end=
|
|
64
|
+
_globals['_DESKTOPGROUP_STATUS']._serialized_end=1184
|
|
65
|
+
_globals['_DESKTOPGROUPCONFIGURATION']._serialized_start=1222
|
|
66
|
+
_globals['_DESKTOPGROUPCONFIGURATION']._serialized_end=1561
|
|
67
|
+
_globals['_DESKTOPGROUPCONFIGURATION_DESKTOPTYPE']._serialized_start=1482
|
|
68
|
+
_globals['_DESKTOPGROUPCONFIGURATION_DESKTOPTYPE']._serialized_end=1561
|
|
69
|
+
_globals['_RESOURCESSPEC']._serialized_start=1563
|
|
70
|
+
_globals['_RESOURCESSPEC']._serialized_end=1661
|
|
71
|
+
_globals['_NETWORKINTERFACESPEC']._serialized_start=1663
|
|
72
|
+
_globals['_NETWORKINTERFACESPEC']._serialized_end=1759
|
|
73
|
+
_globals['_MANUALUPDATEPOLICY']._serialized_start=1761
|
|
74
|
+
_globals['_MANUALUPDATEPOLICY']._serialized_end=1781
|
|
75
|
+
_globals['_AUTOUPDATEPOLICY']._serialized_start=1783
|
|
76
|
+
_globals['_AUTOUPDATEPOLICY']._serialized_end=1801
|
|
77
77
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -41,6 +41,8 @@ class DesktopGroup(google.protobuf.message.Message):
|
|
|
41
41
|
"""Desktop group is ready to use."""
|
|
42
42
|
DELETING: DesktopGroup._Status.ValueType # 3
|
|
43
43
|
"""Desktop group is being deleted."""
|
|
44
|
+
UPDATING: DesktopGroup._Status.ValueType # 4
|
|
45
|
+
"""Desktop group is updating."""
|
|
44
46
|
|
|
45
47
|
class Status(_Status, metaclass=_StatusEnumTypeWrapper): ...
|
|
46
48
|
STATUS_UNSPECIFIED: DesktopGroup.Status.ValueType # 0
|
|
@@ -50,6 +52,8 @@ class DesktopGroup(google.protobuf.message.Message):
|
|
|
50
52
|
"""Desktop group is ready to use."""
|
|
51
53
|
DELETING: DesktopGroup.Status.ValueType # 3
|
|
52
54
|
"""Desktop group is being deleted."""
|
|
55
|
+
UPDATING: DesktopGroup.Status.ValueType # 4
|
|
56
|
+
"""Desktop group is updating."""
|
|
53
57
|
|
|
54
58
|
@typing.final
|
|
55
59
|
class LabelsEntry(google.protobuf.message.Message):
|
|
@@ -26,7 +26,7 @@ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__
|
|
|
26
26
|
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/clouddesktop/v1/desktop.proto\x12 yandex.cloud.clouddesktop.v1.api\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*yandex/cloud/clouddesktop/v1/desktop.proto\x12 yandex.cloud.clouddesktop.v1.api\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1dyandex/cloud/validation.proto\"\xcf\x05\n\x07\x44\x65sktop\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tfolder_id\x18\x02 \x01(\t\x12\x18\n\x10\x64\x65sktop_group_id\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12@\n\x06status\x18\x05 \x01(\x0e\x32\x30.yandex.cloud.clouddesktop.v1.api.Desktop.Status\x12\x0c\n\x04name\x18\x0b \x01(\t\x12>\n\tresources\x18\x15 \x01(\x0b\x32+.yandex.cloud.clouddesktop.v1.api.Resources\x12N\n\x12network_interfaces\x18\x16 \x03(\x0b\x32\x32.yandex.cloud.clouddesktop.v1.api.NetworkInterface\x12\x35\n\x05users\x18\x17 \x03(\x0b\x32&.yandex.cloud.clouddesktop.v1.api.User\x12\x45\n\x06labels\x18\x18 \x03(\x0b\x32\x35.yandex.cloud.clouddesktop.v1.api.Desktop.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xc1\x01\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\x0e\n\nRESTARTING\x10\x04\x12\x0c\n\x08UPDATING\x10\x05\x12\x0c\n\x08STARTING\x10\x06\x12\x0c\n\x08STOPPING\x10\x07\x12\x0b\n\x07STOPPED\x10\x08\x12\t\n\x05\x45RROR\x10\t\x12\x13\n\x0f\x43REATION_FAILED\x10\n\x12\x10\n\x0cHEALTH_CHECK\x10\x0bJ\x04\x08\x0c\x10\x15J\x04\x08\x06\x10\x0b\"^\n\tResources\x12\x17\n\x06memory\x18\x01 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12\x16\n\x05\x63ores\x18\x02 \x01(\x03\x42\x07\xfa\xc7\x31\x03>=1\x12 \n\rcore_fraction\x18\x03 \x01(\x03\x42\t\xfa\xc7\x31\x05\x30-100\"N\n\x04User\x12!\n\nsubject_id\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=100\x12#\n\x0csubject_type\x18\x02 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=100\"U\n\x10NetworkInterface\x12 \n\nnetwork_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1f\n\tsubnet_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50Bq\n yandex.cloud.api.clouddesktop.v1ZMgithub.com/yandex-cloud/go-genproto/yandex/cloud/clouddesktop/v1;clouddesktopb\x06proto3')
|
|
30
30
|
|
|
31
31
|
_globals = globals()
|
|
32
32
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -51,15 +51,15 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
51
51
|
_globals['_NETWORKINTERFACE'].fields_by_name['subnet_id']._loaded_options = None
|
|
52
52
|
_globals['_NETWORKINTERFACE'].fields_by_name['subnet_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
53
53
|
_globals['_DESKTOP']._serialized_start=145
|
|
54
|
-
_globals['_DESKTOP']._serialized_end=
|
|
54
|
+
_globals['_DESKTOP']._serialized_end=864
|
|
55
55
|
_globals['_DESKTOP_LABELSENTRY']._serialized_start=611
|
|
56
56
|
_globals['_DESKTOP_LABELSENTRY']._serialized_end=656
|
|
57
57
|
_globals['_DESKTOP_STATUS']._serialized_start=659
|
|
58
|
-
_globals['_DESKTOP_STATUS']._serialized_end=
|
|
59
|
-
_globals['_RESOURCES']._serialized_start=
|
|
60
|
-
_globals['_RESOURCES']._serialized_end=
|
|
61
|
-
_globals['_USER']._serialized_start=
|
|
62
|
-
_globals['_USER']._serialized_end=
|
|
63
|
-
_globals['_NETWORKINTERFACE']._serialized_start=
|
|
64
|
-
_globals['_NETWORKINTERFACE']._serialized_end=
|
|
58
|
+
_globals['_DESKTOP_STATUS']._serialized_end=852
|
|
59
|
+
_globals['_RESOURCES']._serialized_start=866
|
|
60
|
+
_globals['_RESOURCES']._serialized_end=960
|
|
61
|
+
_globals['_USER']._serialized_start=962
|
|
62
|
+
_globals['_USER']._serialized_end=1040
|
|
63
|
+
_globals['_NETWORKINTERFACE']._serialized_start=1042
|
|
64
|
+
_globals['_NETWORKINTERFACE']._serialized_end=1127
|
|
65
65
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -53,6 +53,8 @@ class Desktop(google.protobuf.message.Message):
|
|
|
53
53
|
"""Desktop did not manage start or restart."""
|
|
54
54
|
CREATION_FAILED: Desktop._Status.ValueType # 10
|
|
55
55
|
"""Desktop did not manage to get created or updated."""
|
|
56
|
+
HEALTH_CHECK: Desktop._Status.ValueType # 11
|
|
57
|
+
"""Desktop in the process of health check."""
|
|
56
58
|
|
|
57
59
|
class Status(_Status, metaclass=_StatusEnumTypeWrapper): ...
|
|
58
60
|
STATUS_UNSPECIFIED: Desktop.Status.ValueType # 0
|
|
@@ -76,6 +78,8 @@ class Desktop(google.protobuf.message.Message):
|
|
|
76
78
|
"""Desktop did not manage start or restart."""
|
|
77
79
|
CREATION_FAILED: Desktop.Status.ValueType # 10
|
|
78
80
|
"""Desktop did not manage to get created or updated."""
|
|
81
|
+
HEALTH_CHECK: Desktop.Status.ValueType # 11
|
|
82
|
+
"""Desktop in the process of health check."""
|
|
79
83
|
|
|
80
84
|
@typing.final
|
|
81
85
|
class LabelsEntry(google.protobuf.message.Message):
|
|
@@ -22,7 +22,7 @@ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
|
|
|
22
22
|
|
|
23
23
|
@typing.final
|
|
24
24
|
class Registry(google.protobuf.message.Message):
|
|
25
|
-
"""A Registry resource."""
|
|
25
|
+
"""A Registry resource. For more information, see the [Registry](/docs/cloud-registry/concepts/registry) section of the documentation."""
|
|
26
26
|
|
|
27
27
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
28
28
|
|
|
@@ -30,7 +30,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
|
|
|
30
30
|
from yandex.cloud.cloudrouter.v1 import routing_instance_pb2 as yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__pb2
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/cloudrouter/v1/routing_instance_service.proto\x12\x1byandex.cloud.cloudrouter.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1dyandex/cloud/validation.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x32yandex/cloud/cloudrouter/v1/routing_instance.proto\"F\n\x19GetRoutingInstanceRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"d\n1GetRoutingInstanceByCicPrivateConnectionIdRequest\x12/\n\x19\x63ic_private_connection_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"O\n\'GetRoutingInstanceByVpcNetworkIdRequest\x12$\n\x0evpc_network_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x98\x01\n\x1bListRoutingInstancesRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"\x80\x01\n\x1cListRoutingInstancesResponse\x12G\n\x11routing_instances\x18\x01 \x03(\x0b\x32,.yandex.cloud.cloudrouter.v1.RoutingInstance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xeb\x03\n\x1c\x43reateRoutingInstanceRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x04 \x01(\t\x12\x11\n\tregion_id\x18\x05 \x01(\t\x12\x46\n\x08vpc_info\x18\x06 \x03(\x0b\x32\x34.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcInfo\x12j\n\x1b\x63ic_private_connection_info\x18\x07 \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.RoutingInstance.CicPrivateConnectionInfo\x12\x92\x01\n\x06labels\x18\x0c \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.CreateRoutingInstanceRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x03\x10\x04J\x04\x08\x08\x10\x0c\"<\n\x1d\x43reateRoutingInstanceMetadata\x12\x1b\n\x13routing_instance_id\x18\x01 \x01(\t\"\xbc\x04\n\x1cUpdateRoutingInstanceRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x11\n\tregion_id\x18\x07 \x01(\t\x12J\n\x08vpc_info\x18\x08 \x03(\x0b\x32\x34.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcInfoB\x02\x18\x01\x12n\n\x1b\x63ic_private_connection_info\x18\t \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.RoutingInstance.CicPrivateConnectionInfoB\x02\x18\x01\x12\x92\x01\n\x06labels\x18\x0e \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.UpdateRoutingInstanceRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x05\x10\x07J\x04\x08\n\x10\x0e\"<\n\x1dUpdateRoutingInstanceMetadata\x12\x1b\n\x13routing_instance_id\x18\x01 \x01(\t\"\xae\x01\n\x15UpsertPrefixesRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x16\n\x0evpc_network_id\x18\x02 \x01(\t\x12L\n\x14vpc_az_info_prefixes\x18\x03 \x03(\x0b\x32..yandex.cloud.cloudrouter.v1.VpcAzInfoPrefixesJ\x04\x08\x04\x10\x07\"\xa8\x01\n\x15RemovePrefixesRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x16\n\x0evpc_network_id\x18\x02 \x01(\t\x12L\n\x14vpc_az_info_prefixes\x18\x03 \x03(\x0b\x32..yandex.cloud.cloudrouter.v1.VpcAzInfoPrefixes\":\n\x11VpcAzInfoPrefixes\x12\r\n\x05\x61z_id\x18\x01 \x01(\t\x12\x10\n\x08prefixes\x18\x02 \x03(\tJ\x04\x08\x03\x10\x04\"\xac\x01\n\x11MovePrefixRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x12src_vpc_network_id\x18\x02 \x01(\t\x12\x11\n\tsrc_az_id\x18\x03 \x01(\t\x12\x1a\n\x12\x64st_vpc_network_id\x18\x04 \x01(\t\x12\x11\n\tdst_az_id\x18\x05 \x01(\t\x12\x0e\n\x06prefix\x18\x06 \x01(\t\"\xaa\x01\n\x17UpdatePrefixMaskRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x16\n\x0evpc_network_id\x18\x02 \x01(\t\x12\r\n\x05\x61z_id\x18\x03 \x01(\t\x12\x0e\n\x06prefix\x18\x04 \x01(\t\x12\x10\n\x08new_mask\x18\x05 \x01(\x03\x12\x1b\n\x13remove_sub_prefixes\x18\x06 \x01(\x08\"q\n\x1b\x41\x64\x64PrivateConnectionRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x19\x63ic_private_connection_id\x18\x02 \x01(\tJ\x04\x08\x03\x10\t\"n\n\x1eRemovePrivateConnectionRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x19\x63ic_private_connection_id\x18\x02 \x01(\t\"I\n\x1c\x44\x65leteRoutingInstanceRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"<\n\x1d\x44\x65leteRoutingInstanceMetadata\x12\x1b\n\x13routing_instance_id\x18\x01 \x01(\t\"x\n$ListRoutingInstanceOperationsRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\"w\n%ListRoutingInstanceOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\x9f\x16\n\x16RoutingInstanceService\x12\xab\x01\n\x03Get\x12\x36.yandex.cloud.cloudrouter.v1.GetRoutingInstanceRequest\x1a,.yandex.cloud.cloudrouter.v1.RoutingInstance\">\x82\xd3\xe4\x93\x02\x38\x12\x36/cloudrouter/v1/routingInstances/{routing_instance_id}\x12\x87\x01\n\x11GetByVpcNetworkId\x12\x44.yandex.cloud.cloudrouter.v1.GetRoutingInstanceByVpcNetworkIdRequest\x1a,.yandex.cloud.cloudrouter.v1.RoutingInstance\x12\x9b\x01\n\x1bGetByCicPrivateConnectionId\x12N.yandex.cloud.cloudrouter.v1.GetRoutingInstanceByCicPrivateConnectionIdRequest\x1a,.yandex.cloud.cloudrouter.v1.RoutingInstance\x12\xa5\x01\n\x04List\x12\x38.yandex.cloud.cloudrouter.v1.ListRoutingInstancesRequest\x1a\x39.yandex.cloud.cloudrouter.v1.ListRoutingInstancesResponse\"(\x82\xd3\xe4\x93\x02\"\x12 /cloudrouter/v1/routingInstances\x12\xc7\x01\n\x06\x43reate\x12\x39.yandex.cloud.cloudrouter.v1.CreateRoutingInstanceRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*0\n\x1d\x43reateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02%\" /cloudrouter/v1/routingInstances:\x01*\x12\xc7\x01\n\x06Update\x12\x39.yandex.cloud.cloudrouter.v1.UpdateRoutingInstanceRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02%2 /cloudrouter/v1/routingInstances:\x01*\x12\xee\x01\n\x0eUpsertPrefixes\x12\x32.yandex.cloud.cloudrouter.v1.UpsertPrefixesRequest\x1a!.yandex.cloud.operation.Operation\"\x84\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02J\"E/cloudrouter/v1/routingInstances/{routing_instance_id}:upsertPrefixes:\x01*\x12\xee\x01\n\x0eRemovePrefixes\x12\x32.yandex.cloud.cloudrouter.v1.RemovePrefixesRequest\x1a!.yandex.cloud.operation.Operation\"\x84\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02J\"E/cloudrouter/v1/routingInstances/{routing_instance_id}:removePrefixes:\x01*\x12\x95\x01\n\nMovePrefix\x12..yandex.cloud.cloudrouter.v1.MovePrefixRequest\x1a!.yandex.cloud.operation.Operation\"4\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x12\xa1\x01\n\x10UpdatePrefixMask\x12\x34.yandex.cloud.cloudrouter.v1.UpdatePrefixMaskRequest\x1a!.yandex.cloud.operation.Operation\"4\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x12\x80\x02\n\x14\x41\x64\x64PrivateConnection\x12\x38.yandex.cloud.cloudrouter.v1.AddPrivateConnectionRequest\x1a!.yandex.cloud.operation.Operation\"\x8a\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02P\"K/cloudrouter/v1/routingInstances/{routing_instance_id}:addPrivateConnection:\x01*\x12\x89\x02\n\x17RemovePrivateConnection\x12;.yandex.cloud.cloudrouter.v1.RemovePrivateConnectionRequest\x1a!.yandex.cloud.operation.Operation\"\x8d\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02S\"N/cloudrouter/v1/routingInstances/{routing_instance_id}:removePrivateConnection:\x01*\x12\xe0\x01\n\x06\x44\x65lete\x12\x39.yandex.cloud.cloudrouter.v1.DeleteRoutingInstanceRequest\x1a!.yandex.cloud.operation.Operation\"x\xb2\xd2*6\n\x1d\x44\x65leteRoutingInstanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x38*6/cloudrouter/v1/routingInstances/{routing_instance_id}\x12\xe2\x01\n\x0eListOperations\x12\x41.yandex.cloud.cloudrouter.v1.ListRoutingInstanceOperationsRequest\x1a\x42.yandex.cloud.cloudrouter.v1.ListRoutingInstanceOperationsResponse\"I\x82\xd3\xe4\x93\x02\x43\x12\x41/cloudrouter/v1/routingInstances/{routing_instance_id}/operationsBn\n\x1fyandex.cloud.api.cloudrouter.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/cloudrouter/v1;cloudrouterb\x06proto3')
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/cloudrouter/v1/routing_instance_service.proto\x12\x1byandex.cloud.cloudrouter.v1\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a\x1dyandex/cloud/validation.proto\x1a yandex/cloud/api/operation.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x32yandex/cloud/cloudrouter/v1/routing_instance.proto\"F\n\x19GetRoutingInstanceRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"d\n1GetRoutingInstanceByCicPrivateConnectionIdRequest\x12/\n\x19\x63ic_private_connection_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"O\n\'GetRoutingInstanceByVpcNetworkIdRequest\x12$\n\x0evpc_network_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"\x98\x01\n\x1bListRoutingInstancesRequest\x12\x1f\n\tfolder_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"\x80\x01\n\x1cListRoutingInstancesResponse\x12G\n\x11routing_instances\x18\x01 \x03(\x0b\x32,.yandex.cloud.cloudrouter.v1.RoutingInstance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xeb\x03\n\x1c\x43reateRoutingInstanceRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x11\n\tfolder_id\x18\x04 \x01(\t\x12\x11\n\tregion_id\x18\x05 \x01(\t\x12\x46\n\x08vpc_info\x18\x06 \x03(\x0b\x32\x34.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcInfo\x12j\n\x1b\x63ic_private_connection_info\x18\x07 \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.RoutingInstance.CicPrivateConnectionInfo\x12\x92\x01\n\x06labels\x18\x0c \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.CreateRoutingInstanceRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x03\x10\x04J\x04\x08\x08\x10\x0c\"<\n\x1d\x43reateRoutingInstanceMetadata\x12\x1b\n\x13routing_instance_id\x18\x01 \x01(\t\"\xbc\x04\n\x1cUpdateRoutingInstanceRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x0c\n\x04name\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t\x12\x11\n\tregion_id\x18\x07 \x01(\t\x12J\n\x08vpc_info\x18\x08 \x03(\x0b\x32\x34.yandex.cloud.cloudrouter.v1.RoutingInstance.VpcInfoB\x02\x18\x01\x12n\n\x1b\x63ic_private_connection_info\x18\t \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.RoutingInstance.CicPrivateConnectionInfoB\x02\x18\x01\x12\x92\x01\n\x06labels\x18\x0e \x03(\x0b\x32\x45.yandex.cloud.cloudrouter.v1.UpdateRoutingInstanceRequest.LabelsEntryB;\xf2\xc7\x31\x0b[-_0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x18\x12\x10[a-z][-_0-9a-z]*\x1a\x04\x31-63\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\x05\x10\x07J\x04\x08\n\x10\x0e\"<\n\x1dUpdateRoutingInstanceMetadata\x12\x1b\n\x13routing_instance_id\x18\x01 \x01(\t\"\xae\x01\n\x15UpsertPrefixesRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x16\n\x0evpc_network_id\x18\x02 \x01(\t\x12L\n\x14vpc_az_info_prefixes\x18\x03 \x03(\x0b\x32..yandex.cloud.cloudrouter.v1.VpcAzInfoPrefixesJ\x04\x08\x04\x10\x07\"\xa8\x01\n\x15RemovePrefixesRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x16\n\x0evpc_network_id\x18\x02 \x01(\t\x12L\n\x14vpc_az_info_prefixes\x18\x03 \x03(\x0b\x32..yandex.cloud.cloudrouter.v1.VpcAzInfoPrefixes\"\x80\x02\n\x15UpdateNetworksRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12@\n\x12\x61\x64\x64\x65\x64_vpc_networks\x18\x02 \x03(\x0b\x32$.yandex.cloud.cloudrouter.v1.VpcInfo\x12\x42\n\x14updated_vpc_networks\x18\x03 \x03(\x0b\x32$.yandex.cloud.cloudrouter.v1.VpcInfo\x12\x1f\n\x17\x64\x65leted_vpc_network_ids\x18\x04 \x03(\t\x12\x15\n\rstrict_remove\x18\x05 \x01(\x08\"o\n\x07VpcInfo\x12\x16\n\x0evpc_network_id\x18\x01 \x01(\t\x12L\n\x14vpc_az_info_prefixes\x18\x02 \x03(\x0b\x32..yandex.cloud.cloudrouter.v1.VpcAzInfoPrefixes\":\n\x11VpcAzInfoPrefixes\x12\r\n\x05\x61z_id\x18\x01 \x01(\t\x12\x10\n\x08prefixes\x18\x02 \x03(\tJ\x04\x08\x03\x10\x04\"\xac\x01\n\x11MovePrefixRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1a\n\x12src_vpc_network_id\x18\x02 \x01(\t\x12\x11\n\tsrc_az_id\x18\x03 \x01(\t\x12\x1a\n\x12\x64st_vpc_network_id\x18\x04 \x01(\t\x12\x11\n\tdst_az_id\x18\x05 \x01(\t\x12\x0e\n\x06prefix\x18\x06 \x01(\t\"\xaa\x01\n\x17UpdatePrefixMaskRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x16\n\x0evpc_network_id\x18\x02 \x01(\t\x12\r\n\x05\x61z_id\x18\x03 \x01(\t\x12\x0e\n\x06prefix\x18\x04 \x01(\t\x12\x10\n\x08new_mask\x18\x05 \x01(\x03\x12\x1b\n\x13remove_sub_prefixes\x18\x06 \x01(\x08\"q\n\x1b\x41\x64\x64PrivateConnectionRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x19\x63ic_private_connection_id\x18\x02 \x01(\tJ\x04\x08\x03\x10\t\"n\n\x1eRemovePrivateConnectionRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12!\n\x19\x63ic_private_connection_id\x18\x02 \x01(\t\"I\n\x1c\x44\x65leteRoutingInstanceRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\"<\n\x1d\x44\x65leteRoutingInstanceMetadata\x12\x1b\n\x13routing_instance_id\x18\x01 \x01(\t\"x\n$ListRoutingInstanceOperationsRequest\x12)\n\x13routing_instance_id\x18\x01 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x11\n\tpage_size\x18\x02 \x01(\x03\x12\x12\n\npage_token\x18\x03 \x01(\t\"w\n%ListRoutingInstanceOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t2\xbf\x17\n\x16RoutingInstanceService\x12\xab\x01\n\x03Get\x12\x36.yandex.cloud.cloudrouter.v1.GetRoutingInstanceRequest\x1a,.yandex.cloud.cloudrouter.v1.RoutingInstance\">\x82\xd3\xe4\x93\x02\x38\x12\x36/cloudrouter/v1/routingInstances/{routing_instance_id}\x12\x87\x01\n\x11GetByVpcNetworkId\x12\x44.yandex.cloud.cloudrouter.v1.GetRoutingInstanceByVpcNetworkIdRequest\x1a,.yandex.cloud.cloudrouter.v1.RoutingInstance\x12\x9b\x01\n\x1bGetByCicPrivateConnectionId\x12N.yandex.cloud.cloudrouter.v1.GetRoutingInstanceByCicPrivateConnectionIdRequest\x1a,.yandex.cloud.cloudrouter.v1.RoutingInstance\x12\xa5\x01\n\x04List\x12\x38.yandex.cloud.cloudrouter.v1.ListRoutingInstancesRequest\x1a\x39.yandex.cloud.cloudrouter.v1.ListRoutingInstancesResponse\"(\x82\xd3\xe4\x93\x02\"\x12 /cloudrouter/v1/routingInstances\x12\xc7\x01\n\x06\x43reate\x12\x39.yandex.cloud.cloudrouter.v1.CreateRoutingInstanceRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*0\n\x1d\x43reateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02%\" /cloudrouter/v1/routingInstances:\x01*\x12\xc7\x01\n\x06Update\x12\x39.yandex.cloud.cloudrouter.v1.UpdateRoutingInstanceRequest\x1a!.yandex.cloud.operation.Operation\"_\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02%2 /cloudrouter/v1/routingInstances:\x01*\x12\xee\x01\n\x0eUpsertPrefixes\x12\x32.yandex.cloud.cloudrouter.v1.UpsertPrefixesRequest\x1a!.yandex.cloud.operation.Operation\"\x84\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02J\"E/cloudrouter/v1/routingInstances/{routing_instance_id}:upsertPrefixes:\x01*\x12\xee\x01\n\x0eRemovePrefixes\x12\x32.yandex.cloud.cloudrouter.v1.RemovePrefixesRequest\x1a!.yandex.cloud.operation.Operation\"\x84\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02J\"E/cloudrouter/v1/routingInstances/{routing_instance_id}:removePrefixes:\x01*\x12\x9d\x01\n\x0eUpdateNetworks\x12\x32.yandex.cloud.cloudrouter.v1.UpdateNetworksRequest\x1a!.yandex.cloud.operation.Operation\"4\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x12\x95\x01\n\nMovePrefix\x12..yandex.cloud.cloudrouter.v1.MovePrefixRequest\x1a!.yandex.cloud.operation.Operation\"4\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x12\xa1\x01\n\x10UpdatePrefixMask\x12\x34.yandex.cloud.cloudrouter.v1.UpdatePrefixMaskRequest\x1a!.yandex.cloud.operation.Operation\"4\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x12\x80\x02\n\x14\x41\x64\x64PrivateConnection\x12\x38.yandex.cloud.cloudrouter.v1.AddPrivateConnectionRequest\x1a!.yandex.cloud.operation.Operation\"\x8a\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02P\"K/cloudrouter/v1/routingInstances/{routing_instance_id}:addPrivateConnection:\x01*\x12\x89\x02\n\x17RemovePrivateConnection\x12;.yandex.cloud.cloudrouter.v1.RemovePrivateConnectionRequest\x1a!.yandex.cloud.operation.Operation\"\x8d\x01\xb2\xd2*0\n\x1dUpdateRoutingInstanceMetadata\x12\x0fRoutingInstance\x82\xd3\xe4\x93\x02S\"N/cloudrouter/v1/routingInstances/{routing_instance_id}:removePrivateConnection:\x01*\x12\xe0\x01\n\x06\x44\x65lete\x12\x39.yandex.cloud.cloudrouter.v1.DeleteRoutingInstanceRequest\x1a!.yandex.cloud.operation.Operation\"x\xb2\xd2*6\n\x1d\x44\x65leteRoutingInstanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02\x38*6/cloudrouter/v1/routingInstances/{routing_instance_id}\x12\xe2\x01\n\x0eListOperations\x12\x41.yandex.cloud.cloudrouter.v1.ListRoutingInstanceOperationsRequest\x1a\x42.yandex.cloud.cloudrouter.v1.ListRoutingInstanceOperationsResponse\"I\x82\xd3\xe4\x93\x02\x43\x12\x41/cloudrouter/v1/routingInstances/{routing_instance_id}/operationsBn\n\x1fyandex.cloud.api.cloudrouter.v1ZKgithub.com/yandex-cloud/go-genproto/yandex/cloud/cloudrouter/v1;cloudrouterb\x06proto3')
|
|
34
34
|
|
|
35
35
|
_globals = globals()
|
|
36
36
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -70,6 +70,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
70
70
|
_globals['_UPSERTPREFIXESREQUEST'].fields_by_name['routing_instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
71
71
|
_globals['_REMOVEPREFIXESREQUEST'].fields_by_name['routing_instance_id']._loaded_options = None
|
|
72
72
|
_globals['_REMOVEPREFIXESREQUEST'].fields_by_name['routing_instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
73
|
+
_globals['_UPDATENETWORKSREQUEST'].fields_by_name['routing_instance_id']._loaded_options = None
|
|
74
|
+
_globals['_UPDATENETWORKSREQUEST'].fields_by_name['routing_instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
73
75
|
_globals['_MOVEPREFIXREQUEST'].fields_by_name['routing_instance_id']._loaded_options = None
|
|
74
76
|
_globals['_MOVEPREFIXREQUEST'].fields_by_name['routing_instance_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
75
77
|
_globals['_UPDATEPREFIXMASKREQUEST'].fields_by_name['routing_instance_id']._loaded_options = None
|
|
@@ -94,6 +96,8 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
94
96
|
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['UpsertPrefixes']._serialized_options = b'\262\322*0\n\035UpdateRoutingInstanceMetadata\022\017RoutingInstance\202\323\344\223\002J\"E/cloudrouter/v1/routingInstances/{routing_instance_id}:upsertPrefixes:\001*'
|
|
95
97
|
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['RemovePrefixes']._loaded_options = None
|
|
96
98
|
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['RemovePrefixes']._serialized_options = b'\262\322*0\n\035UpdateRoutingInstanceMetadata\022\017RoutingInstance\202\323\344\223\002J\"E/cloudrouter/v1/routingInstances/{routing_instance_id}:removePrefixes:\001*'
|
|
99
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['UpdateNetworks']._loaded_options = None
|
|
100
|
+
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['UpdateNetworks']._serialized_options = b'\262\322*0\n\035UpdateRoutingInstanceMetadata\022\017RoutingInstance'
|
|
97
101
|
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['MovePrefix']._loaded_options = None
|
|
98
102
|
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['MovePrefix']._serialized_options = b'\262\322*0\n\035UpdateRoutingInstanceMetadata\022\017RoutingInstance'
|
|
99
103
|
_globals['_ROUTINGINSTANCESERVICE'].methods_by_name['UpdatePrefixMask']._loaded_options = None
|
|
@@ -132,24 +136,28 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
132
136
|
_globals['_UPSERTPREFIXESREQUEST']._serialized_end=2221
|
|
133
137
|
_globals['_REMOVEPREFIXESREQUEST']._serialized_start=2224
|
|
134
138
|
_globals['_REMOVEPREFIXESREQUEST']._serialized_end=2392
|
|
135
|
-
_globals['
|
|
136
|
-
_globals['
|
|
137
|
-
_globals['
|
|
138
|
-
_globals['
|
|
139
|
-
_globals['
|
|
140
|
-
_globals['
|
|
141
|
-
_globals['
|
|
142
|
-
_globals['
|
|
143
|
-
_globals['
|
|
144
|
-
_globals['
|
|
145
|
-
_globals['
|
|
146
|
-
_globals['
|
|
147
|
-
_globals['
|
|
148
|
-
_globals['
|
|
149
|
-
_globals['
|
|
150
|
-
_globals['
|
|
151
|
-
_globals['
|
|
152
|
-
_globals['
|
|
153
|
-
_globals['
|
|
154
|
-
_globals['
|
|
139
|
+
_globals['_UPDATENETWORKSREQUEST']._serialized_start=2395
|
|
140
|
+
_globals['_UPDATENETWORKSREQUEST']._serialized_end=2651
|
|
141
|
+
_globals['_VPCINFO']._serialized_start=2653
|
|
142
|
+
_globals['_VPCINFO']._serialized_end=2764
|
|
143
|
+
_globals['_VPCAZINFOPREFIXES']._serialized_start=2766
|
|
144
|
+
_globals['_VPCAZINFOPREFIXES']._serialized_end=2824
|
|
145
|
+
_globals['_MOVEPREFIXREQUEST']._serialized_start=2827
|
|
146
|
+
_globals['_MOVEPREFIXREQUEST']._serialized_end=2999
|
|
147
|
+
_globals['_UPDATEPREFIXMASKREQUEST']._serialized_start=3002
|
|
148
|
+
_globals['_UPDATEPREFIXMASKREQUEST']._serialized_end=3172
|
|
149
|
+
_globals['_ADDPRIVATECONNECTIONREQUEST']._serialized_start=3174
|
|
150
|
+
_globals['_ADDPRIVATECONNECTIONREQUEST']._serialized_end=3287
|
|
151
|
+
_globals['_REMOVEPRIVATECONNECTIONREQUEST']._serialized_start=3289
|
|
152
|
+
_globals['_REMOVEPRIVATECONNECTIONREQUEST']._serialized_end=3399
|
|
153
|
+
_globals['_DELETEROUTINGINSTANCEREQUEST']._serialized_start=3401
|
|
154
|
+
_globals['_DELETEROUTINGINSTANCEREQUEST']._serialized_end=3474
|
|
155
|
+
_globals['_DELETEROUTINGINSTANCEMETADATA']._serialized_start=3476
|
|
156
|
+
_globals['_DELETEROUTINGINSTANCEMETADATA']._serialized_end=3536
|
|
157
|
+
_globals['_LISTROUTINGINSTANCEOPERATIONSREQUEST']._serialized_start=3538
|
|
158
|
+
_globals['_LISTROUTINGINSTANCEOPERATIONSREQUEST']._serialized_end=3658
|
|
159
|
+
_globals['_LISTROUTINGINSTANCEOPERATIONSRESPONSE']._serialized_start=3660
|
|
160
|
+
_globals['_LISTROUTINGINSTANCEOPERATIONSRESPONSE']._serialized_end=3779
|
|
161
|
+
_globals['_ROUTINGINSTANCESERVICE']._serialized_start=3782
|
|
162
|
+
_globals['_ROUTINGINSTANCESERVICE']._serialized_end=6789
|
|
155
163
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -371,6 +371,66 @@ class RemovePrefixesRequest(google.protobuf.message.Message):
|
|
|
371
371
|
|
|
372
372
|
global___RemovePrefixesRequest = RemovePrefixesRequest
|
|
373
373
|
|
|
374
|
+
@typing.final
|
|
375
|
+
class UpdateNetworksRequest(google.protobuf.message.Message):
|
|
376
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
377
|
+
|
|
378
|
+
ROUTING_INSTANCE_ID_FIELD_NUMBER: builtins.int
|
|
379
|
+
ADDED_VPC_NETWORKS_FIELD_NUMBER: builtins.int
|
|
380
|
+
UPDATED_VPC_NETWORKS_FIELD_NUMBER: builtins.int
|
|
381
|
+
DELETED_VPC_NETWORK_IDS_FIELD_NUMBER: builtins.int
|
|
382
|
+
STRICT_REMOVE_FIELD_NUMBER: builtins.int
|
|
383
|
+
routing_instance_id: builtins.str
|
|
384
|
+
"""ID of the RoutingInstance resource."""
|
|
385
|
+
strict_remove: builtins.bool
|
|
386
|
+
"""Specifies whether to check for vpc in routing instance."""
|
|
387
|
+
@property
|
|
388
|
+
def added_vpc_networks(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___VpcInfo]:
|
|
389
|
+
"""Lists information about the VPC networks that are added to the routing instance."""
|
|
390
|
+
|
|
391
|
+
@property
|
|
392
|
+
def updated_vpc_networks(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___VpcInfo]:
|
|
393
|
+
"""List of VPC network information that is updated in the routing instance."""
|
|
394
|
+
|
|
395
|
+
@property
|
|
396
|
+
def deleted_vpc_network_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
|
|
397
|
+
"""List of VPC ids to remove from the routing instance."""
|
|
398
|
+
|
|
399
|
+
def __init__(
|
|
400
|
+
self,
|
|
401
|
+
*,
|
|
402
|
+
routing_instance_id: builtins.str = ...,
|
|
403
|
+
added_vpc_networks: collections.abc.Iterable[global___VpcInfo] | None = ...,
|
|
404
|
+
updated_vpc_networks: collections.abc.Iterable[global___VpcInfo] | None = ...,
|
|
405
|
+
deleted_vpc_network_ids: collections.abc.Iterable[builtins.str] | None = ...,
|
|
406
|
+
strict_remove: builtins.bool = ...,
|
|
407
|
+
) -> None: ...
|
|
408
|
+
def ClearField(self, field_name: typing.Literal["added_vpc_networks", b"added_vpc_networks", "deleted_vpc_network_ids", b"deleted_vpc_network_ids", "routing_instance_id", b"routing_instance_id", "strict_remove", b"strict_remove", "updated_vpc_networks", b"updated_vpc_networks"]) -> None: ...
|
|
409
|
+
|
|
410
|
+
global___UpdateNetworksRequest = UpdateNetworksRequest
|
|
411
|
+
|
|
412
|
+
@typing.final
|
|
413
|
+
class VpcInfo(google.protobuf.message.Message):
|
|
414
|
+
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
415
|
+
|
|
416
|
+
VPC_NETWORK_ID_FIELD_NUMBER: builtins.int
|
|
417
|
+
VPC_AZ_INFO_PREFIXES_FIELD_NUMBER: builtins.int
|
|
418
|
+
vpc_network_id: builtins.str
|
|
419
|
+
"""ID of the vpcNetwork that is attached to the routingInstance."""
|
|
420
|
+
@property
|
|
421
|
+
def vpc_az_info_prefixes(self) -> google.protobuf.internal.containers.RepeatedCompositeFieldContainer[global___VpcAzInfoPrefixes]:
|
|
422
|
+
"""List of the az-related info about vpcNetworks which are attached to routingInstance"""
|
|
423
|
+
|
|
424
|
+
def __init__(
|
|
425
|
+
self,
|
|
426
|
+
*,
|
|
427
|
+
vpc_network_id: builtins.str = ...,
|
|
428
|
+
vpc_az_info_prefixes: collections.abc.Iterable[global___VpcAzInfoPrefixes] | None = ...,
|
|
429
|
+
) -> None: ...
|
|
430
|
+
def ClearField(self, field_name: typing.Literal["vpc_az_info_prefixes", b"vpc_az_info_prefixes", "vpc_network_id", b"vpc_network_id"]) -> None: ...
|
|
431
|
+
|
|
432
|
+
global___VpcInfo = VpcInfo
|
|
433
|
+
|
|
374
434
|
@typing.final
|
|
375
435
|
class VpcAzInfoPrefixes(google.protobuf.message.Message):
|
|
376
436
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
@@ -77,6 +77,11 @@ class RoutingInstanceServiceStub(object):
|
|
|
77
77
|
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.RemovePrefixesRequest.SerializeToString,
|
|
78
78
|
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
79
79
|
_registered_method=True)
|
|
80
|
+
self.UpdateNetworks = channel.unary_unary(
|
|
81
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/UpdateNetworks',
|
|
82
|
+
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.UpdateNetworksRequest.SerializeToString,
|
|
83
|
+
response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
84
|
+
_registered_method=True)
|
|
80
85
|
self.MovePrefix = channel.unary_unary(
|
|
81
86
|
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/MovePrefix',
|
|
82
87
|
request_serializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.MovePrefixRequest.SerializeToString,
|
|
@@ -179,6 +184,14 @@ class RoutingInstanceServiceServicer(object):
|
|
|
179
184
|
context.set_details('Method not implemented!')
|
|
180
185
|
raise NotImplementedError('Method not implemented!')
|
|
181
186
|
|
|
187
|
+
def UpdateNetworks(self, request, context):
|
|
188
|
+
"""Updates multiple vpc using the data specified in the request.
|
|
189
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
190
|
+
"""
|
|
191
|
+
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
|
|
192
|
+
context.set_details('Method not implemented!')
|
|
193
|
+
raise NotImplementedError('Method not implemented!')
|
|
194
|
+
|
|
182
195
|
def MovePrefix(self, request, context):
|
|
183
196
|
"""Moves the specified prefix between availability zones of the RoutingInstance.
|
|
184
197
|
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
@@ -269,6 +282,11 @@ def add_RoutingInstanceServiceServicer_to_server(servicer, server):
|
|
|
269
282
|
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.RemovePrefixesRequest.FromString,
|
|
270
283
|
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
271
284
|
),
|
|
285
|
+
'UpdateNetworks': grpc.unary_unary_rpc_method_handler(
|
|
286
|
+
servicer.UpdateNetworks,
|
|
287
|
+
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.UpdateNetworksRequest.FromString,
|
|
288
|
+
response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
|
|
289
|
+
),
|
|
272
290
|
'MovePrefix': grpc.unary_unary_rpc_method_handler(
|
|
273
291
|
servicer.MovePrefix,
|
|
274
292
|
request_deserializer=yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.MovePrefixRequest.FromString,
|
|
@@ -527,6 +545,33 @@ class RoutingInstanceService(object):
|
|
|
527
545
|
metadata,
|
|
528
546
|
_registered_method=True)
|
|
529
547
|
|
|
548
|
+
@staticmethod
|
|
549
|
+
def UpdateNetworks(request,
|
|
550
|
+
target,
|
|
551
|
+
options=(),
|
|
552
|
+
channel_credentials=None,
|
|
553
|
+
call_credentials=None,
|
|
554
|
+
insecure=False,
|
|
555
|
+
compression=None,
|
|
556
|
+
wait_for_ready=None,
|
|
557
|
+
timeout=None,
|
|
558
|
+
metadata=None):
|
|
559
|
+
return grpc.experimental.unary_unary(
|
|
560
|
+
request,
|
|
561
|
+
target,
|
|
562
|
+
'/yandex.cloud.cloudrouter.v1.RoutingInstanceService/UpdateNetworks',
|
|
563
|
+
yandex_dot_cloud_dot_cloudrouter_dot_v1_dot_routing__instance__service__pb2.UpdateNetworksRequest.SerializeToString,
|
|
564
|
+
yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
|
|
565
|
+
options,
|
|
566
|
+
channel_credentials,
|
|
567
|
+
insecure,
|
|
568
|
+
call_credentials,
|
|
569
|
+
compression,
|
|
570
|
+
wait_for_ready,
|
|
571
|
+
timeout,
|
|
572
|
+
metadata,
|
|
573
|
+
_registered_method=True)
|
|
574
|
+
|
|
530
575
|
@staticmethod
|
|
531
576
|
def MovePrefix(request,
|
|
532
577
|
target,
|
|
@@ -88,6 +88,14 @@ class RoutingInstanceServiceStub:
|
|
|
88
88
|
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
89
89
|
"""
|
|
90
90
|
|
|
91
|
+
UpdateNetworks: grpc.UnaryUnaryMultiCallable[
|
|
92
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.UpdateNetworksRequest,
|
|
93
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
94
|
+
]
|
|
95
|
+
"""Updates multiple vpc using the data specified in the request.
|
|
96
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
97
|
+
"""
|
|
98
|
+
|
|
91
99
|
MovePrefix: grpc.UnaryUnaryMultiCallable[
|
|
92
100
|
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.MovePrefixRequest,
|
|
93
101
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
@@ -202,6 +210,14 @@ class RoutingInstanceServiceAsyncStub:
|
|
|
202
210
|
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
203
211
|
"""
|
|
204
212
|
|
|
213
|
+
UpdateNetworks: grpc.aio.UnaryUnaryMultiCallable[
|
|
214
|
+
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.UpdateNetworksRequest,
|
|
215
|
+
yandex.cloud.operation.operation_pb2.Operation,
|
|
216
|
+
]
|
|
217
|
+
"""Updates multiple vpc using the data specified in the request.
|
|
218
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
219
|
+
"""
|
|
220
|
+
|
|
205
221
|
MovePrefix: grpc.aio.UnaryUnaryMultiCallable[
|
|
206
222
|
yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.MovePrefixRequest,
|
|
207
223
|
yandex.cloud.operation.operation_pb2.Operation,
|
|
@@ -332,6 +348,16 @@ class RoutingInstanceServiceServicer(metaclass=abc.ABCMeta):
|
|
|
332
348
|
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
333
349
|
"""
|
|
334
350
|
|
|
351
|
+
@abc.abstractmethod
|
|
352
|
+
def UpdateNetworks(
|
|
353
|
+
self,
|
|
354
|
+
request: yandex.cloud.cloudrouter.v1.routing_instance_service_pb2.UpdateNetworksRequest,
|
|
355
|
+
context: _ServicerContext,
|
|
356
|
+
) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
|
|
357
|
+
"""Updates multiple vpc using the data specified in the request.
|
|
358
|
+
Method starts an asynchronous operation that can be cancelled while it is in progress.
|
|
359
|
+
"""
|
|
360
|
+
|
|
335
361
|
@abc.abstractmethod
|
|
336
362
|
def MovePrefix(
|
|
337
363
|
self,
|
|
@@ -25,7 +25,7 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from yandex.cloud.connectionmanager.v1 import common_pb2 as yandex_dot_cloud_dot_connectionmanager_dot_v1_dot_common__pb2
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/connectionmanager/v1/mongodb.proto\x12!yandex.cloud.connectionmanager.v1\x1a.yandex/cloud/connectionmanager/v1/common.proto\"
|
|
28
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/yandex/cloud/connectionmanager/v1/mongodb.proto\x12!yandex.cloud.connectionmanager.v1\x1a.yandex/cloud/connectionmanager/v1/common.proto\"|\n\x0bMongoDBAuth\x12L\n\ruser_password\x18\x01 \x01(\x0b\x32\x33.yandex.cloud.connectionmanager.v1.UserPasswordAuthH\x00\x12\x13\n\x0b\x61uth_source\x18\x02 \x01(\tB\n\n\x08security\"\xe8\x04\n\x0eMongoDBCluster\x12\x45\n\x05hosts\x18\x01 \x03(\x0b\x32\x36.yandex.cloud.connectionmanager.v1.MongoDBCluster.Host\x12@\n\ntls_params\x18\x02 \x01(\x0b\x32,.yandex.cloud.connectionmanager.v1.TLSParams\x1a\xcc\x03\n\x04Host\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\x03\x12I\n\x04role\x18\x03 \x01(\x0e\x32;.yandex.cloud.connectionmanager.v1.MongoDBCluster.Host.Role\x12M\n\x06health\x18\x04 \x01(\x0e\x32=.yandex.cloud.connectionmanager.v1.MongoDBCluster.Host.Health\x12I\n\x04type\x18\x05 \x01(\x0e\x32;.yandex.cloud.connectionmanager.v1.MongoDBCluster.Host.Type\"D\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06MONGOD\x10\x01\x12\n\n\x06MONGOS\x10\x02\x12\x0e\n\nMONGOINFRA\x10\x03\"8\n\x04Role\x12\x14\n\x10ROLE_UNSPECIFIED\x10\x00\x12\x0b\n\x07PRIMARY\x10\x01\x12\r\n\tSECONDARY\x10\x02\"C\n\x06Health\x12\x16\n\x12HEALTH_UNSPECIFIED\x10\x00\x12\t\n\x05\x41LIVE\x10\x01\x12\x08\n\x04\x44\x45\x41\x44\x10\x02\x12\x0c\n\x08\x44\x45GRADED\x10\x03\"\xc4\x01\n\x11MongoDBConnection\x12\x42\n\x07\x63luster\x18\x01 \x01(\x0b\x32\x31.yandex.cloud.connectionmanager.v1.MongoDBCluster\x12\x1a\n\x12managed_cluster_id\x18\x02 \x01(\t\x12<\n\x04\x61uth\x18\x03 \x01(\x0b\x32..yandex.cloud.connectionmanager.v1.MongoDBAuth\x12\x11\n\tdatabases\x18\x04 \x03(\tB\x80\x01\n%yandex.cloud.api.connectionmanager.v1ZWgithub.com/yandex-cloud/go-genproto/yandex/cloud/connectionmanager/v1;connectionmanagerb\x06proto3')
|
|
29
29
|
|
|
30
30
|
_globals = globals()
|
|
31
31
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -34,17 +34,17 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
34
34
|
_globals['DESCRIPTOR']._loaded_options = None
|
|
35
35
|
_globals['DESCRIPTOR']._serialized_options = b'\n%yandex.cloud.api.connectionmanager.v1ZWgithub.com/yandex-cloud/go-genproto/yandex/cloud/connectionmanager/v1;connectionmanager'
|
|
36
36
|
_globals['_MONGODBAUTH']._serialized_start=134
|
|
37
|
-
_globals['_MONGODBAUTH']._serialized_end=
|
|
38
|
-
_globals['_MONGODBCLUSTER']._serialized_start=
|
|
39
|
-
_globals['_MONGODBCLUSTER']._serialized_end=
|
|
40
|
-
_globals['_MONGODBCLUSTER_HOST']._serialized_start=
|
|
41
|
-
_globals['_MONGODBCLUSTER_HOST']._serialized_end=
|
|
42
|
-
_globals['_MONGODBCLUSTER_HOST_TYPE']._serialized_start=
|
|
43
|
-
_globals['_MONGODBCLUSTER_HOST_TYPE']._serialized_end=
|
|
44
|
-
_globals['_MONGODBCLUSTER_HOST_ROLE']._serialized_start=
|
|
45
|
-
_globals['_MONGODBCLUSTER_HOST_ROLE']._serialized_end=
|
|
46
|
-
_globals['_MONGODBCLUSTER_HOST_HEALTH']._serialized_start=
|
|
47
|
-
_globals['_MONGODBCLUSTER_HOST_HEALTH']._serialized_end=
|
|
48
|
-
_globals['_MONGODBCONNECTION']._serialized_start=
|
|
49
|
-
_globals['_MONGODBCONNECTION']._serialized_end=
|
|
37
|
+
_globals['_MONGODBAUTH']._serialized_end=258
|
|
38
|
+
_globals['_MONGODBCLUSTER']._serialized_start=261
|
|
39
|
+
_globals['_MONGODBCLUSTER']._serialized_end=877
|
|
40
|
+
_globals['_MONGODBCLUSTER_HOST']._serialized_start=417
|
|
41
|
+
_globals['_MONGODBCLUSTER_HOST']._serialized_end=877
|
|
42
|
+
_globals['_MONGODBCLUSTER_HOST_TYPE']._serialized_start=682
|
|
43
|
+
_globals['_MONGODBCLUSTER_HOST_TYPE']._serialized_end=750
|
|
44
|
+
_globals['_MONGODBCLUSTER_HOST_ROLE']._serialized_start=752
|
|
45
|
+
_globals['_MONGODBCLUSTER_HOST_ROLE']._serialized_end=808
|
|
46
|
+
_globals['_MONGODBCLUSTER_HOST_HEALTH']._serialized_start=810
|
|
47
|
+
_globals['_MONGODBCLUSTER_HOST_HEALTH']._serialized_end=877
|
|
48
|
+
_globals['_MONGODBCONNECTION']._serialized_start=880
|
|
49
|
+
_globals['_MONGODBCONNECTION']._serialized_end=1076
|
|
50
50
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -25,15 +25,18 @@ class MongoDBAuth(google.protobuf.message.Message):
|
|
|
25
25
|
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
|
26
26
|
|
|
27
27
|
USER_PASSWORD_FIELD_NUMBER: builtins.int
|
|
28
|
+
AUTH_SOURCE_FIELD_NUMBER: builtins.int
|
|
29
|
+
auth_source: builtins.str
|
|
28
30
|
@property
|
|
29
31
|
def user_password(self) -> yandex.cloud.connectionmanager.v1.common_pb2.UserPasswordAuth: ...
|
|
30
32
|
def __init__(
|
|
31
33
|
self,
|
|
32
34
|
*,
|
|
33
35
|
user_password: yandex.cloud.connectionmanager.v1.common_pb2.UserPasswordAuth | None = ...,
|
|
36
|
+
auth_source: builtins.str = ...,
|
|
34
37
|
) -> None: ...
|
|
35
38
|
def HasField(self, field_name: typing.Literal["security", b"security", "user_password", b"user_password"]) -> builtins.bool: ...
|
|
36
|
-
def ClearField(self, field_name: typing.Literal["security", b"security", "user_password", b"user_password"]) -> None: ...
|
|
39
|
+
def ClearField(self, field_name: typing.Literal["auth_source", b"auth_source", "security", b"security", "user_password", b"user_password"]) -> None: ...
|
|
37
40
|
def WhichOneof(self, oneof_group: typing.Literal["security", b"security"]) -> typing.Literal["user_password"] | None: ...
|
|
38
41
|
|
|
39
42
|
global___MongoDBAuth = MongoDBAuth
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: yandex/cloud/iam/v1/access_analyzer_service.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/iam/v1/access_analyzer_service.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
|
|
26
|
+
from yandex.cloud.iam.v1 import resource_pb2 as yandex_dot_cloud_dot_iam_dot_v1_dot_resource__pb2
|
|
27
|
+
from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n1yandex/cloud/iam/v1/access_analyzer_service.proto\x12\x13yandex.cloud.iam.v1\x1a\x1cgoogle/api/annotations.proto\x1a\"yandex/cloud/iam/v1/resource.proto\x1a\x1dyandex/cloud/validation.proto\"\xab\x01\n ListSubjectAccessBindingsRequest\x12!\n\nsubject_id\x18\x01 \x01(\tB\r\xe8\xc7\x31\x01\x8a\xc8\x31\x05<=100\x12%\n\x0forganization_id\x18\x02 \x01(\tB\x0c\xe8\xc7\x31\x01\x8a\xc8\x31\x04<=50\x12\x1d\n\tpage_size\x18\x03 \x01(\x03\x42\n\xfa\xc7\x31\x06<=1000\x12\x1e\n\npage_token\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=2000\"\x88\x01\n!ListSubjectAccessBindingsResponse\x12J\n\x17subject_access_bindings\x18\x01 \x03(\x0b\x32).yandex.cloud.iam.v1.SubjectAccessBinding\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"l\n\x14SubjectAccessBinding\x12\x0f\n\x07role_id\x18\x01 \x01(\t\x12/\n\x08resource\x18\x02 \x01(\x0b\x32\x1d.yandex.cloud.iam.v1.Resource\x12\x12\n\nsubject_id\x18\x03 \x01(\t2\xcf\x01\n\x15\x41\x63\x63\x65ssAnalyzerService\x12\xb5\x01\n\x19ListSubjectAccessBindings\x12\x35.yandex.cloud.iam.v1.ListSubjectAccessBindingsRequest\x1a\x36.yandex.cloud.iam.v1.ListSubjectAccessBindingsResponse\")\x82\xd3\xe4\x93\x02#\x12!/iam/v1/listSubjectAccessBindingsBV\n\x17yandex.cloud.api.iam.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/iam/v1;iamb\x06proto3')
|
|
31
|
+
|
|
32
|
+
_globals = globals()
|
|
33
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
34
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.iam.v1.access_analyzer_service_pb2', _globals)
|
|
35
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
36
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
37
|
+
_globals['DESCRIPTOR']._serialized_options = b'\n\027yandex.cloud.api.iam.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/iam/v1;iam'
|
|
38
|
+
_globals['_LISTSUBJECTACCESSBINDINGSREQUEST'].fields_by_name['subject_id']._loaded_options = None
|
|
39
|
+
_globals['_LISTSUBJECTACCESSBINDINGSREQUEST'].fields_by_name['subject_id']._serialized_options = b'\350\3071\001\212\3101\005<=100'
|
|
40
|
+
_globals['_LISTSUBJECTACCESSBINDINGSREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
41
|
+
_globals['_LISTSUBJECTACCESSBINDINGSREQUEST'].fields_by_name['organization_id']._serialized_options = b'\350\3071\001\212\3101\004<=50'
|
|
42
|
+
_globals['_LISTSUBJECTACCESSBINDINGSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
43
|
+
_globals['_LISTSUBJECTACCESSBINDINGSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\006<=1000'
|
|
44
|
+
_globals['_LISTSUBJECTACCESSBINDINGSREQUEST'].fields_by_name['page_token']._loaded_options = None
|
|
45
|
+
_globals['_LISTSUBJECTACCESSBINDINGSREQUEST'].fields_by_name['page_token']._serialized_options = b'\212\3101\006<=2000'
|
|
46
|
+
_globals['_ACCESSANALYZERSERVICE'].methods_by_name['ListSubjectAccessBindings']._loaded_options = None
|
|
47
|
+
_globals['_ACCESSANALYZERSERVICE'].methods_by_name['ListSubjectAccessBindings']._serialized_options = b'\202\323\344\223\002#\022!/iam/v1/listSubjectAccessBindings'
|
|
48
|
+
_globals['_LISTSUBJECTACCESSBINDINGSREQUEST']._serialized_start=172
|
|
49
|
+
_globals['_LISTSUBJECTACCESSBINDINGSREQUEST']._serialized_end=343
|
|
50
|
+
_globals['_LISTSUBJECTACCESSBINDINGSRESPONSE']._serialized_start=346
|
|
51
|
+
_globals['_LISTSUBJECTACCESSBINDINGSRESPONSE']._serialized_end=482
|
|
52
|
+
_globals['_SUBJECTACCESSBINDING']._serialized_start=484
|
|
53
|
+
_globals['_SUBJECTACCESSBINDING']._serialized_end=592
|
|
54
|
+
_globals['_ACCESSANALYZERSERVICE']._serialized_start=595
|
|
55
|
+
_globals['_ACCESSANALYZERSERVICE']._serialized_end=802
|
|
56
|
+
# @@protoc_insertion_point(module_scope)
|