metal-stack-api 0.0.22__tar.gz → 0.0.24__tar.gz
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.
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/PKG-INFO +3 -2
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metal_stack_api.egg-info/PKG-INFO +3 -2
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metal_stack_api.egg-info/SOURCES.txt +31 -58
- metal_stack_api-0.0.24/metal_stack_api.egg-info/requires.txt +2 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metal_stack_api.egg-info/top_level.txt +0 -1
- metal_stack_api-0.0.22/metalstack/admin/v2/filesystem_connecpy.py → metal_stack_api-0.0.24/metalstack/admin/v2/filesystem_connect.py +22 -22
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/filesystem_pb2.py +20 -19
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/filesystem_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/admin/v2/image_connecpy.py → metal_stack_api-0.0.24/metalstack/admin/v2/image_connect.py +24 -24
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/image_pb2.py +24 -23
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/image_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/admin/v2/ip_connecpy.py → metal_stack_api-0.0.24/metalstack/admin/v2/ip_connect.py +20 -20
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/ip_pb2.py +2 -2
- metal_stack_api-0.0.22/metalstack/admin/v2/machine_connecpy.py → metal_stack_api-0.0.24/metalstack/admin/v2/machine_connect.py +20 -20
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/machine_pb2.py +15 -14
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/machine_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/admin/v2/network_connecpy.py → metal_stack_api-0.0.24/metalstack/admin/v2/network_connect.py +26 -26
- metal_stack_api-0.0.24/metalstack/admin/v2/network_pb2.py +115 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/network_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/admin/v2/partition_connecpy.py → metal_stack_api-0.0.24/metalstack/admin/v2/partition_connect.py +24 -24
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/partition_pb2.py +23 -22
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/partition_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/admin/v2/size_connecpy.py → metal_stack_api-0.0.24/metalstack/admin/v2/size_connect.py +22 -22
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/size_pb2.py +20 -19
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/size_pb2.pyi +1 -0
- metal_stack_api-0.0.24/metalstack/admin/v2/switch_connect.py +444 -0
- metal_stack_api-0.0.24/metalstack/admin/v2/switch_pb2.py +108 -0
- metal_stack_api-0.0.24/metalstack/admin/v2/switch_pb2.pyi +114 -0
- metal_stack_api-0.0.22/metalstack/admin/v2/tenant_connecpy.py → metal_stack_api-0.0.24/metalstack/admin/v2/tenant_connect.py +20 -20
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/tenant_pb2.py +18 -15
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/tenant_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/admin/v2/token_connecpy.py → metal_stack_api-0.0.24/metalstack/admin/v2/token_connect.py +20 -20
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/token_pb2.py +2 -2
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/common_pb2.py +2 -2
- metal_stack_api-0.0.22/metalstack/api/v2/filesystem_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/filesystem_connect.py +22 -22
- metal_stack_api-0.0.24/metalstack/api/v2/filesystem_pb2.py +166 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/filesystem_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/api/v2/health_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/health_connect.py +18 -18
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/health_pb2.py +2 -2
- metal_stack_api-0.0.22/metalstack/api/v2/image_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/image_connect.py +22 -22
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/image_pb2.py +32 -31
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/image_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/api/v2/ip_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/ip_connect.py +26 -26
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/ip_pb2.py +41 -40
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/ip_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/api/v2/machine_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/machine_connect.py +26 -26
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/machine_pb2.py +122 -121
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/machine_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/api/v2/method_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/method_connect.py +20 -20
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/method_pb2.py +2 -2
- metal_stack_api-0.0.22/metalstack/api/v2/network_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/network_connect.py +28 -28
- metal_stack_api-0.0.24/metalstack/api/v2/network_pb2.py +200 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/network_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/api/v2/partition_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/partition_connect.py +20 -20
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/partition_pb2.py +25 -24
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/partition_pb2.pyi +1 -0
- metal_stack_api-0.0.24/metalstack/api/v2/predefined_rules_pb2.py +50 -0
- metal_stack_api-0.0.24/metalstack/api/v2/predefined_rules_pb2.pyi +19 -0
- metal_stack_api-0.0.22/metalstack/api/v2/project_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/project_connect.py +40 -40
- metal_stack_api-0.0.24/metalstack/api/v2/project_pb2.py +163 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/project_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/api/v2/size_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/size_connect.py +20 -20
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/size_pb2.py +26 -25
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/size_pb2.pyi +1 -0
- metal_stack_api-0.0.24/metalstack/api/v2/switch_pb2.py +145 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/switch_pb2.pyi +54 -11
- metal_stack_api-0.0.22/metalstack/api/v2/tenant_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/tenant_connect.py +40 -40
- metal_stack_api-0.0.24/metalstack/api/v2/tenant_pb2.py +147 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/tenant_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/api/v2/token_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/token_connect.py +28 -28
- metal_stack_api-0.0.24/metalstack/api/v2/token_pb2.py +152 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/token_pb2.pyi +1 -0
- metal_stack_api-0.0.22/metalstack/api/v2/user_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/user_connect.py +18 -18
- metal_stack_api-0.0.24/metalstack/api/v2/user_pb2.py +52 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/user_pb2.pyi +2 -0
- metal_stack_api-0.0.22/metalstack/api/v2/version_connecpy.py → metal_stack_api-0.0.24/metalstack/api/v2/version_connect.py +18 -18
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/version_pb2.py +2 -2
- metal_stack_api-0.0.24/metalstack/client/client.py +156 -0
- metal_stack_api-0.0.22/metalstack/infra/v2/bmc_connecpy.py → metal_stack_api-0.0.24/metalstack/infra/v2/bmc_connect.py +18 -18
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/infra/v2/bmc_pb2.py +2 -2
- metal_stack_api-0.0.22/metalstack/infra/v2/switch_connecpy.py → metal_stack_api-0.0.24/metalstack/infra/v2/switch_connect.py +83 -18
- metal_stack_api-0.0.24/metalstack/infra/v2/switch_pb2.py +63 -0
- metal_stack_api-0.0.24/metalstack/infra/v2/switch_pb2.pyi +71 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/setup.py +2 -1
- metal_stack_api-0.0.22/buf/validate/validate_pb2.py +0 -450
- metal_stack_api-0.0.22/buf/validate/validate_pb2.pyi +0 -627
- metal_stack_api-0.0.22/buf/validate/validate_pb2_grpc.py +0 -4
- metal_stack_api-0.0.22/metal_stack_api.egg-info/requires.txt +0 -1
- metal_stack_api-0.0.22/metalstack/admin/v2/filesystem_pb2_grpc.py +0 -169
- metal_stack_api-0.0.22/metalstack/admin/v2/image_pb2_grpc.py +0 -213
- metal_stack_api-0.0.22/metalstack/admin/v2/ip_pb2_grpc.py +0 -125
- metal_stack_api-0.0.22/metalstack/admin/v2/machine_pb2_grpc.py +0 -125
- metal_stack_api-0.0.22/metalstack/admin/v2/network_pb2.py +0 -106
- metal_stack_api-0.0.22/metalstack/admin/v2/network_pb2_grpc.py +0 -257
- metal_stack_api-0.0.22/metalstack/admin/v2/partition_pb2_grpc.py +0 -213
- metal_stack_api-0.0.22/metalstack/admin/v2/size_pb2_grpc.py +0 -169
- metal_stack_api-0.0.22/metalstack/admin/v2/tenant_pb2_grpc.py +0 -125
- metal_stack_api-0.0.22/metalstack/admin/v2/token_pb2_grpc.py +0 -125
- metal_stack_api-0.0.22/metalstack/api/v2/common_pb2_grpc.py +0 -4
- metal_stack_api-0.0.22/metalstack/api/v2/filesystem_pb2.py +0 -165
- metal_stack_api-0.0.22/metalstack/api/v2/filesystem_pb2_grpc.py +0 -169
- metal_stack_api-0.0.22/metalstack/api/v2/health_pb2_grpc.py +0 -81
- metal_stack_api-0.0.22/metalstack/api/v2/image_pb2_grpc.py +0 -169
- metal_stack_api-0.0.22/metalstack/api/v2/ip_pb2_grpc.py +0 -257
- metal_stack_api-0.0.22/metalstack/api/v2/machine_pb2_grpc.py +0 -257
- metal_stack_api-0.0.22/metalstack/api/v2/method_pb2_grpc.py +0 -128
- metal_stack_api-0.0.22/metalstack/api/v2/network_pb2.py +0 -193
- metal_stack_api-0.0.22/metalstack/api/v2/network_pb2_grpc.py +0 -301
- metal_stack_api-0.0.22/metalstack/api/v2/partition_pb2_grpc.py +0 -125
- metal_stack_api-0.0.22/metalstack/api/v2/project_pb2.py +0 -158
- metal_stack_api-0.0.22/metalstack/api/v2/project_pb2_grpc.py +0 -565
- metal_stack_api-0.0.22/metalstack/api/v2/size_pb2_grpc.py +0 -125
- metal_stack_api-0.0.22/metalstack/api/v2/switch_pb2.py +0 -124
- metal_stack_api-0.0.22/metalstack/api/v2/switch_pb2_grpc.py +0 -4
- metal_stack_api-0.0.22/metalstack/api/v2/tenant_pb2.py +0 -142
- metal_stack_api-0.0.22/metalstack/api/v2/tenant_pb2_grpc.py +0 -565
- metal_stack_api-0.0.22/metalstack/api/v2/token_pb2.py +0 -151
- metal_stack_api-0.0.22/metalstack/api/v2/token_pb2_grpc.py +0 -301
- metal_stack_api-0.0.22/metalstack/api/v2/user_pb2.py +0 -48
- metal_stack_api-0.0.22/metalstack/api/v2/user_pb2_grpc.py +0 -81
- metal_stack_api-0.0.22/metalstack/api/v2/version_pb2_grpc.py +0 -81
- metal_stack_api-0.0.22/metalstack/client/client.py +0 -152
- metal_stack_api-0.0.22/metalstack/infra/__init__.py +0 -0
- metal_stack_api-0.0.22/metalstack/infra/v2/__init__.py +0 -0
- metal_stack_api-0.0.22/metalstack/infra/v2/bmc_pb2_grpc.py +0 -81
- metal_stack_api-0.0.22/metalstack/infra/v2/switch_pb2.py +0 -45
- metal_stack_api-0.0.22/metalstack/infra/v2/switch_pb2.pyi +0 -20
- metal_stack_api-0.0.22/metalstack/infra/v2/switch_pb2_grpc.py +0 -81
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/README.md +0 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metal_stack_api.egg-info/dependency_links.txt +0 -0
- {metal_stack_api-0.0.22/buf → metal_stack_api-0.0.24/metalstack}/__init__.py +0 -0
- {metal_stack_api-0.0.22/buf/validate → metal_stack_api-0.0.24/metalstack/admin}/__init__.py +0 -0
- {metal_stack_api-0.0.22/metalstack → metal_stack_api-0.0.24/metalstack/admin/v2}/__init__.py +0 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/ip_pb2.pyi +0 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/admin/v2/token_pb2.pyi +0 -0
- {metal_stack_api-0.0.22/metalstack/admin → metal_stack_api-0.0.24/metalstack/api}/__init__.py +0 -0
- {metal_stack_api-0.0.22/metalstack/admin → metal_stack_api-0.0.24/metalstack/api}/v2/__init__.py +0 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/common_pb2.pyi +0 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/health_pb2.pyi +0 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/method_pb2.pyi +0 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/api/v2/version_pb2.pyi +0 -0
- {metal_stack_api-0.0.22/metalstack/api → metal_stack_api-0.0.24/metalstack/client}/__init__.py +0 -0
- {metal_stack_api-0.0.22/metalstack/api/v2 → metal_stack_api-0.0.24/metalstack/infra}/__init__.py +0 -0
- {metal_stack_api-0.0.22/metalstack/client → metal_stack_api-0.0.24/metalstack/infra/v2}/__init__.py +0 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/metalstack/infra/v2/bmc_pb2.pyi +0 -0
- {metal_stack_api-0.0.22 → metal_stack_api-0.0.24}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: metal-stack-api
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.24
|
|
4
4
|
Summary: Python API client for metal-stack api
|
|
5
5
|
Home-page: https://github.com/metal-stack/api
|
|
6
6
|
Author: metal-stack authors
|
|
@@ -13,7 +13,8 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
-
Requires-Dist:
|
|
16
|
+
Requires-Dist: connect-python>=0.5.0
|
|
17
|
+
Requires-Dist: protovalidate>=1.0.0
|
|
17
18
|
Dynamic: author
|
|
18
19
|
Dynamic: classifier
|
|
19
20
|
Dynamic: description
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: metal-stack-api
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.24
|
|
4
4
|
Summary: Python API client for metal-stack api
|
|
5
5
|
Home-page: https://github.com/metal-stack/api
|
|
6
6
|
Author: metal-stack authors
|
|
@@ -13,7 +13,8 @@ Classifier: Programming Language :: Python :: 3
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
|
16
|
-
Requires-Dist:
|
|
16
|
+
Requires-Dist: connect-python>=0.5.0
|
|
17
|
+
Requires-Dist: protovalidate>=1.0.0
|
|
17
18
|
Dynamic: author
|
|
18
19
|
Dynamic: classifier
|
|
19
20
|
Dynamic: description
|
|
@@ -1,10 +1,5 @@
|
|
|
1
1
|
README.md
|
|
2
2
|
setup.py
|
|
3
|
-
buf/__init__.py
|
|
4
|
-
buf/validate/__init__.py
|
|
5
|
-
buf/validate/validate_pb2.py
|
|
6
|
-
buf/validate/validate_pb2.pyi
|
|
7
|
-
buf/validate/validate_pb2_grpc.py
|
|
8
3
|
metal_stack_api.egg-info/PKG-INFO
|
|
9
4
|
metal_stack_api.egg-info/SOURCES.txt
|
|
10
5
|
metal_stack_api.egg-info/dependency_links.txt
|
|
@@ -13,115 +8,93 @@ metal_stack_api.egg-info/top_level.txt
|
|
|
13
8
|
metalstack/__init__.py
|
|
14
9
|
metalstack/admin/__init__.py
|
|
15
10
|
metalstack/admin/v2/__init__.py
|
|
16
|
-
metalstack/admin/v2/
|
|
11
|
+
metalstack/admin/v2/filesystem_connect.py
|
|
17
12
|
metalstack/admin/v2/filesystem_pb2.py
|
|
18
13
|
metalstack/admin/v2/filesystem_pb2.pyi
|
|
19
|
-
metalstack/admin/v2/
|
|
20
|
-
metalstack/admin/v2/image_connecpy.py
|
|
14
|
+
metalstack/admin/v2/image_connect.py
|
|
21
15
|
metalstack/admin/v2/image_pb2.py
|
|
22
16
|
metalstack/admin/v2/image_pb2.pyi
|
|
23
|
-
metalstack/admin/v2/
|
|
24
|
-
metalstack/admin/v2/ip_connecpy.py
|
|
17
|
+
metalstack/admin/v2/ip_connect.py
|
|
25
18
|
metalstack/admin/v2/ip_pb2.py
|
|
26
19
|
metalstack/admin/v2/ip_pb2.pyi
|
|
27
|
-
metalstack/admin/v2/
|
|
28
|
-
metalstack/admin/v2/machine_connecpy.py
|
|
20
|
+
metalstack/admin/v2/machine_connect.py
|
|
29
21
|
metalstack/admin/v2/machine_pb2.py
|
|
30
22
|
metalstack/admin/v2/machine_pb2.pyi
|
|
31
|
-
metalstack/admin/v2/
|
|
32
|
-
metalstack/admin/v2/network_connecpy.py
|
|
23
|
+
metalstack/admin/v2/network_connect.py
|
|
33
24
|
metalstack/admin/v2/network_pb2.py
|
|
34
25
|
metalstack/admin/v2/network_pb2.pyi
|
|
35
|
-
metalstack/admin/v2/
|
|
36
|
-
metalstack/admin/v2/partition_connecpy.py
|
|
26
|
+
metalstack/admin/v2/partition_connect.py
|
|
37
27
|
metalstack/admin/v2/partition_pb2.py
|
|
38
28
|
metalstack/admin/v2/partition_pb2.pyi
|
|
39
|
-
metalstack/admin/v2/
|
|
40
|
-
metalstack/admin/v2/size_connecpy.py
|
|
29
|
+
metalstack/admin/v2/size_connect.py
|
|
41
30
|
metalstack/admin/v2/size_pb2.py
|
|
42
31
|
metalstack/admin/v2/size_pb2.pyi
|
|
43
|
-
metalstack/admin/v2/
|
|
44
|
-
metalstack/admin/v2/
|
|
32
|
+
metalstack/admin/v2/switch_connect.py
|
|
33
|
+
metalstack/admin/v2/switch_pb2.py
|
|
34
|
+
metalstack/admin/v2/switch_pb2.pyi
|
|
35
|
+
metalstack/admin/v2/tenant_connect.py
|
|
45
36
|
metalstack/admin/v2/tenant_pb2.py
|
|
46
37
|
metalstack/admin/v2/tenant_pb2.pyi
|
|
47
|
-
metalstack/admin/v2/
|
|
48
|
-
metalstack/admin/v2/token_connecpy.py
|
|
38
|
+
metalstack/admin/v2/token_connect.py
|
|
49
39
|
metalstack/admin/v2/token_pb2.py
|
|
50
40
|
metalstack/admin/v2/token_pb2.pyi
|
|
51
|
-
metalstack/admin/v2/token_pb2_grpc.py
|
|
52
41
|
metalstack/api/__init__.py
|
|
53
42
|
metalstack/api/v2/__init__.py
|
|
54
43
|
metalstack/api/v2/common_pb2.py
|
|
55
44
|
metalstack/api/v2/common_pb2.pyi
|
|
56
|
-
metalstack/api/v2/
|
|
57
|
-
metalstack/api/v2/filesystem_connecpy.py
|
|
45
|
+
metalstack/api/v2/filesystem_connect.py
|
|
58
46
|
metalstack/api/v2/filesystem_pb2.py
|
|
59
47
|
metalstack/api/v2/filesystem_pb2.pyi
|
|
60
|
-
metalstack/api/v2/
|
|
61
|
-
metalstack/api/v2/health_connecpy.py
|
|
48
|
+
metalstack/api/v2/health_connect.py
|
|
62
49
|
metalstack/api/v2/health_pb2.py
|
|
63
50
|
metalstack/api/v2/health_pb2.pyi
|
|
64
|
-
metalstack/api/v2/
|
|
65
|
-
metalstack/api/v2/image_connecpy.py
|
|
51
|
+
metalstack/api/v2/image_connect.py
|
|
66
52
|
metalstack/api/v2/image_pb2.py
|
|
67
53
|
metalstack/api/v2/image_pb2.pyi
|
|
68
|
-
metalstack/api/v2/
|
|
69
|
-
metalstack/api/v2/ip_connecpy.py
|
|
54
|
+
metalstack/api/v2/ip_connect.py
|
|
70
55
|
metalstack/api/v2/ip_pb2.py
|
|
71
56
|
metalstack/api/v2/ip_pb2.pyi
|
|
72
|
-
metalstack/api/v2/
|
|
73
|
-
metalstack/api/v2/machine_connecpy.py
|
|
57
|
+
metalstack/api/v2/machine_connect.py
|
|
74
58
|
metalstack/api/v2/machine_pb2.py
|
|
75
59
|
metalstack/api/v2/machine_pb2.pyi
|
|
76
|
-
metalstack/api/v2/
|
|
77
|
-
metalstack/api/v2/method_connecpy.py
|
|
60
|
+
metalstack/api/v2/method_connect.py
|
|
78
61
|
metalstack/api/v2/method_pb2.py
|
|
79
62
|
metalstack/api/v2/method_pb2.pyi
|
|
80
|
-
metalstack/api/v2/
|
|
81
|
-
metalstack/api/v2/network_connecpy.py
|
|
63
|
+
metalstack/api/v2/network_connect.py
|
|
82
64
|
metalstack/api/v2/network_pb2.py
|
|
83
65
|
metalstack/api/v2/network_pb2.pyi
|
|
84
|
-
metalstack/api/v2/
|
|
85
|
-
metalstack/api/v2/partition_connecpy.py
|
|
66
|
+
metalstack/api/v2/partition_connect.py
|
|
86
67
|
metalstack/api/v2/partition_pb2.py
|
|
87
68
|
metalstack/api/v2/partition_pb2.pyi
|
|
88
|
-
metalstack/api/v2/
|
|
89
|
-
metalstack/api/v2/
|
|
69
|
+
metalstack/api/v2/predefined_rules_pb2.py
|
|
70
|
+
metalstack/api/v2/predefined_rules_pb2.pyi
|
|
71
|
+
metalstack/api/v2/project_connect.py
|
|
90
72
|
metalstack/api/v2/project_pb2.py
|
|
91
73
|
metalstack/api/v2/project_pb2.pyi
|
|
92
|
-
metalstack/api/v2/
|
|
93
|
-
metalstack/api/v2/size_connecpy.py
|
|
74
|
+
metalstack/api/v2/size_connect.py
|
|
94
75
|
metalstack/api/v2/size_pb2.py
|
|
95
76
|
metalstack/api/v2/size_pb2.pyi
|
|
96
|
-
metalstack/api/v2/size_pb2_grpc.py
|
|
97
77
|
metalstack/api/v2/switch_pb2.py
|
|
98
78
|
metalstack/api/v2/switch_pb2.pyi
|
|
99
|
-
metalstack/api/v2/
|
|
100
|
-
metalstack/api/v2/tenant_connecpy.py
|
|
79
|
+
metalstack/api/v2/tenant_connect.py
|
|
101
80
|
metalstack/api/v2/tenant_pb2.py
|
|
102
81
|
metalstack/api/v2/tenant_pb2.pyi
|
|
103
|
-
metalstack/api/v2/
|
|
104
|
-
metalstack/api/v2/token_connecpy.py
|
|
82
|
+
metalstack/api/v2/token_connect.py
|
|
105
83
|
metalstack/api/v2/token_pb2.py
|
|
106
84
|
metalstack/api/v2/token_pb2.pyi
|
|
107
|
-
metalstack/api/v2/
|
|
108
|
-
metalstack/api/v2/user_connecpy.py
|
|
85
|
+
metalstack/api/v2/user_connect.py
|
|
109
86
|
metalstack/api/v2/user_pb2.py
|
|
110
87
|
metalstack/api/v2/user_pb2.pyi
|
|
111
|
-
metalstack/api/v2/
|
|
112
|
-
metalstack/api/v2/version_connecpy.py
|
|
88
|
+
metalstack/api/v2/version_connect.py
|
|
113
89
|
metalstack/api/v2/version_pb2.py
|
|
114
90
|
metalstack/api/v2/version_pb2.pyi
|
|
115
|
-
metalstack/api/v2/version_pb2_grpc.py
|
|
116
91
|
metalstack/client/__init__.py
|
|
117
92
|
metalstack/client/client.py
|
|
118
93
|
metalstack/infra/__init__.py
|
|
119
94
|
metalstack/infra/v2/__init__.py
|
|
120
|
-
metalstack/infra/v2/
|
|
95
|
+
metalstack/infra/v2/bmc_connect.py
|
|
121
96
|
metalstack/infra/v2/bmc_pb2.py
|
|
122
97
|
metalstack/infra/v2/bmc_pb2.pyi
|
|
123
|
-
metalstack/infra/v2/
|
|
124
|
-
metalstack/infra/v2/switch_connecpy.py
|
|
98
|
+
metalstack/infra/v2/switch_connect.py
|
|
125
99
|
metalstack/infra/v2/switch_pb2.py
|
|
126
|
-
metalstack/infra/v2/switch_pb2.pyi
|
|
127
|
-
metalstack/infra/v2/switch_pb2_grpc.py
|
|
100
|
+
metalstack/infra/v2/switch_pb2.pyi
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by https://github.com/
|
|
2
|
+
# Generated by https://github.com/connectrpc/connect-python. DO NOT EDIT!
|
|
3
3
|
# source: metalstack/admin/v2/filesystem.proto
|
|
4
4
|
|
|
5
5
|
from collections.abc import AsyncIterator, Iterable, Iterator, Mapping
|
|
6
6
|
from typing import Protocol
|
|
7
7
|
|
|
8
|
-
from
|
|
9
|
-
from
|
|
10
|
-
from
|
|
11
|
-
from
|
|
12
|
-
from
|
|
13
|
-
from
|
|
14
|
-
from
|
|
8
|
+
from connectrpc.client import ConnectClient, ConnectClientSync
|
|
9
|
+
from connectrpc.code import Code
|
|
10
|
+
from connectrpc.errors import ConnectError
|
|
11
|
+
from connectrpc.interceptor import Interceptor, InterceptorSync
|
|
12
|
+
from connectrpc.method import IdempotencyLevel, MethodInfo
|
|
13
|
+
from connectrpc.request import Headers, RequestContext
|
|
14
|
+
from connectrpc.server import ConnectASGIApplication, ConnectWSGIApplication, Endpoint, EndpointSync
|
|
15
15
|
import metalstack.admin.v2.filesystem_pb2 as metalstack_dot_admin_dot_v2_dot_filesystem__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
class FilesystemService(Protocol):
|
|
19
19
|
async def create(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceCreateRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceCreateResponse:
|
|
20
|
-
raise
|
|
20
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
21
21
|
|
|
22
22
|
async def update(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceUpdateRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceUpdateResponse:
|
|
23
|
-
raise
|
|
23
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
24
24
|
|
|
25
25
|
async def delete(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceDeleteRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceDeleteResponse:
|
|
26
|
-
raise
|
|
26
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
class FilesystemServiceASGIApplication(
|
|
30
|
-
def __init__(self, service: FilesystemService, *, interceptors: Iterable[Interceptor]=(), read_max_bytes: int | None = None):
|
|
29
|
+
class FilesystemServiceASGIApplication(ConnectASGIApplication):
|
|
30
|
+
def __init__(self, service: FilesystemService, *, interceptors: Iterable[Interceptor]=(), read_max_bytes: int | None = None) -> None:
|
|
31
31
|
super().__init__(
|
|
32
32
|
endpoints={
|
|
33
33
|
"/metalstack.admin.v2.FilesystemService/Create": Endpoint.unary(
|
|
@@ -66,12 +66,12 @@ class FilesystemServiceASGIApplication(ConnecpyASGIApplication):
|
|
|
66
66
|
)
|
|
67
67
|
|
|
68
68
|
@property
|
|
69
|
-
def path(self):
|
|
69
|
+
def path(self) -> str:
|
|
70
70
|
"""Returns the URL path to mount the application to when serving multiple applications."""
|
|
71
71
|
return "/metalstack.admin.v2.FilesystemService"
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
class FilesystemServiceClient(
|
|
74
|
+
class FilesystemServiceClient(ConnectClient):
|
|
75
75
|
async def create(
|
|
76
76
|
self,
|
|
77
77
|
request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceCreateRequest,
|
|
@@ -135,15 +135,15 @@ class FilesystemServiceClient(ConnecpyClient):
|
|
|
135
135
|
|
|
136
136
|
class FilesystemServiceSync(Protocol):
|
|
137
137
|
def create(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceCreateRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceCreateResponse:
|
|
138
|
-
raise
|
|
138
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
139
139
|
def update(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceUpdateRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceUpdateResponse:
|
|
140
|
-
raise
|
|
140
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
141
141
|
def delete(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceDeleteRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceDeleteResponse:
|
|
142
|
-
raise
|
|
142
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
143
143
|
|
|
144
144
|
|
|
145
|
-
class FilesystemServiceWSGIApplication(
|
|
146
|
-
def __init__(self, service: FilesystemServiceSync, interceptors: Iterable[InterceptorSync]=(), read_max_bytes: int | None = None):
|
|
145
|
+
class FilesystemServiceWSGIApplication(ConnectWSGIApplication):
|
|
146
|
+
def __init__(self, service: FilesystemServiceSync, interceptors: Iterable[InterceptorSync]=(), read_max_bytes: int | None = None) -> None:
|
|
147
147
|
super().__init__(
|
|
148
148
|
endpoints={
|
|
149
149
|
"/metalstack.admin.v2.FilesystemService/Create": EndpointSync.unary(
|
|
@@ -182,12 +182,12 @@ class FilesystemServiceWSGIApplication(ConnecpyWSGIApplication):
|
|
|
182
182
|
)
|
|
183
183
|
|
|
184
184
|
@property
|
|
185
|
-
def path(self):
|
|
185
|
+
def path(self) -> str:
|
|
186
186
|
"""Returns the URL path to mount the application to when serving multiple applications."""
|
|
187
187
|
return "/metalstack.admin.v2.FilesystemService"
|
|
188
188
|
|
|
189
189
|
|
|
190
|
-
class FilesystemServiceClientSync(
|
|
190
|
+
class FilesystemServiceClientSync(ConnectClientSync):
|
|
191
191
|
def create(
|
|
192
192
|
self,
|
|
193
193
|
request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceCreateRequest,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/filesystem.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
16
|
+
1,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/filesystem.proto'
|
|
19
19
|
)
|
|
@@ -25,9 +25,10 @@ _sym_db = _symbol_database.Default()
|
|
|
25
25
|
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
|
26
26
|
from metalstack.api.v2 import common_pb2 as metalstack_dot_api_dot_v2_dot_common__pb2
|
|
27
27
|
from metalstack.api.v2 import filesystem_pb2 as metalstack_dot_api_dot_v2_dot_filesystem__pb2
|
|
28
|
+
from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
|
|
28
29
|
|
|
29
30
|
|
|
30
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$metalstack/admin/v2/filesystem.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\"metalstack/api/v2/filesystem.proto\"r\n\x1e\x46ilesystemServiceCreateRequest\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"s\n\x1f\x46ilesystemServiceCreateResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"\
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n$metalstack/admin/v2/filesystem.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\"metalstack/api/v2/filesystem.proto\x1a(metalstack/api/v2/predefined_rules.proto\"r\n\x1e\x46ilesystemServiceCreateRequest\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"s\n\x1f\x46ilesystemServiceCreateResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"\xf6\x04\n\x1e\x46ilesystemServiceUpdateRequest\x12\x1a\n\x02id\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01R\x02id\x12\x46\n\x0bupdate_meta\x18\x02 \x01(\x0b\x32\x1d.metalstack.api.v2.UpdateMetaB\x06\xbaH\x03\xc8\x01\x01R\nupdateMeta\x12$\n\x04name\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x00R\x04name\x88\x01\x01\x12\x32\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x01R\x0b\x64\x65scription\x88\x01\x01\x12?\n\x0b\x66ilesystems\x18\x05 \x03(\x0b\x32\x1d.metalstack.api.v2.FilesystemR\x0b\x66ilesystems\x12-\n\x05\x64isks\x18\x06 \x03(\x0b\x32\x17.metalstack.api.v2.DiskR\x05\x64isks\x12+\n\x04raid\x18\x07 \x03(\x0b\x32\x17.metalstack.api.v2.RaidR\x04raid\x12\x43\n\rvolume_groups\x18\x08 \x03(\x0b\x32\x1e.metalstack.api.v2.VolumeGroupR\x0cvolumeGroups\x12I\n\x0flogical_volumes\x18\t \x03(\x0b\x32 .metalstack.api.v2.LogicalVolumeR\x0elogicalVolumes\x12P\n\x0b\x63onstraints\x18\n \x01(\x0b\x32..metalstack.api.v2.FilesystemLayoutConstraintsR\x0b\x63onstraintsB\x07\n\x05_nameB\x0e\n\x0c_description\"s\n\x1f\x46ilesystemServiceUpdateResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"<\n\x1e\x46ilesystemServiceDeleteRequest\x12\x1a\n\x02id\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01R\x02id\"s\n\x1f\x46ilesystemServiceDeleteResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout2\x93\x03\n\x11\x46ilesystemService\x12~\n\x06\x43reate\x12\x33.metalstack.admin.v2.FilesystemServiceCreateRequest\x1a\x34.metalstack.admin.v2.FilesystemServiceCreateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12~\n\x06Update\x12\x33.metalstack.admin.v2.FilesystemServiceUpdateRequest\x1a\x34.metalstack.admin.v2.FilesystemServiceUpdateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12~\n\x06\x44\x65lete\x12\x33.metalstack.admin.v2.FilesystemServiceDeleteRequest\x1a\x34.metalstack.admin.v2.FilesystemServiceDeleteResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x42\xd3\x01\n\x17\x63om.metalstack.admin.v2B\x0f\x46ilesystemProtoP\x01Z9github.com/metal-stack/api/go/metalstack/admin/v2;adminv2\xa2\x02\x03MAX\xaa\x02\x13Metalstack.Admin.V2\xca\x02\x13Metalstack\\Admin\\V2\xe2\x02\x1fMetalstack\\Admin\\V2\\GPBMetadata\xea\x02\x15Metalstack::Admin::V2b\x06proto3')
|
|
31
32
|
|
|
32
33
|
_globals = globals()
|
|
33
34
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -40,9 +41,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
40
41
|
_globals['_FILESYSTEMSERVICEUPDATEREQUEST'].fields_by_name['update_meta']._loaded_options = None
|
|
41
42
|
_globals['_FILESYSTEMSERVICEUPDATEREQUEST'].fields_by_name['update_meta']._serialized_options = b'\272H\003\310\001\001'
|
|
42
43
|
_globals['_FILESYSTEMSERVICEUPDATEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
43
|
-
_globals['_FILESYSTEMSERVICEUPDATEREQUEST'].fields_by_name['name']._serialized_options = b'\272H\
|
|
44
|
+
_globals['_FILESYSTEMSERVICEUPDATEREQUEST'].fields_by_name['name']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
44
45
|
_globals['_FILESYSTEMSERVICEUPDATEREQUEST'].fields_by_name['description']._loaded_options = None
|
|
45
|
-
_globals['_FILESYSTEMSERVICEUPDATEREQUEST'].fields_by_name['description']._serialized_options = b'\272H\
|
|
46
|
+
_globals['_FILESYSTEMSERVICEUPDATEREQUEST'].fields_by_name['description']._serialized_options = b'\272H\010r\006\310\263\256\261\002\001'
|
|
46
47
|
_globals['_FILESYSTEMSERVICEDELETEREQUEST'].fields_by_name['id']._loaded_options = None
|
|
47
48
|
_globals['_FILESYSTEMSERVICEDELETEREQUEST'].fields_by_name['id']._serialized_options = b'\272H\007r\005\020\002\030\200\001'
|
|
48
49
|
_globals['_FILESYSTEMSERVICE'].methods_by_name['Create']._loaded_options = None
|
|
@@ -51,18 +52,18 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
51
52
|
_globals['_FILESYSTEMSERVICE'].methods_by_name['Update']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
|
|
52
53
|
_globals['_FILESYSTEMSERVICE'].methods_by_name['Delete']._loaded_options = None
|
|
53
54
|
_globals['_FILESYSTEMSERVICE'].methods_by_name['Delete']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
|
|
54
|
-
_globals['_FILESYSTEMSERVICECREATEREQUEST']._serialized_start=
|
|
55
|
-
_globals['_FILESYSTEMSERVICECREATEREQUEST']._serialized_end=
|
|
56
|
-
_globals['_FILESYSTEMSERVICECREATERESPONSE']._serialized_start=
|
|
57
|
-
_globals['_FILESYSTEMSERVICECREATERESPONSE']._serialized_end=
|
|
58
|
-
_globals['_FILESYSTEMSERVICEUPDATEREQUEST']._serialized_start=
|
|
59
|
-
_globals['_FILESYSTEMSERVICEUPDATEREQUEST']._serialized_end=
|
|
60
|
-
_globals['_FILESYSTEMSERVICEUPDATERESPONSE']._serialized_start=
|
|
61
|
-
_globals['_FILESYSTEMSERVICEUPDATERESPONSE']._serialized_end=
|
|
62
|
-
_globals['_FILESYSTEMSERVICEDELETEREQUEST']._serialized_start=
|
|
63
|
-
_globals['_FILESYSTEMSERVICEDELETEREQUEST']._serialized_end=
|
|
64
|
-
_globals['_FILESYSTEMSERVICEDELETERESPONSE']._serialized_start=
|
|
65
|
-
_globals['_FILESYSTEMSERVICEDELETERESPONSE']._serialized_end=
|
|
66
|
-
_globals['_FILESYSTEMSERVICE']._serialized_start=
|
|
67
|
-
_globals['_FILESYSTEMSERVICE']._serialized_end=
|
|
55
|
+
_globals['_FILESYSTEMSERVICECREATEREQUEST']._serialized_start=200
|
|
56
|
+
_globals['_FILESYSTEMSERVICECREATEREQUEST']._serialized_end=314
|
|
57
|
+
_globals['_FILESYSTEMSERVICECREATERESPONSE']._serialized_start=316
|
|
58
|
+
_globals['_FILESYSTEMSERVICECREATERESPONSE']._serialized_end=431
|
|
59
|
+
_globals['_FILESYSTEMSERVICEUPDATEREQUEST']._serialized_start=434
|
|
60
|
+
_globals['_FILESYSTEMSERVICEUPDATEREQUEST']._serialized_end=1064
|
|
61
|
+
_globals['_FILESYSTEMSERVICEUPDATERESPONSE']._serialized_start=1066
|
|
62
|
+
_globals['_FILESYSTEMSERVICEUPDATERESPONSE']._serialized_end=1181
|
|
63
|
+
_globals['_FILESYSTEMSERVICEDELETEREQUEST']._serialized_start=1183
|
|
64
|
+
_globals['_FILESYSTEMSERVICEDELETEREQUEST']._serialized_end=1243
|
|
65
|
+
_globals['_FILESYSTEMSERVICEDELETERESPONSE']._serialized_start=1245
|
|
66
|
+
_globals['_FILESYSTEMSERVICEDELETERESPONSE']._serialized_end=1360
|
|
67
|
+
_globals['_FILESYSTEMSERVICE']._serialized_start=1363
|
|
68
|
+
_globals['_FILESYSTEMSERVICE']._serialized_end=1766
|
|
68
69
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from buf.validate import validate_pb2 as _validate_pb2
|
|
2
2
|
from metalstack.api.v2 import common_pb2 as _common_pb2
|
|
3
3
|
from metalstack.api.v2 import filesystem_pb2 as _filesystem_pb2
|
|
4
|
+
from metalstack.api.v2 import predefined_rules_pb2 as _predefined_rules_pb2
|
|
4
5
|
from google.protobuf.internal import containers as _containers
|
|
5
6
|
from google.protobuf import descriptor as _descriptor
|
|
6
7
|
from google.protobuf import message as _message
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
|
-
# Generated by https://github.com/
|
|
2
|
+
# Generated by https://github.com/connectrpc/connect-python. DO NOT EDIT!
|
|
3
3
|
# source: metalstack/admin/v2/image.proto
|
|
4
4
|
|
|
5
5
|
from collections.abc import AsyncIterator, Iterable, Iterator, Mapping
|
|
6
6
|
from typing import Protocol
|
|
7
7
|
|
|
8
|
-
from
|
|
9
|
-
from
|
|
10
|
-
from
|
|
11
|
-
from
|
|
12
|
-
from
|
|
13
|
-
from
|
|
14
|
-
from
|
|
8
|
+
from connectrpc.client import ConnectClient, ConnectClientSync
|
|
9
|
+
from connectrpc.code import Code
|
|
10
|
+
from connectrpc.errors import ConnectError
|
|
11
|
+
from connectrpc.interceptor import Interceptor, InterceptorSync
|
|
12
|
+
from connectrpc.method import IdempotencyLevel, MethodInfo
|
|
13
|
+
from connectrpc.request import Headers, RequestContext
|
|
14
|
+
from connectrpc.server import ConnectASGIApplication, ConnectWSGIApplication, Endpoint, EndpointSync
|
|
15
15
|
import metalstack.admin.v2.image_pb2 as metalstack_dot_admin_dot_v2_dot_image__pb2
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
class ImageService(Protocol):
|
|
19
19
|
async def create(self, request: metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceCreateRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceCreateResponse:
|
|
20
|
-
raise
|
|
20
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
21
21
|
|
|
22
22
|
async def update(self, request: metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceUpdateRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceUpdateResponse:
|
|
23
|
-
raise
|
|
23
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
24
24
|
|
|
25
25
|
async def delete(self, request: metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceDeleteRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceDeleteResponse:
|
|
26
|
-
raise
|
|
26
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
27
27
|
|
|
28
28
|
async def usage(self, request: metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceUsageRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceUsageResponse:
|
|
29
|
-
raise
|
|
29
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
class ImageServiceASGIApplication(
|
|
33
|
-
def __init__(self, service: ImageService, *, interceptors: Iterable[Interceptor]=(), read_max_bytes: int | None = None):
|
|
32
|
+
class ImageServiceASGIApplication(ConnectASGIApplication):
|
|
33
|
+
def __init__(self, service: ImageService, *, interceptors: Iterable[Interceptor]=(), read_max_bytes: int | None = None) -> None:
|
|
34
34
|
super().__init__(
|
|
35
35
|
endpoints={
|
|
36
36
|
"/metalstack.admin.v2.ImageService/Create": Endpoint.unary(
|
|
@@ -79,12 +79,12 @@ class ImageServiceASGIApplication(ConnecpyASGIApplication):
|
|
|
79
79
|
)
|
|
80
80
|
|
|
81
81
|
@property
|
|
82
|
-
def path(self):
|
|
82
|
+
def path(self) -> str:
|
|
83
83
|
"""Returns the URL path to mount the application to when serving multiple applications."""
|
|
84
84
|
return "/metalstack.admin.v2.ImageService"
|
|
85
85
|
|
|
86
86
|
|
|
87
|
-
class ImageServiceClient(
|
|
87
|
+
class ImageServiceClient(ConnectClient):
|
|
88
88
|
async def create(
|
|
89
89
|
self,
|
|
90
90
|
request: metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceCreateRequest,
|
|
@@ -168,17 +168,17 @@ class ImageServiceClient(ConnecpyClient):
|
|
|
168
168
|
|
|
169
169
|
class ImageServiceSync(Protocol):
|
|
170
170
|
def create(self, request: metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceCreateRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceCreateResponse:
|
|
171
|
-
raise
|
|
171
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
172
172
|
def update(self, request: metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceUpdateRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceUpdateResponse:
|
|
173
|
-
raise
|
|
173
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
174
174
|
def delete(self, request: metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceDeleteRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceDeleteResponse:
|
|
175
|
-
raise
|
|
175
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
176
176
|
def usage(self, request: metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceUsageRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceUsageResponse:
|
|
177
|
-
raise
|
|
177
|
+
raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
|
|
178
178
|
|
|
179
179
|
|
|
180
|
-
class ImageServiceWSGIApplication(
|
|
181
|
-
def __init__(self, service: ImageServiceSync, interceptors: Iterable[InterceptorSync]=(), read_max_bytes: int | None = None):
|
|
180
|
+
class ImageServiceWSGIApplication(ConnectWSGIApplication):
|
|
181
|
+
def __init__(self, service: ImageServiceSync, interceptors: Iterable[InterceptorSync]=(), read_max_bytes: int | None = None) -> None:
|
|
182
182
|
super().__init__(
|
|
183
183
|
endpoints={
|
|
184
184
|
"/metalstack.admin.v2.ImageService/Create": EndpointSync.unary(
|
|
@@ -227,12 +227,12 @@ class ImageServiceWSGIApplication(ConnecpyWSGIApplication):
|
|
|
227
227
|
)
|
|
228
228
|
|
|
229
229
|
@property
|
|
230
|
-
def path(self):
|
|
230
|
+
def path(self) -> str:
|
|
231
231
|
"""Returns the URL path to mount the application to when serving multiple applications."""
|
|
232
232
|
return "/metalstack.admin.v2.ImageService"
|
|
233
233
|
|
|
234
234
|
|
|
235
|
-
class ImageServiceClientSync(
|
|
235
|
+
class ImageServiceClientSync(ConnectClientSync):
|
|
236
236
|
def create(
|
|
237
237
|
self,
|
|
238
238
|
request: metalstack_dot_admin_dot_v2_dot_image__pb2.ImageServiceCreateRequest,
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: metalstack/admin/v2/image.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,7 +13,7 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
16
|
+
1,
|
|
17
17
|
'',
|
|
18
18
|
'metalstack/admin/v2/image.proto'
|
|
19
19
|
)
|
|
@@ -26,9 +26,10 @@ from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
|
|
26
26
|
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
27
27
|
from metalstack.api.v2 import common_pb2 as metalstack_dot_api_dot_v2_dot_common__pb2
|
|
28
28
|
from metalstack.api.v2 import image_pb2 as metalstack_dot_api_dot_v2_dot_image__pb2
|
|
29
|
+
from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
|
|
29
30
|
|
|
30
31
|
|
|
31
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fmetalstack/admin/v2/image.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\x1dmetalstack/api/v2/image.proto\"K\n\x19ImageServiceCreateRequest\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"L\n\x1aImageServiceCreateResponse\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"\
|
|
32
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fmetalstack/admin/v2/image.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\x1dmetalstack/api/v2/image.proto\x1a(metalstack/api/v2/predefined_rules.proto\"K\n\x19ImageServiceCreateRequest\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"L\n\x1aImageServiceCreateResponse\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"\xe6\x04\n\x19ImageServiceUpdateRequest\x12\x1a\n\x02id\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01R\x02id\x12\x46\n\x0bupdate_meta\x18\x02 \x01(\x0b\x32\x1d.metalstack.api.v2.UpdateMetaB\x06\xbaH\x03\xc8\x01\x01R\nupdateMeta\x12O\n\x03url\x18\x03 \x01(\tB8\xbaH5\xba\x01\x32\n\tvalid_url\x12\x17url must be a valid URI\x1a\x0cthis.isUri()H\x00R\x03url\x88\x01\x01\x12$\n\x04name\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x01R\x04name\x88\x01\x01\x12\x32\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x02R\x0b\x64\x65scription\x88\x01\x01\x12\x83\x01\n\x08\x66\x65\x61tures\x18\x06 \x03(\x0e\x32\x1f.metalstack.api.v2.ImageFeatureBF\xbaHC\x92\x01@\x08\x01\"<\xba\x01\x39\n\x08\x66\x65\x61tures\x12\x15\x66\x65\x61ture must be valid\x1a\x16this >= 0 && this <= 2R\x08\x66\x65\x61tures\x12X\n\x0e\x63lassification\x18\x07 \x01(\x0e\x32&.metalstack.api.v2.ImageClassificationB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0e\x63lassification\x12\x39\n\nexpires_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAtB\x06\n\x04_urlB\x07\n\x05_nameB\x0e\n\x0c_description\"L\n\x1aImageServiceUpdateResponse\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"7\n\x19ImageServiceDeleteRequest\x12\x1a\n\x02id\x18\x01 \x01(\tB\n\xbaH\x07r\x05\x10\x02\x18\x80\x01R\x02id\"L\n\x1aImageServiceDeleteResponse\x12.\n\x05image\x18\x01 \x01(\x0b\x32\x18.metalstack.api.v2.ImageR\x05image\"O\n\x18ImageServiceUsageRequest\x12\x33\n\x05query\x18\x01 \x01(\x0b\x32\x1d.metalstack.api.v2.ImageQueryR\x05query\"[\n\x19ImageServiceUsageResponse\x12>\n\x0bimage_usage\x18\x01 \x03(\x0b\x32\x1d.metalstack.api.v2.ImageUsageR\nimageUsage2\xe0\x03\n\x0cImageService\x12t\n\x06\x43reate\x12..metalstack.admin.v2.ImageServiceCreateRequest\x1a/.metalstack.admin.v2.ImageServiceCreateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12t\n\x06Update\x12..metalstack.admin.v2.ImageServiceUpdateRequest\x1a/.metalstack.admin.v2.ImageServiceUpdateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12t\n\x06\x44\x65lete\x12..metalstack.admin.v2.ImageServiceDeleteRequest\x1a/.metalstack.admin.v2.ImageServiceDeleteResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12n\n\x05Usage\x12-.metalstack.admin.v2.ImageServiceUsageRequest\x1a..metalstack.admin.v2.ImageServiceUsageResponse\"\x06\xd2\xf3\x18\x02\x01\x02\x42\xce\x01\n\x17\x63om.metalstack.admin.v2B\nImageProtoP\x01Z9github.com/metal-stack/api/go/metalstack/admin/v2;adminv2\xa2\x02\x03MAX\xaa\x02\x13Metalstack.Admin.V2\xca\x02\x13Metalstack\\Admin\\V2\xe2\x02\x1fMetalstack\\Admin\\V2\\GPBMetadata\xea\x02\x15Metalstack::Admin::V2b\x06proto3')
|
|
32
33
|
|
|
33
34
|
_globals = globals()
|
|
34
35
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
@@ -43,9 +44,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
43
44
|
_globals['_IMAGESERVICEUPDATEREQUEST'].fields_by_name['url']._loaded_options = None
|
|
44
45
|
_globals['_IMAGESERVICEUPDATEREQUEST'].fields_by_name['url']._serialized_options = b'\272H5\272\0012\n\tvalid_url\022\027url must be a valid URI\032\014this.isUri()'
|
|
45
46
|
_globals['_IMAGESERVICEUPDATEREQUEST'].fields_by_name['name']._loaded_options = None
|
|
46
|
-
_globals['_IMAGESERVICEUPDATEREQUEST'].fields_by_name['name']._serialized_options = b'\272H\
|
|
47
|
+
_globals['_IMAGESERVICEUPDATEREQUEST'].fields_by_name['name']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
|
|
47
48
|
_globals['_IMAGESERVICEUPDATEREQUEST'].fields_by_name['description']._loaded_options = None
|
|
48
|
-
_globals['_IMAGESERVICEUPDATEREQUEST'].fields_by_name['description']._serialized_options = b'\272H\
|
|
49
|
+
_globals['_IMAGESERVICEUPDATEREQUEST'].fields_by_name['description']._serialized_options = b'\272H\010r\006\310\263\256\261\002\001'
|
|
49
50
|
_globals['_IMAGESERVICEUPDATEREQUEST'].fields_by_name['features']._loaded_options = None
|
|
50
51
|
_globals['_IMAGESERVICEUPDATEREQUEST'].fields_by_name['features']._serialized_options = b'\272HC\222\001@\010\001\"<\272\0019\n\010features\022\025feature must be valid\032\026this >= 0 && this <= 2'
|
|
51
52
|
_globals['_IMAGESERVICEUPDATEREQUEST'].fields_by_name['classification']._loaded_options = None
|
|
@@ -60,22 +61,22 @@ if not _descriptor._USE_C_DESCRIPTORS:
|
|
|
60
61
|
_globals['_IMAGESERVICE'].methods_by_name['Delete']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
|
|
61
62
|
_globals['_IMAGESERVICE'].methods_by_name['Usage']._loaded_options = None
|
|
62
63
|
_globals['_IMAGESERVICE'].methods_by_name['Usage']._serialized_options = b'\322\363\030\002\001\002'
|
|
63
|
-
_globals['_IMAGESERVICECREATEREQUEST']._serialized_start=
|
|
64
|
-
_globals['_IMAGESERVICECREATEREQUEST']._serialized_end=
|
|
65
|
-
_globals['_IMAGESERVICECREATERESPONSE']._serialized_start=
|
|
66
|
-
_globals['_IMAGESERVICECREATERESPONSE']._serialized_end=
|
|
67
|
-
_globals['_IMAGESERVICEUPDATEREQUEST']._serialized_start=
|
|
68
|
-
_globals['_IMAGESERVICEUPDATEREQUEST']._serialized_end=
|
|
69
|
-
_globals['_IMAGESERVICEUPDATERESPONSE']._serialized_start=
|
|
70
|
-
_globals['_IMAGESERVICEUPDATERESPONSE']._serialized_end=
|
|
71
|
-
_globals['_IMAGESERVICEDELETEREQUEST']._serialized_start=
|
|
72
|
-
_globals['_IMAGESERVICEDELETEREQUEST']._serialized_end=
|
|
73
|
-
_globals['_IMAGESERVICEDELETERESPONSE']._serialized_start=
|
|
74
|
-
_globals['_IMAGESERVICEDELETERESPONSE']._serialized_end=
|
|
75
|
-
_globals['_IMAGESERVICEUSAGEREQUEST']._serialized_start=
|
|
76
|
-
_globals['_IMAGESERVICEUSAGEREQUEST']._serialized_end=
|
|
77
|
-
_globals['_IMAGESERVICEUSAGERESPONSE']._serialized_start=
|
|
78
|
-
_globals['_IMAGESERVICEUSAGERESPONSE']._serialized_end=
|
|
79
|
-
_globals['_IMAGESERVICE']._serialized_start=
|
|
80
|
-
_globals['_IMAGESERVICE']._serialized_end=
|
|
64
|
+
_globals['_IMAGESERVICECREATEREQUEST']._serialized_start=223
|
|
65
|
+
_globals['_IMAGESERVICECREATEREQUEST']._serialized_end=298
|
|
66
|
+
_globals['_IMAGESERVICECREATERESPONSE']._serialized_start=300
|
|
67
|
+
_globals['_IMAGESERVICECREATERESPONSE']._serialized_end=376
|
|
68
|
+
_globals['_IMAGESERVICEUPDATEREQUEST']._serialized_start=379
|
|
69
|
+
_globals['_IMAGESERVICEUPDATEREQUEST']._serialized_end=993
|
|
70
|
+
_globals['_IMAGESERVICEUPDATERESPONSE']._serialized_start=995
|
|
71
|
+
_globals['_IMAGESERVICEUPDATERESPONSE']._serialized_end=1071
|
|
72
|
+
_globals['_IMAGESERVICEDELETEREQUEST']._serialized_start=1073
|
|
73
|
+
_globals['_IMAGESERVICEDELETEREQUEST']._serialized_end=1128
|
|
74
|
+
_globals['_IMAGESERVICEDELETERESPONSE']._serialized_start=1130
|
|
75
|
+
_globals['_IMAGESERVICEDELETERESPONSE']._serialized_end=1206
|
|
76
|
+
_globals['_IMAGESERVICEUSAGEREQUEST']._serialized_start=1208
|
|
77
|
+
_globals['_IMAGESERVICEUSAGEREQUEST']._serialized_end=1287
|
|
78
|
+
_globals['_IMAGESERVICEUSAGERESPONSE']._serialized_start=1289
|
|
79
|
+
_globals['_IMAGESERVICEUSAGERESPONSE']._serialized_end=1380
|
|
80
|
+
_globals['_IMAGESERVICE']._serialized_start=1383
|
|
81
|
+
_globals['_IMAGESERVICE']._serialized_end=1863
|
|
81
82
|
# @@protoc_insertion_point(module_scope)
|
|
@@ -4,6 +4,7 @@ from buf.validate import validate_pb2 as _validate_pb2
|
|
|
4
4
|
from google.protobuf import timestamp_pb2 as _timestamp_pb2
|
|
5
5
|
from metalstack.api.v2 import common_pb2 as _common_pb2
|
|
6
6
|
from metalstack.api.v2 import image_pb2 as _image_pb2
|
|
7
|
+
from metalstack.api.v2 import predefined_rules_pb2 as _predefined_rules_pb2
|
|
7
8
|
from google.protobuf.internal import containers as _containers
|
|
8
9
|
from google.protobuf import descriptor as _descriptor
|
|
9
10
|
from google.protobuf import message as _message
|