metal-stack-api 0.1.3__tar.gz → 0.1.5__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 (146) hide show
  1. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/PKG-INFO +1 -1
  2. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metal_stack_api.egg-info/PKG-INFO +1 -1
  3. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/audit_pb2.py +2 -2
  4. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/component_pb2.py +2 -2
  5. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/filesystem_pb2.py +2 -2
  6. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/image_pb2.py +2 -2
  7. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/ip_pb2.py +2 -2
  8. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/machine_pb2.py +2 -2
  9. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/network_pb2.py +2 -2
  10. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/partition_pb2.py +2 -2
  11. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/project_pb2.py +2 -2
  12. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/size_imageconstraint_pb2.py +2 -2
  13. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/size_pb2.py +2 -2
  14. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/size_reservation_pb2.py +2 -2
  15. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/switch_pb2.py +2 -2
  16. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/task_pb2.py +2 -2
  17. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/tenant_pb2.py +14 -14
  18. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/tenant_pb2.pyi +4 -8
  19. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/token_pb2.py +2 -2
  20. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/vpn_pb2.py +2 -2
  21. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/audit_pb2.py +2 -2
  22. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/common_pb2.py +2 -2
  23. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/component_pb2.py +2 -2
  24. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/filesystem_pb2.py +2 -2
  25. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/health_pb2.py +2 -2
  26. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/image_pb2.py +2 -2
  27. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/ip_pb2.py +2 -2
  28. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/machine_pb2.py +2 -2
  29. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/method_pb2.py +2 -2
  30. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/network_pb2.py +2 -2
  31. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/partition_pb2.py +2 -2
  32. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/predefined_rules_pb2.py +5 -3
  33. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/predefined_rules_pb2.pyi +2 -0
  34. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/project_pb2.py +68 -62
  35. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/size_imageconstraint_pb2.py +2 -2
  36. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/size_pb2.py +2 -2
  37. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/size_reservation_pb2.py +2 -2
  38. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/switch_pb2.py +2 -2
  39. metal_stack_api-0.1.5/metalstack/api/v2/tenant_pb2.py +187 -0
  40. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/tenant_pb2.pyi +12 -4
  41. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/token_pb2.py +2 -2
  42. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/user_pb2.py +16 -10
  43. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/version_pb2.py +2 -2
  44. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/vpn_pb2.py +2 -2
  45. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/bmc_pb2.py +2 -2
  46. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/boot_pb2.py +2 -2
  47. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/component_pb2.py +2 -2
  48. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/event_pb2.py +2 -2
  49. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/switch_pb2.py +2 -2
  50. metal_stack_api-0.1.3/metalstack/api/v2/tenant_pb2.py +0 -153
  51. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/README.md +0 -0
  52. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metal_stack_api.egg-info/SOURCES.txt +0 -0
  53. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metal_stack_api.egg-info/dependency_links.txt +0 -0
  54. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metal_stack_api.egg-info/requires.txt +0 -0
  55. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metal_stack_api.egg-info/top_level.txt +0 -0
  56. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/__init__.py +0 -0
  57. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/__init__.py +0 -0
  58. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/__init__.py +0 -0
  59. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/audit_connect.py +0 -0
  60. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/audit_pb2.pyi +0 -0
  61. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/component_connect.py +0 -0
  62. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/component_pb2.pyi +0 -0
  63. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/filesystem_connect.py +0 -0
  64. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/filesystem_pb2.pyi +0 -0
  65. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/image_connect.py +0 -0
  66. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/image_pb2.pyi +0 -0
  67. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/ip_connect.py +0 -0
  68. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/ip_pb2.pyi +0 -0
  69. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/machine_connect.py +0 -0
  70. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/machine_pb2.pyi +0 -0
  71. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/network_connect.py +0 -0
  72. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/network_pb2.pyi +0 -0
  73. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/partition_connect.py +0 -0
  74. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/partition_pb2.pyi +0 -0
  75. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/project_connect.py +0 -0
  76. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/project_pb2.pyi +0 -0
  77. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/size_connect.py +0 -0
  78. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/size_imageconstraint_connect.py +0 -0
  79. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/size_imageconstraint_pb2.pyi +0 -0
  80. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/size_pb2.pyi +0 -0
  81. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/size_reservation_connect.py +0 -0
  82. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/size_reservation_pb2.pyi +0 -0
  83. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/switch_connect.py +0 -0
  84. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/switch_pb2.pyi +0 -0
  85. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/task_connect.py +0 -0
  86. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/task_pb2.pyi +0 -0
  87. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/tenant_connect.py +0 -0
  88. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/token_connect.py +0 -0
  89. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/token_pb2.pyi +0 -0
  90. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/vpn_connect.py +0 -0
  91. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/admin/v2/vpn_pb2.pyi +0 -0
  92. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/__init__.py +0 -0
  93. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/__init__.py +0 -0
  94. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/audit_connect.py +0 -0
  95. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/audit_pb2.pyi +0 -0
  96. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/common_pb2.pyi +0 -0
  97. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/component_pb2.pyi +0 -0
  98. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/filesystem_connect.py +0 -0
  99. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/filesystem_pb2.pyi +0 -0
  100. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/health_connect.py +0 -0
  101. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/health_pb2.pyi +0 -0
  102. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/image_connect.py +0 -0
  103. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/image_pb2.pyi +0 -0
  104. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/ip_connect.py +0 -0
  105. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/ip_pb2.pyi +0 -0
  106. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/machine_connect.py +0 -0
  107. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/machine_pb2.pyi +0 -0
  108. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/method_connect.py +0 -0
  109. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/method_pb2.pyi +0 -0
  110. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/network_connect.py +0 -0
  111. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/network_pb2.pyi +0 -0
  112. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/partition_connect.py +0 -0
  113. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/partition_pb2.pyi +0 -0
  114. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/project_connect.py +0 -0
  115. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/project_pb2.pyi +0 -0
  116. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/size_connect.py +0 -0
  117. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/size_imageconstraint_connect.py +0 -0
  118. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/size_imageconstraint_pb2.pyi +0 -0
  119. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/size_pb2.pyi +0 -0
  120. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/size_reservation_connect.py +0 -0
  121. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/size_reservation_pb2.pyi +0 -0
  122. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/switch_pb2.pyi +0 -0
  123. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/tenant_connect.py +0 -0
  124. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/token_connect.py +0 -0
  125. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/token_pb2.pyi +0 -0
  126. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/user_connect.py +0 -0
  127. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/user_pb2.pyi +0 -0
  128. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/version_connect.py +0 -0
  129. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/version_pb2.pyi +0 -0
  130. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/api/v2/vpn_pb2.pyi +0 -0
  131. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/client/__init__.py +0 -0
  132. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/client/client.py +0 -0
  133. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/__init__.py +0 -0
  134. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/__init__.py +0 -0
  135. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/bmc_connect.py +0 -0
  136. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/bmc_pb2.pyi +0 -0
  137. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/boot_connect.py +0 -0
  138. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/boot_pb2.pyi +0 -0
  139. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/component_connect.py +0 -0
  140. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/component_pb2.pyi +0 -0
  141. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/event_connect.py +0 -0
  142. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/event_pb2.pyi +0 -0
  143. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/switch_connect.py +0 -0
  144. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/metalstack/infra/v2/switch_pb2.pyi +0 -0
  145. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/setup.cfg +0 -0
  146. {metal_stack_api-0.1.3 → metal_stack_api-0.1.5}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metal-stack-api
3
- Version: 0.1.3
3
+ Version: 0.1.5
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.1.3
3
+ Version: 0.1.5
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.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/audit.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/component.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/component.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/filesystem.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/filesystem.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/image.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/image.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/ip.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
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.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/machine.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/network.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
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.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
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.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
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.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
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.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/size.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_reservation.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/size_reservation.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/switch.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/switch.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/task.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/task.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/tenant.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/tenant.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 tenant_pb2 as metalstack_dot_api_dot_v2_dot_tenant__pb2
29
29
 
30
30
 
31
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n metalstack/admin/v2/tenant.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\x1emetalstack/api/v2/tenant.proto\"\x95\x02\n\x1aTenantServiceCreateRequest\x12\x1f\n\x04name\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04name\x12\x32\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x00R\x0b\x64\x65scription\x88\x01\x01\x12\"\n\x05\x65mail\x18\x03 \x01(\tB\x07\xbaH\x04r\x02`\x01H\x01R\x05\x65mail\x88\x01\x01\x12\"\n\navatar_url\x18\x04 \x01(\tH\x02R\tavatarUrl\x88\x01\x01\x12\x31\n\x06labels\x18\x05 \x01(\x0b\x32\x19.metalstack.api.v2.LabelsR\x06labelsB\x0e\n\x0c_descriptionB\x08\n\x06_emailB\r\n\x0b_avatar_url\"P\n\x1bTenantServiceCreateResponse\x12\x31\n\x06tenant\x18\x01 \x01(\x0b\x32\x19.metalstack.api.v2.TenantR\x06tenant\"\xa1\x01\n\x18TenantServiceListRequest\x12\x19\n\x05login\x18\x01 \x01(\tH\x00R\x05login\x88\x01\x01\x12$\n\x04name\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01H\x01R\x04name\x88\x01\x01\x12\x31\n\x06paging\x18\x03 \x01(\x0b\x32\x19.metalstack.api.v2.PagingR\x06pagingB\x08\n\x06_loginB\x07\n\x05_name\"\x80\x01\n\x19TenantServiceListResponse\x12\x33\n\x07tenants\x18\x01 \x03(\x0b\x32\x19.metalstack.api.v2.TenantR\x07tenants\x12 \n\tnext_page\x18\x02 \x01(\x04H\x00R\x08nextPage\x88\x01\x01\x42\x0c\n\n_next_page2\xfa\x01\n\rTenantService\x12v\n\x06\x43reate\x12/.metalstack.admin.v2.TenantServiceCreateRequest\x1a\x30.metalstack.admin.v2.TenantServiceCreateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12q\n\x04List\x12-.metalstack.admin.v2.TenantServiceListRequest\x1a..metalstack.admin.v2.TenantServiceListResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x42\xcf\x01\n\x17\x63om.metalstack.admin.v2B\x0bTenantProtoP\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/tenant.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\x1emetalstack/api/v2/tenant.proto\"\xa2\x02\n\x1aTenantServiceCreateRequest\x12\x1f\n\x04name\x18\x01 \x01(\tB\x0b\xbaH\x08r\x06\xc0\xb3\xae\xb1\x02\x01R\x04name\x12\x32\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x0b\xbaH\x08r\x06\xc8\xb3\xae\xb1\x02\x01H\x00R\x0b\x64\x65scription\x88\x01\x01\x12\"\n\x05\x65mail\x18\x03 \x01(\tB\x07\xbaH\x04r\x02`\x01H\x01R\x05\x65mail\x88\x01\x01\x12/\n\navatar_url\x18\x04 \x01(\tB\x0b\xbaH\x08r\x06\xe0\xb3\xae\xb1\x02\x01H\x02R\tavatarUrl\x88\x01\x01\x12\x31\n\x06labels\x18\x05 \x01(\x0b\x32\x19.metalstack.api.v2.LabelsR\x06labelsB\x0e\n\x0c_descriptionB\x08\n\x06_emailB\r\n\x0b_avatar_url\"P\n\x1bTenantServiceCreateResponse\x12\x31\n\x06tenant\x18\x01 \x01(\x0b\x32\x19.metalstack.api.v2.TenantR\x06tenant\"P\n\x18TenantServiceListRequest\x12\x34\n\x05query\x18\x01 \x01(\x0b\x32\x1e.metalstack.api.v2.TenantQueryR\x05query\"\x80\x01\n\x19TenantServiceListResponse\x12\x33\n\x07tenants\x18\x01 \x03(\x0b\x32\x19.metalstack.api.v2.TenantR\x07tenants\x12 \n\tnext_page\x18\x02 \x01(\x04H\x00R\x08nextPage\x88\x01\x01\x42\x0c\n\n_next_page2\xfa\x01\n\rTenantService\x12v\n\x06\x43reate\x12/.metalstack.admin.v2.TenantServiceCreateRequest\x1a\x30.metalstack.admin.v2.TenantServiceCreateResponse\"\t\xd2\xf3\x18\x01\x01\xe0\xf3\x18\x01\x12q\n\x04List\x12-.metalstack.admin.v2.TenantServiceListRequest\x1a..metalstack.admin.v2.TenantServiceListResponse\"\n\xd2\xf3\x18\x02\x01\x02\xe0\xf3\x18\x01\x42\xcf\x01\n\x17\x63om.metalstack.admin.v2B\x0bTenantProtoP\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)
@@ -42,20 +42,20 @@ if not _descriptor._USE_C_DESCRIPTORS:
42
42
  _globals['_TENANTSERVICECREATEREQUEST'].fields_by_name['description']._serialized_options = b'\272H\010r\006\310\263\256\261\002\001'
43
43
  _globals['_TENANTSERVICECREATEREQUEST'].fields_by_name['email']._loaded_options = None
44
44
  _globals['_TENANTSERVICECREATEREQUEST'].fields_by_name['email']._serialized_options = b'\272H\004r\002`\001'
45
- _globals['_TENANTSERVICELISTREQUEST'].fields_by_name['name']._loaded_options = None
46
- _globals['_TENANTSERVICELISTREQUEST'].fields_by_name['name']._serialized_options = b'\272H\010r\006\300\263\256\261\002\001'
45
+ _globals['_TENANTSERVICECREATEREQUEST'].fields_by_name['avatar_url']._loaded_options = None
46
+ _globals['_TENANTSERVICECREATEREQUEST'].fields_by_name['avatar_url']._serialized_options = b'\272H\010r\006\340\263\256\261\002\001'
47
47
  _globals['_TENANTSERVICE'].methods_by_name['Create']._loaded_options = None
48
48
  _globals['_TENANTSERVICE'].methods_by_name['Create']._serialized_options = b'\322\363\030\001\001\340\363\030\001'
49
49
  _globals['_TENANTSERVICE'].methods_by_name['List']._loaded_options = None
50
50
  _globals['_TENANTSERVICE'].methods_by_name['List']._serialized_options = b'\322\363\030\002\001\002\340\363\030\001'
51
51
  _globals['_TENANTSERVICECREATEREQUEST']._serialized_start=193
52
- _globals['_TENANTSERVICECREATEREQUEST']._serialized_end=470
53
- _globals['_TENANTSERVICECREATERESPONSE']._serialized_start=472
54
- _globals['_TENANTSERVICECREATERESPONSE']._serialized_end=552
55
- _globals['_TENANTSERVICELISTREQUEST']._serialized_start=555
56
- _globals['_TENANTSERVICELISTREQUEST']._serialized_end=716
57
- _globals['_TENANTSERVICELISTRESPONSE']._serialized_start=719
58
- _globals['_TENANTSERVICELISTRESPONSE']._serialized_end=847
59
- _globals['_TENANTSERVICE']._serialized_start=850
60
- _globals['_TENANTSERVICE']._serialized_end=1100
52
+ _globals['_TENANTSERVICECREATEREQUEST']._serialized_end=483
53
+ _globals['_TENANTSERVICECREATERESPONSE']._serialized_start=485
54
+ _globals['_TENANTSERVICECREATERESPONSE']._serialized_end=565
55
+ _globals['_TENANTSERVICELISTREQUEST']._serialized_start=567
56
+ _globals['_TENANTSERVICELISTREQUEST']._serialized_end=647
57
+ _globals['_TENANTSERVICELISTRESPONSE']._serialized_start=650
58
+ _globals['_TENANTSERVICELISTRESPONSE']._serialized_end=778
59
+ _globals['_TENANTSERVICE']._serialized_start=781
60
+ _globals['_TENANTSERVICE']._serialized_end=1031
61
61
  # @@protoc_insertion_point(module_scope)
@@ -31,14 +31,10 @@ class TenantServiceCreateResponse(_message.Message):
31
31
  def __init__(self, tenant: _Optional[_Union[_tenant_pb2.Tenant, _Mapping]] = ...) -> None: ...
32
32
 
33
33
  class TenantServiceListRequest(_message.Message):
34
- __slots__ = ("login", "name", "paging")
35
- LOGIN_FIELD_NUMBER: _ClassVar[int]
36
- NAME_FIELD_NUMBER: _ClassVar[int]
37
- PAGING_FIELD_NUMBER: _ClassVar[int]
38
- login: str
39
- name: str
40
- paging: _common_pb2.Paging
41
- def __init__(self, login: _Optional[str] = ..., name: _Optional[str] = ..., paging: _Optional[_Union[_common_pb2.Paging, _Mapping]] = ...) -> None: ...
34
+ __slots__ = ("query",)
35
+ QUERY_FIELD_NUMBER: _ClassVar[int]
36
+ query: _tenant_pb2.TenantQuery
37
+ def __init__(self, query: _Optional[_Union[_tenant_pb2.TenantQuery, _Mapping]] = ...) -> None: ...
42
38
 
43
39
  class TenantServiceListResponse(_message.Message):
44
40
  __slots__ = ("tenants", "next_page")
@@ -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/token.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/token.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/vpn.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/admin/v2/vpn.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/api/v2/audit.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/audit.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/api/v2/common.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/common.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/api/v2/component.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/component.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/api/v2/filesystem.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/filesystem.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/api/v2/health.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/health.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/api/v2/image.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/image.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/api/v2/ip.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/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/api/v2/machine.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/machine.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/api/v2/method.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/method.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/api/v2/network.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/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/api/v2/partition.proto
5
- # Protobuf Python Version: 7.35.0
5
+ # Protobuf Python Version: 7.35.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
  7,
15
15
  35,
16
- 0,
16
+ 1,
17
17
  '',
18
18
  'metalstack/api/v2/partition.proto'
19
19
  )