@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.
- 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 +25 -25
- package/js/metalstack/admin/v2/network_pb.js +1 -1
- package/js/metalstack/admin/v2/network_pb.ts +25 -25
- 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 +14 -14
- package/js/metalstack/admin/v2/tenant_pb.js +1 -1
- package/js/metalstack/admin/v2/tenant_pb.ts +14 -14
- 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/common_pb.d.ts +2 -2
- package/js/metalstack/api/v2/common_pb.js +4 -3
- package/js/metalstack/api/v2/common_pb.ts +4 -3
- package/js/metalstack/api/v2/filesystem_pb.d.ts +4 -4
- package/js/metalstack/api/v2/filesystem_pb.js +2 -2
- package/js/metalstack/api/v2/filesystem_pb.ts +5 -5
- 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 +35 -58
- package/js/metalstack/api/v2/machine_pb.js +33 -38
- package/js/metalstack/api/v2/machine_pb.ts +63 -91
- package/js/metalstack/api/v2/method_pb.d.ts +11 -11
- package/js/metalstack/api/v2/method_pb.js +3 -3
- package/js/metalstack/api/v2/method_pb.ts +12 -12
- 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 +22 -4
- package/js/metalstack/api/v2/predefined_rules_pb.js +23 -5
- package/js/metalstack/api/v2/predefined_rules_pb.ts +30 -6
- package/js/metalstack/api/v2/project_pb.d.ts +3 -3
- package/js/metalstack/api/v2/project_pb.js +2 -2
- package/js/metalstack/api/v2/project_pb.ts +4 -4
- package/js/metalstack/api/v2/size_imageconstraint_pb.d.ts +2 -2
- package/js/metalstack/api/v2/size_imageconstraint_pb.js +2 -2
- package/js/metalstack/api/v2/size_imageconstraint_pb.ts +3 -3
- package/js/metalstack/api/v2/size_pb.d.ts +3 -3
- package/js/metalstack/api/v2/size_pb.js +2 -2
- package/js/metalstack/api/v2/size_pb.ts +4 -4
- 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 +3 -3
- package/js/metalstack/api/v2/tenant_pb.js +2 -2
- package/js/metalstack/api/v2/tenant_pb.ts +4 -4
- package/js/metalstack/api/v2/token_pb.d.ts +7 -7
- package/js/metalstack/api/v2/token_pb.js +2 -2
- package/js/metalstack/api/v2/token_pb.ts +8 -8
- package/js/metalstack/api/v2/user_pb.d.ts +7 -7
- package/js/metalstack/api/v2/user_pb.js +2 -2
- package/js/metalstack/api/v2/user_pb.ts +8 -8
- 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
|
@@ -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
|
*/
|
|
@@ -7,7 +7,7 @@ import type { Message } from "@bufbuild/protobuf";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const file_metalstack_admin_v2_size: GenFile;
|
|
9
9
|
/**
|
|
10
|
-
* SizeServiceCreateRequest is the request payload for a size
|
|
10
|
+
* SizeServiceCreateRequest is the request payload for creating a size.
|
|
11
11
|
*
|
|
12
12
|
* @generated from message metalstack.admin.v2.SizeServiceCreateRequest
|
|
13
13
|
*/
|
|
@@ -25,13 +25,13 @@ export type SizeServiceCreateRequest = Message<"metalstack.admin.v2.SizeServiceC
|
|
|
25
25
|
*/
|
|
26
26
|
export declare const SizeServiceCreateRequestSchema: GenMessage<SizeServiceCreateRequest>;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* SizeServiceCreateResponse is the response payload for creating a size.
|
|
29
29
|
*
|
|
30
30
|
* @generated from message metalstack.admin.v2.SizeServiceCreateResponse
|
|
31
31
|
*/
|
|
32
32
|
export type SizeServiceCreateResponse = Message<"metalstack.admin.v2.SizeServiceCreateResponse"> & {
|
|
33
33
|
/**
|
|
34
|
-
* Size the size
|
|
34
|
+
* Size contains the created size
|
|
35
35
|
*
|
|
36
36
|
* @generated from field: metalstack.api.v2.Size size = 1;
|
|
37
37
|
*/
|
|
@@ -43,7 +43,7 @@ export type SizeServiceCreateResponse = Message<"metalstack.admin.v2.SizeService
|
|
|
43
43
|
*/
|
|
44
44
|
export declare const SizeServiceCreateResponseSchema: GenMessage<SizeServiceCreateResponse>;
|
|
45
45
|
/**
|
|
46
|
-
* SizeServiceUpdateRequest is the request payload for a size
|
|
46
|
+
* SizeServiceUpdateRequest is the request payload for updating a size.
|
|
47
47
|
*
|
|
48
48
|
* @generated from message metalstack.admin.v2.SizeServiceUpdateRequest
|
|
49
49
|
*/
|
|
@@ -91,13 +91,13 @@ export type SizeServiceUpdateRequest = Message<"metalstack.admin.v2.SizeServiceU
|
|
|
91
91
|
*/
|
|
92
92
|
export declare const SizeServiceUpdateRequestSchema: GenMessage<SizeServiceUpdateRequest>;
|
|
93
93
|
/**
|
|
94
|
-
* SizeServiceUpdateResponse is the response payload for a size
|
|
94
|
+
* SizeServiceUpdateResponse is the response payload for updating a size.
|
|
95
95
|
*
|
|
96
96
|
* @generated from message metalstack.admin.v2.SizeServiceUpdateResponse
|
|
97
97
|
*/
|
|
98
98
|
export type SizeServiceUpdateResponse = Message<"metalstack.admin.v2.SizeServiceUpdateResponse"> & {
|
|
99
99
|
/**
|
|
100
|
-
* Size the size
|
|
100
|
+
* Size contains the updated size
|
|
101
101
|
*
|
|
102
102
|
* @generated from field: metalstack.api.v2.Size size = 1;
|
|
103
103
|
*/
|
|
@@ -109,7 +109,7 @@ export type SizeServiceUpdateResponse = Message<"metalstack.admin.v2.SizeService
|
|
|
109
109
|
*/
|
|
110
110
|
export declare const SizeServiceUpdateResponseSchema: GenMessage<SizeServiceUpdateResponse>;
|
|
111
111
|
/**
|
|
112
|
-
* SizeServiceDeleteRequest is the request payload for a size
|
|
112
|
+
* SizeServiceDeleteRequest is the request payload for deleting a size.
|
|
113
113
|
*
|
|
114
114
|
* @generated from message metalstack.admin.v2.SizeServiceDeleteRequest
|
|
115
115
|
*/
|
|
@@ -127,13 +127,13 @@ export type SizeServiceDeleteRequest = Message<"metalstack.admin.v2.SizeServiceD
|
|
|
127
127
|
*/
|
|
128
128
|
export declare const SizeServiceDeleteRequestSchema: GenMessage<SizeServiceDeleteRequest>;
|
|
129
129
|
/**
|
|
130
|
-
* SizeServiceDeleteResponse is the response payload for a size
|
|
130
|
+
* SizeServiceDeleteResponse is the response payload for deleting a size.
|
|
131
131
|
*
|
|
132
132
|
* @generated from message metalstack.admin.v2.SizeServiceDeleteResponse
|
|
133
133
|
*/
|
|
134
134
|
export type SizeServiceDeleteResponse = Message<"metalstack.admin.v2.SizeServiceDeleteResponse"> & {
|
|
135
135
|
/**
|
|
136
|
-
* Size the size
|
|
136
|
+
* Size contains the deleted size
|
|
137
137
|
*
|
|
138
138
|
* @generated from field: metalstack.api.v2.Size size = 1;
|
|
139
139
|
*/
|
|
@@ -145,13 +145,13 @@ export type SizeServiceDeleteResponse = Message<"metalstack.admin.v2.SizeService
|
|
|
145
145
|
*/
|
|
146
146
|
export declare const SizeServiceDeleteResponseSchema: GenMessage<SizeServiceDeleteResponse>;
|
|
147
147
|
/**
|
|
148
|
-
* SizeService
|
|
148
|
+
* SizeService provides size management operations.
|
|
149
149
|
*
|
|
150
150
|
* @generated from service metalstack.admin.v2.SizeService
|
|
151
151
|
*/
|
|
152
152
|
export declare const SizeService: GenService<{
|
|
153
153
|
/**
|
|
154
|
-
*
|
|
154
|
+
* Creates a new size.
|
|
155
155
|
*
|
|
156
156
|
* @generated from rpc metalstack.admin.v2.SizeService.Create
|
|
157
157
|
*/
|
|
@@ -161,7 +161,7 @@ export declare const SizeService: GenService<{
|
|
|
161
161
|
output: typeof SizeServiceCreateResponseSchema;
|
|
162
162
|
};
|
|
163
163
|
/**
|
|
164
|
-
*
|
|
164
|
+
* Updates a size.
|
|
165
165
|
*
|
|
166
166
|
* @generated from rpc metalstack.admin.v2.SizeService.Update
|
|
167
167
|
*/
|
|
@@ -171,7 +171,7 @@ export declare const SizeService: GenService<{
|
|
|
171
171
|
output: typeof SizeServiceUpdateResponseSchema;
|
|
172
172
|
};
|
|
173
173
|
/**
|
|
174
|
-
*
|
|
174
|
+
* Deletes a size.
|
|
175
175
|
*
|
|
176
176
|
* @generated from rpc metalstack.admin.v2.SizeService.Delete
|
|
177
177
|
*/
|
|
@@ -41,7 +41,7 @@ export const SizeServiceDeleteRequestSchema = /*@__PURE__*/ messageDesc(file_met
|
|
|
41
41
|
*/
|
|
42
42
|
export const SizeServiceDeleteResponseSchema = /*@__PURE__*/ messageDesc(file_metalstack_admin_v2_size, 5);
|
|
43
43
|
/**
|
|
44
|
-
* SizeService
|
|
44
|
+
* SizeService provides size management operations.
|
|
45
45
|
*
|
|
46
46
|
* @generated from service metalstack.admin.v2.SizeService
|
|
47
47
|
*/
|