metal-stack-api 0.0.62__tar.gz → 0.1.0__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.
Files changed (148) hide show
  1. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/PKG-INFO +1 -1
  2. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metal_stack_api.egg-info/PKG-INFO +1 -1
  3. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/audit_pb2.py +7 -7
  4. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/component_pb2.py +3 -3
  5. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/filesystem_connect.py +65 -0
  6. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/filesystem_pb2.py +26 -6
  7. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/filesystem_pb2.pyi +30 -0
  8. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/image_pb2.py +6 -6
  9. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/ip_pb2.py +3 -3
  10. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/machine_pb2.py +9 -9
  11. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/network_pb2.py +3 -3
  12. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/partition_pb2.py +3 -3
  13. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/project_pb2.py +3 -3
  14. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_imageconstraint_pb2.py +3 -3
  15. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_pb2.py +8 -8
  16. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_reservation_pb2.py +18 -18
  17. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/switch_pb2.py +9 -9
  18. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/task_pb2.py +9 -9
  19. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/tenant_pb2.py +7 -7
  20. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/token_pb2.py +8 -8
  21. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/vpn_pb2.py +7 -7
  22. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/audit_pb2.py +3 -3
  23. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/common_pb2.py +3 -3
  24. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/component_pb2.py +3 -3
  25. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/filesystem_connect.py +0 -65
  26. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/filesystem_pb2.py +32 -50
  27. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/filesystem_pb2.pyi +0 -30
  28. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/health_pb2.py +9 -9
  29. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/health_pb2.pyi +2 -2
  30. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/image_pb2.py +3 -3
  31. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/ip_pb2.py +8 -8
  32. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/machine_pb2.py +46 -44
  33. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/method_pb2.py +7 -7
  34. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/network_pb2.py +8 -8
  35. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/partition_pb2.py +21 -19
  36. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/predefined_rules_pb2.py +3 -3
  37. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/project_pb2.py +3 -3
  38. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/size_imageconstraint_pb2.py +3 -3
  39. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/size_pb2.py +3 -3
  40. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/size_reservation_pb2.py +3 -3
  41. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/switch_pb2.py +3 -3
  42. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/tenant_pb2.py +3 -3
  43. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/token_pb2.py +11 -11
  44. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/user_pb2.py +3 -3
  45. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/version_pb2.py +3 -3
  46. metal_stack_api-0.1.0/metalstack/api/v2/vpn_pb2.py +46 -0
  47. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/vpn_pb2.pyi +2 -0
  48. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/bmc_pb2.py +3 -3
  49. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/boot_pb2.py +3 -3
  50. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/component_pb2.py +3 -3
  51. metal_stack_api-0.1.0/metalstack/infra/v2/event_pb2.py +51 -0
  52. metal_stack_api-0.1.0/metalstack/infra/v2/event_pb2.pyi +32 -0
  53. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/switch_pb2.py +3 -3
  54. metal_stack_api-0.0.62/metalstack/api/v2/vpn_pb2.py +0 -38
  55. metal_stack_api-0.0.62/metalstack/infra/v2/event_pb2.py +0 -78
  56. metal_stack_api-0.0.62/metalstack/infra/v2/event_pb2.pyi +0 -71
  57. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/README.md +0 -0
  58. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metal_stack_api.egg-info/SOURCES.txt +0 -0
  59. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metal_stack_api.egg-info/dependency_links.txt +0 -0
  60. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metal_stack_api.egg-info/requires.txt +0 -0
  61. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metal_stack_api.egg-info/top_level.txt +0 -0
  62. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/__init__.py +0 -0
  63. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/__init__.py +0 -0
  64. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/__init__.py +0 -0
  65. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/audit_connect.py +0 -0
  66. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/audit_pb2.pyi +0 -0
  67. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/component_connect.py +0 -0
  68. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/component_pb2.pyi +0 -0
  69. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/image_connect.py +0 -0
  70. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/image_pb2.pyi +0 -0
  71. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/ip_connect.py +0 -0
  72. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/ip_pb2.pyi +0 -0
  73. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/machine_connect.py +0 -0
  74. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/machine_pb2.pyi +0 -0
  75. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/network_connect.py +0 -0
  76. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/network_pb2.pyi +0 -0
  77. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/partition_connect.py +0 -0
  78. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/partition_pb2.pyi +0 -0
  79. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/project_connect.py +0 -0
  80. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/project_pb2.pyi +0 -0
  81. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_connect.py +0 -0
  82. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_imageconstraint_connect.py +0 -0
  83. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_imageconstraint_pb2.pyi +0 -0
  84. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_pb2.pyi +0 -0
  85. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_reservation_connect.py +0 -0
  86. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/size_reservation_pb2.pyi +0 -0
  87. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/switch_connect.py +0 -0
  88. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/switch_pb2.pyi +0 -0
  89. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/task_connect.py +0 -0
  90. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/task_pb2.pyi +0 -0
  91. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/tenant_connect.py +0 -0
  92. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/tenant_pb2.pyi +0 -0
  93. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/token_connect.py +0 -0
  94. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/token_pb2.pyi +0 -0
  95. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/vpn_connect.py +0 -0
  96. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/admin/v2/vpn_pb2.pyi +0 -0
  97. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/__init__.py +0 -0
  98. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/__init__.py +0 -0
  99. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/audit_connect.py +0 -0
  100. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/audit_pb2.pyi +0 -0
  101. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/common_pb2.pyi +0 -0
  102. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/component_pb2.pyi +0 -0
  103. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/health_connect.py +0 -0
  104. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/image_connect.py +0 -0
  105. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/image_pb2.pyi +0 -0
  106. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/ip_connect.py +0 -0
  107. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/ip_pb2.pyi +0 -0
  108. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/machine_connect.py +0 -0
  109. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/machine_pb2.pyi +0 -0
  110. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/method_connect.py +0 -0
  111. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/method_pb2.pyi +0 -0
  112. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/network_connect.py +0 -0
  113. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/network_pb2.pyi +0 -0
  114. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/partition_connect.py +0 -0
  115. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/partition_pb2.pyi +0 -0
  116. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/predefined_rules_pb2.pyi +0 -0
  117. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/project_connect.py +0 -0
  118. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/project_pb2.pyi +0 -0
  119. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/size_connect.py +0 -0
  120. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/size_imageconstraint_connect.py +0 -0
  121. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/size_imageconstraint_pb2.pyi +0 -0
  122. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/size_pb2.pyi +0 -0
  123. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/size_reservation_connect.py +0 -0
  124. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/size_reservation_pb2.pyi +0 -0
  125. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/switch_pb2.pyi +0 -0
  126. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/tenant_connect.py +0 -0
  127. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/tenant_pb2.pyi +0 -0
  128. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/token_connect.py +0 -0
  129. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/token_pb2.pyi +0 -0
  130. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/user_connect.py +0 -0
  131. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/user_pb2.pyi +0 -0
  132. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/version_connect.py +0 -0
  133. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/api/v2/version_pb2.pyi +0 -0
  134. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/client/__init__.py +0 -0
  135. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/client/client.py +0 -0
  136. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/__init__.py +0 -0
  137. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/__init__.py +0 -0
  138. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/bmc_connect.py +0 -0
  139. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/bmc_pb2.pyi +0 -0
  140. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/boot_connect.py +0 -0
  141. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/boot_pb2.pyi +0 -0
  142. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/component_connect.py +0 -0
  143. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/component_pb2.pyi +0 -0
  144. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/event_connect.py +0 -0
  145. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/switch_connect.py +0 -0
  146. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/metalstack/infra/v2/switch_pb2.pyi +0 -0
  147. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/setup.cfg +0 -0
  148. {metal_stack_api-0.0.62 → metal_stack_api-0.1.0}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metal-stack-api
3
- Version: 0.0.62
3
+ Version: 0.1.0
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metal-stack-api
3
- Version: 0.0.62
3
+ Version: 0.1.0
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
@@ -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/audit.proto
5
- # Protobuf Python Version: 7.34.1
5
+ # Protobuf Python Version: 7.35.0
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
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
- 34,
16
- 1,
15
+ 35,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/audit.proto'
19
19
  )
@@ -27,7 +27,7 @@ from metalstack.api.v2 import audit_pb2 as metalstack_dot_api_dot_v2_dot_audit__
27
27
  from metalstack.api.v2 import common_pb2 as metalstack_dot_api_dot_v2_dot_common__pb2
28
28
 
29
29
 
30
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fmetalstack/admin/v2/audit.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1dmetalstack/api/v2/audit.proto\x1a\x1emetalstack/api/v2/common.proto\"N\n\x17\x41uditServiceListRequest\x12\x33\n\x05query\x18\x01 \x01(\x0b\x32\x1d.metalstack.api.v2.AuditQueryR\x05query\"Q\n\x18\x41uditServiceListResponse\x12\x35\n\x06traces\x18\x01 \x03(\x0b\x32\x1d.metalstack.api.v2.AuditTraceR\x06traces\"\x84\x01\n\x16\x41uditServiceGetRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x42\n\x05phase\x18\x02 \x01(\x0e\x32\x1d.metalstack.api.v2.AuditPhaseB\x08\xbaH\x05\x82\x01\x02\x10\x01H\x00R\x05phase\x88\x01\x01\x42\x08\n\x06_phase\"N\n\x17\x41uditServiceGetResponse\x12\x33\n\x05trace\x18\x01 \x01(\x0b\x32\x1d.metalstack.api.v2.AuditTraceR\x05trace2\xe5\x01\n\x0c\x41uditService\x12h\n\x03Get\x12+.metalstack.admin.v2.AuditServiceGetRequest\x1a,.metalstack.admin.v2.AuditServiceGetResponse\"\x06\xd2\xf3\x18\x02\x01\x02\x12k\n\x04List\x12,.metalstack.admin.v2.AuditServiceListRequest\x1a-.metalstack.admin.v2.AuditServiceListResponse\"\x06\xd2\xf3\x18\x02\x01\x02\x42\xce\x01\n\x17\x63om.metalstack.admin.v2B\nAuditProtoP\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')
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fmetalstack/admin/v2/audit.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1dmetalstack/api/v2/audit.proto\x1a\x1emetalstack/api/v2/common.proto\"N\n\x17\x41uditServiceListRequest\x12\x33\n\x05query\x18\x01 \x01(\x0b\x32\x1d.metalstack.api.v2.AuditQueryR\x05query\"Q\n\x18\x41uditServiceListResponse\x12\x35\n\x06traces\x18\x01 \x03(\x0b\x32\x1d.metalstack.api.v2.AuditTraceR\x06traces\"\x84\x01\n\x16\x41uditServiceGetRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x42\n\x05phase\x18\x02 \x01(\x0e\x32\x1d.metalstack.api.v2.AuditPhaseB\x08\xbaH\x05\x82\x01\x02\x10\x01H\x00R\x05phase\x88\x01\x01\x42\x08\n\x06_phase\"N\n\x17\x41uditServiceGetResponse\x12\x33\n\x05trace\x18\x01 \x01(\x0b\x32\x1d.metalstack.api.v2.AuditTraceR\x05trace2\xed\x01\n\x0c\x41uditService\x12l\n\x03Get\x12+.metalstack.admin.v2.AuditServiceGetRequest\x1a,.metalstack.admin.v2.AuditServiceGetResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x12o\n\x04List\x12,.metalstack.admin.v2.AuditServiceListRequest\x1a-.metalstack.admin.v2.AuditServiceListResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x42\xce\x01\n\x17\x63om.metalstack.admin.v2B\nAuditProtoP\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
31
 
32
32
  _globals = globals()
33
33
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -40,9 +40,9 @@ if not _descriptor._USE_C_DESCRIPTORS:
40
40
  _globals['_AUDITSERVICEGETREQUEST'].fields_by_name['phase']._loaded_options = None
41
41
  _globals['_AUDITSERVICEGETREQUEST'].fields_by_name['phase']._serialized_options = b'\272H\005\202\001\002\020\001'
42
42
  _globals['_AUDITSERVICE'].methods_by_name['Get']._loaded_options = None
43
- _globals['_AUDITSERVICE'].methods_by_name['Get']._serialized_options = b'\322\363\030\002\001\002'
43
+ _globals['_AUDITSERVICE'].methods_by_name['Get']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
44
44
  _globals['_AUDITSERVICE'].methods_by_name['List']._loaded_options = None
45
- _globals['_AUDITSERVICE'].methods_by_name['List']._serialized_options = b'\322\363\030\002\001\002'
45
+ _globals['_AUDITSERVICE'].methods_by_name['List']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
46
46
  _globals['_AUDITSERVICELISTREQUEST']._serialized_start=148
47
47
  _globals['_AUDITSERVICELISTREQUEST']._serialized_end=226
48
48
  _globals['_AUDITSERVICELISTRESPONSE']._serialized_start=228
@@ -52,5 +52,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
52
52
  _globals['_AUDITSERVICEGETRESPONSE']._serialized_start=446
53
53
  _globals['_AUDITSERVICEGETRESPONSE']._serialized_end=524
54
54
  _globals['_AUDITSERVICE']._serialized_start=527
55
- _globals['_AUDITSERVICE']._serialized_end=756
55
+ _globals['_AUDITSERVICE']._serialized_end=764
56
56
  # @@protoc_insertion_point(module_scope)
@@ -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/component.proto
5
- # Protobuf Python Version: 7.34.1
5
+ # Protobuf Python Version: 7.35.0
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
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
- 34,
16
- 1,
15
+ 35,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/component.proto'
19
19
  )
@@ -25,6 +25,9 @@ class FilesystemService(Protocol):
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
26
  raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
27
27
 
28
+ async def match(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse:
29
+ raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
30
+
28
31
 
29
32
  class FilesystemServiceASGIApplication(ConnectASGIApplication[FilesystemService]):
30
33
  def __init__(self, service: FilesystemService | AsyncGenerator[FilesystemService], *, interceptors: Iterable[Interceptor]=(), read_max_bytes: int | None = None) -> None:
@@ -61,6 +64,16 @@ class FilesystemServiceASGIApplication(ConnectASGIApplication[FilesystemService]
61
64
  ),
62
65
  function=svc.delete,
63
66
  ),
67
+ "/metalstack.admin.v2.FilesystemService/Match": Endpoint.unary(
68
+ method=MethodInfo(
69
+ name="Match",
70
+ service_name="metalstack.admin.v2.FilesystemService",
71
+ input=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
72
+ output=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse,
73
+ idempotency_level=IdempotencyLevel.UNKNOWN,
74
+ ),
75
+ function=svc.match,
76
+ ),
64
77
  },
65
78
  interceptors=interceptors,
66
79
  read_max_bytes=read_max_bytes,
@@ -133,6 +146,26 @@ class FilesystemServiceClient(ConnectClient):
133
146
  timeout_ms=timeout_ms,
134
147
  )
135
148
 
149
+ async def match(
150
+ self,
151
+ request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
152
+ *,
153
+ headers: Headers | Mapping[str, str] | None = None,
154
+ timeout_ms: int | None = None,
155
+ ) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse:
156
+ return await self.execute_unary(
157
+ request=request,
158
+ method=MethodInfo(
159
+ name="Match",
160
+ service_name="metalstack.admin.v2.FilesystemService",
161
+ input=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
162
+ output=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse,
163
+ idempotency_level=IdempotencyLevel.UNKNOWN,
164
+ ),
165
+ headers=headers,
166
+ timeout_ms=timeout_ms,
167
+ )
168
+
136
169
 
137
170
  class FilesystemServiceSync(Protocol):
138
171
  def create(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceCreateRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceCreateResponse:
@@ -141,6 +174,8 @@ class FilesystemServiceSync(Protocol):
141
174
  raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
142
175
  def delete(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceDeleteRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceDeleteResponse:
143
176
  raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
177
+ def match(self, request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest, ctx: RequestContext) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse:
178
+ raise ConnectError(Code.UNIMPLEMENTED, "Not implemented")
144
179
 
145
180
 
146
181
  class FilesystemServiceWSGIApplication(ConnectWSGIApplication):
@@ -177,6 +212,16 @@ class FilesystemServiceWSGIApplication(ConnectWSGIApplication):
177
212
  ),
178
213
  function=service.delete,
179
214
  ),
215
+ "/metalstack.admin.v2.FilesystemService/Match": EndpointSync.unary(
216
+ method=MethodInfo(
217
+ name="Match",
218
+ service_name="metalstack.admin.v2.FilesystemService",
219
+ input=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
220
+ output=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse,
221
+ idempotency_level=IdempotencyLevel.UNKNOWN,
222
+ ),
223
+ function=service.match,
224
+ ),
180
225
  },
181
226
  interceptors=interceptors,
182
227
  read_max_bytes=read_max_bytes,
@@ -248,3 +293,23 @@ class FilesystemServiceClientSync(ConnectClientSync):
248
293
  headers=headers,
249
294
  timeout_ms=timeout_ms,
250
295
  )
296
+
297
+ def match(
298
+ self,
299
+ request: metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
300
+ *,
301
+ headers: Headers | Mapping[str, str] | None = None,
302
+ timeout_ms: int | None = None,
303
+ ) -> metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse:
304
+ return self.execute_unary(
305
+ request=request,
306
+ method=MethodInfo(
307
+ name="Match",
308
+ service_name="metalstack.admin.v2.FilesystemService",
309
+ input=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchRequest,
310
+ output=metalstack_dot_admin_dot_v2_dot_filesystem__pb2.FilesystemServiceMatchResponse,
311
+ idempotency_level=IdempotencyLevel.UNKNOWN,
312
+ ),
313
+ headers=headers,
314
+ timeout_ms=timeout_ms,
315
+ )
@@ -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: 7.34.1
5
+ # Protobuf Python Version: 7.35.0
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
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
- 34,
16
- 1,
15
+ 35,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/filesystem.proto'
19
19
  )
@@ -28,7 +28,7 @@ from metalstack.api.v2 import filesystem_pb2 as metalstack_dot_api_dot_v2_dot_fi
28
28
  from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
29
29
 
30
30
 
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\"\xf7\x04\n\x1e\x46ilesystemServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\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\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\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
+ 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\"\xf7\x04\n\x1e\x46ilesystemServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\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\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"s\n\x1f\x46ilesystemServiceDeleteResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout\"\xf9\x01\n\x1d\x46ilesystemServiceMatchRequest\x12N\n\x0esize_and_image\x18\x01 \x01(\x0b\x32&.metalstack.admin.v2.MatchImageAndSizeH\x00R\x0csizeAndImage\x12x\n\x1cmachine_and_filesystemlayout\x18\x02 \x01(\x0b\x32\x34.metalstack.admin.v2.MatchMachineAndFilesystemLayoutH\x00R\x1amachineAndFilesystemlayoutB\x0e\n\x05match\x12\x05\xbaH\x02\x08\x01\"W\n\x11MatchImageAndSize\x12\x1f\n\x04size\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04size\x12!\n\x05image\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x05image\"\x7f\n\x1fMatchMachineAndFilesystemLayout\x12\"\n\x07machine\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x07machine\x12\x38\n\x11\x66ilesystem_layout\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x10\x66ilesystemLayout\"r\n\x1e\x46ilesystemServiceMatchResponse\x12P\n\x11\x66ilesystem_layout\x18\x01 \x01(\x0b\x32#.metalstack.api.v2.FilesystemLayoutR\x10\x66ilesystemLayout2\x91\x04\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\x12|\n\x05Match\x12\x32.metalstack.admin.v2.FilesystemServiceMatchRequest\x1a\x33.metalstack.admin.v2.FilesystemServiceMatchResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x02\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')
32
32
 
33
33
  _globals = globals()
34
34
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -46,12 +46,24 @@ if not _descriptor._USE_C_DESCRIPTORS:
46
46
  _globals['_FILESYSTEMSERVICEUPDATEREQUEST'].fields_by_name['description']._serialized_options = b'\272H\010r\006\310\263\256\261\002\001'
47
47
  _globals['_FILESYSTEMSERVICEDELETEREQUEST'].fields_by_name['id']._loaded_options = None
48
48
  _globals['_FILESYSTEMSERVICEDELETEREQUEST'].fields_by_name['id']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
49
+ _globals['_FILESYSTEMSERVICEMATCHREQUEST'].oneofs_by_name['match']._loaded_options = None
50
+ _globals['_FILESYSTEMSERVICEMATCHREQUEST'].oneofs_by_name['match']._serialized_options = b'\272H\002\010\001'
51
+ _globals['_MATCHIMAGEANDSIZE'].fields_by_name['size']._loaded_options = None
52
+ _globals['_MATCHIMAGEANDSIZE'].fields_by_name['size']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
53
+ _globals['_MATCHIMAGEANDSIZE'].fields_by_name['image']._loaded_options = None
54
+ _globals['_MATCHIMAGEANDSIZE'].fields_by_name['image']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
55
+ _globals['_MATCHMACHINEANDFILESYSTEMLAYOUT'].fields_by_name['machine']._loaded_options = None
56
+ _globals['_MATCHMACHINEANDFILESYSTEMLAYOUT'].fields_by_name['machine']._serialized_options = b'\272H\005r\003\260\001\001'
57
+ _globals['_MATCHMACHINEANDFILESYSTEMLAYOUT'].fields_by_name['filesystem_layout']._loaded_options = None
58
+ _globals['_MATCHMACHINEANDFILESYSTEMLAYOUT'].fields_by_name['filesystem_layout']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
49
59
  _globals['_FILESYSTEMSERVICE'].methods_by_name['Create']._loaded_options = None
50
60
  _globals['_FILESYSTEMSERVICE'].methods_by_name['Create']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
51
61
  _globals['_FILESYSTEMSERVICE'].methods_by_name['Update']._loaded_options = None
52
62
  _globals['_FILESYSTEMSERVICE'].methods_by_name['Update']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
53
63
  _globals['_FILESYSTEMSERVICE'].methods_by_name['Delete']._loaded_options = None
54
64
  _globals['_FILESYSTEMSERVICE'].methods_by_name['Delete']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
65
+ _globals['_FILESYSTEMSERVICE'].methods_by_name['Match']._loaded_options = None
66
+ _globals['_FILESYSTEMSERVICE'].methods_by_name['Match']._serialized_options = b'\322\363\030\002\001\002\340\363\030\002'
55
67
  _globals['_FILESYSTEMSERVICECREATEREQUEST']._serialized_start=200
56
68
  _globals['_FILESYSTEMSERVICECREATEREQUEST']._serialized_end=314
57
69
  _globals['_FILESYSTEMSERVICECREATERESPONSE']._serialized_start=316
@@ -64,6 +76,14 @@ if not _descriptor._USE_C_DESCRIPTORS:
64
76
  _globals['_FILESYSTEMSERVICEDELETEREQUEST']._serialized_end=1245
65
77
  _globals['_FILESYSTEMSERVICEDELETERESPONSE']._serialized_start=1247
66
78
  _globals['_FILESYSTEMSERVICEDELETERESPONSE']._serialized_end=1362
67
- _globals['_FILESYSTEMSERVICE']._serialized_start=1365
68
- _globals['_FILESYSTEMSERVICE']._serialized_end=1768
79
+ _globals['_FILESYSTEMSERVICEMATCHREQUEST']._serialized_start=1365
80
+ _globals['_FILESYSTEMSERVICEMATCHREQUEST']._serialized_end=1614
81
+ _globals['_MATCHIMAGEANDSIZE']._serialized_start=1616
82
+ _globals['_MATCHIMAGEANDSIZE']._serialized_end=1703
83
+ _globals['_MATCHMACHINEANDFILESYSTEMLAYOUT']._serialized_start=1705
84
+ _globals['_MATCHMACHINEANDFILESYSTEMLAYOUT']._serialized_end=1832
85
+ _globals['_FILESYSTEMSERVICEMATCHRESPONSE']._serialized_start=1834
86
+ _globals['_FILESYSTEMSERVICEMATCHRESPONSE']._serialized_end=1948
87
+ _globals['_FILESYSTEMSERVICE']._serialized_start=1951
88
+ _globals['_FILESYSTEMSERVICE']._serialized_end=2480
69
89
  # @@protoc_insertion_point(module_scope)
@@ -63,3 +63,33 @@ class FilesystemServiceDeleteResponse(_message.Message):
63
63
  FILESYSTEM_LAYOUT_FIELD_NUMBER: _ClassVar[int]
64
64
  filesystem_layout: _filesystem_pb2.FilesystemLayout
65
65
  def __init__(self, filesystem_layout: _Optional[_Union[_filesystem_pb2.FilesystemLayout, _Mapping]] = ...) -> None: ...
66
+
67
+ class FilesystemServiceMatchRequest(_message.Message):
68
+ __slots__ = ("size_and_image", "machine_and_filesystemlayout")
69
+ SIZE_AND_IMAGE_FIELD_NUMBER: _ClassVar[int]
70
+ MACHINE_AND_FILESYSTEMLAYOUT_FIELD_NUMBER: _ClassVar[int]
71
+ size_and_image: MatchImageAndSize
72
+ machine_and_filesystemlayout: MatchMachineAndFilesystemLayout
73
+ def __init__(self, size_and_image: _Optional[_Union[MatchImageAndSize, _Mapping]] = ..., machine_and_filesystemlayout: _Optional[_Union[MatchMachineAndFilesystemLayout, _Mapping]] = ...) -> None: ...
74
+
75
+ class MatchImageAndSize(_message.Message):
76
+ __slots__ = ("size", "image")
77
+ SIZE_FIELD_NUMBER: _ClassVar[int]
78
+ IMAGE_FIELD_NUMBER: _ClassVar[int]
79
+ size: str
80
+ image: str
81
+ def __init__(self, size: _Optional[str] = ..., image: _Optional[str] = ...) -> None: ...
82
+
83
+ class MatchMachineAndFilesystemLayout(_message.Message):
84
+ __slots__ = ("machine", "filesystem_layout")
85
+ MACHINE_FIELD_NUMBER: _ClassVar[int]
86
+ FILESYSTEM_LAYOUT_FIELD_NUMBER: _ClassVar[int]
87
+ machine: str
88
+ filesystem_layout: str
89
+ def __init__(self, machine: _Optional[str] = ..., filesystem_layout: _Optional[str] = ...) -> None: ...
90
+
91
+ class FilesystemServiceMatchResponse(_message.Message):
92
+ __slots__ = ("filesystem_layout",)
93
+ FILESYSTEM_LAYOUT_FIELD_NUMBER: _ClassVar[int]
94
+ filesystem_layout: _filesystem_pb2.FilesystemLayout
95
+ def __init__(self, filesystem_layout: _Optional[_Union[_filesystem_pb2.FilesystemLayout, _Mapping]] = ...) -> None: ...
@@ -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: 7.34.1
5
+ # Protobuf Python Version: 7.35.0
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
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
- 34,
16
- 1,
15
+ 35,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/image.proto'
19
19
  )
@@ -29,7 +29,7 @@ from metalstack.api.v2 import image_pb2 as metalstack_dot_api_dot_v2_dot_image__
29
29
  from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
30
30
 
31
31
 
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\"\x82\x04\n\x19ImageServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\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\x03url\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xe0\xb3\xae\xb1\x02\x01H\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\x12L\n\x08\x66\x65\x61tures\x18\x06 \x03(\x0e\x32\x1f.metalstack.api.v2.ImageFeatureB\x0f\xbaH\x0c\x92\x01\t\x18\x01\"\x05\x82\x01\x02\x10\x01R\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\"8\n\x19ImageServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\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
+ 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\"\x82\x04\n\x19ImageServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\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\x03url\x18\x03 \x01(\tB\x0b\xbaH\x08r\x06\xe0\xb3\xae\xb1\x02\x01H\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\x12L\n\x08\x66\x65\x61tures\x18\x06 \x03(\x0e\x32\x1f.metalstack.api.v2.ImageFeatureB\x0f\xbaH\x0c\x92\x01\t\x18\x01\"\x05\x82\x01\x02\x10\x01R\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\"8\n\x19ImageServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\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\xe4\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\x12r\n\x05Usage\x12-.metalstack.admin.v2.ImageServiceUsageRequest\x1a..metalstack.admin.v2.ImageServiceUsageResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\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')
33
33
 
34
34
  _globals = globals()
35
35
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -60,7 +60,7 @@ if not _descriptor._USE_C_DESCRIPTORS:
60
60
  _globals['_IMAGESERVICE'].methods_by_name['Delete']._loaded_options = None
61
61
  _globals['_IMAGESERVICE'].methods_by_name['Delete']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
62
62
  _globals['_IMAGESERVICE'].methods_by_name['Usage']._loaded_options = None
63
- _globals['_IMAGESERVICE'].methods_by_name['Usage']._serialized_options = b'\322\363\030\002\001\002'
63
+ _globals['_IMAGESERVICE'].methods_by_name['Usage']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
64
64
  _globals['_IMAGESERVICECREATEREQUEST']._serialized_start=223
65
65
  _globals['_IMAGESERVICECREATEREQUEST']._serialized_end=298
66
66
  _globals['_IMAGESERVICECREATERESPONSE']._serialized_start=300
@@ -78,5 +78,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
78
78
  _globals['_IMAGESERVICEUSAGERESPONSE']._serialized_start=1190
79
79
  _globals['_IMAGESERVICEUSAGERESPONSE']._serialized_end=1281
80
80
  _globals['_IMAGESERVICE']._serialized_start=1284
81
- _globals['_IMAGESERVICE']._serialized_end=1764
81
+ _globals['_IMAGESERVICE']._serialized_end=1768
82
82
  # @@protoc_insertion_point(module_scope)
@@ -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/ip.proto
5
- # Protobuf Python Version: 7.34.1
5
+ # Protobuf Python Version: 7.35.0
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
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
- 34,
16
- 1,
15
+ 35,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/ip.proto'
19
19
  )
@@ -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/machine.proto
5
- # Protobuf Python Version: 7.34.1
5
+ # Protobuf Python Version: 7.35.0
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
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
- 34,
16
- 1,
15
+ 35,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/machine.proto'
19
19
  )
@@ -28,7 +28,7 @@ from metalstack.api.v2 import machine_pb2 as metalstack_dot_api_dot_v2_dot_machi
28
28
  from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_dot_predefined__rules__pb2
29
29
 
30
30
 
31
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!metalstack/admin/v2/machine.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\x1fmetalstack/api/v2/machine.proto\x1a(metalstack/api/v2/predefined_rules.proto\"8\n\x18MachineServiceGetRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\"Q\n\x19MachineServiceGetResponse\x12\x34\n\x07machine\x18\x01 \x01(\x0b\x32\x1a.metalstack.api.v2.MachineR\x07machine\"\x90\x01\n\x19MachineServiceListRequest\x12\x35\n\x05query\x18\x01 \x01(\x0b\x32\x1f.metalstack.api.v2.MachineQueryR\x05query\x12.\n\tpartition\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01H\x00R\tpartition\x88\x01\x01\x42\x0c\n\n_partition\"T\n\x1aMachineServiceListResponse\x12\x36\n\x08machines\x18\x01 \x03(\x0b\x32\x1a.metalstack.api.v2.MachineR\x08machines\"\x89\x01\n\x1fMachineServiceBMCCommandRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12H\n\x07\x63ommand\x18\x02 \x01(\x0e\x32$.metalstack.api.v2.MachineBMCCommandB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x07\x63ommand\"\"\n MachineServiceBMCCommandResponse\";\n\x1bMachineServiceGetBMCRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\"s\n\x1cMachineServiceGetBMCResponse\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x35\n\x03\x62mc\x18\x02 \x01(\x0b\x32#.metalstack.api.v2.MachineBMCReportR\x03\x62mc\"X\n\x1cMachineServiceListBMCRequest\x12\x38\n\x05query\x18\x01 \x01(\x0b\x32\".metalstack.api.v2.MachineBMCQueryR\x05query\"\xf7\x01\n\x1dMachineServiceListBMCResponse\x12r\n\x0b\x62mc_reports\x18\x01 \x03(\x0b\x32\x42.metalstack.admin.v2.MachineServiceListBMCResponse.BmcReportsEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xb0\x01\x01R\nbmcReports\x1a\x62\n\x0f\x42mcReportsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32#.metalstack.api.v2.MachineBMCReportR\x05value:\x02\x38\x01\"h\n$MachineServiceConsolePasswordRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\"\n\x06reason\x18\x02 \x01(\tB\n\xbaH\x07r\x05\x10\n\x18\x80\x04R\x06reason\"a\n%MachineServiceConsolePasswordResponse\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password2\xfe\x05\n\x0eMachineService\x12p\n\x03Get\x12-.metalstack.admin.v2.MachineServiceGetRequest\x1a..metalstack.admin.v2.MachineServiceGetResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x02\x12s\n\x04List\x12..metalstack.admin.v2.MachineServiceListRequest\x1a/.metalstack.admin.v2.MachineServiceListResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x02\x12\x80\x01\n\nBMCCommand\x12\x34.metalstack.admin.v2.MachineServiceBMCCommandRequest\x1a\x35.metalstack.admin.v2.MachineServiceBMCCommandResponse\"\x05\xd2\xf3\x18\x01\x01\x12u\n\x06GetBMC\x12\x30.metalstack.admin.v2.MachineServiceGetBMCRequest\x1a\x31.metalstack.admin.v2.MachineServiceGetBMCResponse\"\x06\xd2\xf3\x18\x02\x01\x02\x12x\n\x07ListBMC\x12\x31.metalstack.admin.v2.MachineServiceListBMCRequest\x1a\x32.metalstack.admin.v2.MachineServiceListBMCResponse\"\x06\xd2\xf3\x18\x02\x01\x02\x12\x90\x01\n\x0f\x43onsolePassword\x12\x39.metalstack.admin.v2.MachineServiceConsolePasswordRequest\x1a:.metalstack.admin.v2.MachineServiceConsolePasswordResponse\"\x06\xd2\xf3\x18\x02\x01\x02\x42\xd0\x01\n\x17\x63om.metalstack.admin.v2B\x0cMachineProtoP\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
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!metalstack/admin/v2/machine.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a\x1fmetalstack/api/v2/machine.proto\x1a(metalstack/api/v2/predefined_rules.proto\"8\n\x18MachineServiceGetRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\"Q\n\x19MachineServiceGetResponse\x12\x34\n\x07machine\x18\x01 \x01(\x0b\x32\x1a.metalstack.api.v2.MachineR\x07machine\"\x90\x01\n\x19MachineServiceListRequest\x12\x35\n\x05query\x18\x01 \x01(\x0b\x32\x1f.metalstack.api.v2.MachineQueryR\x05query\x12.\n\tpartition\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xd0\xb3\xae\xb1\x02\x01H\x00R\tpartition\x88\x01\x01\x42\x0c\n\n_partition\"T\n\x1aMachineServiceListResponse\x12\x36\n\x08machines\x18\x01 \x03(\x0b\x32\x1a.metalstack.api.v2.MachineR\x08machines\"\x89\x01\n\x1fMachineServiceBMCCommandRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12H\n\x07\x63ommand\x18\x02 \x01(\x0e\x32$.metalstack.api.v2.MachineBMCCommandB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x07\x63ommand\"\"\n MachineServiceBMCCommandResponse\";\n\x1bMachineServiceGetBMCRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\"s\n\x1cMachineServiceGetBMCResponse\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x35\n\x03\x62mc\x18\x02 \x01(\x0b\x32#.metalstack.api.v2.MachineBMCReportR\x03\x62mc\"X\n\x1cMachineServiceListBMCRequest\x12\x38\n\x05query\x18\x01 \x01(\x0b\x32\".metalstack.api.v2.MachineBMCQueryR\x05query\"\xf7\x01\n\x1dMachineServiceListBMCResponse\x12r\n\x0b\x62mc_reports\x18\x01 \x03(\x0b\x32\x42.metalstack.admin.v2.MachineServiceListBMCResponse.BmcReportsEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xb0\x01\x01R\nbmcReports\x1a\x62\n\x0f\x42mcReportsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32#.metalstack.api.v2.MachineBMCReportR\x05value:\x02\x38\x01\"h\n$MachineServiceConsolePasswordRequest\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\"\n\x06reason\x18\x02 \x01(\tB\n\xbaH\x07r\x05\x10\n\x18\x80\x04R\x06reason\"a\n%MachineServiceConsolePasswordResponse\x12\x1c\n\x04uuid\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xb0\x01\x01R\x04uuid\x12\x1a\n\x08password\x18\x02 \x01(\tR\x08password2\x8e\x06\n\x0eMachineService\x12p\n\x03Get\x12-.metalstack.admin.v2.MachineServiceGetRequest\x1a..metalstack.admin.v2.MachineServiceGetResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x02\x12s\n\x04List\x12..metalstack.admin.v2.MachineServiceListRequest\x1a/.metalstack.admin.v2.MachineServiceListResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x02\x12\x84\x01\n\nBMCCommand\x12\x34.metalstack.admin.v2.MachineServiceBMCCommandRequest\x1a\x35.metalstack.admin.v2.MachineServiceBMCCommandResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12y\n\x06GetBMC\x12\x30.metalstack.admin.v2.MachineServiceGetBMCRequest\x1a\x31.metalstack.admin.v2.MachineServiceGetBMCResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x12|\n\x07ListBMC\x12\x31.metalstack.admin.v2.MachineServiceListBMCRequest\x1a\x32.metalstack.admin.v2.MachineServiceListBMCResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x12\x94\x01\n\x0f\x43onsolePassword\x12\x39.metalstack.admin.v2.MachineServiceConsolePasswordRequest\x1a:.metalstack.admin.v2.MachineServiceConsolePasswordResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x42\xd0\x01\n\x17\x63om.metalstack.admin.v2B\x0cMachineProtoP\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
32
 
33
33
  _globals = globals()
34
34
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -63,13 +63,13 @@ if not _descriptor._USE_C_DESCRIPTORS:
63
63
  _globals['_MACHINESERVICE'].methods_by_name['List']._loaded_options = None
64
64
  _globals['_MACHINESERVICE'].methods_by_name['List']._serialized_options = b'\322\363\030\002\001\002\340\363\030\002'
65
65
  _globals['_MACHINESERVICE'].methods_by_name['BMCCommand']._loaded_options = None
66
- _globals['_MACHINESERVICE'].methods_by_name['BMCCommand']._serialized_options = b'\322\363\030\001\001'
66
+ _globals['_MACHINESERVICE'].methods_by_name['BMCCommand']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
67
67
  _globals['_MACHINESERVICE'].methods_by_name['GetBMC']._loaded_options = None
68
- _globals['_MACHINESERVICE'].methods_by_name['GetBMC']._serialized_options = b'\322\363\030\002\001\002'
68
+ _globals['_MACHINESERVICE'].methods_by_name['GetBMC']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
69
69
  _globals['_MACHINESERVICE'].methods_by_name['ListBMC']._loaded_options = None
70
- _globals['_MACHINESERVICE'].methods_by_name['ListBMC']._serialized_options = b'\322\363\030\002\001\002'
70
+ _globals['_MACHINESERVICE'].methods_by_name['ListBMC']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
71
71
  _globals['_MACHINESERVICE'].methods_by_name['ConsolePassword']._loaded_options = None
72
- _globals['_MACHINESERVICE'].methods_by_name['ConsolePassword']._serialized_options = b'\322\363\030\002\001\002'
72
+ _globals['_MACHINESERVICE'].methods_by_name['ConsolePassword']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
73
73
  _globals['_MACHINESERVICEGETREQUEST']._serialized_start=194
74
74
  _globals['_MACHINESERVICEGETREQUEST']._serialized_end=250
75
75
  _globals['_MACHINESERVICEGETRESPONSE']._serialized_start=252
@@ -97,5 +97,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
97
97
  _globals['_MACHINESERVICECONSOLEPASSWORDRESPONSE']._serialized_start=1368
98
98
  _globals['_MACHINESERVICECONSOLEPASSWORDRESPONSE']._serialized_end=1465
99
99
  _globals['_MACHINESERVICE']._serialized_start=1468
100
- _globals['_MACHINESERVICE']._serialized_end=2234
100
+ _globals['_MACHINESERVICE']._serialized_end=2250
101
101
  # @@protoc_insertion_point(module_scope)
@@ -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/network.proto
5
- # Protobuf Python Version: 7.34.1
5
+ # Protobuf Python Version: 7.35.0
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
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
- 34,
16
- 1,
15
+ 35,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/network.proto'
19
19
  )
@@ -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/partition.proto
5
- # Protobuf Python Version: 7.34.1
5
+ # Protobuf Python Version: 7.35.0
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
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
- 34,
16
- 1,
15
+ 35,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/partition.proto'
19
19
  )
@@ -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/project.proto
5
- # Protobuf Python Version: 7.34.1
5
+ # Protobuf Python Version: 7.35.0
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
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
- 34,
16
- 1,
15
+ 35,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/project.proto'
19
19
  )
@@ -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/size_imageconstraint.proto
5
- # Protobuf Python Version: 7.34.1
5
+ # Protobuf Python Version: 7.35.0
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
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
- 34,
16
- 1,
15
+ 35,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/size_imageconstraint.proto'
19
19
  )
@@ -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/size.proto
5
- # Protobuf Python Version: 7.34.1
5
+ # Protobuf Python Version: 7.35.0
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
@@ -12,8 +12,8 @@ from google.protobuf.internal import builder as _builder
12
12
  _runtime_version.ValidateProtobufRuntimeVersion(
13
13
  _runtime_version.Domain.PUBLIC,
14
14
  7,
15
- 34,
16
- 1,
15
+ 35,
16
+ 0,
17
17
  '',
18
18
  'metalstack/admin/v2/size.proto'
19
19
  )
@@ -28,7 +28,7 @@ from metalstack.api.v2 import predefined_rules_pb2 as metalstack_dot_api_dot_v2_
28
28
  from metalstack.api.v2 import size_pb2 as metalstack_dot_api_dot_v2_dot_size__pb2
29
29
 
30
30
 
31
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1emetalstack/admin/v2/size.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a(metalstack/api/v2/predefined_rules.proto\x1a\x1cmetalstack/api/v2/size.proto\"G\n\x18SizeServiceCreateRequest\x12+\n\x04size\x18\x01 \x01(\x0b\x32\x17.metalstack.api.v2.SizeR\x04size\"H\n\x19SizeServiceCreateResponse\x12+\n\x04size\x18\x01 \x01(\x0b\x32\x17.metalstack.api.v2.SizeR\x04size\"\x80\x03\n\x18SizeServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\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\x43\n\x0b\x63onstraints\x18\x05 \x03(\x0b\x32!.metalstack.api.v2.SizeConstraintR\x0b\x63onstraints\x12<\n\x06labels\x18\x06 \x01(\x0b\x32\x1f.metalstack.api.v2.UpdateLabelsH\x02R\x06labels\x88\x01\x01\x42\x07\n\x05_nameB\x0e\n\x0c_descriptionB\t\n\x07_labels\"H\n\x19SizeServiceUpdateResponse\x12+\n\x04size\x18\x01 \x01(\x0b\x32\x17.metalstack.api.v2.SizeR\x04size\"7\n\x18SizeServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"H\n\x19SizeServiceDeleteResponse\x12+\n\x04size\x18\x01 \x01(\x0b\x32\x17.metalstack.api.v2.SizeR\x04size2\xdd\x02\n\x0bSizeService\x12n\n\x06\x43reate\x12-.metalstack.admin.v2.SizeServiceCreateRequest\x1a..metalstack.admin.v2.SizeServiceCreateResponse\"\x05\xd2\xf3\x18\x01\x01\x12n\n\x06Update\x12-.metalstack.admin.v2.SizeServiceUpdateRequest\x1a..metalstack.admin.v2.SizeServiceUpdateResponse\"\x05\xd2\xf3\x18\x01\x01\x12n\n\x06\x44\x65lete\x12-.metalstack.admin.v2.SizeServiceDeleteRequest\x1a..metalstack.admin.v2.SizeServiceDeleteResponse\"\x05\xd2\xf3\x18\x01\x01\x42\xcd\x01\n\x17\x63om.metalstack.admin.v2B\tSizeProtoP\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
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1emetalstack/admin/v2/size.proto\x12\x13metalstack.admin.v2\x1a\x1b\x62uf/validate/validate.proto\x1a\x1emetalstack/api/v2/common.proto\x1a(metalstack/api/v2/predefined_rules.proto\x1a\x1cmetalstack/api/v2/size.proto\"G\n\x18SizeServiceCreateRequest\x12+\n\x04size\x18\x01 \x01(\x0b\x32\x17.metalstack.api.v2.SizeR\x04size\"H\n\x19SizeServiceCreateResponse\x12+\n\x04size\x18\x01 \x01(\x0b\x32\x17.metalstack.api.v2.SizeR\x04size\"\x80\x03\n\x18SizeServiceUpdateRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\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\x43\n\x0b\x63onstraints\x18\x05 \x03(\x0b\x32!.metalstack.api.v2.SizeConstraintR\x0b\x63onstraints\x12<\n\x06labels\x18\x06 \x01(\x0b\x32\x1f.metalstack.api.v2.UpdateLabelsH\x02R\x06labels\x88\x01\x01\x42\x07\n\x05_nameB\x0e\n\x0c_descriptionB\t\n\x07_labels\"H\n\x19SizeServiceUpdateResponse\x12+\n\x04size\x18\x01 \x01(\x0b\x32\x17.metalstack.api.v2.SizeR\x04size\"7\n\x18SizeServiceDeleteRequest\x12\x1b\n\x02id\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x02id\"H\n\x19SizeServiceDeleteResponse\x12+\n\x04size\x18\x01 \x01(\x0b\x32\x17.metalstack.api.v2.SizeR\x04size2\xe9\x02\n\x0bSizeService\x12r\n\x06\x43reate\x12-.metalstack.admin.v2.SizeServiceCreateRequest\x1a..metalstack.admin.v2.SizeServiceCreateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12r\n\x06Update\x12-.metalstack.admin.v2.SizeServiceUpdateRequest\x1a..metalstack.admin.v2.SizeServiceUpdateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12r\n\x06\x44\x65lete\x12-.metalstack.admin.v2.SizeServiceDeleteRequest\x1a..metalstack.admin.v2.SizeServiceDeleteResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x42\xcd\x01\n\x17\x63om.metalstack.admin.v2B\tSizeProtoP\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
32
 
33
33
  _globals = globals()
34
34
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -47,11 +47,11 @@ if not _descriptor._USE_C_DESCRIPTORS:
47
47
  _globals['_SIZESERVICEDELETEREQUEST'].fields_by_name['id']._loaded_options = None
48
48
  _globals['_SIZESERVICEDELETEREQUEST'].fields_by_name['id']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
49
49
  _globals['_SIZESERVICE'].methods_by_name['Create']._loaded_options = None
50
- _globals['_SIZESERVICE'].methods_by_name['Create']._serialized_options = b'\322\363\030\001\001'
50
+ _globals['_SIZESERVICE'].methods_by_name['Create']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
51
51
  _globals['_SIZESERVICE'].methods_by_name['Update']._loaded_options = None
52
- _globals['_SIZESERVICE'].methods_by_name['Update']._serialized_options = b'\322\363\030\001\001'
52
+ _globals['_SIZESERVICE'].methods_by_name['Update']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
53
53
  _globals['_SIZESERVICE'].methods_by_name['Delete']._loaded_options = None
54
- _globals['_SIZESERVICE'].methods_by_name['Delete']._serialized_options = b'\322\363\030\001\001'
54
+ _globals['_SIZESERVICE'].methods_by_name['Delete']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
55
55
  _globals['_SIZESERVICECREATEREQUEST']._serialized_start=188
56
56
  _globals['_SIZESERVICECREATEREQUEST']._serialized_end=259
57
57
  _globals['_SIZESERVICECREATERESPONSE']._serialized_start=261
@@ -65,5 +65,5 @@ if not _descriptor._USE_C_DESCRIPTORS:
65
65
  _globals['_SIZESERVICEDELETERESPONSE']._serialized_start=853
66
66
  _globals['_SIZESERVICEDELETERESPONSE']._serialized_end=925
67
67
  _globals['_SIZESERVICE']._serialized_start=928
68
- _globals['_SIZESERVICE']._serialized_end=1277
68
+ _globals['_SIZESERVICE']._serialized_end=1289
69
69
  # @@protoc_insertion_point(module_scope)