yandexcloud 0.338.0__py3-none-any.whl → 0.340.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.
Files changed (219) hide show
  1. yandex/cloud/ai/assistants/v1/common_pb2.py +32 -27
  2. yandex/cloud/ai/assistants/v1/common_pb2.pyi +29 -2
  3. yandex/cloud/ai/dataset/v1/dataset_service_pb2.py +32 -32
  4. yandex/cloud/ai/dataset/v1/dataset_service_pb2.pyi +7 -1
  5. yandex/cloud/ai/tuning/v1/tuning_service_pb2.py +39 -3
  6. yandex/cloud/ai/tuning/v1/tuning_service_pb2.pyi +220 -0
  7. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +172 -0
  8. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +68 -0
  9. yandex/cloud/ai/tuning/v1/tuning_task_pb2.py +3 -3
  10. yandex/cloud/ai/tuning/v1/tuning_task_pb2.pyi +2 -0
  11. yandex/cloud/apploadbalancer/v1/load_balancer_pb2.py +50 -50
  12. yandex/cloud/apploadbalancer/v1/load_balancer_pb2.pyi +10 -2
  13. yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.py +86 -66
  14. yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2.pyi +98 -2
  15. yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2_grpc.py +88 -0
  16. yandex/cloud/apploadbalancer/v1/load_balancer_service_pb2_grpc.pyi +40 -0
  17. yandex/cloud/backup/v1/policy_pb2.py +56 -52
  18. yandex/cloud/backup/v1/policy_pb2.pyi +36 -5
  19. yandex/cloud/backup/v1/resource_pb2.py +21 -19
  20. yandex/cloud/backup/v1/resource_pb2.pyi +32 -2
  21. yandex/cloud/backup/v1/resource_service_pb2.py +30 -30
  22. yandex/cloud/backup/v1/resource_service_pb2.pyi +5 -1
  23. yandex/cloud/baremetal/__init__.py +0 -0
  24. yandex/cloud/baremetal/v1alpha/__init__.py +0 -0
  25. yandex/cloud/baremetal/v1alpha/configuration_pb2.py +42 -0
  26. yandex/cloud/baremetal/v1alpha/configuration_pb2.pyi +109 -0
  27. yandex/cloud/baremetal/v1alpha/configuration_pb2_grpc.py +24 -0
  28. yandex/cloud/baremetal/v1alpha/configuration_pb2_grpc.pyi +17 -0
  29. yandex/cloud/baremetal/v1alpha/configuration_service_pb2.py +49 -0
  30. yandex/cloud/baremetal/v1alpha/configuration_service_pb2.pyi +111 -0
  31. yandex/cloud/baremetal/v1alpha/configuration_service_pb2_grpc.py +148 -0
  32. yandex/cloud/baremetal/v1alpha/configuration_service_pb2_grpc.pyi +80 -0
  33. yandex/cloud/baremetal/v1alpha/dhcp_pb2.py +37 -0
  34. yandex/cloud/baremetal/v1alpha/dhcp_pb2.pyi +33 -0
  35. yandex/cloud/baremetal/v1alpha/dhcp_pb2_grpc.py +24 -0
  36. yandex/cloud/baremetal/v1alpha/dhcp_pb2_grpc.pyi +17 -0
  37. yandex/cloud/baremetal/v1alpha/disk_pb2.py +39 -0
  38. yandex/cloud/baremetal/v1alpha/disk_pb2.pyi +68 -0
  39. yandex/cloud/baremetal/v1alpha/disk_pb2_grpc.py +24 -0
  40. yandex/cloud/baremetal/v1alpha/disk_pb2_grpc.pyi +17 -0
  41. yandex/cloud/baremetal/v1alpha/hardware_pool_pb2.py +37 -0
  42. yandex/cloud/baremetal/v1alpha/hardware_pool_pb2.pyi +36 -0
  43. yandex/cloud/baremetal/v1alpha/hardware_pool_pb2_grpc.py +24 -0
  44. yandex/cloud/baremetal/v1alpha/hardware_pool_pb2_grpc.pyi +17 -0
  45. yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.py +49 -0
  46. yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2.pyi +87 -0
  47. yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2_grpc.py +148 -0
  48. yandex/cloud/baremetal/v1alpha/hardware_pool_service_pb2_grpc.pyi +80 -0
  49. yandex/cloud/baremetal/v1alpha/image_pb2.py +44 -0
  50. yandex/cloud/baremetal/v1alpha/image_pb2.pyi +125 -0
  51. yandex/cloud/baremetal/v1alpha/image_pb2_grpc.py +24 -0
  52. yandex/cloud/baremetal/v1alpha/image_pb2_grpc.pyi +17 -0
  53. yandex/cloud/baremetal/v1alpha/image_service_pb2.py +108 -0
  54. yandex/cloud/baremetal/v1alpha/image_service_pb2.pyi +364 -0
  55. yandex/cloud/baremetal/v1alpha/image_service_pb2_grpc.py +327 -0
  56. yandex/cloud/baremetal/v1alpha/image_service_pb2_grpc.pyi +170 -0
  57. yandex/cloud/baremetal/v1alpha/private_subnet_pb2.py +47 -0
  58. yandex/cloud/baremetal/v1alpha/private_subnet_pb2.pyi +174 -0
  59. yandex/cloud/baremetal/v1alpha/private_subnet_pb2_grpc.py +24 -0
  60. yandex/cloud/baremetal/v1alpha/private_subnet_pb2_grpc.pyi +17 -0
  61. yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.py +112 -0
  62. yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2.pyi +443 -0
  63. yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2_grpc.py +327 -0
  64. yandex/cloud/baremetal/v1alpha/private_subnet_service_pb2_grpc.pyi +170 -0
  65. yandex/cloud/baremetal/v1alpha/public_subnet_pb2.py +45 -0
  66. yandex/cloud/baremetal/v1alpha/public_subnet_pb2.pyi +143 -0
  67. yandex/cloud/baremetal/v1alpha/public_subnet_pb2_grpc.py +24 -0
  68. yandex/cloud/baremetal/v1alpha/public_subnet_pb2_grpc.pyi +17 -0
  69. yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.py +106 -0
  70. yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2.pyi +382 -0
  71. yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2_grpc.py +327 -0
  72. yandex/cloud/baremetal/v1alpha/public_subnet_service_pb2_grpc.pyi +170 -0
  73. yandex/cloud/baremetal/v1alpha/server_pb2.py +54 -0
  74. yandex/cloud/baremetal/v1alpha/server_pb2.pyi +282 -0
  75. yandex/cloud/baremetal/v1alpha/server_pb2_grpc.py +24 -0
  76. yandex/cloud/baremetal/v1alpha/server_pb2_grpc.pyi +17 -0
  77. yandex/cloud/baremetal/v1alpha/server_service_pb2.py +217 -0
  78. yandex/cloud/baremetal/v1alpha/server_service_pb2.pyi +850 -0
  79. yandex/cloud/baremetal/v1alpha/server_service_pb2_grpc.py +589 -0
  80. yandex/cloud/baremetal/v1alpha/server_service_pb2_grpc.pyi +281 -0
  81. yandex/cloud/baremetal/v1alpha/storage_pb2.py +46 -0
  82. yandex/cloud/baremetal/v1alpha/storage_pb2.pyi +165 -0
  83. yandex/cloud/baremetal/v1alpha/storage_pb2_grpc.py +24 -0
  84. yandex/cloud/baremetal/v1alpha/storage_pb2_grpc.pyi +17 -0
  85. yandex/cloud/baremetal/v1alpha/storage_service_pb2.py +51 -0
  86. yandex/cloud/baremetal/v1alpha/storage_service_pb2.pyi +91 -0
  87. yandex/cloud/baremetal/v1alpha/storage_service_pb2_grpc.py +145 -0
  88. yandex/cloud/baremetal/v1alpha/storage_service_pb2_grpc.pyi +70 -0
  89. yandex/cloud/baremetal/v1alpha/vrf_pb2.py +42 -0
  90. yandex/cloud/baremetal/v1alpha/vrf_pb2.pyi +77 -0
  91. yandex/cloud/baremetal/v1alpha/vrf_pb2_grpc.py +24 -0
  92. yandex/cloud/baremetal/v1alpha/vrf_pb2_grpc.pyi +17 -0
  93. yandex/cloud/baremetal/v1alpha/vrf_service_pb2.py +106 -0
  94. yandex/cloud/baremetal/v1alpha/vrf_service_pb2.pyi +357 -0
  95. yandex/cloud/baremetal/v1alpha/vrf_service_pb2_grpc.py +327 -0
  96. yandex/cloud/baremetal/v1alpha/vrf_service_pb2_grpc.pyi +170 -0
  97. yandex/cloud/baremetal/v1alpha/zone_pb2.py +37 -0
  98. yandex/cloud/baremetal/v1alpha/zone_pb2.pyi +29 -0
  99. yandex/cloud/baremetal/v1alpha/zone_pb2_grpc.py +24 -0
  100. yandex/cloud/baremetal/v1alpha/zone_pb2_grpc.pyi +17 -0
  101. yandex/cloud/baremetal/v1alpha/zone_service_pb2.py +49 -0
  102. yandex/cloud/baremetal/v1alpha/zone_service_pb2.pyi +87 -0
  103. yandex/cloud/baremetal/v1alpha/zone_service_pb2_grpc.py +148 -0
  104. yandex/cloud/baremetal/v1alpha/zone_service_pb2_grpc.pyi +80 -0
  105. yandex/cloud/cloudregistry/v1/registry_service_pb2.py +40 -40
  106. yandex/cloud/dataproc/manager/v1/job_pb2.pyi +26 -26
  107. yandex/cloud/dataproc/manager/v1/job_service_pb2.pyi +7 -7
  108. yandex/cloud/dataproc/manager/v1/job_service_pb2_grpc.py +2 -2
  109. yandex/cloud/dataproc/manager/v1/job_service_pb2_grpc.pyi +6 -6
  110. yandex/cloud/dataproc/manager/v1/manager_service_pb2.pyi +2 -2
  111. yandex/cloud/dataproc/manager/v1/manager_service_pb2_grpc.py +3 -3
  112. yandex/cloud/dataproc/manager/v1/manager_service_pb2_grpc.pyi +3 -3
  113. yandex/cloud/dataproc/v1/cluster_pb2.pyi +5 -5
  114. yandex/cloud/dataproc/v1/cluster_service_pb2.pyi +13 -13
  115. yandex/cloud/dataproc/v1/cluster_service_pb2_grpc.py +4 -4
  116. yandex/cloud/dataproc/v1/cluster_service_pb2_grpc.pyi +6 -6
  117. yandex/cloud/dataproc/v1/job_pb2.pyi +15 -15
  118. yandex/cloud/dataproc/v1/job_service_pb2.pyi +3 -3
  119. yandex/cloud/dataproc/v1/job_service_pb2_grpc.py +4 -4
  120. yandex/cloud/dataproc/v1/job_service_pb2_grpc.pyi +6 -6
  121. yandex/cloud/dataproc/v1/resource_preset_pb2.pyi +2 -2
  122. yandex/cloud/dataproc/v1/subcluster_pb2.pyi +11 -11
  123. yandex/cloud/dataproc/v1/subcluster_service_pb2.pyi +3 -3
  124. yandex/cloud/dataproc/v1/subcluster_service_pb2_grpc.py +3 -3
  125. yandex/cloud/dataproc/v1/subcluster_service_pb2_grpc.pyi +3 -3
  126. yandex/cloud/iam/v1/api_key_pb2.pyi +3 -1
  127. yandex/cloud/iam/v1/api_key_service_pb2.pyi +3 -1
  128. yandex/cloud/iam/v1/workload/oidc/federation_service_pb2.py +32 -25
  129. yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.py +133 -0
  130. yandex/cloud/iam/v1/workload/oidc/federation_service_pb2_grpc.pyi +61 -0
  131. yandex/cloud/k8s/v1/cluster_pb2.py +40 -30
  132. yandex/cloud/k8s/v1/cluster_pb2.pyi +94 -2
  133. yandex/cloud/k8s/v1/cluster_service_pb2.py +54 -42
  134. yandex/cloud/k8s/v1/cluster_service_pb2.pyi +70 -4
  135. yandex/cloud/k8s/v1/resource_preset_pb2.py +37 -0
  136. yandex/cloud/k8s/v1/resource_preset_pb2.pyi +43 -0
  137. yandex/cloud/k8s/v1/resource_preset_pb2_grpc.py +24 -0
  138. yandex/cloud/k8s/v1/resource_preset_pb2_grpc.pyi +17 -0
  139. yandex/cloud/k8s/v1/resource_preset_service_pb2.py +53 -0
  140. yandex/cloud/k8s/v1/resource_preset_service_pb2.pyi +81 -0
  141. yandex/cloud/k8s/v1/resource_preset_service_pb2_grpc.py +146 -0
  142. yandex/cloud/k8s/v1/resource_preset_service_pb2_grpc.pyi +71 -0
  143. yandex/cloud/mdb/mysql/v1/backup_pb2.py +6 -6
  144. yandex/cloud/mdb/mysql/v1/backup_pb2.pyi +5 -1
  145. yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.py +26 -20
  146. yandex/cloud/mdb/mysql/v1/config/mysql5_7_pb2.pyi +73 -2
  147. yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.py +26 -20
  148. yandex/cloud/mdb/mysql/v1/config/mysql8_0_pb2.pyi +100 -2
  149. yandex/cloud/mdb/opensearch/v1/backup_pb2.py +30 -3
  150. yandex/cloud/mdb/opensearch/v1/backup_pb2.pyi +162 -0
  151. yandex/cloud/mdb/opensearch/v1/cluster_pb2.py +46 -45
  152. yandex/cloud/mdb/opensearch/v1/cluster_pb2.pyi +9 -2
  153. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.py +78 -78
  154. yandex/cloud/mdb/opensearch/v1/cluster_service_pb2.pyi +16 -4
  155. yandex/cloud/mdb/postgresql/v1/config/host10_1c_pb2.py +23 -23
  156. yandex/cloud/mdb/postgresql/v1/config/host10_pb2.py +23 -23
  157. yandex/cloud/mdb/postgresql/v1/config/host11_1c_pb2.py +23 -23
  158. yandex/cloud/mdb/postgresql/v1/config/host11_pb2.py +23 -23
  159. yandex/cloud/mdb/postgresql/v1/config/host12_1c_pb2.py +23 -23
  160. yandex/cloud/mdb/postgresql/v1/config/host12_pb2.py +23 -23
  161. yandex/cloud/mdb/postgresql/v1/config/host13_1c_pb2.py +23 -23
  162. yandex/cloud/mdb/postgresql/v1/config/host13_pb2.py +23 -23
  163. yandex/cloud/mdb/postgresql/v1/config/host14_1c_pb2.py +23 -23
  164. yandex/cloud/mdb/postgresql/v1/config/host14_pb2.py +23 -23
  165. yandex/cloud/mdb/postgresql/v1/config/host15_1c_pb2.py +23 -23
  166. yandex/cloud/mdb/postgresql/v1/config/host15_pb2.py +23 -23
  167. yandex/cloud/mdb/postgresql/v1/config/host16_1c_pb2.py +25 -25
  168. yandex/cloud/mdb/postgresql/v1/config/host16_pb2.py +25 -25
  169. yandex/cloud/mdb/postgresql/v1/config/host9_6_pb2.py +23 -23
  170. yandex/cloud/mdb/postgresql/v1/config/postgresql10_1c_pb2.py +35 -35
  171. yandex/cloud/mdb/postgresql/v1/config/postgresql10_pb2.py +35 -35
  172. yandex/cloud/mdb/postgresql/v1/config/postgresql11_1c_pb2.py +35 -35
  173. yandex/cloud/mdb/postgresql/v1/config/postgresql11_pb2.py +35 -35
  174. yandex/cloud/mdb/postgresql/v1/config/postgresql12_1c_pb2.py +37 -37
  175. yandex/cloud/mdb/postgresql/v1/config/postgresql12_pb2.py +37 -37
  176. yandex/cloud/mdb/postgresql/v1/config/postgresql13_1c_pb2.py +37 -37
  177. yandex/cloud/mdb/postgresql/v1/config/postgresql13_pb2.py +37 -37
  178. yandex/cloud/mdb/postgresql/v1/config/postgresql14_1c_pb2.py +37 -37
  179. yandex/cloud/mdb/postgresql/v1/config/postgresql14_pb2.py +37 -37
  180. yandex/cloud/mdb/postgresql/v1/config/postgresql15_1c_pb2.py +37 -37
  181. yandex/cloud/mdb/postgresql/v1/config/postgresql15_pb2.py +37 -37
  182. yandex/cloud/mdb/postgresql/v1/config/postgresql16_1c_pb2.py +37 -37
  183. yandex/cloud/mdb/postgresql/v1/config/postgresql16_pb2.py +37 -37
  184. yandex/cloud/mdb/postgresql/v1/config/postgresql9_6_pb2.py +29 -29
  185. yandex/cloud/monitoring/v3/unit_format_pb2.py +2 -2
  186. yandex/cloud/monitoring/v3/unit_format_pb2.pyi +16 -0
  187. yandex/cloud/searchapi/v2/gen_search_service_pb2.py +28 -22
  188. yandex/cloud/spark/__init__.py +0 -0
  189. yandex/cloud/spark/v1/__init__.py +0 -0
  190. yandex/cloud/spark/v1/cluster_pb2.py +100 -0
  191. yandex/cloud/spark/v1/cluster_pb2.pyi +444 -0
  192. yandex/cloud/spark/v1/cluster_pb2_grpc.py +24 -0
  193. yandex/cloud/spark/v1/cluster_pb2_grpc.pyi +17 -0
  194. yandex/cloud/spark/v1/cluster_service_pb2.py +124 -0
  195. yandex/cloud/spark/v1/cluster_service_pb2.pyi +333 -0
  196. yandex/cloud/spark/v1/cluster_service_pb2_grpc.py +366 -0
  197. yandex/cloud/spark/v1/cluster_service_pb2_grpc.pyi +169 -0
  198. yandex/cloud/spark/v1/job_pb2.py +56 -0
  199. yandex/cloud/spark/v1/job_pb2.pyi +346 -0
  200. yandex/cloud/spark/v1/job_pb2_grpc.py +24 -0
  201. yandex/cloud/spark/v1/job_pb2_grpc.pyi +17 -0
  202. yandex/cloud/spark/v1/job_service_pb2.py +97 -0
  203. yandex/cloud/spark/v1/job_service_pb2.pyi +224 -0
  204. yandex/cloud/spark/v1/job_service_pb2_grpc.py +279 -0
  205. yandex/cloud/spark/v1/job_service_pb2_grpc.pyi +132 -0
  206. yandex/cloud/spark/v1/maintenance_pb2.py +53 -0
  207. yandex/cloud/spark/v1/maintenance_pb2.pyi +123 -0
  208. yandex/cloud/spark/v1/maintenance_pb2_grpc.py +24 -0
  209. yandex/cloud/spark/v1/maintenance_pb2_grpc.pyi +17 -0
  210. yandexcloud/__init__.py +1 -1
  211. yandexcloud/_sdk.py +1 -0
  212. yandexcloud/_wrappers/__init__.py +15 -0
  213. yandexcloud/_wrappers/spark/__init__.py +603 -0
  214. {yandexcloud-0.338.0.dist-info → yandexcloud-0.340.0.dist-info}/METADATA +2 -1
  215. {yandexcloud-0.338.0.dist-info → yandexcloud-0.340.0.dist-info}/RECORD +219 -106
  216. {yandexcloud-0.338.0.dist-info → yandexcloud-0.340.0.dist-info}/AUTHORS +0 -0
  217. {yandexcloud-0.338.0.dist-info → yandexcloud-0.340.0.dist-info}/LICENSE +0 -0
  218. {yandexcloud-0.338.0.dist-info → yandexcloud-0.340.0.dist-info}/WHEEL +0 -0
  219. {yandexcloud-0.338.0.dist-info → yandexcloud-0.340.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,143 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+
6
+ import builtins
7
+ import collections.abc
8
+ import google.protobuf.descriptor
9
+ import google.protobuf.internal.containers
10
+ import google.protobuf.internal.enum_type_wrapper
11
+ import google.protobuf.message
12
+ import google.protobuf.timestamp_pb2
13
+ import sys
14
+ import typing
15
+ import yandex.cloud.baremetal.v1alpha.dhcp_pb2
16
+
17
+ if sys.version_info >= (3, 10):
18
+ import typing as typing_extensions
19
+ else:
20
+ import typing_extensions
21
+
22
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor
23
+
24
+ class _PublicSubnetType:
25
+ ValueType = typing.NewType("ValueType", builtins.int)
26
+ V: typing_extensions.TypeAlias = ValueType
27
+
28
+ class _PublicSubnetTypeEnumTypeWrapper(google.protobuf.internal.enum_type_wrapper._EnumTypeWrapper[_PublicSubnetType.ValueType], builtins.type):
29
+ DESCRIPTOR: google.protobuf.descriptor.EnumDescriptor
30
+ PUBLIC_SUBNET_TYPE_UNSPECIFIED: _PublicSubnetType.ValueType # 0
31
+ """Unspecified public subnet type."""
32
+ DEDICATED: _PublicSubnetType.ValueType # 1
33
+ """Dedicated public subnet."""
34
+ EPHEMERAL: _PublicSubnetType.ValueType # 2
35
+ """Ephemeral public subnet."""
36
+
37
+ class PublicSubnetType(_PublicSubnetType, metaclass=_PublicSubnetTypeEnumTypeWrapper):
38
+ """Type of the public subnet."""
39
+
40
+ PUBLIC_SUBNET_TYPE_UNSPECIFIED: PublicSubnetType.ValueType # 0
41
+ """Unspecified public subnet type."""
42
+ DEDICATED: PublicSubnetType.ValueType # 1
43
+ """Dedicated public subnet."""
44
+ EPHEMERAL: PublicSubnetType.ValueType # 2
45
+ """Ephemeral public subnet."""
46
+ global___PublicSubnetType = PublicSubnetType
47
+
48
+ @typing.final
49
+ class PublicSubnet(google.protobuf.message.Message):
50
+ """A PublicSubnet resource."""
51
+
52
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
53
+
54
+ @typing.final
55
+ class LabelsEntry(google.protobuf.message.Message):
56
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor
57
+
58
+ KEY_FIELD_NUMBER: builtins.int
59
+ VALUE_FIELD_NUMBER: builtins.int
60
+ key: builtins.str
61
+ value: builtins.str
62
+ def __init__(
63
+ self,
64
+ *,
65
+ key: builtins.str = ...,
66
+ value: builtins.str = ...,
67
+ ) -> None: ...
68
+ def ClearField(self, field_name: typing.Literal["key", b"key", "value", b"value"]) -> None: ...
69
+
70
+ ID_FIELD_NUMBER: builtins.int
71
+ CLOUD_ID_FIELD_NUMBER: builtins.int
72
+ FOLDER_ID_FIELD_NUMBER: builtins.int
73
+ NAME_FIELD_NUMBER: builtins.int
74
+ DESCRIPTION_FIELD_NUMBER: builtins.int
75
+ ZONE_ID_FIELD_NUMBER: builtins.int
76
+ HARDWARE_POOL_IDS_FIELD_NUMBER: builtins.int
77
+ TYPE_FIELD_NUMBER: builtins.int
78
+ PREFIX_LENGTH_FIELD_NUMBER: builtins.int
79
+ CIDR_FIELD_NUMBER: builtins.int
80
+ DHCP_OPTIONS_FIELD_NUMBER: builtins.int
81
+ GATEWAY_IP_FIELD_NUMBER: builtins.int
82
+ CREATED_AT_FIELD_NUMBER: builtins.int
83
+ LABELS_FIELD_NUMBER: builtins.int
84
+ id: builtins.str
85
+ """ID of the public subnet."""
86
+ cloud_id: builtins.str
87
+ """ID of the cloud that the public subnet belongs to."""
88
+ folder_id: builtins.str
89
+ """ID of the folder that the public subnet belongs to."""
90
+ name: builtins.str
91
+ """Name of the public subnet.
92
+ The name is unique within the folder.
93
+ """
94
+ description: builtins.str
95
+ """Optional description of the public subnet."""
96
+ zone_id: builtins.str
97
+ """ID of the availability zone where the server resides."""
98
+ type: global___PublicSubnetType.ValueType
99
+ """Type of the public subnet (static or ephemeral)."""
100
+ prefix_length: builtins.int
101
+ """Prefix length of the public subnet CIDR block."""
102
+ cidr: builtins.str
103
+ """CIDR block for the public subnet."""
104
+ gateway_ip: builtins.str
105
+ """Gateway IP address for the public subnet."""
106
+ @property
107
+ def hardware_pool_ids(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[builtins.str]:
108
+ """IDs of the hardware pool that the public subnet belongs to."""
109
+
110
+ @property
111
+ def dhcp_options(self) -> yandex.cloud.baremetal.v1alpha.dhcp_pb2.DhcpOptions:
112
+ """DHCP options for the public subnet."""
113
+
114
+ @property
115
+ def created_at(self) -> google.protobuf.timestamp_pb2.Timestamp:
116
+ """Creation timestamp."""
117
+
118
+ @property
119
+ def labels(self) -> google.protobuf.internal.containers.ScalarMap[builtins.str, builtins.str]:
120
+ """Resource labels as `key:value` pairs."""
121
+
122
+ def __init__(
123
+ self,
124
+ *,
125
+ id: builtins.str = ...,
126
+ cloud_id: builtins.str = ...,
127
+ folder_id: builtins.str = ...,
128
+ name: builtins.str = ...,
129
+ description: builtins.str = ...,
130
+ zone_id: builtins.str = ...,
131
+ hardware_pool_ids: collections.abc.Iterable[builtins.str] | None = ...,
132
+ type: global___PublicSubnetType.ValueType = ...,
133
+ prefix_length: builtins.int = ...,
134
+ cidr: builtins.str = ...,
135
+ dhcp_options: yandex.cloud.baremetal.v1alpha.dhcp_pb2.DhcpOptions | None = ...,
136
+ gateway_ip: builtins.str = ...,
137
+ created_at: google.protobuf.timestamp_pb2.Timestamp | None = ...,
138
+ labels: collections.abc.Mapping[builtins.str, builtins.str] | None = ...,
139
+ ) -> None: ...
140
+ def HasField(self, field_name: typing.Literal["created_at", b"created_at", "dhcp_options", b"dhcp_options"]) -> builtins.bool: ...
141
+ def ClearField(self, field_name: typing.Literal["cidr", b"cidr", "cloud_id", b"cloud_id", "created_at", b"created_at", "description", b"description", "dhcp_options", b"dhcp_options", "folder_id", b"folder_id", "gateway_ip", b"gateway_ip", "hardware_pool_ids", b"hardware_pool_ids", "id", b"id", "labels", b"labels", "name", b"name", "prefix_length", b"prefix_length", "type", b"type", "zone_id", b"zone_id"]) -> None: ...
142
+
143
+ global___PublicSubnet = PublicSubnet
@@ -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/baremetal/v1alpha/public_subnet_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
+ ...
@@ -0,0 +1,106 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: yandex/cloud/baremetal/v1alpha/public_subnet_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/baremetal/v1alpha/public_subnet_service.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
26
+ from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
27
+ from yandex.cloud.baremetal.v1alpha import public_subnet_pb2 as yandex_dot_cloud_dot_baremetal_dot_v1alpha_dot_public__subnet__pb2
28
+ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
29
+ from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
30
+
31
+
32
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n:yandex/cloud/baremetal/v1alpha/public_subnet_service.proto\x12\x1eyandex.cloud.baremetal.v1alpha\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a\x32yandex/cloud/baremetal/v1alpha/public_subnet.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"8\n\x16GetPublicSubnetRequest\x12\x1e\n\x10public_subnet_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\xa4\x01\n\x17ListPublicSubnetRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x12\n\npage_token\x18\x65 \x01(\t\x12\x10\n\x08order_by\x18\x66 \x01(\t\x12\x0e\n\x06\x66ilter\x18g \x01(\tJ\x04\x08\x02\x10\x64\"\x7f\n\x18ListPublicSubnetResponse\x12\x44\n\x0epublic_subnets\x18\x01 \x03(\x0b\x32,.yandex.cloud.baremetal.v1alpha.PublicSubnet\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\"\xab\x03\n\x19\x43reatePublicSubnetRequest\x12/\n\tfolder_id\x18\x01 \x01(\tB\x1c\xf2\xc7\x31\x10[a-z][a-z0-9.-]*\x8a\xc8\x31\x04<=50\x12\x34\n\x04name\x18\x02 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-63\x12\x1f\n\x0b\x64\x65scription\x18\x03 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x19\n\x11hardware_pool_ids\x18\x04 \x03(\t\x12\x1f\n\rprefix_length\x18\x05 \x01(\x03\x42\x08\xfa\xc7\x31\x04\x31-31\x12\x93\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x45.yandex.cloud.baremetal.v1alpha.CreatePublicSubnetRequest.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\x05\x08\x06\x10\xc8\x01\"6\n\x1a\x43reatePublicSubnetMetadata\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\"\xea\x03\n\x19UpdatePublicSubnetRequest\x12\x1e\n\x10public_subnet_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x34\n\x04name\x18\x03 \x01(\tB&\xf2\xc7\x31\x1a[a-z]([-a-z0-9]*[a-z0-9])?\x8a\xc8\x31\x04\x32-63\x12\x1f\n\x0b\x64\x65scription\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1024\x12\x19\n\x11hardware_pool_ids\x18\x05 \x03(\t\x12>\n\x04type\x18\x06 \x01(\x0e\x32\x30.yandex.cloud.baremetal.v1alpha.PublicSubnetType\x12\x93\x01\n\x06labels\x18\xc8\x01 \x03(\x0b\x32\x45.yandex.cloud.baremetal.v1alpha.UpdatePublicSubnetRequest.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\x05\x08\x07\x10\xc8\x01\"6\n\x1aUpdatePublicSubnetMetadata\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\";\n\x19\x44\x65letePublicSubnetRequest\x12\x1e\n\x10public_subnet_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"6\n\x1a\x44\x65letePublicSubnetMetadata\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\"u\n!ListPublicSubnetOperationsRequest\x12\x18\n\x10public_subnet_id\x18\x01 \x01(\t\x12\x1c\n\tpage_size\x18\x64 \x01(\x03\x42\t\xfa\xc7\x31\x05<=100\x12\x12\n\npage_token\x18\x65 \x01(\tJ\x04\x08\x02\x10\x64\"z\n\"ListPublicSubnetOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x64 \x01(\tJ\x04\x08\x02\x10\x64\x32\xf1\x06\n\x13PublicSubnetService\x12m\n\x03Get\x12\x36.yandex.cloud.baremetal.v1alpha.GetPublicSubnetRequest\x1a,.yandex.cloud.baremetal.v1alpha.PublicSubnet\"\x00\x12{\n\x04List\x12\x37.yandex.cloud.baremetal.v1alpha.ListPublicSubnetRequest\x1a\x38.yandex.cloud.baremetal.v1alpha.ListPublicSubnetResponse\"\x00\x12\x96\x01\n\x06\x43reate\x12\x39.yandex.cloud.baremetal.v1alpha.CreatePublicSubnetRequest\x1a!.yandex.cloud.operation.Operation\".\xb2\xd2**\n\x1a\x43reatePublicSubnetMetadata\x12\x0cPublicSubnet\x12\x96\x01\n\x06Update\x12\x39.yandex.cloud.baremetal.v1alpha.UpdatePublicSubnetRequest\x1a!.yandex.cloud.operation.Operation\".\xb2\xd2**\n\x1aUpdatePublicSubnetMetadata\x12\x0cPublicSubnet\x12\x9f\x01\n\x06\x44\x65lete\x12\x39.yandex.cloud.baremetal.v1alpha.DeletePublicSubnetRequest\x1a!.yandex.cloud.operation.Operation\"7\xb2\xd2*3\n\x1a\x44\x65letePublicSubnetMetadata\x12\x15google.protobuf.Empty\x12\x99\x01\n\x0eListOperations\x12\x41.yandex.cloud.baremetal.v1alpha.ListPublicSubnetOperationsRequest\x1a\x42.yandex.cloud.baremetal.v1alpha.ListPublicSubnetOperationsResponse\"\x00\x42r\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetalb\x06proto3')
33
+
34
+ _globals = globals()
35
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
36
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'yandex.cloud.baremetal.v1alpha.public_subnet_service_pb2', _globals)
37
+ if not _descriptor._USE_C_DESCRIPTORS:
38
+ _globals['DESCRIPTOR']._loaded_options = None
39
+ _globals['DESCRIPTOR']._serialized_options = b'\n\"yandex.cloud.api.baremetal.v1alphaZLgithub.com/yandex-cloud/go-genproto/yandex/cloud/baremetal/v1alpha;baremetal'
40
+ _globals['_GETPUBLICSUBNETREQUEST'].fields_by_name['public_subnet_id']._loaded_options = None
41
+ _globals['_GETPUBLICSUBNETREQUEST'].fields_by_name['public_subnet_id']._serialized_options = b'\350\3071\001'
42
+ _globals['_LISTPUBLICSUBNETREQUEST'].fields_by_name['folder_id']._loaded_options = None
43
+ _globals['_LISTPUBLICSUBNETREQUEST'].fields_by_name['folder_id']._serialized_options = b'\362\3071\020[a-z][a-z0-9.-]*\212\3101\004<=50'
44
+ _globals['_LISTPUBLICSUBNETREQUEST'].fields_by_name['page_size']._loaded_options = None
45
+ _globals['_LISTPUBLICSUBNETREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
46
+ _globals['_CREATEPUBLICSUBNETREQUEST_LABELSENTRY']._loaded_options = None
47
+ _globals['_CREATEPUBLICSUBNETREQUEST_LABELSENTRY']._serialized_options = b'8\001'
48
+ _globals['_CREATEPUBLICSUBNETREQUEST'].fields_by_name['folder_id']._loaded_options = None
49
+ _globals['_CREATEPUBLICSUBNETREQUEST'].fields_by_name['folder_id']._serialized_options = b'\362\3071\020[a-z][a-z0-9.-]*\212\3101\004<=50'
50
+ _globals['_CREATEPUBLICSUBNETREQUEST'].fields_by_name['name']._loaded_options = None
51
+ _globals['_CREATEPUBLICSUBNETREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\032[a-z]([-a-z0-9]*[a-z0-9])?\212\3101\0042-63'
52
+ _globals['_CREATEPUBLICSUBNETREQUEST'].fields_by_name['description']._loaded_options = None
53
+ _globals['_CREATEPUBLICSUBNETREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=1024'
54
+ _globals['_CREATEPUBLICSUBNETREQUEST'].fields_by_name['prefix_length']._loaded_options = None
55
+ _globals['_CREATEPUBLICSUBNETREQUEST'].fields_by_name['prefix_length']._serialized_options = b'\372\3071\0041-31'
56
+ _globals['_CREATEPUBLICSUBNETREQUEST'].fields_by_name['labels']._loaded_options = None
57
+ _globals['_CREATEPUBLICSUBNETREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
58
+ _globals['_UPDATEPUBLICSUBNETREQUEST_LABELSENTRY']._loaded_options = None
59
+ _globals['_UPDATEPUBLICSUBNETREQUEST_LABELSENTRY']._serialized_options = b'8\001'
60
+ _globals['_UPDATEPUBLICSUBNETREQUEST'].fields_by_name['public_subnet_id']._loaded_options = None
61
+ _globals['_UPDATEPUBLICSUBNETREQUEST'].fields_by_name['public_subnet_id']._serialized_options = b'\350\3071\001'
62
+ _globals['_UPDATEPUBLICSUBNETREQUEST'].fields_by_name['name']._loaded_options = None
63
+ _globals['_UPDATEPUBLICSUBNETREQUEST'].fields_by_name['name']._serialized_options = b'\362\3071\032[a-z]([-a-z0-9]*[a-z0-9])?\212\3101\0042-63'
64
+ _globals['_UPDATEPUBLICSUBNETREQUEST'].fields_by_name['description']._loaded_options = None
65
+ _globals['_UPDATEPUBLICSUBNETREQUEST'].fields_by_name['description']._serialized_options = b'\212\3101\006<=1024'
66
+ _globals['_UPDATEPUBLICSUBNETREQUEST'].fields_by_name['labels']._loaded_options = None
67
+ _globals['_UPDATEPUBLICSUBNETREQUEST'].fields_by_name['labels']._serialized_options = b'\362\3071\013[-_0-9a-z]*\202\3101\004<=64\212\3101\004<=63\262\3101\030\022\020[a-z][-_0-9a-z]*\032\0041-63'
68
+ _globals['_DELETEPUBLICSUBNETREQUEST'].fields_by_name['public_subnet_id']._loaded_options = None
69
+ _globals['_DELETEPUBLICSUBNETREQUEST'].fields_by_name['public_subnet_id']._serialized_options = b'\350\3071\001'
70
+ _globals['_LISTPUBLICSUBNETOPERATIONSREQUEST'].fields_by_name['page_size']._loaded_options = None
71
+ _globals['_LISTPUBLICSUBNETOPERATIONSREQUEST'].fields_by_name['page_size']._serialized_options = b'\372\3071\005<=100'
72
+ _globals['_PUBLICSUBNETSERVICE'].methods_by_name['Create']._loaded_options = None
73
+ _globals['_PUBLICSUBNETSERVICE'].methods_by_name['Create']._serialized_options = b'\262\322**\n\032CreatePublicSubnetMetadata\022\014PublicSubnet'
74
+ _globals['_PUBLICSUBNETSERVICE'].methods_by_name['Update']._loaded_options = None
75
+ _globals['_PUBLICSUBNETSERVICE'].methods_by_name['Update']._serialized_options = b'\262\322**\n\032UpdatePublicSubnetMetadata\022\014PublicSubnet'
76
+ _globals['_PUBLICSUBNETSERVICE'].methods_by_name['Delete']._loaded_options = None
77
+ _globals['_PUBLICSUBNETSERVICE'].methods_by_name['Delete']._serialized_options = b'\262\322*3\n\032DeletePublicSubnetMetadata\022\025google.protobuf.Empty'
78
+ _globals['_GETPUBLICSUBNETREQUEST']._serialized_start=285
79
+ _globals['_GETPUBLICSUBNETREQUEST']._serialized_end=341
80
+ _globals['_LISTPUBLICSUBNETREQUEST']._serialized_start=344
81
+ _globals['_LISTPUBLICSUBNETREQUEST']._serialized_end=508
82
+ _globals['_LISTPUBLICSUBNETRESPONSE']._serialized_start=510
83
+ _globals['_LISTPUBLICSUBNETRESPONSE']._serialized_end=637
84
+ _globals['_CREATEPUBLICSUBNETREQUEST']._serialized_start=640
85
+ _globals['_CREATEPUBLICSUBNETREQUEST']._serialized_end=1067
86
+ _globals['_CREATEPUBLICSUBNETREQUEST_LABELSENTRY']._serialized_start=1015
87
+ _globals['_CREATEPUBLICSUBNETREQUEST_LABELSENTRY']._serialized_end=1060
88
+ _globals['_CREATEPUBLICSUBNETMETADATA']._serialized_start=1069
89
+ _globals['_CREATEPUBLICSUBNETMETADATA']._serialized_end=1123
90
+ _globals['_UPDATEPUBLICSUBNETREQUEST']._serialized_start=1126
91
+ _globals['_UPDATEPUBLICSUBNETREQUEST']._serialized_end=1616
92
+ _globals['_UPDATEPUBLICSUBNETREQUEST_LABELSENTRY']._serialized_start=1015
93
+ _globals['_UPDATEPUBLICSUBNETREQUEST_LABELSENTRY']._serialized_end=1060
94
+ _globals['_UPDATEPUBLICSUBNETMETADATA']._serialized_start=1618
95
+ _globals['_UPDATEPUBLICSUBNETMETADATA']._serialized_end=1672
96
+ _globals['_DELETEPUBLICSUBNETREQUEST']._serialized_start=1674
97
+ _globals['_DELETEPUBLICSUBNETREQUEST']._serialized_end=1733
98
+ _globals['_DELETEPUBLICSUBNETMETADATA']._serialized_start=1735
99
+ _globals['_DELETEPUBLICSUBNETMETADATA']._serialized_end=1789
100
+ _globals['_LISTPUBLICSUBNETOPERATIONSREQUEST']._serialized_start=1791
101
+ _globals['_LISTPUBLICSUBNETOPERATIONSREQUEST']._serialized_end=1908
102
+ _globals['_LISTPUBLICSUBNETOPERATIONSRESPONSE']._serialized_start=1910
103
+ _globals['_LISTPUBLICSUBNETOPERATIONSRESPONSE']._serialized_end=2032
104
+ _globals['_PUBLICSUBNETSERVICE']._serialized_start=2035
105
+ _globals['_PUBLICSUBNETSERVICE']._serialized_end=2916
106
+ # @@protoc_insertion_point(module_scope)