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