@metal-stack/api 0.0.59 → 0.0.61

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 (126) hide show
  1. package/js/metalstack/admin/v2/audit_pb.d.ts +8 -8
  2. package/js/metalstack/admin/v2/audit_pb.js +1 -1
  3. package/js/metalstack/admin/v2/audit_pb.ts +8 -8
  4. package/js/metalstack/admin/v2/component_pb.d.ts +14 -14
  5. package/js/metalstack/admin/v2/component_pb.js +1 -1
  6. package/js/metalstack/admin/v2/component_pb.ts +14 -14
  7. package/js/metalstack/admin/v2/filesystem_pb.d.ts +15 -15
  8. package/js/metalstack/admin/v2/filesystem_pb.js +1 -1
  9. package/js/metalstack/admin/v2/filesystem_pb.ts +15 -15
  10. package/js/metalstack/admin/v2/image_pb.d.ts +20 -20
  11. package/js/metalstack/admin/v2/image_pb.js +1 -1
  12. package/js/metalstack/admin/v2/image_pb.ts +20 -20
  13. package/js/metalstack/admin/v2/ip_pb.d.ts +6 -6
  14. package/js/metalstack/admin/v2/ip_pb.js +1 -1
  15. package/js/metalstack/admin/v2/ip_pb.ts +6 -6
  16. package/js/metalstack/admin/v2/machine_pb.d.ts +10 -10
  17. package/js/metalstack/admin/v2/machine_pb.js +1 -1
  18. package/js/metalstack/admin/v2/machine_pb.ts +10 -10
  19. package/js/metalstack/admin/v2/network_pb.d.ts +25 -25
  20. package/js/metalstack/admin/v2/network_pb.js +1 -1
  21. package/js/metalstack/admin/v2/network_pb.ts +25 -25
  22. package/js/metalstack/admin/v2/partition_pb.d.ts +10 -11
  23. package/js/metalstack/admin/v2/partition_pb.js +2 -2
  24. package/js/metalstack/admin/v2/partition_pb.ts +11 -12
  25. package/js/metalstack/admin/v2/project_pb.d.ts +7 -7
  26. package/js/metalstack/admin/v2/project_pb.js +1 -1
  27. package/js/metalstack/admin/v2/project_pb.ts +7 -7
  28. package/js/metalstack/admin/v2/size_imageconstraint_pb.d.ts +21 -21
  29. package/js/metalstack/admin/v2/size_imageconstraint_pb.js +1 -1
  30. package/js/metalstack/admin/v2/size_imageconstraint_pb.ts +21 -21
  31. package/js/metalstack/admin/v2/size_pb.d.ts +13 -13
  32. package/js/metalstack/admin/v2/size_pb.js +1 -1
  33. package/js/metalstack/admin/v2/size_pb.ts +13 -13
  34. package/js/metalstack/admin/v2/size_reservation_pb.d.ts +17 -17
  35. package/js/metalstack/admin/v2/size_reservation_pb.js +1 -1
  36. package/js/metalstack/admin/v2/size_reservation_pb.ts +17 -17
  37. package/js/metalstack/admin/v2/switch_pb.d.ts +51 -51
  38. package/js/metalstack/admin/v2/switch_pb.js +1 -1
  39. package/js/metalstack/admin/v2/switch_pb.ts +51 -51
  40. package/js/metalstack/admin/v2/task_pb.d.ts +58 -58
  41. package/js/metalstack/admin/v2/task_pb.js +10 -10
  42. package/js/metalstack/admin/v2/task_pb.ts +58 -58
  43. package/js/metalstack/admin/v2/tenant_pb.d.ts +14 -14
  44. package/js/metalstack/admin/v2/tenant_pb.js +1 -1
  45. package/js/metalstack/admin/v2/tenant_pb.ts +14 -14
  46. package/js/metalstack/admin/v2/token_pb.d.ts +13 -13
  47. package/js/metalstack/admin/v2/token_pb.js +1 -1
  48. package/js/metalstack/admin/v2/token_pb.ts +13 -13
  49. package/js/metalstack/admin/v2/vpn_pb.d.ts +20 -20
  50. package/js/metalstack/admin/v2/vpn_pb.js +1 -1
  51. package/js/metalstack/admin/v2/vpn_pb.ts +20 -20
  52. package/js/metalstack/api/v2/audit_pb.d.ts +14 -14
  53. package/js/metalstack/api/v2/audit_pb.js +3 -3
  54. package/js/metalstack/api/v2/audit_pb.ts +14 -14
  55. package/js/metalstack/api/v2/common_pb.d.ts +2 -2
  56. package/js/metalstack/api/v2/common_pb.js +4 -3
  57. package/js/metalstack/api/v2/common_pb.ts +4 -3
  58. package/js/metalstack/api/v2/filesystem_pb.d.ts +4 -4
  59. package/js/metalstack/api/v2/filesystem_pb.js +2 -2
  60. package/js/metalstack/api/v2/filesystem_pb.ts +5 -5
  61. package/js/metalstack/api/v2/health_pb.d.ts +20 -20
  62. package/js/metalstack/api/v2/health_pb.js +9 -9
  63. package/js/metalstack/api/v2/health_pb.ts +20 -20
  64. package/js/metalstack/api/v2/image_pb.d.ts +10 -4
  65. package/js/metalstack/api/v2/image_pb.js +2 -2
  66. package/js/metalstack/api/v2/image_pb.ts +12 -5
  67. package/js/metalstack/api/v2/ip_pb.d.ts +6 -6
  68. package/js/metalstack/api/v2/ip_pb.js +1 -1
  69. package/js/metalstack/api/v2/ip_pb.ts +6 -6
  70. package/js/metalstack/api/v2/machine_pb.d.ts +35 -58
  71. package/js/metalstack/api/v2/machine_pb.js +33 -38
  72. package/js/metalstack/api/v2/machine_pb.ts +63 -91
  73. package/js/metalstack/api/v2/method_pb.d.ts +11 -11
  74. package/js/metalstack/api/v2/method_pb.js +3 -3
  75. package/js/metalstack/api/v2/method_pb.ts +12 -12
  76. package/js/metalstack/api/v2/network_pb.d.ts +7 -7
  77. package/js/metalstack/api/v2/network_pb.js +1 -1
  78. package/js/metalstack/api/v2/network_pb.ts +7 -7
  79. package/js/metalstack/api/v2/partition_pb.d.ts +3 -3
  80. package/js/metalstack/api/v2/partition_pb.js +2 -2
  81. package/js/metalstack/api/v2/partition_pb.ts +4 -4
  82. package/js/metalstack/api/v2/predefined_rules_pb.d.ts +22 -4
  83. package/js/metalstack/api/v2/predefined_rules_pb.js +23 -5
  84. package/js/metalstack/api/v2/predefined_rules_pb.ts +30 -6
  85. package/js/metalstack/api/v2/project_pb.d.ts +3 -3
  86. package/js/metalstack/api/v2/project_pb.js +2 -2
  87. package/js/metalstack/api/v2/project_pb.ts +4 -4
  88. package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +2 -2
  89. package/js/metalstack/api/v2/size_imageconstraint_pb.js +2 -2
  90. package/js/metalstack/api/v2/size_imageconstraint_pb.ts +3 -3
  91. package/js/metalstack/api/v2/size_pb.d.ts +3 -3
  92. package/js/metalstack/api/v2/size_pb.js +2 -2
  93. package/js/metalstack/api/v2/size_pb.ts +4 -4
  94. package/js/metalstack/api/v2/size_reservation_pb.d.ts +3 -3
  95. package/js/metalstack/api/v2/size_reservation_pb.js +1 -1
  96. package/js/metalstack/api/v2/size_reservation_pb.ts +3 -3
  97. package/js/metalstack/api/v2/tenant_pb.d.ts +3 -3
  98. package/js/metalstack/api/v2/tenant_pb.js +2 -2
  99. package/js/metalstack/api/v2/tenant_pb.ts +4 -4
  100. package/js/metalstack/api/v2/token_pb.d.ts +7 -7
  101. package/js/metalstack/api/v2/token_pb.js +2 -2
  102. package/js/metalstack/api/v2/token_pb.ts +8 -8
  103. package/js/metalstack/api/v2/user_pb.d.ts +7 -7
  104. package/js/metalstack/api/v2/user_pb.js +2 -2
  105. package/js/metalstack/api/v2/user_pb.ts +8 -8
  106. package/js/metalstack/api/v2/version_pb.d.ts +6 -6
  107. package/js/metalstack/api/v2/version_pb.js +1 -1
  108. package/js/metalstack/api/v2/version_pb.ts +6 -6
  109. package/js/metalstack/api/v2/vpn_pb.d.ts +4 -4
  110. package/js/metalstack/api/v2/vpn_pb.ts +4 -4
  111. package/js/metalstack/infra/v2/bmc_pb.d.ts +19 -19
  112. package/js/metalstack/infra/v2/bmc_pb.js +1 -1
  113. package/js/metalstack/infra/v2/bmc_pb.ts +19 -19
  114. package/js/metalstack/infra/v2/boot_pb.d.ts +7 -7
  115. package/js/metalstack/infra/v2/boot_pb.js +1 -1
  116. package/js/metalstack/infra/v2/boot_pb.ts +7 -7
  117. package/js/metalstack/infra/v2/component_pb.d.ts +7 -10
  118. package/js/metalstack/infra/v2/component_pb.js +1 -1
  119. package/js/metalstack/infra/v2/component_pb.ts +7 -10
  120. package/js/metalstack/infra/v2/event_pb.d.ts +22 -22
  121. package/js/metalstack/infra/v2/event_pb.js +13 -13
  122. package/js/metalstack/infra/v2/event_pb.ts +22 -22
  123. package/js/metalstack/infra/v2/switch_pb.d.ts +22 -22
  124. package/js/metalstack/infra/v2/switch_pb.js +1 -1
  125. package/js/metalstack/infra/v2/switch_pb.ts +22 -22
  126. package/package.json +1 -1
@@ -16,20 +16,20 @@ export const file_metalstack_admin_v2_task: GenFile = /*@__PURE__*/
16
16
  fileDesc("Ch5tZXRhbHN0YWNrL2FkbWluL3YyL3Rhc2sucHJvdG8SE21ldGFsc3RhY2suYWRtaW4udjIiNwoVVGFza1NlcnZpY2VHZXRSZXF1ZXN0Eg8KB3Rhc2tfaWQYASABKAkSDQoFcXVldWUYAiABKAkiRQoWVGFza1NlcnZpY2VHZXRSZXNwb25zZRIrCgR0YXNrGAEgASgLMh0ubWV0YWxzdGFjay5hZG1pbi52Mi5UYXNrSW5mbyI6ChhUYXNrU2VydmljZURlbGV0ZVJlcXVlc3QSDwoHdGFza19pZBgBIAEoCRINCgVxdWV1ZRgCIAEoCSIbChlUYXNrU2VydmljZURlbGV0ZVJlc3BvbnNlIhoKGFRhc2tTZXJ2aWNlUXVldWVzUmVxdWVzdCIrChlUYXNrU2VydmljZVF1ZXVlc1Jlc3BvbnNlEg4KBnF1ZXVlcxgBIAMoCSJwChZUYXNrU2VydmljZUxpc3RSZXF1ZXN0EhIKBXF1ZXVlGAEgASgJSACIAQESEgoFY291bnQYAiABKA1IAYgBARIRCgRwYWdlGAMgASgNSAKIAQFCCAoGX3F1ZXVlQggKBl9jb3VudEIHCgVfcGFnZSJHChdUYXNrU2VydmljZUxpc3RSZXNwb25zZRIsCgV0YXNrcxgBIAMoCzIdLm1ldGFsc3RhY2suYWRtaW4udjIuVGFza0luZm8iggQKCFRhc2tJbmZvEgoKAmlkGAEgASgJEg0KBXF1ZXVlGAIgASgJEgwKBHR5cGUYAyABKAkSDwoHcGF5bG9hZBgEIAEoDBItCgVzdGF0ZRgFIAEoDjIeLm1ldGFsc3RhY2suYWRtaW4udjIuVGFza1N0YXRlEhEKCW1heF9yZXRyeRgGIAEoBRIPCgdyZXRyaWVkGAcgASgFEhIKCmxhc3RfZXJyb3IYCCABKAkSMgoObGFzdF9mYWlsZWRfYXQYCSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEioKB3RpbWVvdXQYCiABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SLAoIZGVhZGxpbmUYCyABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEg0KBWdyb3VwGAwgASgJEjMKD25leHRfcHJvY2Vzc19hdBgNIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEwoLaXNfb3JwaGFuZWQYDiABKAgSLAoJcmV0ZW50aW9uGA8gASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uEjAKDGNvbXBsZXRlZF9hdBgQIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASDgoGcmVzdWx0GBEgASgMKrYCCglUYXNrU3RhdGUSGgoWVEFTS19TVEFURV9VTlNQRUNJRklFRBAAEiEKEVRBU0tfU1RBVEVfQUNUSVZFEAEaCoKyGQZhY3RpdmUSIwoSVEFTS19TVEFURV9QRU5ESU5HEAIaC4KyGQdwZW5kaW5nEicKFFRBU0tfU1RBVEVfU0NIRURVTEVEEAMaDYKyGQlzY2hlZHVsZWQSHwoQVEFTS19TVEFURV9SRVRSWRAEGgmCshkFcmV0cnkSJQoTVEFTS19TVEFURV9BUkNISVZFRBAFGgyCshkIYXJjaGl2ZWQSJwoUVEFTS19TVEFURV9DT01QTEVURUQQBhoNgrIZCWNvbXBsZXRlZBIrChZUQVNLX1NUQVRFX0FHR1JFR0FUSU5HEAcaD4KyGQthZ2dyZWdhdGluZzLBAwoLVGFza1NlcnZpY2USZgoDR2V0EioubWV0YWxzdGFjay5hZG1pbi52Mi5UYXNrU2VydmljZUdldFJlcXVlc3QaKy5tZXRhbHN0YWNrLmFkbWluLnYyLlRhc2tTZXJ2aWNlR2V0UmVzcG9uc2UiBtLzGAIBAhJuCgZEZWxldGUSLS5tZXRhbHN0YWNrLmFkbWluLnYyLlRhc2tTZXJ2aWNlRGVsZXRlUmVxdWVzdBouLm1ldGFsc3RhY2suYWRtaW4udjIuVGFza1NlcnZpY2VEZWxldGVSZXNwb25zZSIF0vMYAQESbwoGUXVldWVzEi0ubWV0YWxzdGFjay5hZG1pbi52Mi5UYXNrU2VydmljZVF1ZXVlc1JlcXVlc3QaLi5tZXRhbHN0YWNrLmFkbWluLnYyLlRhc2tTZXJ2aWNlUXVldWVzUmVzcG9uc2UiBtLzGAIBAhJpCgRMaXN0EisubWV0YWxzdGFjay5hZG1pbi52Mi5UYXNrU2VydmljZUxpc3RSZXF1ZXN0GiwubWV0YWxzdGFjay5hZG1pbi52Mi5UYXNrU2VydmljZUxpc3RSZXNwb25zZSIG0vMYAgECQs0BChdjb20ubWV0YWxzdGFjay5hZG1pbi52MkIJVGFza1Byb3RvUAFaOWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYWRtaW4vdjI7YWRtaW52MqICA01BWKoCE01ldGFsc3RhY2suQWRtaW4uVjLKAhNNZXRhbHN0YWNrXEFkbWluXFYy4gIfTWV0YWxzdGFja1xBZG1pblxWMlxHUEJNZXRhZGF0YeoCFU1ldGFsc3RhY2s6OkFkbWluOjpWMmIGcHJvdG8z", [file_google_protobuf_duration, file_google_protobuf_timestamp, file_metalstack_api_v2_common]);
17
17
 
18
18
  /**
19
- * TaskServiceGetRequest is the message to a get task request
19
+ * TaskServiceGetRequest is the request payload for getting a task.
20
20
  *
21
21
  * @generated from message metalstack.admin.v2.TaskServiceGetRequest
22
22
  */
23
23
  export type TaskServiceGetRequest = Message<"metalstack.admin.v2.TaskServiceGetRequest"> & {
24
24
  /**
25
- * TaskId to get
25
+ * TaskId is the identifier of the task to get
26
26
  *
27
27
  * @generated from field: string task_id = 1;
28
28
  */
29
29
  taskId: string;
30
30
 
31
31
  /**
32
- * Queue where this task was scheduled to
32
+ * Queue is the queue where this task was scheduled to
33
33
  *
34
34
  * @generated from field: string queue = 2;
35
35
  */
@@ -44,7 +44,7 @@ export const TaskServiceGetRequestSchema: GenMessage<TaskServiceGetRequest> = /*
44
44
  messageDesc(file_metalstack_admin_v2_task, 0);
45
45
 
46
46
  /**
47
- * TaskServiceGetResponse is the response to a task get request
47
+ * TaskServiceGetResponse is the response payload for getting a task.
48
48
  *
49
49
  * @generated from message metalstack.admin.v2.TaskServiceGetResponse
50
50
  */
@@ -65,20 +65,20 @@ export const TaskServiceGetResponseSchema: GenMessage<TaskServiceGetResponse> =
65
65
  messageDesc(file_metalstack_admin_v2_task, 1);
66
66
 
67
67
  /**
68
- * TaskServiceDeleteRequest is the message to a delete task request
68
+ * TaskServiceDeleteRequest is the request payload for deleting a task.
69
69
  *
70
70
  * @generated from message metalstack.admin.v2.TaskServiceDeleteRequest
71
71
  */
72
72
  export type TaskServiceDeleteRequest = Message<"metalstack.admin.v2.TaskServiceDeleteRequest"> & {
73
73
  /**
74
- * TaskId to cancel
74
+ * TaskId is the identifier of the task to cancel
75
75
  *
76
76
  * @generated from field: string task_id = 1;
77
77
  */
78
78
  taskId: string;
79
79
 
80
80
  /**
81
- * Queue where this task was scheduled to
81
+ * Queue is the queue where this task was scheduled to
82
82
  *
83
83
  * @generated from field: string queue = 2;
84
84
  */
@@ -93,7 +93,7 @@ export const TaskServiceDeleteRequestSchema: GenMessage<TaskServiceDeleteRequest
93
93
  messageDesc(file_metalstack_admin_v2_task, 2);
94
94
 
95
95
  /**
96
- * TaskServiceDeleteResponse is the response to a task delete request
96
+ * TaskServiceDeleteResponse is the response payload for deleting a task.
97
97
  *
98
98
  * @generated from message metalstack.admin.v2.TaskServiceDeleteResponse
99
99
  */
@@ -108,7 +108,7 @@ export const TaskServiceDeleteResponseSchema: GenMessage<TaskServiceDeleteRespon
108
108
  messageDesc(file_metalstack_admin_v2_task, 3);
109
109
 
110
110
  /**
111
- * TaskServiceQueuesRequest is the message to get all queues
111
+ * TaskServiceQueuesRequest is the request payload for getting all queues.
112
112
  *
113
113
  * @generated from message metalstack.admin.v2.TaskServiceQueuesRequest
114
114
  */
@@ -123,7 +123,7 @@ export const TaskServiceQueuesRequestSchema: GenMessage<TaskServiceQueuesRequest
123
123
  messageDesc(file_metalstack_admin_v2_task, 4);
124
124
 
125
125
  /**
126
- * TaskServiceQueuesResponse is the response to a queues request
126
+ * TaskServiceQueuesResponse is the response payload for getting all queues.
127
127
  *
128
128
  * @generated from message metalstack.admin.v2.TaskServiceQueuesResponse
129
129
  */
@@ -144,28 +144,28 @@ export const TaskServiceQueuesResponseSchema: GenMessage<TaskServiceQueuesRespon
144
144
  messageDesc(file_metalstack_admin_v2_task, 5);
145
145
 
146
146
  /**
147
- * TaskServiceListRequest is the message to a task list request
147
+ * TaskServiceListRequest is the request payload for listing tasks.
148
148
  *
149
149
  * @generated from message metalstack.admin.v2.TaskServiceListRequest
150
150
  */
151
151
  export type TaskServiceListRequest = Message<"metalstack.admin.v2.TaskServiceListRequest"> & {
152
152
  /**
153
- * Queue where this tasks should be listed
154
- * will return tasks from all queues if not specified
153
+ * Queue filters tasks by this queue
154
+ * Will return tasks from all queues if not specified
155
155
  *
156
156
  * @generated from field: optional string queue = 1;
157
157
  */
158
158
  queue?: string;
159
159
 
160
160
  /**
161
- * Count of tasks to return
161
+ * Count is the number of tasks to return
162
162
  *
163
163
  * @generated from field: optional uint32 count = 2;
164
164
  */
165
165
  count?: number;
166
166
 
167
167
  /**
168
- * Page of tasks to return
168
+ * Page is the page of tasks to return
169
169
  *
170
170
  * @generated from field: optional uint32 page = 3;
171
171
  */
@@ -180,13 +180,13 @@ export const TaskServiceListRequestSchema: GenMessage<TaskServiceListRequest> =
180
180
  messageDesc(file_metalstack_admin_v2_task, 6);
181
181
 
182
182
  /**
183
- * TaskServiceListResponse is the response to a task list request
183
+ * TaskServiceListResponse is the response payload for listing tasks.
184
184
  *
185
185
  * @generated from message metalstack.admin.v2.TaskServiceListResponse
186
186
  */
187
187
  export type TaskServiceListResponse = Message<"metalstack.admin.v2.TaskServiceListResponse"> & {
188
188
  /**
189
- * Tasks contains the requested list of tasks
189
+ * Tasks contains the list of requested tasks
190
190
  *
191
191
  * @generated from field: repeated metalstack.admin.v2.TaskInfo tasks = 1;
192
192
  */
@@ -201,139 +201,139 @@ export const TaskServiceListResponseSchema: GenMessage<TaskServiceListResponse>
201
201
  messageDesc(file_metalstack_admin_v2_task, 7);
202
202
 
203
203
  /**
204
- * TaskInfo contains details of an async task
204
+ * TaskInfo contains details of an asynchronous task.
205
205
  *
206
206
  * @generated from message metalstack.admin.v2.TaskInfo
207
207
  */
208
208
  export type TaskInfo = Message<"metalstack.admin.v2.TaskInfo"> & {
209
209
  /**
210
- * ID is the identifier of the task.
210
+ * ID is the identifier of the task
211
211
  *
212
212
  * @generated from field: string id = 1;
213
213
  */
214
214
  id: string;
215
215
 
216
216
  /**
217
- * Queue is the name of the queue in which the task belongs.
217
+ * Queue is the name of the queue in which the task belongs
218
218
  *
219
219
  * @generated from field: string queue = 2;
220
220
  */
221
221
  queue: string;
222
222
 
223
223
  /**
224
- * Type is the type name of the task.
224
+ * Type is the type name of the task
225
225
  *
226
226
  * @generated from field: string type = 3;
227
227
  */
228
228
  type: string;
229
229
 
230
230
  /**
231
- * Payload is the payload data of the task.
231
+ * Payload is the payload data of the task
232
232
  *
233
233
  * @generated from field: bytes payload = 4;
234
234
  */
235
235
  payload: Uint8Array;
236
236
 
237
237
  /**
238
- * State indicates the task state.
238
+ * State indicates the task state
239
239
  *
240
240
  * @generated from field: metalstack.admin.v2.TaskState state = 5;
241
241
  */
242
242
  state: TaskState;
243
243
 
244
244
  /**
245
- * MaxRetry is the maximum number of times the task can be retried.
245
+ * MaxRetry is the maximum number of times the task can be retried
246
246
  *
247
247
  * @generated from field: int32 max_retry = 6;
248
248
  */
249
249
  maxRetry: number;
250
250
 
251
251
  /**
252
- * Retried is the number of times the task has retried so far.
252
+ * Retried is the number of times the task has retried so far
253
253
  *
254
254
  * @generated from field: int32 retried = 7;
255
255
  */
256
256
  retried: number;
257
257
 
258
258
  /**
259
- * LastError is the error message from the last failure.
259
+ * LastError is the error message from the last failure
260
260
  *
261
261
  * @generated from field: string last_error = 8;
262
262
  */
263
263
  lastError: string;
264
264
 
265
265
  /**
266
- * LastFailedAt is the time time of the last failure if any.
267
- * If the task has no failures, LastFailedAt is zero time (i.e. time.Time{}).
266
+ * LastFailedAt is the time of the last failure if any
267
+ * If the task has no failures, LastFailedAt is zero time (i.e. time.Time{})
268
268
  *
269
269
  * @generated from field: google.protobuf.Timestamp last_failed_at = 9;
270
270
  */
271
271
  lastFailedAt?: Timestamp;
272
272
 
273
273
  /**
274
- * Timeout is the duration the task can be processed by Handler before being retried,
274
+ * Timeout is the duration the task can be processed by Handler before being retried
275
275
  *
276
276
  * @generated from field: google.protobuf.Duration timeout = 10;
277
277
  */
278
278
  timeout?: Duration;
279
279
 
280
280
  /**
281
- * Deadline is the deadline for the task.
281
+ * Deadline is the deadline for the task
282
282
  *
283
283
  * @generated from field: google.protobuf.Timestamp deadline = 11;
284
284
  */
285
285
  deadline?: Timestamp;
286
286
 
287
287
  /**
288
- * Group is the name of the group in which the task belongs.
288
+ * Group is the name of the group in which the task belongs
289
289
  *
290
290
  * Tasks in the same queue can be grouped together by Group name and will be aggregated into one task
291
- * by a Server processing the queue.
291
+ * by a Server processing the queue
292
292
  *
293
- * Empty string (default) indicates task does not belong to any groups, and no aggregation will be applied to the task.
293
+ * Empty string (default) indicates task does not belong to any groups, and no aggregation will be applied to the task
294
294
  *
295
295
  * @generated from field: string group = 12;
296
296
  */
297
297
  group: string;
298
298
 
299
299
  /**
300
- * NextProcessAt is the time the task is scheduled to be processed,
301
- * zero if not applicable.
300
+ * NextProcessAt is the time the task is scheduled to be processed
301
+ * Zero if not applicable
302
302
  *
303
303
  * @generated from field: google.protobuf.Timestamp next_process_at = 13;
304
304
  */
305
305
  nextProcessAt?: Timestamp;
306
306
 
307
307
  /**
308
- * IsOrphaned describes whether the task is left in active state with no worker processing it.
308
+ * IsOrphaned describes whether the task is left in active state with no worker processing it
309
309
  * An orphaned task indicates that the worker has crashed or experienced network failures and was not able to
310
- * extend its lease on the task.
310
+ * extend its lease on the task
311
311
  *
312
- * This task will be recovered by running a server against the queue the task is in.
313
- * This field is only applicable to tasks with TaskStateActive.
312
+ * This task will be recovered by running a server against the queue the task is in
313
+ * This field is only applicable to tasks with TaskStateActive
314
314
  *
315
315
  * @generated from field: bool is_orphaned = 14;
316
316
  */
317
317
  isOrphaned: boolean;
318
318
 
319
319
  /**
320
- * Retention is duration of the retention period after the task is successfully processed.
320
+ * Retention is duration of the retention period after the task is successfully processed
321
321
  *
322
322
  * @generated from field: google.protobuf.Duration retention = 15;
323
323
  */
324
324
  retention?: Duration;
325
325
 
326
326
  /**
327
- * CompletedAt is the time when the task is processed successfully.
328
- * Zero value (i.e. time.Time{}) indicates no value.
327
+ * CompletedAt is the time when the task is processed successfully
328
+ * Zero value (i.e. time.Time{}) indicates no value
329
329
  *
330
330
  * @generated from field: google.protobuf.Timestamp completed_at = 16;
331
331
  */
332
332
  completedAt?: Timestamp;
333
333
 
334
334
  /**
335
- * Result holds the result data associated with the task.
336
- * Use ResultWriter to write result data from the Handler.
335
+ * Result holds the result data associated with the task
336
+ * Use ResultWriter to write result data from the Handler
337
337
  *
338
338
  * @generated from field: bytes result = 17;
339
339
  */
@@ -348,62 +348,62 @@ export const TaskInfoSchema: GenMessage<TaskInfo> = /*@__PURE__*/
348
348
  messageDesc(file_metalstack_admin_v2_task, 8);
349
349
 
350
350
  /**
351
- * TaskState defines the state of the task
351
+ * TaskState defines the state of the task.
352
352
  *
353
353
  * @generated from enum metalstack.admin.v2.TaskState
354
354
  */
355
355
  export enum TaskState {
356
356
  /**
357
- * TASK_STATE_UNSPECIFIED indicates a undefined state
357
+ * TASK_STATE_UNSPECIFIED is not specified
358
358
  *
359
359
  * @generated from enum value: TASK_STATE_UNSPECIFIED = 0;
360
360
  */
361
361
  UNSPECIFIED = 0,
362
362
 
363
363
  /**
364
- * TASK_STATE_ACTIVE indicates that the task is currently being processed by Handler.
364
+ * TASK_STATE_ACTIVE indicates that the task is currently being processed by Handler
365
365
  *
366
366
  * @generated from enum value: TASK_STATE_ACTIVE = 1;
367
367
  */
368
368
  ACTIVE = 1,
369
369
 
370
370
  /**
371
- * TASK_STATE_PENDING indicates that the task is ready to be processed by Handler.
371
+ * TASK_STATE_PENDING indicates that the task is ready to be processed by Handler
372
372
  *
373
373
  * @generated from enum value: TASK_STATE_PENDING = 2;
374
374
  */
375
375
  PENDING = 2,
376
376
 
377
377
  /**
378
- * TASK_STATE_SCHEDULED indicates that the task is scheduled to be processed some time in the future.
378
+ * TASK_STATE_SCHEDULED indicates that the task is scheduled to be processed some time in the future
379
379
  *
380
380
  * @generated from enum value: TASK_STATE_SCHEDULED = 3;
381
381
  */
382
382
  SCHEDULED = 3,
383
383
 
384
384
  /**
385
- * TASK_STATE_RETRY indicates that the task has previously failed and scheduled to be processed some time in the future.
385
+ * TASK_STATE_RETRY indicates that the task has previously failed and is scheduled to be processed some time in the future
386
386
  *
387
387
  * @generated from enum value: TASK_STATE_RETRY = 4;
388
388
  */
389
389
  RETRY = 4,
390
390
 
391
391
  /**
392
- * TASK_STATE_ARCHIVED indicates that the task is archived and stored for inspection purposes.
392
+ * TASK_STATE_ARCHIVED indicates that the task is archived and stored for inspection purposes
393
393
  *
394
394
  * @generated from enum value: TASK_STATE_ARCHIVED = 5;
395
395
  */
396
396
  ARCHIVED = 5,
397
397
 
398
398
  /**
399
- * TASK_STATE_COMPLETED indicates that the task is processed successfully and retained until the retention TTL expires.
399
+ * TASK_STATE_COMPLETED indicates that the task is processed successfully and retained until the retention TTL expires
400
400
  *
401
401
  * @generated from enum value: TASK_STATE_COMPLETED = 6;
402
402
  */
403
403
  COMPLETED = 6,
404
404
 
405
405
  /**
406
- * TASK_STATE_AGGREGATING indicates that the task is waiting in a group to be aggregated into one task.
406
+ * TASK_STATE_AGGREGATING indicates that the task is waiting in a group to be aggregated into one task
407
407
  *
408
408
  * @generated from enum value: TASK_STATE_AGGREGATING = 7;
409
409
  */
@@ -417,13 +417,13 @@ export const TaskStateSchema: GenEnum<TaskState> = /*@__PURE__*/
417
417
  enumDesc(file_metalstack_admin_v2_task, 0);
418
418
 
419
419
  /**
420
- * TaskService provides services to async tasks
420
+ * TaskService provides asynchronous task management operations.
421
421
  *
422
422
  * @generated from service metalstack.admin.v2.TaskService
423
423
  */
424
424
  export const TaskService: GenService<{
425
425
  /**
426
- * Get a specific task
426
+ * Returns the task with the specified identifier.
427
427
  *
428
428
  * @generated from rpc metalstack.admin.v2.TaskService.Get
429
429
  */
@@ -433,7 +433,7 @@ export const TaskService: GenService<{
433
433
  output: typeof TaskServiceGetResponseSchema;
434
434
  },
435
435
  /**
436
- * Delete a specific task
436
+ * Deletes the task with the specified identifier.
437
437
  *
438
438
  * @generated from rpc metalstack.admin.v2.TaskService.Delete
439
439
  */
@@ -443,7 +443,7 @@ export const TaskService: GenService<{
443
443
  output: typeof TaskServiceDeleteResponseSchema;
444
444
  },
445
445
  /**
446
- * Queues returns all configures queues
446
+ * Returns the list of all configured queues.
447
447
  *
448
448
  * @generated from rpc metalstack.admin.v2.TaskService.Queues
449
449
  */
@@ -453,7 +453,7 @@ export const TaskService: GenService<{
453
453
  output: typeof TaskServiceQueuesResponseSchema;
454
454
  },
455
455
  /**
456
- * List list all tasks
456
+ * Returns the list of all tasks.
457
457
  *
458
458
  * @generated from rpc metalstack.admin.v2.TaskService.List
459
459
  */
@@ -7,19 +7,19 @@ import type { Message } from "@bufbuild/protobuf";
7
7
  */
8
8
  export declare const file_metalstack_admin_v2_tenant: GenFile;
9
9
  /**
10
- * TenantServiceCreateRequest is the request payload of the tenant create request
10
+ * TenantServiceCreateRequest is the request payload for creating a tenant.
11
11
  *
12
12
  * @generated from message metalstack.admin.v2.TenantServiceCreateRequest
13
13
  */
14
14
  export type TenantServiceCreateRequest = Message<"metalstack.admin.v2.TenantServiceCreateRequest"> & {
15
15
  /**
16
- * Name of this tenant
16
+ * Name of the tenant
17
17
  *
18
18
  * @generated from field: string name = 1;
19
19
  */
20
20
  name: string;
21
21
  /**
22
- * Description of this tenant
22
+ * Description of the tenant
23
23
  *
24
24
  * @generated from field: optional string description = 2;
25
25
  */
@@ -49,13 +49,13 @@ export type TenantServiceCreateRequest = Message<"metalstack.admin.v2.TenantServ
49
49
  */
50
50
  export declare const TenantServiceCreateRequestSchema: GenMessage<TenantServiceCreateRequest>;
51
51
  /**
52
- * TenantServiceCreateResponse is the response payload of the tenant create request
52
+ * TenantServiceCreateResponse is the response payload for creating a tenant.
53
53
  *
54
54
  * @generated from message metalstack.admin.v2.TenantServiceCreateResponse
55
55
  */
56
56
  export type TenantServiceCreateResponse = Message<"metalstack.admin.v2.TenantServiceCreateResponse"> & {
57
57
  /**
58
- * Tenant is the tenant
58
+ * Tenant contains the created tenant
59
59
  *
60
60
  * @generated from field: metalstack.api.v2.Tenant tenant = 1;
61
61
  */
@@ -67,19 +67,19 @@ export type TenantServiceCreateResponse = Message<"metalstack.admin.v2.TenantSer
67
67
  */
68
68
  export declare const TenantServiceCreateResponseSchema: GenMessage<TenantServiceCreateResponse>;
69
69
  /**
70
- * TenantServiceListRequest is the request payload for a tenant list request
70
+ * TenantServiceListRequest is the request payload for listing tenants.
71
71
  *
72
72
  * @generated from message metalstack.admin.v2.TenantServiceListRequest
73
73
  */
74
74
  export type TenantServiceListRequest = Message<"metalstack.admin.v2.TenantServiceListRequest"> & {
75
75
  /**
76
- * Login of the tenant to list
76
+ * Login filters tenants by this login
77
77
  *
78
78
  * @generated from field: optional string login = 1;
79
79
  */
80
80
  login?: string;
81
81
  /**
82
- * Name of the tenant to list
82
+ * Name filters tenants by this name
83
83
  *
84
84
  * @generated from field: optional string name = 2;
85
85
  */
@@ -97,19 +97,19 @@ export type TenantServiceListRequest = Message<"metalstack.admin.v2.TenantServic
97
97
  */
98
98
  export declare const TenantServiceListRequestSchema: GenMessage<TenantServiceListRequest>;
99
99
  /**
100
- * TenantServiceListResponse is the response payload for a tenant list request
100
+ * TenantServiceListResponse is the response payload for listing tenants.
101
101
  *
102
102
  * @generated from message metalstack.admin.v2.TenantServiceListResponse
103
103
  */
104
104
  export type TenantServiceListResponse = Message<"metalstack.admin.v2.TenantServiceListResponse"> & {
105
105
  /**
106
- * Tenants are the list of tenants
106
+ * Tenants contains the list of tenants
107
107
  *
108
108
  * @generated from field: repeated metalstack.api.v2.Tenant tenants = 1;
109
109
  */
110
110
  tenants: Tenant[];
111
111
  /**
112
- * NextPage is used for pagination, returns the next page to be fetched and must then be provided in the list request.
112
+ * NextPage is used for pagination, returns the next page to be fetched and must then be provided in the list request
113
113
  *
114
114
  * @generated from field: optional uint64 next_page = 2;
115
115
  */
@@ -121,13 +121,13 @@ export type TenantServiceListResponse = Message<"metalstack.admin.v2.TenantServi
121
121
  */
122
122
  export declare const TenantServiceListResponseSchema: GenMessage<TenantServiceListResponse>;
123
123
  /**
124
- * TenantService serves tenant related functions
124
+ * TenantService provides tenant management operations.
125
125
  *
126
126
  * @generated from service metalstack.admin.v2.TenantService
127
127
  */
128
128
  export declare const TenantService: GenService<{
129
129
  /**
130
- * Create a tenant
130
+ * Creates a new tenant.
131
131
  *
132
132
  * @generated from rpc metalstack.admin.v2.TenantService.Create
133
133
  */
@@ -137,7 +137,7 @@ export declare const TenantService: GenService<{
137
137
  output: typeof TenantServiceCreateResponseSchema;
138
138
  };
139
139
  /**
140
- * List all tenants
140
+ * Returns the list of all tenants.
141
141
  *
142
142
  * @generated from rpc metalstack.admin.v2.TenantService.List
143
143
  */
@@ -31,7 +31,7 @@ export const TenantServiceListRequestSchema = /*@__PURE__*/ messageDesc(file_met
31
31
  */
32
32
  export const TenantServiceListResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_admin_v2_tenant, 3);
33
33
  /**
34
- * TenantService serves tenant related functions
34
+ * TenantService provides tenant management operations.
35
35
  *
36
36
  * @generated from service metalstack.admin.v2.TenantService
37
37
  */
@@ -19,20 +19,20 @@ export const file_metalstack_admin_v2_tenant: GenFile = /*@__PURE__*/
19
19
  fileDesc("CiBtZXRhbHN0YWNrL2FkbWluL3YyL3RlbmFudC5wcm90bxITbWV0YWxzdGFjay5hZG1pbi52MiLoAQoaVGVuYW50U2VydmljZUNyZWF0ZVJlcXVlc3QSGQoEbmFtZRgBIAEoCUILukgIcgbAs66xAgESJQoLZGVzY3JpcHRpb24YAiABKAlCC7pICHIGyLOusQIBSACIAQESGwoFZW1haWwYAyABKAlCB7pIBHICYAFIAYgBARIXCgphdmF0YXJfdXJsGAQgASgJSAKIAQESKQoGbGFiZWxzGAUgASgLMhkubWV0YWxzdGFjay5hcGkudjIuTGFiZWxzQg4KDF9kZXNjcmlwdGlvbkIICgZfZW1haWxCDQoLX2F2YXRhcl91cmwiSAobVGVuYW50U2VydmljZUNyZWF0ZVJlc3BvbnNlEikKBnRlbmFudBgBIAEoCzIZLm1ldGFsc3RhY2suYXBpLnYyLlRlbmFudCKMAQoYVGVuYW50U2VydmljZUxpc3RSZXF1ZXN0EhIKBWxvZ2luGAEgASgJSACIAQESHgoEbmFtZRgCIAEoCUILukgIcgbAs66xAgFIAYgBARIpCgZwYWdpbmcYAyABKAsyGS5tZXRhbHN0YWNrLmFwaS52Mi5QYWdpbmdCCAoGX2xvZ2luQgcKBV9uYW1lIm0KGVRlbmFudFNlcnZpY2VMaXN0UmVzcG9uc2USKgoHdGVuYW50cxgBIAMoCzIZLm1ldGFsc3RhY2suYXBpLnYyLlRlbmFudBIWCgluZXh0X3BhZ2UYAiABKARIAIgBAUIMCgpfbmV4dF9wYWdlMvIBCg1UZW5hbnRTZXJ2aWNlEnIKBkNyZWF0ZRIvLm1ldGFsc3RhY2suYWRtaW4udjIuVGVuYW50U2VydmljZUNyZWF0ZVJlcXVlc3QaMC5tZXRhbHN0YWNrLmFkbWluLnYyLlRlbmFudFNlcnZpY2VDcmVhdGVSZXNwb25zZSIF0vMYAQESbQoETGlzdBItLm1ldGFsc3RhY2suYWRtaW4udjIuVGVuYW50U2VydmljZUxpc3RSZXF1ZXN0Gi4ubWV0YWxzdGFjay5hZG1pbi52Mi5UZW5hbnRTZXJ2aWNlTGlzdFJlc3BvbnNlIgbS8xgCAQJCzwEKF2NvbS5tZXRhbHN0YWNrLmFkbWluLnYyQgtUZW5hbnRQcm90b1ABWjlnaXRodWIuY29tL21ldGFsLXN0YWNrL2FwaS9nby9tZXRhbHN0YWNrL2FkbWluL3YyO2FkbWludjKiAgNNQViqAhNNZXRhbHN0YWNrLkFkbWluLlYyygITTWV0YWxzdGFja1xBZG1pblxWMuICH01ldGFsc3RhY2tcQWRtaW5cVjJcR1BCTWV0YWRhdGHqAhVNZXRhbHN0YWNrOjpBZG1pbjo6VjJiBnByb3RvMw", [file_buf_validate_validate, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules, file_metalstack_api_v2_tenant]);
20
20
 
21
21
  /**
22
- * TenantServiceCreateRequest is the request payload of the tenant create request
22
+ * TenantServiceCreateRequest is the request payload for creating a tenant.
23
23
  *
24
24
  * @generated from message metalstack.admin.v2.TenantServiceCreateRequest
25
25
  */
26
26
  export type TenantServiceCreateRequest = Message<"metalstack.admin.v2.TenantServiceCreateRequest"> & {
27
27
  /**
28
- * Name of this tenant
28
+ * Name of the tenant
29
29
  *
30
30
  * @generated from field: string name = 1;
31
31
  */
32
32
  name: string;
33
33
 
34
34
  /**
35
- * Description of this tenant
35
+ * Description of the tenant
36
36
  *
37
37
  * @generated from field: optional string description = 2;
38
38
  */
@@ -68,13 +68,13 @@ export const TenantServiceCreateRequestSchema: GenMessage<TenantServiceCreateReq
68
68
  messageDesc(file_metalstack_admin_v2_tenant, 0);
69
69
 
70
70
  /**
71
- * TenantServiceCreateResponse is the response payload of the tenant create request
71
+ * TenantServiceCreateResponse is the response payload for creating a tenant.
72
72
  *
73
73
  * @generated from message metalstack.admin.v2.TenantServiceCreateResponse
74
74
  */
75
75
  export type TenantServiceCreateResponse = Message<"metalstack.admin.v2.TenantServiceCreateResponse"> & {
76
76
  /**
77
- * Tenant is the tenant
77
+ * Tenant contains the created tenant
78
78
  *
79
79
  * @generated from field: metalstack.api.v2.Tenant tenant = 1;
80
80
  */
@@ -89,20 +89,20 @@ export const TenantServiceCreateResponseSchema: GenMessage<TenantServiceCreateRe
89
89
  messageDesc(file_metalstack_admin_v2_tenant, 1);
90
90
 
91
91
  /**
92
- * TenantServiceListRequest is the request payload for a tenant list request
92
+ * TenantServiceListRequest is the request payload for listing tenants.
93
93
  *
94
94
  * @generated from message metalstack.admin.v2.TenantServiceListRequest
95
95
  */
96
96
  export type TenantServiceListRequest = Message<"metalstack.admin.v2.TenantServiceListRequest"> & {
97
97
  /**
98
- * Login of the tenant to list
98
+ * Login filters tenants by this login
99
99
  *
100
100
  * @generated from field: optional string login = 1;
101
101
  */
102
102
  login?: string;
103
103
 
104
104
  /**
105
- * Name of the tenant to list
105
+ * Name filters tenants by this name
106
106
  *
107
107
  * @generated from field: optional string name = 2;
108
108
  */
@@ -124,20 +124,20 @@ export const TenantServiceListRequestSchema: GenMessage<TenantServiceListRequest
124
124
  messageDesc(file_metalstack_admin_v2_tenant, 2);
125
125
 
126
126
  /**
127
- * TenantServiceListResponse is the response payload for a tenant list request
127
+ * TenantServiceListResponse is the response payload for listing tenants.
128
128
  *
129
129
  * @generated from message metalstack.admin.v2.TenantServiceListResponse
130
130
  */
131
131
  export type TenantServiceListResponse = Message<"metalstack.admin.v2.TenantServiceListResponse"> & {
132
132
  /**
133
- * Tenants are the list of tenants
133
+ * Tenants contains the list of tenants
134
134
  *
135
135
  * @generated from field: repeated metalstack.api.v2.Tenant tenants = 1;
136
136
  */
137
137
  tenants: Tenant[];
138
138
 
139
139
  /**
140
- * NextPage is used for pagination, returns the next page to be fetched and must then be provided in the list request.
140
+ * NextPage is used for pagination, returns the next page to be fetched and must then be provided in the list request
141
141
  *
142
142
  * @generated from field: optional uint64 next_page = 2;
143
143
  */
@@ -152,13 +152,13 @@ export const TenantServiceListResponseSchema: GenMessage<TenantServiceListRespon
152
152
  messageDesc(file_metalstack_admin_v2_tenant, 3);
153
153
 
154
154
  /**
155
- * TenantService serves tenant related functions
155
+ * TenantService provides tenant management operations.
156
156
  *
157
157
  * @generated from service metalstack.admin.v2.TenantService
158
158
  */
159
159
  export const TenantService: GenService<{
160
160
  /**
161
- * Create a tenant
161
+ * Creates a new tenant.
162
162
  *
163
163
  * @generated from rpc metalstack.admin.v2.TenantService.Create
164
164
  */
@@ -168,7 +168,7 @@ export const TenantService: GenService<{
168
168
  output: typeof TenantServiceCreateResponseSchema;
169
169
  },
170
170
  /**
171
- * List all tenants
171
+ * Returns the list of all tenants.
172
172
  *
173
173
  * @generated from rpc metalstack.admin.v2.TenantService.List
174
174
  */