@scaleway/sdk-qaas 2.7.0 → 2.9.0

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.
@@ -0,0 +1,245 @@
1
+ //#region src/v1alpha1/metadata.gen.ts
2
+ const queriesMetadata = {
3
+ namespace: "qaas",
4
+ version: "v1alpha1",
5
+ folderName: "qaasv1alpha1",
6
+ services: [{
7
+ apiClass: "API",
8
+ methods: [
9
+ {
10
+ methodName: "getJob",
11
+ protoName: "GetJob",
12
+ paramsType: "GetJobRequest",
13
+ returnType: "Job",
14
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
15
+ isList: false,
16
+ paginationType: "none",
17
+ isPrivate: false,
18
+ description: "\"",
19
+ hasWaiter: true
20
+ },
21
+ {
22
+ methodName: "listJobs",
23
+ protoName: "ListJobs",
24
+ paramsType: "ListJobsRequest",
25
+ returnType: "ListJobsResponse",
26
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
27
+ isList: true,
28
+ paginationType: "offset",
29
+ pageParamKey: "page",
30
+ listItemType: "Job",
31
+ listItemTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
32
+ isPrivate: false,
33
+ description: "\""
34
+ },
35
+ {
36
+ methodName: "listJobResults",
37
+ protoName: "ListJobResults",
38
+ paramsType: "ListJobResultsRequest",
39
+ returnType: "ListJobResultsResponse",
40
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
41
+ isList: true,
42
+ paginationType: "offset",
43
+ pageParamKey: "page",
44
+ listItemType: "JobResult",
45
+ listItemTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
46
+ isPrivate: false,
47
+ description: "\""
48
+ },
49
+ {
50
+ methodName: "getJobCircuit",
51
+ protoName: "GetJobCircuit",
52
+ paramsType: "GetJobCircuitRequest",
53
+ returnType: "JobCircuit",
54
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
55
+ isList: false,
56
+ paginationType: "none",
57
+ isPrivate: false,
58
+ description: "\""
59
+ },
60
+ {
61
+ methodName: "getPlatform",
62
+ protoName: "GetPlatform",
63
+ paramsType: "GetPlatformRequest",
64
+ returnType: "Platform",
65
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
66
+ isList: false,
67
+ paginationType: "none",
68
+ isPrivate: false,
69
+ description: "\""
70
+ },
71
+ {
72
+ methodName: "listPlatforms",
73
+ protoName: "ListPlatforms",
74
+ paramsType: "ListPlatformsRequest",
75
+ returnType: "ListPlatformsResponse",
76
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
77
+ isList: true,
78
+ paginationType: "offset",
79
+ pageParamKey: "page",
80
+ listItemType: "Platform",
81
+ listItemTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
82
+ isPrivate: false,
83
+ description: "\""
84
+ },
85
+ {
86
+ methodName: "getSession",
87
+ protoName: "GetSession",
88
+ paramsType: "GetSessionRequest",
89
+ returnType: "Session",
90
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
91
+ isList: false,
92
+ paginationType: "none",
93
+ isPrivate: false,
94
+ description: "\"",
95
+ hasWaiter: true
96
+ },
97
+ {
98
+ methodName: "listSessions",
99
+ protoName: "ListSessions",
100
+ paramsType: "ListSessionsRequest",
101
+ returnType: "ListSessionsResponse",
102
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
103
+ isList: true,
104
+ paginationType: "offset",
105
+ pageParamKey: "page",
106
+ listItemType: "Session",
107
+ listItemTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
108
+ isPrivate: false,
109
+ description: "\""
110
+ },
111
+ {
112
+ methodName: "listSessionACLs",
113
+ protoName: "ListSessionACLs",
114
+ paramsType: "ListSessionACLsRequest",
115
+ returnType: "ListSessionACLsResponse",
116
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
117
+ isList: true,
118
+ paginationType: "offset",
119
+ pageParamKey: "page",
120
+ listItemType: "SessionAccess",
121
+ listItemTypeNamespace: "SessionAccess",
122
+ isPrivate: false,
123
+ description: "\""
124
+ },
125
+ {
126
+ methodName: "getProcess",
127
+ protoName: "GetProcess",
128
+ paramsType: "GetProcessRequest",
129
+ returnType: "Process",
130
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
131
+ isList: false,
132
+ paginationType: "none",
133
+ isPrivate: false,
134
+ description: "\"",
135
+ hasWaiter: true
136
+ },
137
+ {
138
+ methodName: "listProcesses",
139
+ protoName: "ListProcesses",
140
+ paramsType: "ListProcessesRequest",
141
+ returnType: "ListProcessesResponse",
142
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
143
+ isList: true,
144
+ paginationType: "offset",
145
+ pageParamKey: "page",
146
+ listItemType: "Process",
147
+ listItemTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
148
+ isPrivate: false,
149
+ description: "\""
150
+ },
151
+ {
152
+ methodName: "listProcessResults",
153
+ protoName: "ListProcessResults",
154
+ paramsType: "ListProcessResultsRequest",
155
+ returnType: "ListProcessResultsResponse",
156
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
157
+ isList: true,
158
+ paginationType: "offset",
159
+ pageParamKey: "page",
160
+ listItemType: "ProcessResult",
161
+ listItemTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
162
+ isPrivate: false,
163
+ description: "\""
164
+ },
165
+ {
166
+ methodName: "getApplication",
167
+ protoName: "GetApplication",
168
+ paramsType: "GetApplicationRequest",
169
+ returnType: "Application",
170
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
171
+ isList: false,
172
+ paginationType: "none",
173
+ isPrivate: false,
174
+ description: "\""
175
+ },
176
+ {
177
+ methodName: "listApplications",
178
+ protoName: "ListApplications",
179
+ paramsType: "ListApplicationsRequest",
180
+ returnType: "ListApplicationsResponse",
181
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
182
+ isList: true,
183
+ paginationType: "offset",
184
+ pageParamKey: "page",
185
+ listItemType: "Application",
186
+ listItemTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
187
+ isPrivate: false,
188
+ description: "\""
189
+ },
190
+ {
191
+ methodName: "getBooking",
192
+ protoName: "GetBooking",
193
+ paramsType: "GetBookingRequest",
194
+ returnType: "Booking",
195
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
196
+ isList: false,
197
+ paginationType: "none",
198
+ isPrivate: false,
199
+ description: "\"",
200
+ hasWaiter: true
201
+ },
202
+ {
203
+ methodName: "listBookings",
204
+ protoName: "ListBookings",
205
+ paramsType: "ListBookingsRequest",
206
+ returnType: "ListBookingsResponse",
207
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
208
+ isList: true,
209
+ paginationType: "offset",
210
+ pageParamKey: "page",
211
+ listItemType: "Booking",
212
+ listItemTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
213
+ isPrivate: false,
214
+ description: "\""
215
+ },
216
+ {
217
+ methodName: "getModel",
218
+ protoName: "GetModel",
219
+ paramsType: "GetModelRequest",
220
+ returnType: "Model",
221
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
222
+ isList: false,
223
+ paginationType: "none",
224
+ isPrivate: false,
225
+ description: "\""
226
+ },
227
+ {
228
+ methodName: "listModels",
229
+ protoName: "ListModels",
230
+ paramsType: "ListModelsRequest",
231
+ returnType: "ListModelsResponse",
232
+ returnTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
233
+ isList: true,
234
+ paginationType: "offset",
235
+ pageParamKey: "page",
236
+ listItemType: "Model",
237
+ listItemTypeNamespace: "@scaleway-internal/sdk-qaas/v1alpha1",
238
+ isPrivate: false,
239
+ description: "\""
240
+ }
241
+ ]
242
+ }]
243
+ };
244
+ //#endregion
245
+ export { queriesMetadata };