@metal-stack/api 0.0.58 → 0.0.60
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.
- package/js/metalstack/admin/v2/audit_pb.d.ts +8 -8
- package/js/metalstack/admin/v2/audit_pb.js +1 -1
- package/js/metalstack/admin/v2/audit_pb.ts +8 -8
- package/js/metalstack/admin/v2/component_pb.d.ts +14 -14
- package/js/metalstack/admin/v2/component_pb.js +1 -1
- package/js/metalstack/admin/v2/component_pb.ts +14 -14
- package/js/metalstack/admin/v2/filesystem_pb.d.ts +15 -15
- package/js/metalstack/admin/v2/filesystem_pb.js +1 -1
- package/js/metalstack/admin/v2/filesystem_pb.ts +15 -15
- package/js/metalstack/admin/v2/image_pb.d.ts +20 -20
- package/js/metalstack/admin/v2/image_pb.js +1 -1
- package/js/metalstack/admin/v2/image_pb.ts +20 -20
- package/js/metalstack/admin/v2/ip_pb.d.ts +6 -6
- package/js/metalstack/admin/v2/ip_pb.js +1 -1
- package/js/metalstack/admin/v2/ip_pb.ts +6 -6
- package/js/metalstack/admin/v2/machine_pb.d.ts +10 -10
- package/js/metalstack/admin/v2/machine_pb.js +1 -1
- package/js/metalstack/admin/v2/machine_pb.ts +10 -10
- package/js/metalstack/admin/v2/network_pb.d.ts +30 -30
- package/js/metalstack/admin/v2/network_pb.js +2 -2
- package/js/metalstack/admin/v2/network_pb.ts +31 -31
- package/js/metalstack/admin/v2/partition_pb.d.ts +10 -11
- package/js/metalstack/admin/v2/partition_pb.js +2 -2
- package/js/metalstack/admin/v2/partition_pb.ts +11 -12
- package/js/metalstack/admin/v2/project_pb.d.ts +7 -7
- package/js/metalstack/admin/v2/project_pb.js +1 -1
- package/js/metalstack/admin/v2/project_pb.ts +7 -7
- package/js/metalstack/admin/v2/size_imageconstraint_pb.d.ts +21 -21
- package/js/metalstack/admin/v2/size_imageconstraint_pb.js +1 -1
- package/js/metalstack/admin/v2/size_imageconstraint_pb.ts +21 -21
- package/js/metalstack/admin/v2/size_pb.d.ts +13 -13
- package/js/metalstack/admin/v2/size_pb.js +1 -1
- package/js/metalstack/admin/v2/size_pb.ts +13 -13
- package/js/metalstack/admin/v2/size_reservation_pb.d.ts +17 -17
- package/js/metalstack/admin/v2/size_reservation_pb.js +1 -1
- package/js/metalstack/admin/v2/size_reservation_pb.ts +17 -17
- package/js/metalstack/admin/v2/switch_pb.d.ts +51 -51
- package/js/metalstack/admin/v2/switch_pb.js +1 -1
- package/js/metalstack/admin/v2/switch_pb.ts +51 -51
- package/js/metalstack/admin/v2/task_pb.d.ts +58 -58
- package/js/metalstack/admin/v2/task_pb.js +10 -10
- package/js/metalstack/admin/v2/task_pb.ts +58 -58
- package/js/metalstack/admin/v2/tenant_pb.d.ts +15 -15
- package/js/metalstack/admin/v2/tenant_pb.js +2 -2
- package/js/metalstack/admin/v2/tenant_pb.ts +16 -16
- package/js/metalstack/admin/v2/token_pb.d.ts +13 -13
- package/js/metalstack/admin/v2/token_pb.js +1 -1
- package/js/metalstack/admin/v2/token_pb.ts +13 -13
- package/js/metalstack/admin/v2/vpn_pb.d.ts +20 -20
- package/js/metalstack/admin/v2/vpn_pb.js +1 -1
- package/js/metalstack/admin/v2/vpn_pb.ts +20 -20
- package/js/metalstack/api/v2/audit_pb.d.ts +14 -14
- package/js/metalstack/api/v2/audit_pb.js +3 -3
- package/js/metalstack/api/v2/audit_pb.ts +14 -14
- package/js/metalstack/api/v2/filesystem_pb.d.ts +4 -4
- package/js/metalstack/api/v2/filesystem_pb.js +1 -1
- package/js/metalstack/api/v2/filesystem_pb.ts +4 -4
- package/js/metalstack/api/v2/health_pb.d.ts +20 -20
- package/js/metalstack/api/v2/health_pb.js +9 -9
- package/js/metalstack/api/v2/health_pb.ts +20 -20
- package/js/metalstack/api/v2/image_pb.d.ts +10 -4
- package/js/metalstack/api/v2/image_pb.js +2 -2
- package/js/metalstack/api/v2/image_pb.ts +12 -5
- package/js/metalstack/api/v2/ip_pb.d.ts +6 -6
- package/js/metalstack/api/v2/ip_pb.js +1 -1
- package/js/metalstack/api/v2/ip_pb.ts +6 -6
- package/js/metalstack/api/v2/machine_pb.d.ts +18 -18
- package/js/metalstack/api/v2/machine_pb.js +2 -2
- package/js/metalstack/api/v2/machine_pb.ts +19 -19
- package/js/metalstack/api/v2/method_pb.d.ts +16 -16
- package/js/metalstack/api/v2/method_pb.js +3 -3
- package/js/metalstack/api/v2/method_pb.ts +17 -17
- package/js/metalstack/api/v2/network_pb.d.ts +7 -7
- package/js/metalstack/api/v2/network_pb.js +1 -1
- package/js/metalstack/api/v2/network_pb.ts +7 -7
- package/js/metalstack/api/v2/partition_pb.d.ts +3 -3
- package/js/metalstack/api/v2/partition_pb.js +2 -2
- package/js/metalstack/api/v2/partition_pb.ts +4 -4
- package/js/metalstack/api/v2/predefined_rules_pb.d.ts +18 -0
- package/js/metalstack/api/v2/predefined_rules_pb.js +21 -3
- package/js/metalstack/api/v2/predefined_rules_pb.ts +27 -3
- package/js/metalstack/api/v2/project_pb.d.ts +8 -8
- package/js/metalstack/api/v2/project_pb.js +2 -2
- package/js/metalstack/api/v2/project_pb.ts +9 -9
- package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +2 -2
- package/js/metalstack/api/v2/size_imageconstraint_pb.js +1 -1
- package/js/metalstack/api/v2/size_imageconstraint_pb.ts +2 -2
- package/js/metalstack/api/v2/size_pb.d.ts +6 -6
- package/js/metalstack/api/v2/size_pb.js +2 -2
- package/js/metalstack/api/v2/size_pb.ts +7 -7
- package/js/metalstack/api/v2/size_reservation_pb.d.ts +3 -3
- package/js/metalstack/api/v2/size_reservation_pb.js +1 -1
- package/js/metalstack/api/v2/size_reservation_pb.ts +3 -3
- package/js/metalstack/api/v2/tenant_pb.d.ts +8 -8
- package/js/metalstack/api/v2/tenant_pb.js +2 -2
- package/js/metalstack/api/v2/tenant_pb.ts +9 -9
- package/js/metalstack/api/v2/token_pb.d.ts +15 -15
- package/js/metalstack/api/v2/token_pb.js +2 -2
- package/js/metalstack/api/v2/token_pb.ts +16 -16
- package/js/metalstack/api/v2/user_pb.d.ts +11 -11
- package/js/metalstack/api/v2/user_pb.js +2 -2
- package/js/metalstack/api/v2/user_pb.ts +12 -12
- package/js/metalstack/api/v2/version_pb.d.ts +6 -6
- package/js/metalstack/api/v2/version_pb.js +1 -1
- package/js/metalstack/api/v2/version_pb.ts +6 -6
- package/js/metalstack/api/v2/vpn_pb.d.ts +4 -4
- package/js/metalstack/api/v2/vpn_pb.ts +4 -4
- package/js/metalstack/infra/v2/bmc_pb.d.ts +19 -19
- package/js/metalstack/infra/v2/bmc_pb.js +1 -1
- package/js/metalstack/infra/v2/bmc_pb.ts +19 -19
- package/js/metalstack/infra/v2/boot_pb.d.ts +7 -7
- package/js/metalstack/infra/v2/boot_pb.js +1 -1
- package/js/metalstack/infra/v2/boot_pb.ts +7 -7
- package/js/metalstack/infra/v2/component_pb.d.ts +7 -10
- package/js/metalstack/infra/v2/component_pb.js +1 -1
- package/js/metalstack/infra/v2/component_pb.ts +7 -10
- package/js/metalstack/infra/v2/event_pb.d.ts +22 -22
- package/js/metalstack/infra/v2/event_pb.js +13 -13
- package/js/metalstack/infra/v2/event_pb.ts +22 -22
- package/js/metalstack/infra/v2/switch_pb.d.ts +22 -22
- package/js/metalstack/infra/v2/switch_pb.js +1 -1
- package/js/metalstack/infra/v2/switch_pb.ts +22 -22
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
16
16
|
* Describes the file metalstack/admin/v2/partition.proto.
|
|
17
17
|
*/
|
|
18
18
|
export const file_metalstack_admin_v2_partition: GenFile = /*@__PURE__*/
|
|
19
|
-
fileDesc("
|
|
19
|
+
fileDesc("CiNtZXRhbHN0YWNrL2FkbWluL3YyL3BhcnRpdGlvbi5wcm90bxITbWV0YWxzdGFjay5hZG1pbi52MiJQCh1QYXJ0aXRpb25TZXJ2aWNlQ3JlYXRlUmVxdWVzdBIvCglwYXJ0aXRpb24YASABKAsyHC5tZXRhbHN0YWNrLmFwaS52Mi5QYXJ0aXRpb24i3wMKHVBhcnRpdGlvblNlcnZpY2VVcGRhdGVSZXF1ZXN0EhcKAmlkGAEgASgJQgu6SAhyBtCzrrECARI6Cgt1cGRhdGVfbWV0YRgCIAEoCzIdLm1ldGFsc3RhY2suYXBpLnYyLlVwZGF0ZU1ldGFCBrpIA8gBARIlCgtkZXNjcmlwdGlvbhgDIAEoCUILukgIcgbIs66xAgFIAIgBARJJChJib290X2NvbmZpZ3VyYXRpb24YBCABKAsyLS5tZXRhbHN0YWNrLmFwaS52Mi5QYXJ0aXRpb25Cb290Q29uZmlndXJhdGlvbhI7CgtkbnNfc2VydmVycxgFIAMoCzIcLm1ldGFsc3RhY2suYXBpLnYyLkROU1NlcnZlckIIukgFkgECEAMSOwoLbnRwX3NlcnZlcnMYBiADKAsyHC5tZXRhbHN0YWNrLmFwaS52Mi5OVFBTZXJ2ZXJCCLpIBZIBAhAKEiwKFm1nbXRfc2VydmljZV9hZGRyZXNzZXMYByADKAlCDLpICZIBBsiks7ECARI0CgZsYWJlbHMYCCABKAsyHy5tZXRhbHN0YWNrLmFwaS52Mi5VcGRhdGVMYWJlbHNIAYgBAUIOCgxfZGVzY3JpcHRpb25CCQoHX2xhYmVscyI4Ch1QYXJ0aXRpb25TZXJ2aWNlRGVsZXRlUmVxdWVzdBIXCgJpZBgBIAEoCUILukgIcgbQs66xAgEiUQoeUGFydGl0aW9uU2VydmljZUNyZWF0ZVJlc3BvbnNlEi8KCXBhcnRpdGlvbhgBIAEoCzIcLm1ldGFsc3RhY2suYXBpLnYyLlBhcnRpdGlvbiJRCh5QYXJ0aXRpb25TZXJ2aWNlVXBkYXRlUmVzcG9uc2USLwoJcGFydGl0aW9uGAEgASgLMhwubWV0YWxzdGFjay5hcGkudjIuUGFydGl0aW9uIlEKHlBhcnRpdGlvblNlcnZpY2VEZWxldGVSZXNwb25zZRIvCglwYXJ0aXRpb24YASABKAsyHC5tZXRhbHN0YWNrLmFwaS52Mi5QYXJ0aXRpb24imwEKH1BhcnRpdGlvblNlcnZpY2VDYXBhY2l0eVJlcXVlc3QSHAoCaWQYASABKAlCC7pICHIG0LOusQIBSACIAQESHgoEc2l6ZRgCIAEoCUILukgIcgbAs66xAgFIAYgBARIeCgdwcm9qZWN0GAMgASgJQgi6SAVyA7ABAUgCiAEBQgUKA19pZEIHCgVfc2l6ZUIKCghfcHJvamVjdCJmCiBQYXJ0aXRpb25TZXJ2aWNlQ2FwYWNpdHlSZXNwb25zZRJCChJwYXJ0aXRpb25fY2FwYWNpdHkYASADKAsyJi5tZXRhbHN0YWNrLmFkbWluLnYyLlBhcnRpdGlvbkNhcGFjaXR5In4KEVBhcnRpdGlvbkNhcGFjaXR5Eh4KCXBhcnRpdGlvbhgBIAEoCUILukgIcgbQs66xAgESSQoXbWFjaGluZV9zaXplX2NhcGFjaXRpZXMYAiADKAsyKC5tZXRhbHN0YWNrLmFkbWluLnYyLk1hY2hpbmVTaXplQ2FwYWNpdHki0QIKE01hY2hpbmVTaXplQ2FwYWNpdHkSGQoEc2l6ZRgCIAEoCUILukgIcgbAs66xAgESDQoFdG90YWwYAyABKAMSEwoLcGhvbmVkX2hvbWUYBCABKAMSDwoHd2FpdGluZxgFIAEoAxINCgVvdGhlchgGIAEoAxIWCg5vdGhlcl9tYWNoaW5lcxgHIAMoCRIRCglhbGxvY2F0ZWQYCCABKAMSEwoLYWxsb2NhdGFibGUYCSABKAMSDAoEZnJlZRgKIAEoAxITCgt1bmF2YWlsYWJsZRgLIAEoAxIOCgZmYXVsdHkYDCABKAMSFwoPZmF1bHR5X21hY2hpbmVzGA0gAygJEhQKDHJlc2VydmF0aW9ucxgOIAEoAxIZChF1c2VkX3Jlc2VydmF0aW9ucxgPIAEoAxIeChZyZW1haW5pbmdfcmVzZXJ2YXRpb25zGBAgASgDMpIEChBQYXJ0aXRpb25TZXJ2aWNlEnwKBkNyZWF0ZRIyLm1ldGFsc3RhY2suYWRtaW4udjIuUGFydGl0aW9uU2VydmljZUNyZWF0ZVJlcXVlc3QaMy5tZXRhbHN0YWNrLmFkbWluLnYyLlBhcnRpdGlvblNlcnZpY2VDcmVhdGVSZXNwb25zZSIJ0vMYAQHg8xgBEnwKBlVwZGF0ZRIyLm1ldGFsc3RhY2suYWRtaW4udjIuUGFydGl0aW9uU2VydmljZVVwZGF0ZVJlcXVlc3QaMy5tZXRhbHN0YWNrLmFkbWluLnYyLlBhcnRpdGlvblNlcnZpY2VVcGRhdGVSZXNwb25zZSIJ0vMYAQHg8xgBEnwKBkRlbGV0ZRIyLm1ldGFsc3RhY2suYWRtaW4udjIuUGFydGl0aW9uU2VydmljZURlbGV0ZVJlcXVlc3QaMy5tZXRhbHN0YWNrLmFkbWluLnYyLlBhcnRpdGlvblNlcnZpY2VEZWxldGVSZXNwb25zZSIJ0vMYAQHg8xgBEoMBCghDYXBhY2l0eRI0Lm1ldGFsc3RhY2suYWRtaW4udjIuUGFydGl0aW9uU2VydmljZUNhcGFjaXR5UmVxdWVzdBo1Lm1ldGFsc3RhY2suYWRtaW4udjIuUGFydGl0aW9uU2VydmljZUNhcGFjaXR5UmVzcG9uc2UiCtLzGAICAeDzGAJC0gEKF2NvbS5tZXRhbHN0YWNrLmFkbWluLnYyQg5QYXJ0aXRpb25Qcm90b1ABWjlnaXRodWIuY29tL21ldGFsLXN0YWNrL2FwaS9nby9tZXRhbHN0YWNrL2FkbWluL3YyO2FkbWludjKiAgNNQViqAhNNZXRhbHN0YWNrLkFkbWluLlYyygITTWV0YWxzdGFja1xBZG1pblxWMuICH01ldGFsc3RhY2tcQWRtaW5cVjJcR1BCTWV0YWRhdGHqAhVNZXRhbHN0YWNrOjpBZG1pbjo6VjJiBnByb3RvMw", [file_buf_validate_validate, file_metalstack_api_v2_common, file_metalstack_api_v2_partition, file_metalstack_api_v2_predefined_rules]);
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* PartitionServiceCreateRequest is the request payload for a partition create request
|
|
@@ -40,7 +40,7 @@ export const PartitionServiceCreateRequestSchema: GenMessage<PartitionServiceCre
|
|
|
40
40
|
messageDesc(file_metalstack_admin_v2_partition, 0);
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
|
-
* PartitionServiceUpdateRequest is the request payload for a partition
|
|
43
|
+
* PartitionServiceUpdateRequest is the request payload for updating a partition.
|
|
44
44
|
*
|
|
45
45
|
* @generated from message metalstack.admin.v2.PartitionServiceUpdateRequest
|
|
46
46
|
*/
|
|
@@ -89,8 +89,7 @@ export type PartitionServiceUpdateRequest = Message<"metalstack.admin.v2.Partiti
|
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
91
|
* ManagementServiceAddresses defines where the management is reachable
|
|
92
|
-
*
|
|
93
|
-
* FIXME validation
|
|
92
|
+
* must be in the form <ip|host>:<port>
|
|
94
93
|
*
|
|
95
94
|
* @generated from field: repeated string mgmt_service_addresses = 7;
|
|
96
95
|
*/
|
|
@@ -175,13 +174,13 @@ export const PartitionServiceUpdateResponseSchema: GenMessage<PartitionServiceUp
|
|
|
175
174
|
messageDesc(file_metalstack_admin_v2_partition, 4);
|
|
176
175
|
|
|
177
176
|
/**
|
|
178
|
-
*
|
|
177
|
+
* PartitionServiceDeleteResponse is the response payload for deleting a partition.
|
|
179
178
|
*
|
|
180
179
|
* @generated from message metalstack.admin.v2.PartitionServiceDeleteResponse
|
|
181
180
|
*/
|
|
182
181
|
export type PartitionServiceDeleteResponse = Message<"metalstack.admin.v2.PartitionServiceDeleteResponse"> & {
|
|
183
182
|
/**
|
|
184
|
-
* Partition the partition
|
|
183
|
+
* Partition contains the deleted partition
|
|
185
184
|
*
|
|
186
185
|
* @generated from field: metalstack.api.v2.Partition partition = 1;
|
|
187
186
|
*/
|
|
@@ -196,7 +195,7 @@ export const PartitionServiceDeleteResponseSchema: GenMessage<PartitionServiceDe
|
|
|
196
195
|
messageDesc(file_metalstack_admin_v2_partition, 5);
|
|
197
196
|
|
|
198
197
|
/**
|
|
199
|
-
*
|
|
198
|
+
* PartitionServiceCapacityRequest is the request payload for getting partition capacity.
|
|
200
199
|
*
|
|
201
200
|
* @generated from message metalstack.admin.v2.PartitionServiceCapacityRequest
|
|
202
201
|
*/
|
|
@@ -402,13 +401,13 @@ export const MachineSizeCapacitySchema: GenMessage<MachineSizeCapacity> = /*@__P
|
|
|
402
401
|
messageDesc(file_metalstack_admin_v2_partition, 9);
|
|
403
402
|
|
|
404
403
|
/**
|
|
405
|
-
* PartitionService
|
|
404
|
+
* PartitionService provides partition management operations.
|
|
406
405
|
*
|
|
407
406
|
* @generated from service metalstack.admin.v2.PartitionService
|
|
408
407
|
*/
|
|
409
408
|
export const PartitionService: GenService<{
|
|
410
409
|
/**
|
|
411
|
-
*
|
|
410
|
+
* Creates a new partition.
|
|
412
411
|
*
|
|
413
412
|
* @generated from rpc metalstack.admin.v2.PartitionService.Create
|
|
414
413
|
*/
|
|
@@ -418,7 +417,7 @@ export const PartitionService: GenService<{
|
|
|
418
417
|
output: typeof PartitionServiceCreateResponseSchema;
|
|
419
418
|
},
|
|
420
419
|
/**
|
|
421
|
-
*
|
|
420
|
+
* Updates a partition.
|
|
422
421
|
*
|
|
423
422
|
* @generated from rpc metalstack.admin.v2.PartitionService.Update
|
|
424
423
|
*/
|
|
@@ -428,7 +427,7 @@ export const PartitionService: GenService<{
|
|
|
428
427
|
output: typeof PartitionServiceUpdateResponseSchema;
|
|
429
428
|
},
|
|
430
429
|
/**
|
|
431
|
-
*
|
|
430
|
+
* Deletes a partition.
|
|
432
431
|
*
|
|
433
432
|
* @generated from rpc metalstack.admin.v2.PartitionService.Delete
|
|
434
433
|
*/
|
|
@@ -438,7 +437,7 @@ export const PartitionService: GenService<{
|
|
|
438
437
|
output: typeof PartitionServiceDeleteResponseSchema;
|
|
439
438
|
},
|
|
440
439
|
/**
|
|
441
|
-
*
|
|
440
|
+
* Returns the capacity of a partition.
|
|
442
441
|
*
|
|
443
442
|
* @generated from rpc metalstack.admin.v2.PartitionService.Capacity
|
|
444
443
|
*/
|
|
@@ -7,19 +7,19 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const file_metalstack_admin_v2_project: GenFile;
|
|
9
9
|
/**
|
|
10
|
-
* ProjectServiceListRequest is the request payload for
|
|
10
|
+
* ProjectServiceListRequest is the request payload for listing projects.
|
|
11
11
|
*
|
|
12
12
|
* @generated from message metalstack.admin.v2.ProjectServiceListRequest
|
|
13
13
|
*/
|
|
14
14
|
export type ProjectServiceListRequest = Message<"metalstack.admin.v2.ProjectServiceListRequest"> & {
|
|
15
15
|
/**
|
|
16
|
-
* Tenant
|
|
16
|
+
* Tenant filters projects by this tenant
|
|
17
17
|
*
|
|
18
18
|
* @generated from field: optional string tenant = 1;
|
|
19
19
|
*/
|
|
20
20
|
tenant?: string;
|
|
21
21
|
/**
|
|
22
|
-
* Labels
|
|
22
|
+
* Labels filters projects containing the given labels
|
|
23
23
|
*
|
|
24
24
|
* @generated from field: optional metalstack.api.v2.Labels labels = 2;
|
|
25
25
|
*/
|
|
@@ -31,13 +31,13 @@ export type ProjectServiceListRequest = Message<"metalstack.admin.v2.ProjectServ
|
|
|
31
31
|
*/
|
|
32
32
|
export declare const ProjectServiceListRequestSchema: GenMessage<ProjectServiceListRequest>;
|
|
33
33
|
/**
|
|
34
|
-
* ProjectServiceListResponse is the response payload for
|
|
34
|
+
* ProjectServiceListResponse is the response payload for listing projects.
|
|
35
35
|
*
|
|
36
36
|
* @generated from message metalstack.admin.v2.ProjectServiceListResponse
|
|
37
37
|
*/
|
|
38
38
|
export type ProjectServiceListResponse = Message<"metalstack.admin.v2.ProjectServiceListResponse"> & {
|
|
39
39
|
/**
|
|
40
|
-
* Projects
|
|
40
|
+
* Projects contains the list of projects
|
|
41
41
|
*
|
|
42
42
|
* @generated from field: repeated metalstack.api.v2.Project projects = 1;
|
|
43
43
|
*/
|
|
@@ -49,13 +49,13 @@ export type ProjectServiceListResponse = Message<"metalstack.admin.v2.ProjectSer
|
|
|
49
49
|
*/
|
|
50
50
|
export declare const ProjectServiceListResponseSchema: GenMessage<ProjectServiceListResponse>;
|
|
51
51
|
/**
|
|
52
|
-
* ProjectService
|
|
52
|
+
* ProjectService provides project management operations.
|
|
53
53
|
*
|
|
54
54
|
* @generated from service metalstack.admin.v2.ProjectService
|
|
55
55
|
*/
|
|
56
56
|
export declare const ProjectService: GenService<{
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
* Returns the list of projects matching the filter criteria.
|
|
59
59
|
*
|
|
60
60
|
* @generated from rpc metalstack.admin.v2.ProjectService.List
|
|
61
61
|
*/
|
|
@@ -21,7 +21,7 @@ export const ProjectServiceListRequestSchema = /*@__PURE__*/ messageDesc(file_me
|
|
|
21
21
|
*/
|
|
22
22
|
export const ProjectServiceListResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_admin_v2_project, 1);
|
|
23
23
|
/**
|
|
24
|
-
* ProjectService
|
|
24
|
+
* ProjectService provides project management operations.
|
|
25
25
|
*
|
|
26
26
|
* @generated from service metalstack.admin.v2.ProjectService
|
|
27
27
|
*/
|
|
@@ -19,20 +19,20 @@ export const file_metalstack_admin_v2_project: GenFile = /*@__PURE__*/
|
|
|
19
19
|
fileDesc("CiFtZXRhbHN0YWNrL2FkbWluL3YyL3Byb2plY3QucHJvdG8SE21ldGFsc3RhY2suYWRtaW4udjIigwEKGVByb2plY3RTZXJ2aWNlTGlzdFJlcXVlc3QSIAoGdGVuYW50GAEgASgJQgu6SAhyBsCzrrECAUgAiAEBEi4KBmxhYmVscxgCIAEoCzIZLm1ldGFsc3RhY2suYXBpLnYyLkxhYmVsc0gBiAEBQgkKB190ZW5hbnRCCQoHX2xhYmVscyJKChpQcm9qZWN0U2VydmljZUxpc3RSZXNwb25zZRIsCghwcm9qZWN0cxgBIAMoCzIaLm1ldGFsc3RhY2suYXBpLnYyLlByb2plY3QyhQEKDlByb2plY3RTZXJ2aWNlEnMKBExpc3QSLi5tZXRhbHN0YWNrLmFkbWluLnYyLlByb2plY3RTZXJ2aWNlTGlzdFJlcXVlc3QaLy5tZXRhbHN0YWNrLmFkbWluLnYyLlByb2plY3RTZXJ2aWNlTGlzdFJlc3BvbnNlIgrS8xgCAQLg8xgCQtABChdjb20ubWV0YWxzdGFjay5hZG1pbi52MkIMUHJvamVjdFByb3RvUAFaOWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYWRtaW4vdjI7YWRtaW52MqICA01BWKoCE01ldGFsc3RhY2suQWRtaW4uVjLKAhNNZXRhbHN0YWNrXEFkbWluXFYy4gIfTWV0YWxzdGFja1xBZG1pblxWMlxHUEJNZXRhZGF0YeoCFU1ldGFsc3RhY2s6OkFkbWluOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules, file_metalstack_api_v2_project]);
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* ProjectServiceListRequest is the request payload for
|
|
22
|
+
* ProjectServiceListRequest is the request payload for listing projects.
|
|
23
23
|
*
|
|
24
24
|
* @generated from message metalstack.admin.v2.ProjectServiceListRequest
|
|
25
25
|
*/
|
|
26
26
|
export type ProjectServiceListRequest = Message<"metalstack.admin.v2.ProjectServiceListRequest"> & {
|
|
27
27
|
/**
|
|
28
|
-
* Tenant
|
|
28
|
+
* Tenant filters projects by this tenant
|
|
29
29
|
*
|
|
30
30
|
* @generated from field: optional string tenant = 1;
|
|
31
31
|
*/
|
|
32
32
|
tenant?: string;
|
|
33
33
|
|
|
34
34
|
/**
|
|
35
|
-
* Labels
|
|
35
|
+
* Labels filters projects containing the given labels
|
|
36
36
|
*
|
|
37
37
|
* @generated from field: optional metalstack.api.v2.Labels labels = 2;
|
|
38
38
|
*/
|
|
@@ -47,13 +47,13 @@ export const ProjectServiceListRequestSchema: GenMessage<ProjectServiceListReque
|
|
|
47
47
|
messageDesc(file_metalstack_admin_v2_project, 0);
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
|
-
* ProjectServiceListResponse is the response payload for
|
|
50
|
+
* ProjectServiceListResponse is the response payload for listing projects.
|
|
51
51
|
*
|
|
52
52
|
* @generated from message metalstack.admin.v2.ProjectServiceListResponse
|
|
53
53
|
*/
|
|
54
54
|
export type ProjectServiceListResponse = Message<"metalstack.admin.v2.ProjectServiceListResponse"> & {
|
|
55
55
|
/**
|
|
56
|
-
* Projects
|
|
56
|
+
* Projects contains the list of projects
|
|
57
57
|
*
|
|
58
58
|
* @generated from field: repeated metalstack.api.v2.Project projects = 1;
|
|
59
59
|
*/
|
|
@@ -68,13 +68,13 @@ export const ProjectServiceListResponseSchema: GenMessage<ProjectServiceListResp
|
|
|
68
68
|
messageDesc(file_metalstack_admin_v2_project, 1);
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
|
-
* ProjectService
|
|
71
|
+
* ProjectService provides project management operations.
|
|
72
72
|
*
|
|
73
73
|
* @generated from service metalstack.admin.v2.ProjectService
|
|
74
74
|
*/
|
|
75
75
|
export const ProjectService: GenService<{
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* Returns the list of projects matching the filter criteria.
|
|
78
78
|
*
|
|
79
79
|
* @generated from rpc metalstack.admin.v2.ProjectService.List
|
|
80
80
|
*/
|
|
@@ -7,7 +7,7 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const file_metalstack_admin_v2_size_imageconstraint: GenFile;
|
|
9
9
|
/**
|
|
10
|
-
* SizeImageConstraintServiceCreateRequest is the request payload for a size image constraint
|
|
10
|
+
* SizeImageConstraintServiceCreateRequest is the request payload for creating a size image constraint.
|
|
11
11
|
*
|
|
12
12
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceCreateRequest
|
|
13
13
|
*/
|
|
@@ -49,13 +49,13 @@ export type SizeImageConstraintServiceCreateRequest = Message<"metalstack.admin.
|
|
|
49
49
|
*/
|
|
50
50
|
export declare const SizeImageConstraintServiceCreateRequestSchema: GenMessage<SizeImageConstraintServiceCreateRequest>;
|
|
51
51
|
/**
|
|
52
|
-
* SizeImageConstraintServiceCreateResponse is the response payload for a size image constraint
|
|
52
|
+
* SizeImageConstraintServiceCreateResponse is the response payload for creating a size image constraint.
|
|
53
53
|
*
|
|
54
54
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceCreateResponse
|
|
55
55
|
*/
|
|
56
56
|
export type SizeImageConstraintServiceCreateResponse = Message<"metalstack.admin.v2.SizeImageConstraintServiceCreateResponse"> & {
|
|
57
57
|
/**
|
|
58
|
-
* SizeImageConstraint created
|
|
58
|
+
* SizeImageConstraint contains the created constraint
|
|
59
59
|
*
|
|
60
60
|
* @generated from field: metalstack.api.v2.SizeImageConstraint size_image_constraint = 1;
|
|
61
61
|
*/
|
|
@@ -67,7 +67,7 @@ export type SizeImageConstraintServiceCreateResponse = Message<"metalstack.admin
|
|
|
67
67
|
*/
|
|
68
68
|
export declare const SizeImageConstraintServiceCreateResponseSchema: GenMessage<SizeImageConstraintServiceCreateResponse>;
|
|
69
69
|
/**
|
|
70
|
-
* SizeImageConstraintServiceUpdateRequest is the request payload for a size image constraint
|
|
70
|
+
* SizeImageConstraintServiceUpdateRequest is the request payload for updating a size image constraint.
|
|
71
71
|
*
|
|
72
72
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceUpdateRequest
|
|
73
73
|
*/
|
|
@@ -109,13 +109,13 @@ export type SizeImageConstraintServiceUpdateRequest = Message<"metalstack.admin.
|
|
|
109
109
|
*/
|
|
110
110
|
export declare const SizeImageConstraintServiceUpdateRequestSchema: GenMessage<SizeImageConstraintServiceUpdateRequest>;
|
|
111
111
|
/**
|
|
112
|
-
* SizeImageConstraintServiceUpdateResponse is the response payload for a size image constraint
|
|
112
|
+
* SizeImageConstraintServiceUpdateResponse is the response payload for updating a size image constraint.
|
|
113
113
|
*
|
|
114
114
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceUpdateResponse
|
|
115
115
|
*/
|
|
116
116
|
export type SizeImageConstraintServiceUpdateResponse = Message<"metalstack.admin.v2.SizeImageConstraintServiceUpdateResponse"> & {
|
|
117
117
|
/**
|
|
118
|
-
* SizeImageConstraint updated
|
|
118
|
+
* SizeImageConstraint contains the updated constraint
|
|
119
119
|
*
|
|
120
120
|
* @generated from field: metalstack.api.v2.SizeImageConstraint size_image_constraint = 1;
|
|
121
121
|
*/
|
|
@@ -127,7 +127,7 @@ export type SizeImageConstraintServiceUpdateResponse = Message<"metalstack.admin
|
|
|
127
127
|
*/
|
|
128
128
|
export declare const SizeImageConstraintServiceUpdateResponseSchema: GenMessage<SizeImageConstraintServiceUpdateResponse>;
|
|
129
129
|
/**
|
|
130
|
-
* SizeImageConstraintServiceDeleteRequest is the request payload for a size image constraint
|
|
130
|
+
* SizeImageConstraintServiceDeleteRequest is the request payload for deleting a size image constraint.
|
|
131
131
|
*
|
|
132
132
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceDeleteRequest
|
|
133
133
|
*/
|
|
@@ -145,13 +145,13 @@ export type SizeImageConstraintServiceDeleteRequest = Message<"metalstack.admin.
|
|
|
145
145
|
*/
|
|
146
146
|
export declare const SizeImageConstraintServiceDeleteRequestSchema: GenMessage<SizeImageConstraintServiceDeleteRequest>;
|
|
147
147
|
/**
|
|
148
|
-
* SizeImageConstraintServiceDeleteResponse is the response payload for a size image constraint
|
|
148
|
+
* SizeImageConstraintServiceDeleteResponse is the response payload for deleting a size image constraint.
|
|
149
149
|
*
|
|
150
150
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceDeleteResponse
|
|
151
151
|
*/
|
|
152
152
|
export type SizeImageConstraintServiceDeleteResponse = Message<"metalstack.admin.v2.SizeImageConstraintServiceDeleteResponse"> & {
|
|
153
153
|
/**
|
|
154
|
-
* SizeImageConstraint deleted
|
|
154
|
+
* SizeImageConstraint contains the deleted constraint
|
|
155
155
|
*
|
|
156
156
|
* @generated from field: metalstack.api.v2.SizeImageConstraint size_image_constraint = 1;
|
|
157
157
|
*/
|
|
@@ -163,7 +163,7 @@ export type SizeImageConstraintServiceDeleteResponse = Message<"metalstack.admin
|
|
|
163
163
|
*/
|
|
164
164
|
export declare const SizeImageConstraintServiceDeleteResponseSchema: GenMessage<SizeImageConstraintServiceDeleteResponse>;
|
|
165
165
|
/**
|
|
166
|
-
* SizeImageConstraintServiceGetRequest is the request payload for a size image constraint
|
|
166
|
+
* SizeImageConstraintServiceGetRequest is the request payload for getting a size image constraint.
|
|
167
167
|
*
|
|
168
168
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceGetRequest
|
|
169
169
|
*/
|
|
@@ -181,13 +181,13 @@ export type SizeImageConstraintServiceGetRequest = Message<"metalstack.admin.v2.
|
|
|
181
181
|
*/
|
|
182
182
|
export declare const SizeImageConstraintServiceGetRequestSchema: GenMessage<SizeImageConstraintServiceGetRequest>;
|
|
183
183
|
/**
|
|
184
|
-
* SizeImageConstraintServiceGetResponse is the response payload for a size image constraint
|
|
184
|
+
* SizeImageConstraintServiceGetResponse is the response payload for getting a size image constraint.
|
|
185
185
|
*
|
|
186
186
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceGetResponse
|
|
187
187
|
*/
|
|
188
188
|
export type SizeImageConstraintServiceGetResponse = Message<"metalstack.admin.v2.SizeImageConstraintServiceGetResponse"> & {
|
|
189
189
|
/**
|
|
190
|
-
* SizeImageConstraint
|
|
190
|
+
* SizeImageConstraint contains the retrieved constraint
|
|
191
191
|
*
|
|
192
192
|
* @generated from field: metalstack.api.v2.SizeImageConstraint size_image_constraint = 1;
|
|
193
193
|
*/
|
|
@@ -199,7 +199,7 @@ export type SizeImageConstraintServiceGetResponse = Message<"metalstack.admin.v2
|
|
|
199
199
|
*/
|
|
200
200
|
export declare const SizeImageConstraintServiceGetResponseSchema: GenMessage<SizeImageConstraintServiceGetResponse>;
|
|
201
201
|
/**
|
|
202
|
-
* SizeImageConstraintServiceListRequest is the request payload for
|
|
202
|
+
* SizeImageConstraintServiceListRequest is the request payload for listing size image constraints.
|
|
203
203
|
*
|
|
204
204
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceListRequest
|
|
205
205
|
*/
|
|
@@ -217,13 +217,13 @@ export type SizeImageConstraintServiceListRequest = Message<"metalstack.admin.v2
|
|
|
217
217
|
*/
|
|
218
218
|
export declare const SizeImageConstraintServiceListRequestSchema: GenMessage<SizeImageConstraintServiceListRequest>;
|
|
219
219
|
/**
|
|
220
|
-
* SizeImageConstraintServiceListResponse is the response payload for
|
|
220
|
+
* SizeImageConstraintServiceListResponse is the response payload for listing size image constraints.
|
|
221
221
|
*
|
|
222
222
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceListResponse
|
|
223
223
|
*/
|
|
224
224
|
export type SizeImageConstraintServiceListResponse = Message<"metalstack.admin.v2.SizeImageConstraintServiceListResponse"> & {
|
|
225
225
|
/**
|
|
226
|
-
* SizeImageConstraints
|
|
226
|
+
* SizeImageConstraints contains the list of constraints
|
|
227
227
|
*
|
|
228
228
|
* @generated from field: repeated metalstack.api.v2.SizeImageConstraint size_image_constraints = 1;
|
|
229
229
|
*/
|
|
@@ -235,13 +235,13 @@ export type SizeImageConstraintServiceListResponse = Message<"metalstack.admin.v
|
|
|
235
235
|
*/
|
|
236
236
|
export declare const SizeImageConstraintServiceListResponseSchema: GenMessage<SizeImageConstraintServiceListResponse>;
|
|
237
237
|
/**
|
|
238
|
-
* SizeImageConstraintService
|
|
238
|
+
* SizeImageConstraintService provides size and image constraint management operations.
|
|
239
239
|
*
|
|
240
240
|
* @generated from service metalstack.admin.v2.SizeImageConstraintService
|
|
241
241
|
*/
|
|
242
242
|
export declare const SizeImageConstraintService: GenService<{
|
|
243
243
|
/**
|
|
244
|
-
*
|
|
244
|
+
* Creates a size image constraint.
|
|
245
245
|
*
|
|
246
246
|
* @generated from rpc metalstack.admin.v2.SizeImageConstraintService.Create
|
|
247
247
|
*/
|
|
@@ -251,7 +251,7 @@ export declare const SizeImageConstraintService: GenService<{
|
|
|
251
251
|
output: typeof SizeImageConstraintServiceCreateResponseSchema;
|
|
252
252
|
};
|
|
253
253
|
/**
|
|
254
|
-
*
|
|
254
|
+
* Updates a size image constraint.
|
|
255
255
|
*
|
|
256
256
|
* @generated from rpc metalstack.admin.v2.SizeImageConstraintService.Update
|
|
257
257
|
*/
|
|
@@ -261,7 +261,7 @@ export declare const SizeImageConstraintService: GenService<{
|
|
|
261
261
|
output: typeof SizeImageConstraintServiceUpdateResponseSchema;
|
|
262
262
|
};
|
|
263
263
|
/**
|
|
264
|
-
*
|
|
264
|
+
* Deletes a size image constraint.
|
|
265
265
|
*
|
|
266
266
|
* @generated from rpc metalstack.admin.v2.SizeImageConstraintService.Delete
|
|
267
267
|
*/
|
|
@@ -271,7 +271,7 @@ export declare const SizeImageConstraintService: GenService<{
|
|
|
271
271
|
output: typeof SizeImageConstraintServiceDeleteResponseSchema;
|
|
272
272
|
};
|
|
273
273
|
/**
|
|
274
|
-
*
|
|
274
|
+
* Returns the size image constraint with the specified size.
|
|
275
275
|
*
|
|
276
276
|
* @generated from rpc metalstack.admin.v2.SizeImageConstraintService.Get
|
|
277
277
|
*/
|
|
@@ -281,7 +281,7 @@ export declare const SizeImageConstraintService: GenService<{
|
|
|
281
281
|
output: typeof SizeImageConstraintServiceGetResponseSchema;
|
|
282
282
|
};
|
|
283
283
|
/**
|
|
284
|
-
*
|
|
284
|
+
* Returns the list of size image constraints.
|
|
285
285
|
*
|
|
286
286
|
* @generated from rpc metalstack.admin.v2.SizeImageConstraintService.List
|
|
287
287
|
*/
|
|
@@ -61,7 +61,7 @@ export const SizeImageConstraintServiceListRequestSchema = /*@__PURE__*/ message
|
|
|
61
61
|
*/
|
|
62
62
|
export const SizeImageConstraintServiceListResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_admin_v2_size_imageconstraint, 9);
|
|
63
63
|
/**
|
|
64
|
-
* SizeImageConstraintService
|
|
64
|
+
* SizeImageConstraintService provides size and image constraint management operations.
|
|
65
65
|
*
|
|
66
66
|
* @generated from service metalstack.admin.v2.SizeImageConstraintService
|
|
67
67
|
*/
|
|
@@ -19,7 +19,7 @@ export const file_metalstack_admin_v2_size_imageconstraint: GenFile = /*@__PURE_
|
|
|
19
19
|
fileDesc("Ci5tZXRhbHN0YWNrL2FkbWluL3YyL3NpemVfaW1hZ2Vjb25zdHJhaW50LnByb3RvEhNtZXRhbHN0YWNrLmFkbWluLnYyIooCCidTaXplSW1hZ2VDb25zdHJhaW50U2VydmljZUNyZWF0ZVJlcXVlc3QSGQoEc2l6ZRgBIAEoCUILukgIcgbAs66xAgESPQoRaW1hZ2VfY29uc3RyYWludHMYAiADKAsyIi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUNvbnN0cmFpbnQSJQoEbWV0YRgDIAEoCzIXLm1ldGFsc3RhY2suYXBpLnYyLk1ldGESHgoEbmFtZRgEIAEoCUILukgIcgbAs66xAgFIAIgBARIlCgtkZXNjcmlwdGlvbhgFIAEoCUILukgIcgbIs66xAgFIAYgBAUIHCgVfbmFtZUIOCgxfZGVzY3JpcHRpb24icQooU2l6ZUltYWdlQ29uc3RyYWludFNlcnZpY2VDcmVhdGVSZXNwb25zZRJFChVzaXplX2ltYWdlX2NvbnN0cmFpbnQYASABKAsyJi5tZXRhbHN0YWNrLmFwaS52Mi5TaXplSW1hZ2VDb25zdHJhaW50Ip8CCidTaXplSW1hZ2VDb25zdHJhaW50U2VydmljZVVwZGF0ZVJlcXVlc3QSGQoEc2l6ZRgBIAEoCUILukgIcgbAs66xAgESOgoLdXBkYXRlX21ldGEYAiABKAsyHS5tZXRhbHN0YWNrLmFwaS52Mi5VcGRhdGVNZXRhQga6SAPIAQESPQoRaW1hZ2VfY29uc3RyYWludHMYAyADKAsyIi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUNvbnN0cmFpbnQSHgoEbmFtZRgEIAEoCUILukgIcgbAs66xAgFIAIgBARIlCgtkZXNjcmlwdGlvbhgFIAEoCUILukgIcgbIs66xAgFIAYgBAUIHCgVfbmFtZUIOCgxfZGVzY3JpcHRpb24icQooU2l6ZUltYWdlQ29uc3RyYWludFNlcnZpY2VVcGRhdGVSZXNwb25zZRJFChVzaXplX2ltYWdlX2NvbnN0cmFpbnQYASABKAsyJi5tZXRhbHN0YWNrLmFwaS52Mi5TaXplSW1hZ2VDb25zdHJhaW50IkQKJ1NpemVJbWFnZUNvbnN0cmFpbnRTZXJ2aWNlRGVsZXRlUmVxdWVzdBIZCgRzaXplGAEgASgJQgu6SAhyBsCzrrECASJxCihTaXplSW1hZ2VDb25zdHJhaW50U2VydmljZURlbGV0ZVJlc3BvbnNlEkUKFXNpemVfaW1hZ2VfY29uc3RyYWludBgBIAEoCzImLm1ldGFsc3RhY2suYXBpLnYyLlNpemVJbWFnZUNvbnN0cmFpbnQiQQokU2l6ZUltYWdlQ29uc3RyYWludFNlcnZpY2VHZXRSZXF1ZXN0EhkKBHNpemUYASABKAlCC7pICHIGwLOusQIBIm4KJVNpemVJbWFnZUNvbnN0cmFpbnRTZXJ2aWNlR2V0UmVzcG9uc2USRQoVc2l6ZV9pbWFnZV9jb25zdHJhaW50GAEgASgLMiYubWV0YWxzdGFjay5hcGkudjIuU2l6ZUltYWdlQ29uc3RyYWludCJjCiVTaXplSW1hZ2VDb25zdHJhaW50U2VydmljZUxpc3RSZXF1ZXN0EjoKBXF1ZXJ5GAEgASgLMisubWV0YWxzdGFjay5hcGkudjIuU2l6ZUltYWdlQ29uc3RyYWludFF1ZXJ5InAKJlNpemVJbWFnZUNvbnN0cmFpbnRTZXJ2aWNlTGlzdFJlc3BvbnNlEkYKFnNpemVfaW1hZ2VfY29uc3RyYWludHMYASADKAsyJi5tZXRhbHN0YWNrLmFwaS52Mi5TaXplSW1hZ2VDb25zdHJhaW50Mu4FChpTaXplSW1hZ2VDb25zdHJhaW50U2VydmljZRKQAQoGQ3JlYXRlEjwubWV0YWxzdGFjay5hZG1pbi52Mi5TaXplSW1hZ2VDb25zdHJhaW50U2VydmljZUNyZWF0ZVJlcXVlc3QaPS5tZXRhbHN0YWNrLmFkbWluLnYyLlNpemVJbWFnZUNvbnN0cmFpbnRTZXJ2aWNlQ3JlYXRlUmVzcG9uc2UiCdLzGAEB4PMYARKQAQoGVXBkYXRlEjwubWV0YWxzdGFjay5hZG1pbi52Mi5TaXplSW1hZ2VDb25zdHJhaW50U2VydmljZVVwZGF0ZVJlcXVlc3QaPS5tZXRhbHN0YWNrLmFkbWluLnYyLlNpemVJbWFnZUNvbnN0cmFpbnRTZXJ2aWNlVXBkYXRlUmVzcG9uc2UiCdLzGAEB4PMYARKQAQoGRGVsZXRlEjwubWV0YWxzdGFjay5hZG1pbi52Mi5TaXplSW1hZ2VDb25zdHJhaW50U2VydmljZURlbGV0ZVJlcXVlc3QaPS5tZXRhbHN0YWNrLmFkbWluLnYyLlNpemVJbWFnZUNvbnN0cmFpbnRTZXJ2aWNlRGVsZXRlUmVzcG9uc2UiCdLzGAEB4PMYARKIAQoDR2V0EjkubWV0YWxzdGFjay5hZG1pbi52Mi5TaXplSW1hZ2VDb25zdHJhaW50U2VydmljZUdldFJlcXVlc3QaOi5tZXRhbHN0YWNrLmFkbWluLnYyLlNpemVJbWFnZUNvbnN0cmFpbnRTZXJ2aWNlR2V0UmVzcG9uc2UiCtLzGAIBAuDzGAISiwEKBExpc3QSOi5tZXRhbHN0YWNrLmFkbWluLnYyLlNpemVJbWFnZUNvbnN0cmFpbnRTZXJ2aWNlTGlzdFJlcXVlc3QaOy5tZXRhbHN0YWNrLmFkbWluLnYyLlNpemVJbWFnZUNvbnN0cmFpbnRTZXJ2aWNlTGlzdFJlc3BvbnNlIgrS8xgCAQLg8xgCQtwBChdjb20ubWV0YWxzdGFjay5hZG1pbi52MkIYU2l6ZUltYWdlY29uc3RyYWludFByb3RvUAFaOWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYWRtaW4vdjI7YWRtaW52MqICA01BWKoCE01ldGFsc3RhY2suQWRtaW4uVjLKAhNNZXRhbHN0YWNrXEFkbWluXFYy4gIfTWV0YWxzdGFja1xBZG1pblxWMlxHUEJNZXRhZGF0YeoCFU1ldGFsc3RhY2s6OkFkbWluOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules, file_metalstack_api_v2_size_imageconstraint]);
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* SizeImageConstraintServiceCreateRequest is the request payload for a size image constraint
|
|
22
|
+
* SizeImageConstraintServiceCreateRequest is the request payload for creating a size image constraint.
|
|
23
23
|
*
|
|
24
24
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceCreateRequest
|
|
25
25
|
*/
|
|
@@ -68,13 +68,13 @@ export const SizeImageConstraintServiceCreateRequestSchema: GenMessage<SizeImage
|
|
|
68
68
|
messageDesc(file_metalstack_admin_v2_size_imageconstraint, 0);
|
|
69
69
|
|
|
70
70
|
/**
|
|
71
|
-
* SizeImageConstraintServiceCreateResponse is the response payload for a size image constraint
|
|
71
|
+
* SizeImageConstraintServiceCreateResponse is the response payload for creating a size image constraint.
|
|
72
72
|
*
|
|
73
73
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceCreateResponse
|
|
74
74
|
*/
|
|
75
75
|
export type SizeImageConstraintServiceCreateResponse = Message<"metalstack.admin.v2.SizeImageConstraintServiceCreateResponse"> & {
|
|
76
76
|
/**
|
|
77
|
-
* SizeImageConstraint created
|
|
77
|
+
* SizeImageConstraint contains the created constraint
|
|
78
78
|
*
|
|
79
79
|
* @generated from field: metalstack.api.v2.SizeImageConstraint size_image_constraint = 1;
|
|
80
80
|
*/
|
|
@@ -89,7 +89,7 @@ export const SizeImageConstraintServiceCreateResponseSchema: GenMessage<SizeImag
|
|
|
89
89
|
messageDesc(file_metalstack_admin_v2_size_imageconstraint, 1);
|
|
90
90
|
|
|
91
91
|
/**
|
|
92
|
-
* SizeImageConstraintServiceUpdateRequest is the request payload for a size image constraint
|
|
92
|
+
* SizeImageConstraintServiceUpdateRequest is the request payload for updating a size image constraint.
|
|
93
93
|
*
|
|
94
94
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceUpdateRequest
|
|
95
95
|
*/
|
|
@@ -138,13 +138,13 @@ export const SizeImageConstraintServiceUpdateRequestSchema: GenMessage<SizeImage
|
|
|
138
138
|
messageDesc(file_metalstack_admin_v2_size_imageconstraint, 2);
|
|
139
139
|
|
|
140
140
|
/**
|
|
141
|
-
* SizeImageConstraintServiceUpdateResponse is the response payload for a size image constraint
|
|
141
|
+
* SizeImageConstraintServiceUpdateResponse is the response payload for updating a size image constraint.
|
|
142
142
|
*
|
|
143
143
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceUpdateResponse
|
|
144
144
|
*/
|
|
145
145
|
export type SizeImageConstraintServiceUpdateResponse = Message<"metalstack.admin.v2.SizeImageConstraintServiceUpdateResponse"> & {
|
|
146
146
|
/**
|
|
147
|
-
* SizeImageConstraint updated
|
|
147
|
+
* SizeImageConstraint contains the updated constraint
|
|
148
148
|
*
|
|
149
149
|
* @generated from field: metalstack.api.v2.SizeImageConstraint size_image_constraint = 1;
|
|
150
150
|
*/
|
|
@@ -159,7 +159,7 @@ export const SizeImageConstraintServiceUpdateResponseSchema: GenMessage<SizeImag
|
|
|
159
159
|
messageDesc(file_metalstack_admin_v2_size_imageconstraint, 3);
|
|
160
160
|
|
|
161
161
|
/**
|
|
162
|
-
* SizeImageConstraintServiceDeleteRequest is the request payload for a size image constraint
|
|
162
|
+
* SizeImageConstraintServiceDeleteRequest is the request payload for deleting a size image constraint.
|
|
163
163
|
*
|
|
164
164
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceDeleteRequest
|
|
165
165
|
*/
|
|
@@ -180,13 +180,13 @@ export const SizeImageConstraintServiceDeleteRequestSchema: GenMessage<SizeImage
|
|
|
180
180
|
messageDesc(file_metalstack_admin_v2_size_imageconstraint, 4);
|
|
181
181
|
|
|
182
182
|
/**
|
|
183
|
-
* SizeImageConstraintServiceDeleteResponse is the response payload for a size image constraint
|
|
183
|
+
* SizeImageConstraintServiceDeleteResponse is the response payload for deleting a size image constraint.
|
|
184
184
|
*
|
|
185
185
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceDeleteResponse
|
|
186
186
|
*/
|
|
187
187
|
export type SizeImageConstraintServiceDeleteResponse = Message<"metalstack.admin.v2.SizeImageConstraintServiceDeleteResponse"> & {
|
|
188
188
|
/**
|
|
189
|
-
* SizeImageConstraint deleted
|
|
189
|
+
* SizeImageConstraint contains the deleted constraint
|
|
190
190
|
*
|
|
191
191
|
* @generated from field: metalstack.api.v2.SizeImageConstraint size_image_constraint = 1;
|
|
192
192
|
*/
|
|
@@ -201,7 +201,7 @@ export const SizeImageConstraintServiceDeleteResponseSchema: GenMessage<SizeImag
|
|
|
201
201
|
messageDesc(file_metalstack_admin_v2_size_imageconstraint, 5);
|
|
202
202
|
|
|
203
203
|
/**
|
|
204
|
-
* SizeImageConstraintServiceGetRequest is the request payload for a size image constraint
|
|
204
|
+
* SizeImageConstraintServiceGetRequest is the request payload for getting a size image constraint.
|
|
205
205
|
*
|
|
206
206
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceGetRequest
|
|
207
207
|
*/
|
|
@@ -222,13 +222,13 @@ export const SizeImageConstraintServiceGetRequestSchema: GenMessage<SizeImageCon
|
|
|
222
222
|
messageDesc(file_metalstack_admin_v2_size_imageconstraint, 6);
|
|
223
223
|
|
|
224
224
|
/**
|
|
225
|
-
* SizeImageConstraintServiceGetResponse is the response payload for a size image constraint
|
|
225
|
+
* SizeImageConstraintServiceGetResponse is the response payload for getting a size image constraint.
|
|
226
226
|
*
|
|
227
227
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceGetResponse
|
|
228
228
|
*/
|
|
229
229
|
export type SizeImageConstraintServiceGetResponse = Message<"metalstack.admin.v2.SizeImageConstraintServiceGetResponse"> & {
|
|
230
230
|
/**
|
|
231
|
-
* SizeImageConstraint
|
|
231
|
+
* SizeImageConstraint contains the retrieved constraint
|
|
232
232
|
*
|
|
233
233
|
* @generated from field: metalstack.api.v2.SizeImageConstraint size_image_constraint = 1;
|
|
234
234
|
*/
|
|
@@ -243,7 +243,7 @@ export const SizeImageConstraintServiceGetResponseSchema: GenMessage<SizeImageCo
|
|
|
243
243
|
messageDesc(file_metalstack_admin_v2_size_imageconstraint, 7);
|
|
244
244
|
|
|
245
245
|
/**
|
|
246
|
-
* SizeImageConstraintServiceListRequest is the request payload for
|
|
246
|
+
* SizeImageConstraintServiceListRequest is the request payload for listing size image constraints.
|
|
247
247
|
*
|
|
248
248
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceListRequest
|
|
249
249
|
*/
|
|
@@ -264,13 +264,13 @@ export const SizeImageConstraintServiceListRequestSchema: GenMessage<SizeImageCo
|
|
|
264
264
|
messageDesc(file_metalstack_admin_v2_size_imageconstraint, 8);
|
|
265
265
|
|
|
266
266
|
/**
|
|
267
|
-
* SizeImageConstraintServiceListResponse is the response payload for
|
|
267
|
+
* SizeImageConstraintServiceListResponse is the response payload for listing size image constraints.
|
|
268
268
|
*
|
|
269
269
|
* @generated from message metalstack.admin.v2.SizeImageConstraintServiceListResponse
|
|
270
270
|
*/
|
|
271
271
|
export type SizeImageConstraintServiceListResponse = Message<"metalstack.admin.v2.SizeImageConstraintServiceListResponse"> & {
|
|
272
272
|
/**
|
|
273
|
-
* SizeImageConstraints
|
|
273
|
+
* SizeImageConstraints contains the list of constraints
|
|
274
274
|
*
|
|
275
275
|
* @generated from field: repeated metalstack.api.v2.SizeImageConstraint size_image_constraints = 1;
|
|
276
276
|
*/
|
|
@@ -285,13 +285,13 @@ export const SizeImageConstraintServiceListResponseSchema: GenMessage<SizeImageC
|
|
|
285
285
|
messageDesc(file_metalstack_admin_v2_size_imageconstraint, 9);
|
|
286
286
|
|
|
287
287
|
/**
|
|
288
|
-
* SizeImageConstraintService
|
|
288
|
+
* SizeImageConstraintService provides size and image constraint management operations.
|
|
289
289
|
*
|
|
290
290
|
* @generated from service metalstack.admin.v2.SizeImageConstraintService
|
|
291
291
|
*/
|
|
292
292
|
export const SizeImageConstraintService: GenService<{
|
|
293
293
|
/**
|
|
294
|
-
*
|
|
294
|
+
* Creates a size image constraint.
|
|
295
295
|
*
|
|
296
296
|
* @generated from rpc metalstack.admin.v2.SizeImageConstraintService.Create
|
|
297
297
|
*/
|
|
@@ -301,7 +301,7 @@ export const SizeImageConstraintService: GenService<{
|
|
|
301
301
|
output: typeof SizeImageConstraintServiceCreateResponseSchema;
|
|
302
302
|
},
|
|
303
303
|
/**
|
|
304
|
-
*
|
|
304
|
+
* Updates a size image constraint.
|
|
305
305
|
*
|
|
306
306
|
* @generated from rpc metalstack.admin.v2.SizeImageConstraintService.Update
|
|
307
307
|
*/
|
|
@@ -311,7 +311,7 @@ export const SizeImageConstraintService: GenService<{
|
|
|
311
311
|
output: typeof SizeImageConstraintServiceUpdateResponseSchema;
|
|
312
312
|
},
|
|
313
313
|
/**
|
|
314
|
-
*
|
|
314
|
+
* Deletes a size image constraint.
|
|
315
315
|
*
|
|
316
316
|
* @generated from rpc metalstack.admin.v2.SizeImageConstraintService.Delete
|
|
317
317
|
*/
|
|
@@ -321,7 +321,7 @@ export const SizeImageConstraintService: GenService<{
|
|
|
321
321
|
output: typeof SizeImageConstraintServiceDeleteResponseSchema;
|
|
322
322
|
},
|
|
323
323
|
/**
|
|
324
|
-
*
|
|
324
|
+
* Returns the size image constraint with the specified size.
|
|
325
325
|
*
|
|
326
326
|
* @generated from rpc metalstack.admin.v2.SizeImageConstraintService.Get
|
|
327
327
|
*/
|
|
@@ -331,7 +331,7 @@ export const SizeImageConstraintService: GenService<{
|
|
|
331
331
|
output: typeof SizeImageConstraintServiceGetResponseSchema;
|
|
332
332
|
},
|
|
333
333
|
/**
|
|
334
|
-
*
|
|
334
|
+
* Returns the list of size image constraints.
|
|
335
335
|
*
|
|
336
336
|
* @generated from rpc metalstack.admin.v2.SizeImageConstraintService.List
|
|
337
337
|
*/
|