@metal-stack/api 0.0.59 → 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.
Files changed (123) 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/filesystem_pb.d.ts +4 -4
  56. package/js/metalstack/api/v2/filesystem_pb.js +1 -1
  57. package/js/metalstack/api/v2/filesystem_pb.ts +4 -4
  58. package/js/metalstack/api/v2/health_pb.d.ts +20 -20
  59. package/js/metalstack/api/v2/health_pb.js +9 -9
  60. package/js/metalstack/api/v2/health_pb.ts +20 -20
  61. package/js/metalstack/api/v2/image_pb.d.ts +10 -4
  62. package/js/metalstack/api/v2/image_pb.js +2 -2
  63. package/js/metalstack/api/v2/image_pb.ts +12 -5
  64. package/js/metalstack/api/v2/ip_pb.d.ts +6 -6
  65. package/js/metalstack/api/v2/ip_pb.js +1 -1
  66. package/js/metalstack/api/v2/ip_pb.ts +6 -6
  67. package/js/metalstack/api/v2/machine_pb.d.ts +8 -8
  68. package/js/metalstack/api/v2/machine_pb.js +2 -2
  69. package/js/metalstack/api/v2/machine_pb.ts +9 -9
  70. package/js/metalstack/api/v2/method_pb.d.ts +11 -11
  71. package/js/metalstack/api/v2/method_pb.js +2 -2
  72. package/js/metalstack/api/v2/method_pb.ts +11 -11
  73. package/js/metalstack/api/v2/network_pb.d.ts +7 -7
  74. package/js/metalstack/api/v2/network_pb.js +1 -1
  75. package/js/metalstack/api/v2/network_pb.ts +7 -7
  76. package/js/metalstack/api/v2/partition_pb.d.ts +3 -3
  77. package/js/metalstack/api/v2/partition_pb.js +2 -2
  78. package/js/metalstack/api/v2/partition_pb.ts +4 -4
  79. package/js/metalstack/api/v2/predefined_rules_pb.d.ts +9 -3
  80. package/js/metalstack/api/v2/predefined_rules_pb.js +11 -5
  81. package/js/metalstack/api/v2/predefined_rules_pb.ts +13 -5
  82. package/js/metalstack/api/v2/project_pb.d.ts +3 -3
  83. package/js/metalstack/api/v2/project_pb.js +1 -1
  84. package/js/metalstack/api/v2/project_pb.ts +3 -3
  85. package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +2 -2
  86. package/js/metalstack/api/v2/size_imageconstraint_pb.js +1 -1
  87. package/js/metalstack/api/v2/size_imageconstraint_pb.ts +2 -2
  88. package/js/metalstack/api/v2/size_pb.d.ts +3 -3
  89. package/js/metalstack/api/v2/size_pb.js +1 -1
  90. package/js/metalstack/api/v2/size_pb.ts +3 -3
  91. package/js/metalstack/api/v2/size_reservation_pb.d.ts +3 -3
  92. package/js/metalstack/api/v2/size_reservation_pb.js +1 -1
  93. package/js/metalstack/api/v2/size_reservation_pb.ts +3 -3
  94. package/js/metalstack/api/v2/tenant_pb.d.ts +3 -3
  95. package/js/metalstack/api/v2/tenant_pb.js +1 -1
  96. package/js/metalstack/api/v2/tenant_pb.ts +3 -3
  97. package/js/metalstack/api/v2/token_pb.d.ts +7 -7
  98. package/js/metalstack/api/v2/token_pb.js +1 -1
  99. package/js/metalstack/api/v2/token_pb.ts +7 -7
  100. package/js/metalstack/api/v2/user_pb.d.ts +7 -7
  101. package/js/metalstack/api/v2/user_pb.js +1 -1
  102. package/js/metalstack/api/v2/user_pb.ts +7 -7
  103. package/js/metalstack/api/v2/version_pb.d.ts +6 -6
  104. package/js/metalstack/api/v2/version_pb.js +1 -1
  105. package/js/metalstack/api/v2/version_pb.ts +6 -6
  106. package/js/metalstack/api/v2/vpn_pb.d.ts +4 -4
  107. package/js/metalstack/api/v2/vpn_pb.ts +4 -4
  108. package/js/metalstack/infra/v2/bmc_pb.d.ts +19 -19
  109. package/js/metalstack/infra/v2/bmc_pb.js +1 -1
  110. package/js/metalstack/infra/v2/bmc_pb.ts +19 -19
  111. package/js/metalstack/infra/v2/boot_pb.d.ts +7 -7
  112. package/js/metalstack/infra/v2/boot_pb.js +1 -1
  113. package/js/metalstack/infra/v2/boot_pb.ts +7 -7
  114. package/js/metalstack/infra/v2/component_pb.d.ts +7 -10
  115. package/js/metalstack/infra/v2/component_pb.js +1 -1
  116. package/js/metalstack/infra/v2/component_pb.ts +7 -10
  117. package/js/metalstack/infra/v2/event_pb.d.ts +22 -22
  118. package/js/metalstack/infra/v2/event_pb.js +13 -13
  119. package/js/metalstack/infra/v2/event_pb.ts +22 -22
  120. package/js/metalstack/infra/v2/switch_pb.d.ts +22 -22
  121. package/js/metalstack/infra/v2/switch_pb.js +1 -1
  122. package/js/metalstack/infra/v2/switch_pb.ts +22 -22
  123. package/package.json +1 -1
@@ -18,7 +18,7 @@ export const file_metalstack_api_v2_audit: GenFile = /*@__PURE__*/
18
18
  fileDesc("Ch1tZXRhbHN0YWNrL2FwaS92Mi9hdWRpdC5wcm90bxIRbWV0YWxzdGFjay5hcGkudjIiqgIKCkF1ZGl0VHJhY2USFgoEdXVpZBgBIAEoCUIIukgFcgOwAQESLQoJdGltZXN0YW1wGAIgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIMCgR1c2VyGAMgASgJEg4KBnRlbmFudBgEIAEoCRIUCgdwcm9qZWN0GAUgASgJSACIAQESDgoGbWV0aG9kGAYgASgJEhEKBGJvZHkYByABKAlIAYgBARIRCglzb3VyY2VfaXAYCCABKAkSGAoLcmVzdWx0X2NvZGUYCSABKAVIAogBARIsCgVwaGFzZRgKIAEoDjIdLm1ldGFsc3RhY2suYXBpLnYyLkF1ZGl0UGhhc2VCCgoIX3Byb2plY3RCBwoFX2JvZHlCDgoMX3Jlc3VsdF9jb2RlIpoECgpBdWRpdFF1ZXJ5EhsKBHV1aWQYAiABKAlCCLpIBXIDsAEBSACIAQESLQoEZnJvbRgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAYgBARIrCgJ0bxgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAogBARIeCgR1c2VyGAUgASgJQgu6SAhyBsCzrrECAUgDiAEBEh4KB3Byb2plY3QYBiABKAlCCLpIBXIDsAEBSASIAQESHwoGbWV0aG9kGAcgASgJQgq6SAdyBRACGIACSAWIAQESHwoJc291cmNlX2lwGAggASgJQge6SARyAnABSAaIAQESIQoLcmVzdWx0X2NvZGUYCSABKAVCB7pIBBoCKABIB4gBARIdCgRib2R5GAogASgJQgq6SAdyBRACGIACSAiIAQESHgoFbGltaXQYCyABKAVCCrpIBxoFGOgHIABICYgBARI7CgVwaGFzZRgMIAEoDjIdLm1ldGFsc3RhY2suYXBpLnYyLkF1ZGl0UGhhc2VCCLpIBYIBAhABSAqIAQFCBwoFX3V1aWRCBwoFX2Zyb21CBQoDX3RvQgcKBV91c2VyQgoKCF9wcm9qZWN0QgkKB19tZXRob2RCDAoKX3NvdXJjZV9pcEIOCgxfcmVzdWx0X2NvZGVCBwoFX2JvZHlCCAoGX2xpbWl0QggKBl9waGFzZSJjChdBdWRpdFNlcnZpY2VMaXN0UmVxdWVzdBIaCgVsb2dpbhgBIAEoCUILukgIcgbAs66xAgESLAoFcXVlcnkYAiABKAsyHS5tZXRhbHN0YWNrLmFwaS52Mi5BdWRpdFF1ZXJ5IkkKGEF1ZGl0U2VydmljZUxpc3RSZXNwb25zZRItCgZ0cmFjZXMYASADKAsyHS5tZXRhbHN0YWNrLmFwaS52Mi5BdWRpdFRyYWNlIpMBChZBdWRpdFNlcnZpY2VHZXRSZXF1ZXN0EhoKBWxvZ2luGAEgASgJQgu6SAhyBsCzrrECARIWCgR1dWlkGAIgASgJQgi6SAVyA7ABARI7CgVwaGFzZRgDIAEoDjIdLm1ldGFsc3RhY2suYXBpLnYyLkF1ZGl0UGhhc2VCCLpIBYIBAhABSACIAQFCCAoGX3BoYXNlIkcKF0F1ZGl0U2VydmljZUdldFJlc3BvbnNlEiwKBXRyYWNlGAEgASgLMh0ubWV0YWxzdGFjay5hcGkudjIuQXVkaXRUcmFjZSpcCgpBdWRpdFBoYXNlEhsKF0FVRElUX1BIQVNFX1VOU1BFQ0lGSUVEEAASFwoTQVVESVRfUEhBU0VfUkVRVUVTVBABEhgKFEFVRElUX1BIQVNFX1JFU1BPTlNFEAIy4wEKDEF1ZGl0U2VydmljZRJnCgNHZXQSKS5tZXRhbHN0YWNrLmFwaS52Mi5BdWRpdFNlcnZpY2VHZXRSZXF1ZXN0GioubWV0YWxzdGFjay5hcGkudjIuQXVkaXRTZXJ2aWNlR2V0UmVzcG9uc2UiCcLzGAEB4PMYAhJqCgRMaXN0EioubWV0YWxzdGFjay5hcGkudjIuQXVkaXRTZXJ2aWNlTGlzdFJlcXVlc3QaKy5tZXRhbHN0YWNrLmFwaS52Mi5BdWRpdFNlcnZpY2VMaXN0UmVzcG9uc2UiCcLzGAEB4PMYAkLAAQoVY29tLm1ldGFsc3RhY2suYXBpLnYyQgpBdWRpdFByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_google_protobuf_timestamp, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules]);
19
19
 
20
20
  /**
21
- * AuditTrace is an audit trace
21
+ * AuditTrace is an audit trace.
22
22
  *
23
23
  * @generated from message metalstack.api.v2.AuditTrace
24
24
  */
@@ -31,56 +31,56 @@ export type AuditTrace = Message<"metalstack.api.v2.AuditTrace"> & {
31
31
  uuid: string;
32
32
 
33
33
  /**
34
- * Timestamp is the timestamp when the request arrived at the api
34
+ * Timestamp is the timestamp when the request arrived at the API
35
35
  *
36
36
  * @generated from field: google.protobuf.Timestamp timestamp = 2;
37
37
  */
38
38
  timestamp?: Timestamp;
39
39
 
40
40
  /**
41
- * User is the login user who called the api method
41
+ * User is the login user who called the API method
42
42
  *
43
43
  * @generated from field: string user = 3;
44
44
  */
45
45
  user: string;
46
46
 
47
47
  /**
48
- * Tenant is the tenant targeted by the api call
48
+ * Tenant is the tenant targeted by the API call
49
49
  *
50
50
  * @generated from field: string tenant = 4;
51
51
  */
52
52
  tenant: string;
53
53
 
54
54
  /**
55
- * Project is the project targeted by the api call
55
+ * Project is the project targeted by the API call
56
56
  *
57
57
  * @generated from field: optional string project = 5;
58
58
  */
59
59
  project?: string;
60
60
 
61
61
  /**
62
- * Method is the api method that was called
62
+ * Method is the API method that was called
63
63
  *
64
64
  * @generated from field: string method = 6;
65
65
  */
66
66
  method: string;
67
67
 
68
68
  /**
69
- * Body is the payload of the api call. In the request phase this contains the payload sent by the client, in the request phase it contains the payload returned by the api server
69
+ * Body is the payload of the API call. In the request phase this contains the payload sent by the client, in the response phase it contains the payload returned by the API server
70
70
  *
71
71
  * @generated from field: optional string body = 7;
72
72
  */
73
73
  body?: string;
74
74
 
75
75
  /**
76
- * Source IP contains the source ip address of the api call
76
+ * SourceIP contains the source IP address of the API call
77
77
  *
78
78
  * @generated from field: string source_ip = 8;
79
79
  */
80
80
  sourceIp: string;
81
81
 
82
82
  /**
83
- * Result Code is a status code describing the result of the api call. It is set for traces in the response phase and contains official gRPC status codes
83
+ * ResultCode is a status code describing the result of the API call. It is set for traces in the response phase and contains official gRPC status codes
84
84
  *
85
85
  * @generated from field: optional int32 result_code = 9;
86
86
  */
@@ -298,7 +298,7 @@ export const AuditServiceGetResponseSchema: GenMessage<AuditServiceGetResponse>
298
298
  messageDesc(file_metalstack_api_v2_audit, 5);
299
299
 
300
300
  /**
301
- * AuditPhase specifies phase of an audit trace
301
+ * AuditPhase specifies the phase of an audit trace.
302
302
  *
303
303
  * @generated from enum metalstack.api.v2.AuditPhase
304
304
  */
@@ -318,7 +318,7 @@ export enum AuditPhase {
318
318
  REQUEST = 1,
319
319
 
320
320
  /**
321
- * AUDIT_PHASE_REQUEST defines an audit trace in the response phase
321
+ * AUDIT_PHASE_RESPONSE defines an audit trace in the response phase
322
322
  *
323
323
  * @generated from enum value: AUDIT_PHASE_RESPONSE = 2;
324
324
  */
@@ -332,13 +332,13 @@ export const AuditPhaseSchema: GenEnum<AuditPhase> = /*@__PURE__*/
332
332
  enumDesc(file_metalstack_api_v2_audit, 0);
333
333
 
334
334
  /**
335
- * AuditService serves audit related functions
335
+ * AuditService provides audit logging operations.
336
336
  *
337
337
  * @generated from service metalstack.api.v2.AuditService
338
338
  */
339
339
  export const AuditService: GenService<{
340
340
  /**
341
- * Get an audit trace
341
+ * Returns the audit trace with the specified UUID.
342
342
  *
343
343
  * @generated from rpc metalstack.api.v2.AuditService.Get
344
344
  */
@@ -348,7 +348,7 @@ export const AuditService: GenService<{
348
348
  output: typeof AuditServiceGetResponseSchema;
349
349
  },
350
350
  /**
351
- * List audit traces
351
+ * Returns the list of audit traces.
352
352
  *
353
353
  * @generated from rpc metalstack.api.v2.AuditService.List
354
354
  */
@@ -666,13 +666,13 @@ export declare enum RaidLevel {
666
666
  */
667
667
  export declare const RaidLevelSchema: GenEnum<RaidLevel>;
668
668
  /**
669
- * FilesystemService serves filesystem related functions
669
+ * FilesystemService provides filesystem management operations.
670
670
  *
671
671
  * @generated from service metalstack.api.v2.FilesystemService
672
672
  */
673
673
  export declare const FilesystemService: GenService<{
674
674
  /**
675
- * Get a filesystem
675
+ * Returns the filesystem with the specified ID.
676
676
  *
677
677
  * @generated from rpc metalstack.api.v2.FilesystemService.Get
678
678
  */
@@ -682,7 +682,7 @@ export declare const FilesystemService: GenService<{
682
682
  output: typeof FilesystemServiceGetResponseSchema;
683
683
  };
684
684
  /**
685
- * List all filesystems
685
+ * Returns the list of all filesystems.
686
686
  *
687
687
  * @generated from rpc metalstack.api.v2.FilesystemService.List
688
688
  */
@@ -692,7 +692,7 @@ export declare const FilesystemService: GenService<{
692
692
  output: typeof FilesystemServiceListResponseSchema;
693
693
  };
694
694
  /**
695
- * Match a filesystems
695
+ * Matches a filesystem to a size and image or machine.
696
696
  *
697
697
  * @generated from rpc metalstack.api.v2.FilesystemService.Match
698
698
  */
@@ -252,7 +252,7 @@ export var RaidLevel;
252
252
  */
253
253
  export const RaidLevelSchema = /*@__PURE__*/ enumDesc(file_metalstack_api_v2_filesystem, 3);
254
254
  /**
255
- * FilesystemService serves filesystem related functions
255
+ * FilesystemService provides filesystem management operations.
256
256
  *
257
257
  * @generated from service metalstack.api.v2.FilesystemService
258
258
  */
@@ -779,13 +779,13 @@ export const RaidLevelSchema: GenEnum<RaidLevel> = /*@__PURE__*/
779
779
  enumDesc(file_metalstack_api_v2_filesystem, 3);
780
780
 
781
781
  /**
782
- * FilesystemService serves filesystem related functions
782
+ * FilesystemService provides filesystem management operations.
783
783
  *
784
784
  * @generated from service metalstack.api.v2.FilesystemService
785
785
  */
786
786
  export const FilesystemService: GenService<{
787
787
  /**
788
- * Get a filesystem
788
+ * Returns the filesystem with the specified ID.
789
789
  *
790
790
  * @generated from rpc metalstack.api.v2.FilesystemService.Get
791
791
  */
@@ -795,7 +795,7 @@ export const FilesystemService: GenService<{
795
795
  output: typeof FilesystemServiceGetResponseSchema;
796
796
  },
797
797
  /**
798
- * List all filesystems
798
+ * Returns the list of all filesystems.
799
799
  *
800
800
  * @generated from rpc metalstack.api.v2.FilesystemService.List
801
801
  */
@@ -805,7 +805,7 @@ export const FilesystemService: GenService<{
805
805
  output: typeof FilesystemServiceListResponseSchema;
806
806
  },
807
807
  /**
808
- * Match a filesystems
808
+ * Matches a filesystem to a size and image or machine.
809
809
  *
810
810
  * @generated from rpc metalstack.api.v2.FilesystemService.Match
811
811
  */
@@ -5,13 +5,13 @@ import type { Message } from "@bufbuild/protobuf";
5
5
  */
6
6
  export declare const file_metalstack_api_v2_health: GenFile;
7
7
  /**
8
- * Health reports the health status of all services
8
+ * Health reports the health status of all services.
9
9
  *
10
10
  * @generated from message metalstack.api.v2.Health
11
11
  */
12
12
  export type Health = Message<"metalstack.api.v2.Health"> & {
13
13
  /**
14
- * Services the health of all individual services
14
+ * Services contains the health of all individual services
15
15
  *
16
16
  * @generated from field: repeated metalstack.api.v2.HealthStatus services = 1;
17
17
  */
@@ -23,19 +23,19 @@ export type Health = Message<"metalstack.api.v2.Health"> & {
23
23
  */
24
24
  export declare const HealthSchema: GenMessage<Health>;
25
25
  /**
26
- * HealthStatus the health of one service
26
+ * HealthStatus represents the health status of one service.
27
27
  *
28
28
  * @generated from message metalstack.api.v2.HealthStatus
29
29
  */
30
30
  export type HealthStatus = Message<"metalstack.api.v2.HealthStatus"> & {
31
31
  /**
32
- * Name the name of the service
32
+ * Name is the name of the service
33
33
  *
34
34
  * @generated from field: metalstack.api.v2.Service name = 1;
35
35
  */
36
36
  name: Service;
37
37
  /**
38
- * Status the status of this service
38
+ * Status is the status of this service
39
39
  *
40
40
  * @generated from field: metalstack.api.v2.ServiceStatus status = 2;
41
41
  */
@@ -61,13 +61,13 @@ export type HealthStatus = Message<"metalstack.api.v2.HealthStatus"> & {
61
61
  */
62
62
  export declare const HealthStatusSchema: GenMessage<HealthStatus>;
63
63
  /**
64
- * PartitionHealth the status of a specific service in this partition
64
+ * PartitionHealth represents the status of a specific service in this partition.
65
65
  *
66
66
  * @generated from message metalstack.api.v2.PartitionHealth
67
67
  */
68
68
  export type PartitionHealth = Message<"metalstack.api.v2.PartitionHealth"> & {
69
69
  /**
70
- * Status the health status of the service in this partition
70
+ * Status is the health status of the service in this partition
71
71
  *
72
72
  * @generated from field: metalstack.api.v2.ServiceStatus status = 1;
73
73
  */
@@ -85,7 +85,7 @@ export type PartitionHealth = Message<"metalstack.api.v2.PartitionHealth"> & {
85
85
  */
86
86
  export declare const PartitionHealthSchema: GenMessage<PartitionHealth>;
87
87
  /**
88
- * HealthServiceGetRequest is request payload to get the health of the system
88
+ * HealthServiceGetRequest is the request payload for getting the health of the system.
89
89
  *
90
90
  * @generated from message metalstack.api.v2.HealthServiceGetRequest
91
91
  */
@@ -96,13 +96,13 @@ export type HealthServiceGetRequest = Message<"metalstack.api.v2.HealthServiceGe
96
96
  */
97
97
  export declare const HealthServiceGetRequestSchema: GenMessage<HealthServiceGetRequest>;
98
98
  /**
99
- * HealthServiceGetRequest is the response payload with the health of the system
99
+ * HealthServiceGetResponse is the response payload for getting the health of the system.
100
100
  *
101
101
  * @generated from message metalstack.api.v2.HealthServiceGetResponse
102
102
  */
103
103
  export type HealthServiceGetResponse = Message<"metalstack.api.v2.HealthServiceGetResponse"> & {
104
104
  /**
105
- * Health is the overall health of the system
105
+ * Health contains the overall health of the system
106
106
  *
107
107
  * @generated from field: metalstack.api.v2.Health health = 1;
108
108
  */
@@ -114,7 +114,7 @@ export type HealthServiceGetResponse = Message<"metalstack.api.v2.HealthServiceG
114
114
  */
115
115
  export declare const HealthServiceGetResponseSchema: GenMessage<HealthServiceGetResponse>;
116
116
  /**
117
- * ServiceStatus defines the status of a service
117
+ * ServiceStatus defines the status of a service.
118
118
  *
119
119
  * @generated from enum metalstack.api.v2.ServiceStatus
120
120
  */
@@ -138,7 +138,7 @@ export declare enum ServiceStatus {
138
138
  */
139
139
  UNHEALTHY = 2,
140
140
  /**
141
- * SERVICE_STATUS_HEALTHY the service is in healthy status e.g. fully functional
141
+ * SERVICE_STATUS_HEALTHY the service is in healthy status, for example fully functional
142
142
  *
143
143
  * @generated from enum value: SERVICE_STATUS_HEALTHY = 3;
144
144
  */
@@ -149,7 +149,7 @@ export declare enum ServiceStatus {
149
149
  */
150
150
  export declare const ServiceStatusSchema: GenEnum<ServiceStatus>;
151
151
  /**
152
- * Service defines the service for which the healtyness is reported
152
+ * Service defines the service for which the healthiness is reported.
153
153
  *
154
154
  * @generated from enum metalstack.api.v2.Service
155
155
  */
@@ -161,19 +161,19 @@ export declare enum Service {
161
161
  */
162
162
  UNSPECIFIED = 0,
163
163
  /**
164
- * SERVICE_IPAM the ipam service
164
+ * SERVICE_IPAM the IPAM service
165
165
  *
166
166
  * @generated from enum value: SERVICE_IPAM = 1;
167
167
  */
168
168
  IPAM = 1,
169
169
  /**
170
- * SERVICE_RETHINK the rethinkdb
170
+ * SERVICE_RETHINK the RethinkDB
171
171
  *
172
172
  * @generated from enum value: SERVICE_RETHINK = 2;
173
173
  */
174
174
  RETHINK = 2,
175
175
  /**
176
- * SERVICE_MASTERDATA the masterdata-api
176
+ * SERVICE_MASTERDATA the masterdata API
177
177
  *
178
178
  * @generated from enum value: SERVICE_MASTERDATA = 3;
179
179
  */
@@ -191,13 +191,13 @@ export declare enum Service {
191
191
  */
192
192
  AUDIT = 5,
193
193
  /**
194
- * SERVICE_VPN the vpn service
194
+ * SERVICE_VPN the VPN service
195
195
  *
196
196
  * @generated from enum value: SERVICE_VPN = 6;
197
197
  */
198
198
  VPN = 6,
199
199
  /**
200
- * SERVICE_REDIS the redis service
200
+ * SERVICE_REDIS the Redis service
201
201
  *
202
202
  * @generated from enum value: SERVICE_REDIS = 7;
203
203
  */
@@ -214,13 +214,13 @@ export declare enum Service {
214
214
  */
215
215
  export declare const ServiceSchema: GenEnum<Service>;
216
216
  /**
217
- * HealthService serves health related functions
217
+ * HealthService provides health status monitoring operations.
218
218
  *
219
219
  * @generated from service metalstack.api.v2.HealthService
220
220
  */
221
221
  export declare const HealthService: GenService<{
222
222
  /**
223
- * Get the health of the platform
223
+ * Returns the health status of the platform.
224
224
  *
225
225
  * @generated from rpc metalstack.api.v2.HealthService.Get
226
226
  */
@@ -33,7 +33,7 @@ export const HealthServiceGetRequestSchema = /*@__PURE__*/ messageDesc(file_meta
33
33
  */
34
34
  export const HealthServiceGetResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_api_v2_health, 4);
35
35
  /**
36
- * ServiceStatus defines the status of a service
36
+ * ServiceStatus defines the status of a service.
37
37
  *
38
38
  * @generated from enum metalstack.api.v2.ServiceStatus
39
39
  */
@@ -58,7 +58,7 @@ export var ServiceStatus;
58
58
  */
59
59
  ServiceStatus[ServiceStatus["UNHEALTHY"] = 2] = "UNHEALTHY";
60
60
  /**
61
- * SERVICE_STATUS_HEALTHY the service is in healthy status e.g. fully functional
61
+ * SERVICE_STATUS_HEALTHY the service is in healthy status, for example fully functional
62
62
  *
63
63
  * @generated from enum value: SERVICE_STATUS_HEALTHY = 3;
64
64
  */
@@ -69,7 +69,7 @@ export var ServiceStatus;
69
69
  */
70
70
  export const ServiceStatusSchema = /*@__PURE__*/ enumDesc(file_metalstack_api_v2_health, 0);
71
71
  /**
72
- * Service defines the service for which the healtyness is reported
72
+ * Service defines the service for which the healthiness is reported.
73
73
  *
74
74
  * @generated from enum metalstack.api.v2.Service
75
75
  */
@@ -82,19 +82,19 @@ export var Service;
82
82
  */
83
83
  Service[Service["UNSPECIFIED"] = 0] = "UNSPECIFIED";
84
84
  /**
85
- * SERVICE_IPAM the ipam service
85
+ * SERVICE_IPAM the IPAM service
86
86
  *
87
87
  * @generated from enum value: SERVICE_IPAM = 1;
88
88
  */
89
89
  Service[Service["IPAM"] = 1] = "IPAM";
90
90
  /**
91
- * SERVICE_RETHINK the rethinkdb
91
+ * SERVICE_RETHINK the RethinkDB
92
92
  *
93
93
  * @generated from enum value: SERVICE_RETHINK = 2;
94
94
  */
95
95
  Service[Service["RETHINK"] = 2] = "RETHINK";
96
96
  /**
97
- * SERVICE_MASTERDATA the masterdata-api
97
+ * SERVICE_MASTERDATA the masterdata API
98
98
  *
99
99
  * @generated from enum value: SERVICE_MASTERDATA = 3;
100
100
  */
@@ -112,13 +112,13 @@ export var Service;
112
112
  */
113
113
  Service[Service["AUDIT"] = 5] = "AUDIT";
114
114
  /**
115
- * SERVICE_VPN the vpn service
115
+ * SERVICE_VPN the VPN service
116
116
  *
117
117
  * @generated from enum value: SERVICE_VPN = 6;
118
118
  */
119
119
  Service[Service["VPN"] = 6] = "VPN";
120
120
  /**
121
- * SERVICE_REDIS the redis service
121
+ * SERVICE_REDIS the Redis service
122
122
  *
123
123
  * @generated from enum value: SERVICE_REDIS = 7;
124
124
  */
@@ -135,7 +135,7 @@ export var Service;
135
135
  */
136
136
  export const ServiceSchema = /*@__PURE__*/ enumDesc(file_metalstack_api_v2_health, 1);
137
137
  /**
138
- * HealthService serves health related functions
138
+ * HealthService provides health status monitoring operations.
139
139
  *
140
140
  * @generated from service metalstack.api.v2.HealthService
141
141
  */
@@ -14,13 +14,13 @@ export const file_metalstack_api_v2_health: GenFile = /*@__PURE__*/
14
14
  fileDesc("Ch5tZXRhbHN0YWNrL2FwaS92Mi9oZWFsdGgucHJvdG8SEW1ldGFsc3RhY2suYXBpLnYyIjsKBkhlYWx0aBIxCghzZXJ2aWNlcxgBIAMoCzIfLm1ldGFsc3RhY2suYXBpLnYyLkhlYWx0aFN0YXR1cyKXAgoMSGVhbHRoU3RhdHVzEigKBG5hbWUYASABKA4yGi5tZXRhbHN0YWNrLmFwaS52Mi5TZXJ2aWNlEjAKBnN0YXR1cxgCIAEoDjIgLm1ldGFsc3RhY2suYXBpLnYyLlNlcnZpY2VTdGF0dXMSDwoHbWVzc2FnZRgDIAEoCRJDCgpwYXJ0aXRpb25zGAQgAygLMi8ubWV0YWxzdGFjay5hcGkudjIuSGVhbHRoU3RhdHVzLlBhcnRpdGlvbnNFbnRyeRpVCg9QYXJ0aXRpb25zRW50cnkSCwoDa2V5GAEgASgJEjEKBXZhbHVlGAIgASgLMiIubWV0YWxzdGFjay5hcGkudjIuUGFydGl0aW9uSGVhbHRoOgI4ASJUCg9QYXJ0aXRpb25IZWFsdGgSMAoGc3RhdHVzGAEgASgOMiAubWV0YWxzdGFjay5hcGkudjIuU2VydmljZVN0YXR1cxIPCgdtZXNzYWdlGAIgASgJIhkKF0hlYWx0aFNlcnZpY2VHZXRSZXF1ZXN0IkUKGEhlYWx0aFNlcnZpY2VHZXRSZXNwb25zZRIpCgZoZWFsdGgYASABKAsyGS5tZXRhbHN0YWNrLmFwaS52Mi5IZWFsdGgqhgEKDVNlcnZpY2VTdGF0dXMSHgoaU0VSVklDRV9TVEFUVVNfVU5TUEVDSUZJRUQQABIbChdTRVJWSUNFX1NUQVRVU19ERUdSQURFRBABEhwKGFNFUlZJQ0VfU1RBVFVTX1VOSEVBTFRIWRACEhoKFlNFUlZJQ0VfU1RBVFVTX0hFQUxUSFkQAyqiAgoHU2VydmljZRIXChNTRVJWSUNFX1VOU1BFQ0lGSUVEEAASGgoMU0VSVklDRV9JUEFNEAEaCIKyGQRpcGFtEiIKD1NFUlZJQ0VfUkVUSElOSxACGg2CshkJcmV0aGlua2RiEiYKElNFUlZJQ0VfTUFTVEVSREFUQRADGg6CshkKbWFzdGVyZGF0YRIiChBTRVJWSUNFX01BQ0hJTkVTEAQaDIKyGQhtYWNoaW5lcxIcCg1TRVJWSUNFX0FVRElUEAUaCYKyGQVhdWRpdBIYCgtTRVJWSUNFX1ZQThAGGgeCshkDdnBuEhwKDVNFUlZJQ0VfUkVESVMQBxoJgrIZBXJlZGlzEhwKDVNFUlZJQ0VfVEFTS1MQCBoJgrIZBXRhc2tzMnkKDUhlYWx0aFNlcnZpY2USaAoDR2V0EioubWV0YWxzdGFjay5hcGkudjIuSGVhbHRoU2VydmljZUdldFJlcXVlc3QaKy5tZXRhbHN0YWNrLmFwaS52Mi5IZWFsdGhTZXJ2aWNlR2V0UmVzcG9uc2UiCNjzGAHg8xgCQsEBChVjb20ubWV0YWxzdGFjay5hcGkudjJCC0hlYWx0aFByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [file_metalstack_api_v2_common]);
15
15
 
16
16
  /**
17
- * Health reports the health status of all services
17
+ * Health reports the health status of all services.
18
18
  *
19
19
  * @generated from message metalstack.api.v2.Health
20
20
  */
21
21
  export type Health = Message<"metalstack.api.v2.Health"> & {
22
22
  /**
23
- * Services the health of all individual services
23
+ * Services contains the health of all individual services
24
24
  *
25
25
  * @generated from field: repeated metalstack.api.v2.HealthStatus services = 1;
26
26
  */
@@ -35,20 +35,20 @@ export const HealthSchema: GenMessage<Health> = /*@__PURE__*/
35
35
  messageDesc(file_metalstack_api_v2_health, 0);
36
36
 
37
37
  /**
38
- * HealthStatus the health of one service
38
+ * HealthStatus represents the health status of one service.
39
39
  *
40
40
  * @generated from message metalstack.api.v2.HealthStatus
41
41
  */
42
42
  export type HealthStatus = Message<"metalstack.api.v2.HealthStatus"> & {
43
43
  /**
44
- * Name the name of the service
44
+ * Name is the name of the service
45
45
  *
46
46
  * @generated from field: metalstack.api.v2.Service name = 1;
47
47
  */
48
48
  name: Service;
49
49
 
50
50
  /**
51
- * Status the status of this service
51
+ * Status is the status of this service
52
52
  *
53
53
  * @generated from field: metalstack.api.v2.ServiceStatus status = 2;
54
54
  */
@@ -77,13 +77,13 @@ export const HealthStatusSchema: GenMessage<HealthStatus> = /*@__PURE__*/
77
77
  messageDesc(file_metalstack_api_v2_health, 1);
78
78
 
79
79
  /**
80
- * PartitionHealth the status of a specific service in this partition
80
+ * PartitionHealth represents the status of a specific service in this partition.
81
81
  *
82
82
  * @generated from message metalstack.api.v2.PartitionHealth
83
83
  */
84
84
  export type PartitionHealth = Message<"metalstack.api.v2.PartitionHealth"> & {
85
85
  /**
86
- * Status the health status of the service in this partition
86
+ * Status is the health status of the service in this partition
87
87
  *
88
88
  * @generated from field: metalstack.api.v2.ServiceStatus status = 1;
89
89
  */
@@ -105,7 +105,7 @@ export const PartitionHealthSchema: GenMessage<PartitionHealth> = /*@__PURE__*/
105
105
  messageDesc(file_metalstack_api_v2_health, 2);
106
106
 
107
107
  /**
108
- * HealthServiceGetRequest is request payload to get the health of the system
108
+ * HealthServiceGetRequest is the request payload for getting the health of the system.
109
109
  *
110
110
  * @generated from message metalstack.api.v2.HealthServiceGetRequest
111
111
  */
@@ -120,13 +120,13 @@ export const HealthServiceGetRequestSchema: GenMessage<HealthServiceGetRequest>
120
120
  messageDesc(file_metalstack_api_v2_health, 3);
121
121
 
122
122
  /**
123
- * HealthServiceGetRequest is the response payload with the health of the system
123
+ * HealthServiceGetResponse is the response payload for getting the health of the system.
124
124
  *
125
125
  * @generated from message metalstack.api.v2.HealthServiceGetResponse
126
126
  */
127
127
  export type HealthServiceGetResponse = Message<"metalstack.api.v2.HealthServiceGetResponse"> & {
128
128
  /**
129
- * Health is the overall health of the system
129
+ * Health contains the overall health of the system
130
130
  *
131
131
  * @generated from field: metalstack.api.v2.Health health = 1;
132
132
  */
@@ -141,7 +141,7 @@ export const HealthServiceGetResponseSchema: GenMessage<HealthServiceGetResponse
141
141
  messageDesc(file_metalstack_api_v2_health, 4);
142
142
 
143
143
  /**
144
- * ServiceStatus defines the status of a service
144
+ * ServiceStatus defines the status of a service.
145
145
  *
146
146
  * @generated from enum metalstack.api.v2.ServiceStatus
147
147
  */
@@ -168,7 +168,7 @@ export enum ServiceStatus {
168
168
  UNHEALTHY = 2,
169
169
 
170
170
  /**
171
- * SERVICE_STATUS_HEALTHY the service is in healthy status e.g. fully functional
171
+ * SERVICE_STATUS_HEALTHY the service is in healthy status, for example fully functional
172
172
  *
173
173
  * @generated from enum value: SERVICE_STATUS_HEALTHY = 3;
174
174
  */
@@ -182,7 +182,7 @@ export const ServiceStatusSchema: GenEnum<ServiceStatus> = /*@__PURE__*/
182
182
  enumDesc(file_metalstack_api_v2_health, 0);
183
183
 
184
184
  /**
185
- * Service defines the service for which the healtyness is reported
185
+ * Service defines the service for which the healthiness is reported.
186
186
  *
187
187
  * @generated from enum metalstack.api.v2.Service
188
188
  */
@@ -195,21 +195,21 @@ export enum Service {
195
195
  UNSPECIFIED = 0,
196
196
 
197
197
  /**
198
- * SERVICE_IPAM the ipam service
198
+ * SERVICE_IPAM the IPAM service
199
199
  *
200
200
  * @generated from enum value: SERVICE_IPAM = 1;
201
201
  */
202
202
  IPAM = 1,
203
203
 
204
204
  /**
205
- * SERVICE_RETHINK the rethinkdb
205
+ * SERVICE_RETHINK the RethinkDB
206
206
  *
207
207
  * @generated from enum value: SERVICE_RETHINK = 2;
208
208
  */
209
209
  RETHINK = 2,
210
210
 
211
211
  /**
212
- * SERVICE_MASTERDATA the masterdata-api
212
+ * SERVICE_MASTERDATA the masterdata API
213
213
  *
214
214
  * @generated from enum value: SERVICE_MASTERDATA = 3;
215
215
  */
@@ -230,14 +230,14 @@ export enum Service {
230
230
  AUDIT = 5,
231
231
 
232
232
  /**
233
- * SERVICE_VPN the vpn service
233
+ * SERVICE_VPN the VPN service
234
234
  *
235
235
  * @generated from enum value: SERVICE_VPN = 6;
236
236
  */
237
237
  VPN = 6,
238
238
 
239
239
  /**
240
- * SERVICE_REDIS the redis service
240
+ * SERVICE_REDIS the Redis service
241
241
  *
242
242
  * @generated from enum value: SERVICE_REDIS = 7;
243
243
  */
@@ -258,13 +258,13 @@ export const ServiceSchema: GenEnum<Service> = /*@__PURE__*/
258
258
  enumDesc(file_metalstack_api_v2_health, 1);
259
259
 
260
260
  /**
261
- * HealthService serves health related functions
261
+ * HealthService provides health status monitoring operations.
262
262
  *
263
263
  * @generated from service metalstack.api.v2.HealthService
264
264
  */
265
265
  export const HealthService: GenService<{
266
266
  /**
267
- * Get the health of the platform
267
+ * Returns the health status of the platform.
268
268
  *
269
269
  * @generated from rpc metalstack.api.v2.HealthService.Get
270
270
  */
@@ -55,6 +55,12 @@ export type ImageServiceLatestRequest = Message<"metalstack.api.v2.ImageServiceL
55
55
  * @generated from field: string os = 1;
56
56
  */
57
57
  os: string;
58
+ /**
59
+ * Classification of the image latest image
60
+ *
61
+ * @generated from field: optional metalstack.api.v2.ImageClassification classification = 2;
62
+ */
63
+ classification?: ImageClassification;
58
64
  };
59
65
  /**
60
66
  * Describes the message metalstack.api.v2.ImageServiceLatestRequest.
@@ -330,13 +336,13 @@ export declare enum ImageClassification {
330
336
  */
331
337
  export declare const ImageClassificationSchema: GenEnum<ImageClassification>;
332
338
  /**
333
- * ImageService serves image related functions
339
+ * ImageService provides image management operations.
334
340
  *
335
341
  * @generated from service metalstack.api.v2.ImageService
336
342
  */
337
343
  export declare const ImageService: GenService<{
338
344
  /**
339
- * Get a image
345
+ * Returns the image with the specified ID.
340
346
  *
341
347
  * @generated from rpc metalstack.api.v2.ImageService.Get
342
348
  */
@@ -346,7 +352,7 @@ export declare const ImageService: GenService<{
346
352
  output: typeof ImageServiceGetResponseSchema;
347
353
  };
348
354
  /**
349
- * List all images
355
+ * Returns the list of all images.
350
356
  *
351
357
  * @generated from rpc metalstack.api.v2.ImageService.List
352
358
  */
@@ -356,7 +362,7 @@ export declare const ImageService: GenService<{
356
362
  output: typeof ImageServiceListResponseSchema;
357
363
  };
358
364
  /**
359
- * Latest image for a specific os
365
+ * Returns the latest image for a specific operating system.
360
366
  *
361
367
  * @generated from rpc metalstack.api.v2.ImageService.Latest
362
368
  */
@@ -9,7 +9,7 @@ import { file_metalstack_api_v2_predefined_rules } from "./predefined_rules_pb";
9
9
  /**
10
10
  * Describes the file metalstack/api/v2/image.proto.
11
11
  */
12
- export const file_metalstack_api_v2_image = /*@__PURE__*/ fileDesc("Ch1tZXRhbHN0YWNrL2FwaS92Mi9pbWFnZS5wcm90bxIRbWV0YWxzdGFjay5hcGkudjIiMQoWSW1hZ2VTZXJ2aWNlR2V0UmVxdWVzdBIXCgJpZBgBIAEoCUILukgIcgbAs66xAgEiRwoXSW1hZ2VTZXJ2aWNlTGlzdFJlcXVlc3QSLAoFcXVlcnkYASABKAsyHS5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVF1ZXJ5IicKGUltYWdlU2VydmljZUxhdGVzdFJlcXVlc3QSCgoCb3MYASABKAkiQgoXSW1hZ2VTZXJ2aWNlR2V0UmVzcG9uc2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZSJEChhJbWFnZVNlcnZpY2VMaXN0UmVzcG9uc2USKAoGaW1hZ2VzGAEgAygLMhgubWV0YWxzdGFjay5hcGkudjIuSW1hZ2UiRQoaSW1hZ2VTZXJ2aWNlTGF0ZXN0UmVzcG9uc2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZSL/AgoFSW1hZ2USFwoCaWQYASABKAlCC7pICHIGwLOusQIBEiUKBG1ldGEYAiABKAsyFy5tZXRhbHN0YWNrLmFwaS52Mi5NZXRhEhgKA3VybBgDIAEoCUILukgIcgbgs66xAgESHgoEbmFtZRgEIAEoCUILukgIcgbAs66xAgFIAIgBARIlCgtkZXNjcmlwdGlvbhgFIAEoCUILukgIcgbIs66xAgFIAYgBARJCCghmZWF0dXJlcxgGIAMoDjIfLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlRmVhdHVyZUIPukgMkgEJGAEiBYIBAhABEkgKDmNsYXNzaWZpY2F0aW9uGAcgASgOMiYubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VDbGFzc2lmaWNhdGlvbkIIukgFggECEAESLgoKZXhwaXJlc19hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uIkYKCkltYWdlVXNhZ2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZRIPCgd1c2VkX2J5GAIgAygJIvQDCgpJbWFnZVF1ZXJ5EhwKAmlkGAEgASgJQgu6SAhyBsCzrrECAUgAiAEBEhsKAm9zGAIgASgJQgq6SAdyBRACGIABSAGIAQESIAoHdmVyc2lvbhgDIAEoCUIKukgHcgUQARiAAUgCiAEBEh4KBG5hbWUYBCABKAlCC7pICHIGwLOusQIBSAOIAQESJQoLZGVzY3JpcHRpb24YBSABKAlCC7pICHIGyLOusQIBSASIAQESHQoDdXJsGAYgASgJQgu6SAhyBuCzrrECAUgFiAEBEj8KB2ZlYXR1cmUYByABKA4yHy5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUZlYXR1cmVCCLpIBYIBAhABSAaIAQESTQoOY2xhc3NpZmljYXRpb24YCCABKA4yJi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUNsYXNzaWZpY2F0aW9uQgi6SAWCAQIQAUgHiAEBEi4KBmxhYmVscxgJIAEoCzIZLm1ldGFsc3RhY2suYXBpLnYyLkxhYmVsc0gIiAEBQgUKA19pZEIFCgNfb3NCCgoIX3ZlcnNpb25CBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uQgYKBF91cmxCCgoIX2ZlYXR1cmVCEQoPX2NsYXNzaWZpY2F0aW9uQgkKB19sYWJlbHMqfwoMSW1hZ2VGZWF0dXJlEh0KGUlNQUdFX0ZFQVRVUkVfVU5TUEVDSUZJRUQQABImChVJTUFHRV9GRUFUVVJFX01BQ0hJTkUQARoLgrIZB21hY2hpbmUSKAoWSU1BR0VfRkVBVFVSRV9GSVJFV0FMTBACGgyCshkIZmlyZXdhbGwq0gEKE0ltYWdlQ2xhc3NpZmljYXRpb24SJAogSU1BR0VfQ0xBU1NJRklDQVRJT05fVU5TUEVDSUZJRUQQABItChxJTUFHRV9DTEFTU0lGSUNBVElPTl9QUkVWSUVXEAEaC4KyGQdwcmV2aWV3EjEKHklNQUdFX0NMQVNTSUZJQ0FUSU9OX1NVUFBPUlRFRBACGg2CshkJc3VwcG9ydGVkEjMKH0lNQUdFX0NMQVNTSUZJQ0FUSU9OX0RFUFJFQ0FURUQQAxoOgrIZCmRlcHJlY2F0ZWQy0gIKDEltYWdlU2VydmljZRJmCgNHZXQSKS5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VHZXRSZXF1ZXN0GioubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlR2V0UmVzcG9uc2UiCNjzGAPg8xgCEmkKBExpc3QSKi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VMaXN0UmVxdWVzdBorLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxpc3RSZXNwb25zZSII2PMYA+DzGAISbwoGTGF0ZXN0EiwubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlTGF0ZXN0UmVxdWVzdBotLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxhdGVzdFJlc3BvbnNlIgjY8xgD4PMYAkLAAQoVY29tLm1ldGFsc3RhY2suYXBpLnYyQgpJbWFnZVByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_google_protobuf_timestamp, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules]);
12
+ export const file_metalstack_api_v2_image = /*@__PURE__*/ fileDesc("Ch1tZXRhbHN0YWNrL2FwaS92Mi9pbWFnZS5wcm90bxIRbWV0YWxzdGFjay5hcGkudjIiMQoWSW1hZ2VTZXJ2aWNlR2V0UmVxdWVzdBIXCgJpZBgBIAEoCUILukgIcgbAs66xAgEiRwoXSW1hZ2VTZXJ2aWNlTGlzdFJlcXVlc3QSLAoFcXVlcnkYASABKAsyHS5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVF1ZXJ5IokBChlJbWFnZVNlcnZpY2VMYXRlc3RSZXF1ZXN0EgoKAm9zGAEgASgJEk0KDmNsYXNzaWZpY2F0aW9uGAIgASgOMiYubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VDbGFzc2lmaWNhdGlvbkIIukgFggECEAFIAIgBAUIRCg9fY2xhc3NpZmljYXRpb24iQgoXSW1hZ2VTZXJ2aWNlR2V0UmVzcG9uc2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZSJEChhJbWFnZVNlcnZpY2VMaXN0UmVzcG9uc2USKAoGaW1hZ2VzGAEgAygLMhgubWV0YWxzdGFjay5hcGkudjIuSW1hZ2UiRQoaSW1hZ2VTZXJ2aWNlTGF0ZXN0UmVzcG9uc2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZSL/AgoFSW1hZ2USFwoCaWQYASABKAlCC7pICHIGwLOusQIBEiUKBG1ldGEYAiABKAsyFy5tZXRhbHN0YWNrLmFwaS52Mi5NZXRhEhgKA3VybBgDIAEoCUILukgIcgbgs66xAgESHgoEbmFtZRgEIAEoCUILukgIcgbAs66xAgFIAIgBARIlCgtkZXNjcmlwdGlvbhgFIAEoCUILukgIcgbIs66xAgFIAYgBARJCCghmZWF0dXJlcxgGIAMoDjIfLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlRmVhdHVyZUIPukgMkgEJGAEiBYIBAhABEkgKDmNsYXNzaWZpY2F0aW9uGAcgASgOMiYubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VDbGFzc2lmaWNhdGlvbkIIukgFggECEAESLgoKZXhwaXJlc19hdBgIIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBCBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uIkYKCkltYWdlVXNhZ2USJwoFaW1hZ2UYASABKAsyGC5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZRIPCgd1c2VkX2J5GAIgAygJIvQDCgpJbWFnZVF1ZXJ5EhwKAmlkGAEgASgJQgu6SAhyBsCzrrECAUgAiAEBEhsKAm9zGAIgASgJQgq6SAdyBRACGIABSAGIAQESIAoHdmVyc2lvbhgDIAEoCUIKukgHcgUQARiAAUgCiAEBEh4KBG5hbWUYBCABKAlCC7pICHIGwLOusQIBSAOIAQESJQoLZGVzY3JpcHRpb24YBSABKAlCC7pICHIGyLOusQIBSASIAQESHQoDdXJsGAYgASgJQgu6SAhyBuCzrrECAUgFiAEBEj8KB2ZlYXR1cmUYByABKA4yHy5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUZlYXR1cmVCCLpIBYIBAhABSAaIAQESTQoOY2xhc3NpZmljYXRpb24YCCABKA4yJi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZUNsYXNzaWZpY2F0aW9uQgi6SAWCAQIQAUgHiAEBEi4KBmxhYmVscxgJIAEoCzIZLm1ldGFsc3RhY2suYXBpLnYyLkxhYmVsc0gIiAEBQgUKA19pZEIFCgNfb3NCCgoIX3ZlcnNpb25CBwoFX25hbWVCDgoMX2Rlc2NyaXB0aW9uQgYKBF91cmxCCgoIX2ZlYXR1cmVCEQoPX2NsYXNzaWZpY2F0aW9uQgkKB19sYWJlbHMqfwoMSW1hZ2VGZWF0dXJlEh0KGUlNQUdFX0ZFQVRVUkVfVU5TUEVDSUZJRUQQABImChVJTUFHRV9GRUFUVVJFX01BQ0hJTkUQARoLgrIZB21hY2hpbmUSKAoWSU1BR0VfRkVBVFVSRV9GSVJFV0FMTBACGgyCshkIZmlyZXdhbGwq0gEKE0ltYWdlQ2xhc3NpZmljYXRpb24SJAogSU1BR0VfQ0xBU1NJRklDQVRJT05fVU5TUEVDSUZJRUQQABItChxJTUFHRV9DTEFTU0lGSUNBVElPTl9QUkVWSUVXEAEaC4KyGQdwcmV2aWV3EjEKHklNQUdFX0NMQVNTSUZJQ0FUSU9OX1NVUFBPUlRFRBACGg2CshkJc3VwcG9ydGVkEjMKH0lNQUdFX0NMQVNTSUZJQ0FUSU9OX0RFUFJFQ0FURUQQAxoOgrIZCmRlcHJlY2F0ZWQy0gIKDEltYWdlU2VydmljZRJmCgNHZXQSKS5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VHZXRSZXF1ZXN0GioubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlR2V0UmVzcG9uc2UiCNjzGAPg8xgCEmkKBExpc3QSKi5tZXRhbHN0YWNrLmFwaS52Mi5JbWFnZVNlcnZpY2VMaXN0UmVxdWVzdBorLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxpc3RSZXNwb25zZSII2PMYA+DzGAISbwoGTGF0ZXN0EiwubWV0YWxzdGFjay5hcGkudjIuSW1hZ2VTZXJ2aWNlTGF0ZXN0UmVxdWVzdBotLm1ldGFsc3RhY2suYXBpLnYyLkltYWdlU2VydmljZUxhdGVzdFJlc3BvbnNlIgjY8xgD4PMYAkLAAQoVY29tLm1ldGFsc3RhY2suYXBpLnYyQgpJbWFnZVByb3RvUAFaNWdpdGh1Yi5jb20vbWV0YWwtc3RhY2svYXBpL2dvL21ldGFsc3RhY2svYXBpL3YyO2FwaXYyogIDTUFYqgIRTWV0YWxzdGFjay5BcGkuVjLKAhFNZXRhbHN0YWNrXEFwaVxWMuICHU1ldGFsc3RhY2tcQXBpXFYyXEdQQk1ldGFkYXRh6gITTWV0YWxzdGFjazo6QXBpOjpWMmIGcHJvdG8z", [file_buf_validate_validate, file_google_protobuf_timestamp, file_metalstack_api_v2_common, file_metalstack_api_v2_predefined_rules]);
13
13
  /**
14
14
  * Describes the message metalstack.api.v2.ImageServiceGetRequest.
15
15
  * Use `create(ImageServiceGetRequestSchema)` to create a new message.
@@ -122,7 +122,7 @@ export var ImageClassification;
122
122
  */
123
123
  export const ImageClassificationSchema = /*@__PURE__*/ enumDesc(file_metalstack_api_v2_image, 1);
124
124
  /**
125
- * ImageService serves image related functions
125
+ * ImageService provides image management operations.
126
126
  *
127
127
  * @generated from service metalstack.api.v2.ImageService
128
128
  */