@liquidmetal-ai/drizzle 0.0.1
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/.changeset/README.md +4 -0
- package/.changeset/config.json +11 -0
- package/.changeset/odd-plums-dress.md +7 -0
- package/.turbo/turbo-build.log +6 -0
- package/dist/appify/build.d.ts +130 -0
- package/dist/appify/build.d.ts.map +1 -0
- package/dist/appify/build.js +703 -0
- package/dist/appify/build.test.d.ts +2 -0
- package/dist/appify/build.test.d.ts.map +1 -0
- package/dist/appify/build.test.js +111 -0
- package/dist/appify/index.d.ts +8 -0
- package/dist/appify/index.d.ts.map +1 -0
- package/dist/appify/index.js +28 -0
- package/dist/appify/index.test.d.ts +2 -0
- package/dist/appify/index.test.d.ts.map +1 -0
- package/dist/appify/index.test.js +40 -0
- package/dist/appify/parse.d.ts +151 -0
- package/dist/appify/parse.d.ts.map +1 -0
- package/dist/appify/parse.js +579 -0
- package/dist/appify/parse.test.d.ts +2 -0
- package/dist/appify/parse.test.d.ts.map +1 -0
- package/dist/appify/parse.test.js +319 -0
- package/dist/appify/validate.d.ts +22 -0
- package/dist/appify/validate.d.ts.map +1 -0
- package/dist/appify/validate.js +346 -0
- package/dist/appify/validate.test.d.ts +2 -0
- package/dist/appify/validate.test.d.ts.map +1 -0
- package/dist/appify/validate.test.js +327 -0
- package/dist/codestore.d.ts +34 -0
- package/dist/codestore.d.ts.map +1 -0
- package/dist/codestore.js +54 -0
- package/dist/codestore.test.d.ts +2 -0
- package/dist/codestore.test.d.ts.map +1 -0
- package/dist/codestore.test.js +84 -0
- package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts +147 -0
- package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts.map +1 -0
- package/dist/liquidmetal/v1alpha1/catalog_connect.js +150 -0
- package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts +965 -0
- package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts.map +1 -0
- package/dist/liquidmetal/v1alpha1/catalog_pb.js +1486 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts +49 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts.map +1 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.js +52 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts +271 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts.map +1 -0
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.js +381 -0
- package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts +38 -0
- package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts.map +1 -0
- package/dist/liquidmetal/v1alpha1/raindrop_pb.js +52 -0
- package/dist/unsafe/codestore.d.ts +10 -0
- package/dist/unsafe/codestore.d.ts.map +1 -0
- package/dist/unsafe/codestore.js +23 -0
- package/dist/unsafe/codestore.test.d.ts +2 -0
- package/dist/unsafe/codestore.test.d.ts.map +1 -0
- package/dist/unsafe/codestore.test.js +27 -0
- package/eslint.config.mjs +4 -0
- package/package.json +45 -0
- package/src/appify/build.test.ts +116 -0
- package/src/appify/build.ts +783 -0
- package/src/appify/index.test.ts +43 -0
- package/src/appify/index.ts +33 -0
- package/src/appify/parse.test.ts +337 -0
- package/src/appify/parse.ts +744 -0
- package/src/appify/validate.test.ts +341 -0
- package/src/appify/validate.ts +435 -0
- package/src/codestore.test.ts +98 -0
- package/src/codestore.ts +93 -0
- package/src/liquidmetal/v1alpha1/catalog_connect.ts +153 -0
- package/src/liquidmetal/v1alpha1/catalog_pb.ts +1827 -0
- package/src/liquidmetal/v1alpha1/rainbow_auth_connect.ts +55 -0
- package/src/liquidmetal/v1alpha1/rainbow_auth_pb.ts +476 -0
- package/src/liquidmetal/v1alpha1/raindrop_pb.ts +63 -0
- package/src/unsafe/codestore.test.ts +34 -0
- package/src/unsafe/codestore.ts +29 -0
- package/tsconfig.json +31 -0
- package/tsconfig.tsbuildinfo +1 -0
|
@@ -0,0 +1,1486 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v1.10.0 with parameter "target=ts"
|
|
2
|
+
// @generated from file liquidmetal/v1alpha1/catalog.proto (package liquidmetal.v1alpha1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// @ts-nocheck
|
|
5
|
+
import { Message, proto3, Struct, Timestamp } from "@bufbuild/protobuf";
|
|
6
|
+
/**
|
|
7
|
+
* @generated from enum liquidmetal.v1alpha1.BundleArchiveType
|
|
8
|
+
*/
|
|
9
|
+
export var BundleArchiveType;
|
|
10
|
+
(function (BundleArchiveType) {
|
|
11
|
+
/**
|
|
12
|
+
* @generated from enum value: BUNDLE_ARCHIVE_TYPE_UNSPECIFIED = 0;
|
|
13
|
+
*/
|
|
14
|
+
BundleArchiveType[BundleArchiveType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
15
|
+
/**
|
|
16
|
+
* @generated from enum value: BUNDLE_ARCHIVE_TYPE_ZIP = 1;
|
|
17
|
+
*/
|
|
18
|
+
BundleArchiveType[BundleArchiveType["ZIP"] = 1] = "ZIP";
|
|
19
|
+
})(BundleArchiveType || (BundleArchiveType = {}));
|
|
20
|
+
// Retrieve enum metadata with: proto3.getEnumType(BundleArchiveType)
|
|
21
|
+
proto3.util.setEnumType(BundleArchiveType, "liquidmetal.v1alpha1.BundleArchiveType", [
|
|
22
|
+
{ no: 0, name: "BUNDLE_ARCHIVE_TYPE_UNSPECIFIED" },
|
|
23
|
+
{ no: 1, name: "BUNDLE_ARCHIVE_TYPE_ZIP" },
|
|
24
|
+
]);
|
|
25
|
+
/**
|
|
26
|
+
* @generated from message liquidmetal.v1alpha1.ApplicationsRequest
|
|
27
|
+
*/
|
|
28
|
+
export class ApplicationsRequest extends Message {
|
|
29
|
+
/**
|
|
30
|
+
* user_id is the user for which applications are being requested.
|
|
31
|
+
*
|
|
32
|
+
* @generated from field: string user_id = 1;
|
|
33
|
+
*/
|
|
34
|
+
userId = "";
|
|
35
|
+
/**
|
|
36
|
+
* organization_id is the organization within which applications are being requested.
|
|
37
|
+
*
|
|
38
|
+
* @generated from field: string organization_id = 2;
|
|
39
|
+
*/
|
|
40
|
+
organizationId = "";
|
|
41
|
+
/**
|
|
42
|
+
* show_deleted is a flag to indicate if deleted applications should be included in the response.
|
|
43
|
+
*
|
|
44
|
+
* @generated from field: bool show_deleted = 3;
|
|
45
|
+
*/
|
|
46
|
+
showDeleted = false;
|
|
47
|
+
/**
|
|
48
|
+
* @generated from field: optional string next_page_token = 4;
|
|
49
|
+
*/
|
|
50
|
+
nextPageToken;
|
|
51
|
+
constructor(data) {
|
|
52
|
+
super();
|
|
53
|
+
proto3.util.initPartial(data, this);
|
|
54
|
+
}
|
|
55
|
+
static runtime = proto3;
|
|
56
|
+
static typeName = "liquidmetal.v1alpha1.ApplicationsRequest";
|
|
57
|
+
static fields = proto3.util.newFieldList(() => [
|
|
58
|
+
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
59
|
+
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
60
|
+
{ no: 3, name: "show_deleted", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
61
|
+
{ no: 4, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
62
|
+
]);
|
|
63
|
+
static fromBinary(bytes, options) {
|
|
64
|
+
return new ApplicationsRequest().fromBinary(bytes, options);
|
|
65
|
+
}
|
|
66
|
+
static fromJson(jsonValue, options) {
|
|
67
|
+
return new ApplicationsRequest().fromJson(jsonValue, options);
|
|
68
|
+
}
|
|
69
|
+
static fromJsonString(jsonString, options) {
|
|
70
|
+
return new ApplicationsRequest().fromJsonString(jsonString, options);
|
|
71
|
+
}
|
|
72
|
+
static equals(a, b) {
|
|
73
|
+
return proto3.util.equals(ApplicationsRequest, a, b);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* @generated from message liquidmetal.v1alpha1.ApplicationsResponse
|
|
78
|
+
*/
|
|
79
|
+
export class ApplicationsResponse extends Message {
|
|
80
|
+
/**
|
|
81
|
+
* @generated from field: repeated liquidmetal.v1alpha1.ApplicationsResponse.Application applications = 1;
|
|
82
|
+
*/
|
|
83
|
+
applications = [];
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: optional string next_page_token = 2;
|
|
86
|
+
*/
|
|
87
|
+
nextPageToken;
|
|
88
|
+
constructor(data) {
|
|
89
|
+
super();
|
|
90
|
+
proto3.util.initPartial(data, this);
|
|
91
|
+
}
|
|
92
|
+
static runtime = proto3;
|
|
93
|
+
static typeName = "liquidmetal.v1alpha1.ApplicationsResponse";
|
|
94
|
+
static fields = proto3.util.newFieldList(() => [
|
|
95
|
+
{ no: 1, name: "applications", kind: "message", T: ApplicationsResponse_Application, repeated: true },
|
|
96
|
+
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
97
|
+
]);
|
|
98
|
+
static fromBinary(bytes, options) {
|
|
99
|
+
return new ApplicationsResponse().fromBinary(bytes, options);
|
|
100
|
+
}
|
|
101
|
+
static fromJson(jsonValue, options) {
|
|
102
|
+
return new ApplicationsResponse().fromJson(jsonValue, options);
|
|
103
|
+
}
|
|
104
|
+
static fromJsonString(jsonString, options) {
|
|
105
|
+
return new ApplicationsResponse().fromJsonString(jsonString, options);
|
|
106
|
+
}
|
|
107
|
+
static equals(a, b) {
|
|
108
|
+
return proto3.util.equals(ApplicationsResponse, a, b);
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* @generated from message liquidmetal.v1alpha1.ApplicationsResponse.Application
|
|
113
|
+
*/
|
|
114
|
+
export class ApplicationsResponse_Application extends Message {
|
|
115
|
+
/**
|
|
116
|
+
* @generated from field: string name = 1;
|
|
117
|
+
*/
|
|
118
|
+
name = "";
|
|
119
|
+
/**
|
|
120
|
+
* @generated from field: string version_id = 2;
|
|
121
|
+
*/
|
|
122
|
+
versionId = "";
|
|
123
|
+
/**
|
|
124
|
+
* @generated from field: string manifest = 3;
|
|
125
|
+
*/
|
|
126
|
+
manifest = "";
|
|
127
|
+
/**
|
|
128
|
+
* @generated from field: optional string suite = 4;
|
|
129
|
+
*/
|
|
130
|
+
suite;
|
|
131
|
+
/**
|
|
132
|
+
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
133
|
+
*/
|
|
134
|
+
createdAt;
|
|
135
|
+
/**
|
|
136
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
137
|
+
*/
|
|
138
|
+
updatedAt;
|
|
139
|
+
/**
|
|
140
|
+
* @generated from field: optional google.protobuf.Timestamp deleted_at = 7;
|
|
141
|
+
*/
|
|
142
|
+
deletedAt;
|
|
143
|
+
/**
|
|
144
|
+
* @generated from field: bool is_active = 8;
|
|
145
|
+
*/
|
|
146
|
+
isActive = false;
|
|
147
|
+
constructor(data) {
|
|
148
|
+
super();
|
|
149
|
+
proto3.util.initPartial(data, this);
|
|
150
|
+
}
|
|
151
|
+
static runtime = proto3;
|
|
152
|
+
static typeName = "liquidmetal.v1alpha1.ApplicationsResponse.Application";
|
|
153
|
+
static fields = proto3.util.newFieldList(() => [
|
|
154
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
155
|
+
{ no: 2, name: "version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
156
|
+
{ no: 3, name: "manifest", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
157
|
+
{ no: 4, name: "suite", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
158
|
+
{ no: 5, name: "created_at", kind: "message", T: Timestamp },
|
|
159
|
+
{ no: 6, name: "updated_at", kind: "message", T: Timestamp },
|
|
160
|
+
{ no: 7, name: "deleted_at", kind: "message", T: Timestamp, opt: true },
|
|
161
|
+
{ no: 8, name: "is_active", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
162
|
+
]);
|
|
163
|
+
static fromBinary(bytes, options) {
|
|
164
|
+
return new ApplicationsResponse_Application().fromBinary(bytes, options);
|
|
165
|
+
}
|
|
166
|
+
static fromJson(jsonValue, options) {
|
|
167
|
+
return new ApplicationsResponse_Application().fromJson(jsonValue, options);
|
|
168
|
+
}
|
|
169
|
+
static fromJsonString(jsonString, options) {
|
|
170
|
+
return new ApplicationsResponse_Application().fromJsonString(jsonString, options);
|
|
171
|
+
}
|
|
172
|
+
static equals(a, b) {
|
|
173
|
+
return proto3.util.equals(ApplicationsResponse_Application, a, b);
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
/**
|
|
177
|
+
* InternalApplicationsRequestPaginationToken is what we serialize into an
|
|
178
|
+
* opaque string that is interpreted within internal backend systems
|
|
179
|
+
* implementing the API but not to be parsed by API consumers.
|
|
180
|
+
*
|
|
181
|
+
* to be defined as we understand the underlying database structure
|
|
182
|
+
*
|
|
183
|
+
* @generated from message liquidmetal.v1alpha1.InternalApplicationsRequestPaginationToken
|
|
184
|
+
*/
|
|
185
|
+
export class InternalApplicationsRequestPaginationToken extends Message {
|
|
186
|
+
constructor(data) {
|
|
187
|
+
super();
|
|
188
|
+
proto3.util.initPartial(data, this);
|
|
189
|
+
}
|
|
190
|
+
static runtime = proto3;
|
|
191
|
+
static typeName = "liquidmetal.v1alpha1.InternalApplicationsRequestPaginationToken";
|
|
192
|
+
static fields = proto3.util.newFieldList(() => []);
|
|
193
|
+
static fromBinary(bytes, options) {
|
|
194
|
+
return new InternalApplicationsRequestPaginationToken().fromBinary(bytes, options);
|
|
195
|
+
}
|
|
196
|
+
static fromJson(jsonValue, options) {
|
|
197
|
+
return new InternalApplicationsRequestPaginationToken().fromJson(jsonValue, options);
|
|
198
|
+
}
|
|
199
|
+
static fromJsonString(jsonString, options) {
|
|
200
|
+
return new InternalApplicationsRequestPaginationToken().fromJsonString(jsonString, options);
|
|
201
|
+
}
|
|
202
|
+
static equals(a, b) {
|
|
203
|
+
return proto3.util.equals(InternalApplicationsRequestPaginationToken, a, b);
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* @generated from message liquidmetal.v1alpha1.CreateApplicationsRequest
|
|
208
|
+
*/
|
|
209
|
+
export class CreateApplicationsRequest extends Message {
|
|
210
|
+
/**
|
|
211
|
+
* @generated from field: repeated liquidmetal.v1alpha1.CreateApplicationsRequest.Application applications = 1;
|
|
212
|
+
*/
|
|
213
|
+
applications = [];
|
|
214
|
+
/**
|
|
215
|
+
* @generated from field: string user_id = 2;
|
|
216
|
+
*/
|
|
217
|
+
userId = "";
|
|
218
|
+
/**
|
|
219
|
+
* @generated from field: string organization_id = 3;
|
|
220
|
+
*/
|
|
221
|
+
organizationId = "";
|
|
222
|
+
/**
|
|
223
|
+
* @generated from field: optional string suite = 4;
|
|
224
|
+
*/
|
|
225
|
+
suite;
|
|
226
|
+
constructor(data) {
|
|
227
|
+
super();
|
|
228
|
+
proto3.util.initPartial(data, this);
|
|
229
|
+
}
|
|
230
|
+
static runtime = proto3;
|
|
231
|
+
static typeName = "liquidmetal.v1alpha1.CreateApplicationsRequest";
|
|
232
|
+
static fields = proto3.util.newFieldList(() => [
|
|
233
|
+
{ no: 1, name: "applications", kind: "message", T: CreateApplicationsRequest_Application, repeated: true },
|
|
234
|
+
{ no: 2, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
235
|
+
{ no: 3, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
236
|
+
{ no: 4, name: "suite", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
237
|
+
]);
|
|
238
|
+
static fromBinary(bytes, options) {
|
|
239
|
+
return new CreateApplicationsRequest().fromBinary(bytes, options);
|
|
240
|
+
}
|
|
241
|
+
static fromJson(jsonValue, options) {
|
|
242
|
+
return new CreateApplicationsRequest().fromJson(jsonValue, options);
|
|
243
|
+
}
|
|
244
|
+
static fromJsonString(jsonString, options) {
|
|
245
|
+
return new CreateApplicationsRequest().fromJsonString(jsonString, options);
|
|
246
|
+
}
|
|
247
|
+
static equals(a, b) {
|
|
248
|
+
return proto3.util.equals(CreateApplicationsRequest, a, b);
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* @generated from message liquidmetal.v1alpha1.CreateApplicationsRequest.Application
|
|
253
|
+
*/
|
|
254
|
+
export class CreateApplicationsRequest_Application extends Message {
|
|
255
|
+
/**
|
|
256
|
+
* @generated from field: string name = 1;
|
|
257
|
+
*/
|
|
258
|
+
name = "";
|
|
259
|
+
/**
|
|
260
|
+
* @generated from oneof liquidmetal.v1alpha1.CreateApplicationsRequest.Application.version
|
|
261
|
+
*/
|
|
262
|
+
version = { case: undefined };
|
|
263
|
+
/**
|
|
264
|
+
* @generated from field: string manifest = 4;
|
|
265
|
+
*/
|
|
266
|
+
manifest = "";
|
|
267
|
+
/**
|
|
268
|
+
* @generated from field: string manifest_json = 5;
|
|
269
|
+
*/
|
|
270
|
+
manifestJson = "";
|
|
271
|
+
/**
|
|
272
|
+
* @generated from field: bool is_active = 6;
|
|
273
|
+
*/
|
|
274
|
+
isActive = false;
|
|
275
|
+
constructor(data) {
|
|
276
|
+
super();
|
|
277
|
+
proto3.util.initPartial(data, this);
|
|
278
|
+
}
|
|
279
|
+
static runtime = proto3;
|
|
280
|
+
static typeName = "liquidmetal.v1alpha1.CreateApplicationsRequest.Application";
|
|
281
|
+
static fields = proto3.util.newFieldList(() => [
|
|
282
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
283
|
+
{ no: 2, name: "version_id", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "version" },
|
|
284
|
+
{ no: 3, name: "previous_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "version" },
|
|
285
|
+
{ no: 4, name: "manifest", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
286
|
+
{ no: 5, name: "manifest_json", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
287
|
+
{ no: 6, name: "is_active", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
288
|
+
]);
|
|
289
|
+
static fromBinary(bytes, options) {
|
|
290
|
+
return new CreateApplicationsRequest_Application().fromBinary(bytes, options);
|
|
291
|
+
}
|
|
292
|
+
static fromJson(jsonValue, options) {
|
|
293
|
+
return new CreateApplicationsRequest_Application().fromJson(jsonValue, options);
|
|
294
|
+
}
|
|
295
|
+
static fromJsonString(jsonString, options) {
|
|
296
|
+
return new CreateApplicationsRequest_Application().fromJsonString(jsonString, options);
|
|
297
|
+
}
|
|
298
|
+
static equals(a, b) {
|
|
299
|
+
return proto3.util.equals(CreateApplicationsRequest_Application, a, b);
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
/**
|
|
303
|
+
* @generated from message liquidmetal.v1alpha1.CreateApplicationsResponse
|
|
304
|
+
*/
|
|
305
|
+
export class CreateApplicationsResponse extends Message {
|
|
306
|
+
/**
|
|
307
|
+
* @generated from field: repeated liquidmetal.v1alpha1.CreateApplicationsResponse.Application applications = 1;
|
|
308
|
+
*/
|
|
309
|
+
applications = [];
|
|
310
|
+
constructor(data) {
|
|
311
|
+
super();
|
|
312
|
+
proto3.util.initPartial(data, this);
|
|
313
|
+
}
|
|
314
|
+
static runtime = proto3;
|
|
315
|
+
static typeName = "liquidmetal.v1alpha1.CreateApplicationsResponse";
|
|
316
|
+
static fields = proto3.util.newFieldList(() => [
|
|
317
|
+
{ no: 1, name: "applications", kind: "message", T: CreateApplicationsResponse_Application, repeated: true },
|
|
318
|
+
]);
|
|
319
|
+
static fromBinary(bytes, options) {
|
|
320
|
+
return new CreateApplicationsResponse().fromBinary(bytes, options);
|
|
321
|
+
}
|
|
322
|
+
static fromJson(jsonValue, options) {
|
|
323
|
+
return new CreateApplicationsResponse().fromJson(jsonValue, options);
|
|
324
|
+
}
|
|
325
|
+
static fromJsonString(jsonString, options) {
|
|
326
|
+
return new CreateApplicationsResponse().fromJsonString(jsonString, options);
|
|
327
|
+
}
|
|
328
|
+
static equals(a, b) {
|
|
329
|
+
return proto3.util.equals(CreateApplicationsResponse, a, b);
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
/**
|
|
333
|
+
* @generated from message liquidmetal.v1alpha1.CreateApplicationsResponse.Application
|
|
334
|
+
*/
|
|
335
|
+
export class CreateApplicationsResponse_Application extends Message {
|
|
336
|
+
/**
|
|
337
|
+
* @generated from field: string name = 1;
|
|
338
|
+
*/
|
|
339
|
+
name = "";
|
|
340
|
+
/**
|
|
341
|
+
* @generated from field: string version_id = 2;
|
|
342
|
+
*/
|
|
343
|
+
versionId = "";
|
|
344
|
+
constructor(data) {
|
|
345
|
+
super();
|
|
346
|
+
proto3.util.initPartial(data, this);
|
|
347
|
+
}
|
|
348
|
+
static runtime = proto3;
|
|
349
|
+
static typeName = "liquidmetal.v1alpha1.CreateApplicationsResponse.Application";
|
|
350
|
+
static fields = proto3.util.newFieldList(() => [
|
|
351
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
352
|
+
{ no: 2, name: "version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
353
|
+
]);
|
|
354
|
+
static fromBinary(bytes, options) {
|
|
355
|
+
return new CreateApplicationsResponse_Application().fromBinary(bytes, options);
|
|
356
|
+
}
|
|
357
|
+
static fromJson(jsonValue, options) {
|
|
358
|
+
return new CreateApplicationsResponse_Application().fromJson(jsonValue, options);
|
|
359
|
+
}
|
|
360
|
+
static fromJsonString(jsonString, options) {
|
|
361
|
+
return new CreateApplicationsResponse_Application().fromJsonString(jsonString, options);
|
|
362
|
+
}
|
|
363
|
+
static equals(a, b) {
|
|
364
|
+
return proto3.util.equals(CreateApplicationsResponse_Application, a, b);
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
/**
|
|
368
|
+
* @generated from message liquidmetal.v1alpha1.VersionsRequest
|
|
369
|
+
*/
|
|
370
|
+
export class VersionsRequest extends Message {
|
|
371
|
+
/**
|
|
372
|
+
* @generated from field: string user_id = 1;
|
|
373
|
+
*/
|
|
374
|
+
userId = "";
|
|
375
|
+
/**
|
|
376
|
+
* @generated from field: string organization_id = 2;
|
|
377
|
+
*/
|
|
378
|
+
organizationId = "";
|
|
379
|
+
/**
|
|
380
|
+
* @generated from field: optional string next_page_token = 3;
|
|
381
|
+
*/
|
|
382
|
+
nextPageToken;
|
|
383
|
+
constructor(data) {
|
|
384
|
+
super();
|
|
385
|
+
proto3.util.initPartial(data, this);
|
|
386
|
+
}
|
|
387
|
+
static runtime = proto3;
|
|
388
|
+
static typeName = "liquidmetal.v1alpha1.VersionsRequest";
|
|
389
|
+
static fields = proto3.util.newFieldList(() => [
|
|
390
|
+
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
391
|
+
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
392
|
+
{ no: 3, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
393
|
+
]);
|
|
394
|
+
static fromBinary(bytes, options) {
|
|
395
|
+
return new VersionsRequest().fromBinary(bytes, options);
|
|
396
|
+
}
|
|
397
|
+
static fromJson(jsonValue, options) {
|
|
398
|
+
return new VersionsRequest().fromJson(jsonValue, options);
|
|
399
|
+
}
|
|
400
|
+
static fromJsonString(jsonString, options) {
|
|
401
|
+
return new VersionsRequest().fromJsonString(jsonString, options);
|
|
402
|
+
}
|
|
403
|
+
static equals(a, b) {
|
|
404
|
+
return proto3.util.equals(VersionsRequest, a, b);
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
/**
|
|
408
|
+
* @generated from message liquidmetal.v1alpha1.VersionsResponse
|
|
409
|
+
*/
|
|
410
|
+
export class VersionsResponse extends Message {
|
|
411
|
+
/**
|
|
412
|
+
* @generated from field: repeated liquidmetal.v1alpha1.VersionsResponse.Version versions = 1;
|
|
413
|
+
*/
|
|
414
|
+
versions = [];
|
|
415
|
+
/**
|
|
416
|
+
* @generated from field: optional string next_page_token = 2;
|
|
417
|
+
*/
|
|
418
|
+
nextPageToken;
|
|
419
|
+
constructor(data) {
|
|
420
|
+
super();
|
|
421
|
+
proto3.util.initPartial(data, this);
|
|
422
|
+
}
|
|
423
|
+
static runtime = proto3;
|
|
424
|
+
static typeName = "liquidmetal.v1alpha1.VersionsResponse";
|
|
425
|
+
static fields = proto3.util.newFieldList(() => [
|
|
426
|
+
{ no: 1, name: "versions", kind: "message", T: VersionsResponse_Version, repeated: true },
|
|
427
|
+
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
428
|
+
]);
|
|
429
|
+
static fromBinary(bytes, options) {
|
|
430
|
+
return new VersionsResponse().fromBinary(bytes, options);
|
|
431
|
+
}
|
|
432
|
+
static fromJson(jsonValue, options) {
|
|
433
|
+
return new VersionsResponse().fromJson(jsonValue, options);
|
|
434
|
+
}
|
|
435
|
+
static fromJsonString(jsonString, options) {
|
|
436
|
+
return new VersionsResponse().fromJsonString(jsonString, options);
|
|
437
|
+
}
|
|
438
|
+
static equals(a, b) {
|
|
439
|
+
return proto3.util.equals(VersionsResponse, a, b);
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
/**
|
|
443
|
+
* @generated from message liquidmetal.v1alpha1.VersionsResponse.Version
|
|
444
|
+
*/
|
|
445
|
+
export class VersionsResponse_Version extends Message {
|
|
446
|
+
/**
|
|
447
|
+
* @generated from field: string version_id = 1;
|
|
448
|
+
*/
|
|
449
|
+
versionId = "";
|
|
450
|
+
/**
|
|
451
|
+
* @generated from field: string previous_version_id = 2;
|
|
452
|
+
*/
|
|
453
|
+
previousVersionId = "";
|
|
454
|
+
/**
|
|
455
|
+
* @generated from field: google.protobuf.Timestamp created_at = 3;
|
|
456
|
+
*/
|
|
457
|
+
createdAt;
|
|
458
|
+
/**
|
|
459
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 4;
|
|
460
|
+
*/
|
|
461
|
+
updatedAt;
|
|
462
|
+
constructor(data) {
|
|
463
|
+
super();
|
|
464
|
+
proto3.util.initPartial(data, this);
|
|
465
|
+
}
|
|
466
|
+
static runtime = proto3;
|
|
467
|
+
static typeName = "liquidmetal.v1alpha1.VersionsResponse.Version";
|
|
468
|
+
static fields = proto3.util.newFieldList(() => [
|
|
469
|
+
{ no: 1, name: "version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
470
|
+
{ no: 2, name: "previous_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
471
|
+
{ no: 3, name: "created_at", kind: "message", T: Timestamp },
|
|
472
|
+
{ no: 4, name: "updated_at", kind: "message", T: Timestamp },
|
|
473
|
+
]);
|
|
474
|
+
static fromBinary(bytes, options) {
|
|
475
|
+
return new VersionsResponse_Version().fromBinary(bytes, options);
|
|
476
|
+
}
|
|
477
|
+
static fromJson(jsonValue, options) {
|
|
478
|
+
return new VersionsResponse_Version().fromJson(jsonValue, options);
|
|
479
|
+
}
|
|
480
|
+
static fromJsonString(jsonString, options) {
|
|
481
|
+
return new VersionsResponse_Version().fromJsonString(jsonString, options);
|
|
482
|
+
}
|
|
483
|
+
static equals(a, b) {
|
|
484
|
+
return proto3.util.equals(VersionsResponse_Version, a, b);
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* @generated from message liquidmetal.v1alpha1.CreateVersionRequest
|
|
489
|
+
*/
|
|
490
|
+
export class CreateVersionRequest extends Message {
|
|
491
|
+
/**
|
|
492
|
+
* @generated from field: string user_id = 1;
|
|
493
|
+
*/
|
|
494
|
+
userId = "";
|
|
495
|
+
/**
|
|
496
|
+
* @generated from field: string organization_id = 2;
|
|
497
|
+
*/
|
|
498
|
+
organizationId = "";
|
|
499
|
+
/**
|
|
500
|
+
* @generated from field: string previous_version_id = 3;
|
|
501
|
+
*/
|
|
502
|
+
previousVersionId = "";
|
|
503
|
+
constructor(data) {
|
|
504
|
+
super();
|
|
505
|
+
proto3.util.initPartial(data, this);
|
|
506
|
+
}
|
|
507
|
+
static runtime = proto3;
|
|
508
|
+
static typeName = "liquidmetal.v1alpha1.CreateVersionRequest";
|
|
509
|
+
static fields = proto3.util.newFieldList(() => [
|
|
510
|
+
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
511
|
+
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
512
|
+
{ no: 3, name: "previous_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
513
|
+
]);
|
|
514
|
+
static fromBinary(bytes, options) {
|
|
515
|
+
return new CreateVersionRequest().fromBinary(bytes, options);
|
|
516
|
+
}
|
|
517
|
+
static fromJson(jsonValue, options) {
|
|
518
|
+
return new CreateVersionRequest().fromJson(jsonValue, options);
|
|
519
|
+
}
|
|
520
|
+
static fromJsonString(jsonString, options) {
|
|
521
|
+
return new CreateVersionRequest().fromJsonString(jsonString, options);
|
|
522
|
+
}
|
|
523
|
+
static equals(a, b) {
|
|
524
|
+
return proto3.util.equals(CreateVersionRequest, a, b);
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
/**
|
|
528
|
+
* @generated from message liquidmetal.v1alpha1.CreateVersionResponse
|
|
529
|
+
*/
|
|
530
|
+
export class CreateVersionResponse extends Message {
|
|
531
|
+
/**
|
|
532
|
+
* @generated from field: string version_id = 1;
|
|
533
|
+
*/
|
|
534
|
+
versionId = "";
|
|
535
|
+
/**
|
|
536
|
+
* @generated from field: string previous_version_id = 2;
|
|
537
|
+
*/
|
|
538
|
+
previousVersionId = "";
|
|
539
|
+
constructor(data) {
|
|
540
|
+
super();
|
|
541
|
+
proto3.util.initPartial(data, this);
|
|
542
|
+
}
|
|
543
|
+
static runtime = proto3;
|
|
544
|
+
static typeName = "liquidmetal.v1alpha1.CreateVersionResponse";
|
|
545
|
+
static fields = proto3.util.newFieldList(() => [
|
|
546
|
+
{ no: 1, name: "version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
547
|
+
{ no: 2, name: "previous_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
548
|
+
]);
|
|
549
|
+
static fromBinary(bytes, options) {
|
|
550
|
+
return new CreateVersionResponse().fromBinary(bytes, options);
|
|
551
|
+
}
|
|
552
|
+
static fromJson(jsonValue, options) {
|
|
553
|
+
return new CreateVersionResponse().fromJson(jsonValue, options);
|
|
554
|
+
}
|
|
555
|
+
static fromJsonString(jsonString, options) {
|
|
556
|
+
return new CreateVersionResponse().fromJsonString(jsonString, options);
|
|
557
|
+
}
|
|
558
|
+
static equals(a, b) {
|
|
559
|
+
return proto3.util.equals(CreateVersionResponse, a, b);
|
|
560
|
+
}
|
|
561
|
+
}
|
|
562
|
+
/**
|
|
563
|
+
* @generated from message liquidmetal.v1alpha1.UploadBundleRequest
|
|
564
|
+
*/
|
|
565
|
+
export class UploadBundleRequest extends Message {
|
|
566
|
+
/**
|
|
567
|
+
* @generated from field: string user_id = 1;
|
|
568
|
+
*/
|
|
569
|
+
userId = "";
|
|
570
|
+
/**
|
|
571
|
+
* @generated from field: string organization_id = 2;
|
|
572
|
+
*/
|
|
573
|
+
organizationId = "";
|
|
574
|
+
/**
|
|
575
|
+
* @generated from field: string application_name = 3;
|
|
576
|
+
*/
|
|
577
|
+
applicationName = "";
|
|
578
|
+
/**
|
|
579
|
+
* @generated from field: string application_version_id = 4;
|
|
580
|
+
*/
|
|
581
|
+
applicationVersionId = "";
|
|
582
|
+
/**
|
|
583
|
+
* @generated from field: string bundle_name = 5;
|
|
584
|
+
*/
|
|
585
|
+
bundleName = "";
|
|
586
|
+
/**
|
|
587
|
+
* @generated from field: liquidmetal.v1alpha1.BundleArchiveType archive_type = 6;
|
|
588
|
+
*/
|
|
589
|
+
archiveType = BundleArchiveType.UNSPECIFIED;
|
|
590
|
+
/**
|
|
591
|
+
* @generated from field: bytes archive = 7;
|
|
592
|
+
*/
|
|
593
|
+
archive = new Uint8Array(0);
|
|
594
|
+
constructor(data) {
|
|
595
|
+
super();
|
|
596
|
+
proto3.util.initPartial(data, this);
|
|
597
|
+
}
|
|
598
|
+
static runtime = proto3;
|
|
599
|
+
static typeName = "liquidmetal.v1alpha1.UploadBundleRequest";
|
|
600
|
+
static fields = proto3.util.newFieldList(() => [
|
|
601
|
+
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
602
|
+
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
603
|
+
{ no: 3, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
604
|
+
{ no: 4, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
605
|
+
{ no: 5, name: "bundle_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
606
|
+
{ no: 6, name: "archive_type", kind: "enum", T: proto3.getEnumType(BundleArchiveType) },
|
|
607
|
+
{ no: 7, name: "archive", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
608
|
+
]);
|
|
609
|
+
static fromBinary(bytes, options) {
|
|
610
|
+
return new UploadBundleRequest().fromBinary(bytes, options);
|
|
611
|
+
}
|
|
612
|
+
static fromJson(jsonValue, options) {
|
|
613
|
+
return new UploadBundleRequest().fromJson(jsonValue, options);
|
|
614
|
+
}
|
|
615
|
+
static fromJsonString(jsonString, options) {
|
|
616
|
+
return new UploadBundleRequest().fromJsonString(jsonString, options);
|
|
617
|
+
}
|
|
618
|
+
static equals(a, b) {
|
|
619
|
+
return proto3.util.equals(UploadBundleRequest, a, b);
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
/**
|
|
623
|
+
* @generated from message liquidmetal.v1alpha1.UploadBundleResponse
|
|
624
|
+
*/
|
|
625
|
+
export class UploadBundleResponse extends Message {
|
|
626
|
+
constructor(data) {
|
|
627
|
+
super();
|
|
628
|
+
proto3.util.initPartial(data, this);
|
|
629
|
+
}
|
|
630
|
+
static runtime = proto3;
|
|
631
|
+
static typeName = "liquidmetal.v1alpha1.UploadBundleResponse";
|
|
632
|
+
static fields = proto3.util.newFieldList(() => []);
|
|
633
|
+
static fromBinary(bytes, options) {
|
|
634
|
+
return new UploadBundleResponse().fromBinary(bytes, options);
|
|
635
|
+
}
|
|
636
|
+
static fromJson(jsonValue, options) {
|
|
637
|
+
return new UploadBundleResponse().fromJson(jsonValue, options);
|
|
638
|
+
}
|
|
639
|
+
static fromJsonString(jsonString, options) {
|
|
640
|
+
return new UploadBundleResponse().fromJsonString(jsonString, options);
|
|
641
|
+
}
|
|
642
|
+
static equals(a, b) {
|
|
643
|
+
return proto3.util.equals(UploadBundleResponse, a, b);
|
|
644
|
+
}
|
|
645
|
+
}
|
|
646
|
+
/**
|
|
647
|
+
* @generated from message liquidmetal.v1alpha1.StatBundleRequest
|
|
648
|
+
*/
|
|
649
|
+
export class StatBundleRequest extends Message {
|
|
650
|
+
/**
|
|
651
|
+
* @generated from field: string user_id = 1;
|
|
652
|
+
*/
|
|
653
|
+
userId = "";
|
|
654
|
+
/**
|
|
655
|
+
* @generated from field: string organization_id = 2;
|
|
656
|
+
*/
|
|
657
|
+
organizationId = "";
|
|
658
|
+
/**
|
|
659
|
+
* @generated from field: string application_name = 3;
|
|
660
|
+
*/
|
|
661
|
+
applicationName = "";
|
|
662
|
+
/**
|
|
663
|
+
* @generated from field: string application_version_id = 4;
|
|
664
|
+
*/
|
|
665
|
+
applicationVersionId = "";
|
|
666
|
+
/**
|
|
667
|
+
* @generated from field: string bundle_name = 5;
|
|
668
|
+
*/
|
|
669
|
+
bundleName = "";
|
|
670
|
+
constructor(data) {
|
|
671
|
+
super();
|
|
672
|
+
proto3.util.initPartial(data, this);
|
|
673
|
+
}
|
|
674
|
+
static runtime = proto3;
|
|
675
|
+
static typeName = "liquidmetal.v1alpha1.StatBundleRequest";
|
|
676
|
+
static fields = proto3.util.newFieldList(() => [
|
|
677
|
+
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
678
|
+
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
679
|
+
{ no: 3, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
680
|
+
{ no: 4, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
681
|
+
{ no: 5, name: "bundle_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
682
|
+
]);
|
|
683
|
+
static fromBinary(bytes, options) {
|
|
684
|
+
return new StatBundleRequest().fromBinary(bytes, options);
|
|
685
|
+
}
|
|
686
|
+
static fromJson(jsonValue, options) {
|
|
687
|
+
return new StatBundleRequest().fromJson(jsonValue, options);
|
|
688
|
+
}
|
|
689
|
+
static fromJsonString(jsonString, options) {
|
|
690
|
+
return new StatBundleRequest().fromJsonString(jsonString, options);
|
|
691
|
+
}
|
|
692
|
+
static equals(a, b) {
|
|
693
|
+
return proto3.util.equals(StatBundleRequest, a, b);
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* @generated from message liquidmetal.v1alpha1.StatBundleResponse
|
|
698
|
+
*/
|
|
699
|
+
export class StatBundleResponse extends Message {
|
|
700
|
+
/**
|
|
701
|
+
* @generated from field: repeated liquidmetal.v1alpha1.StatBundleResponse.File files = 1;
|
|
702
|
+
*/
|
|
703
|
+
files = [];
|
|
704
|
+
constructor(data) {
|
|
705
|
+
super();
|
|
706
|
+
proto3.util.initPartial(data, this);
|
|
707
|
+
}
|
|
708
|
+
static runtime = proto3;
|
|
709
|
+
static typeName = "liquidmetal.v1alpha1.StatBundleResponse";
|
|
710
|
+
static fields = proto3.util.newFieldList(() => [
|
|
711
|
+
{ no: 1, name: "files", kind: "message", T: StatBundleResponse_File, repeated: true },
|
|
712
|
+
]);
|
|
713
|
+
static fromBinary(bytes, options) {
|
|
714
|
+
return new StatBundleResponse().fromBinary(bytes, options);
|
|
715
|
+
}
|
|
716
|
+
static fromJson(jsonValue, options) {
|
|
717
|
+
return new StatBundleResponse().fromJson(jsonValue, options);
|
|
718
|
+
}
|
|
719
|
+
static fromJsonString(jsonString, options) {
|
|
720
|
+
return new StatBundleResponse().fromJsonString(jsonString, options);
|
|
721
|
+
}
|
|
722
|
+
static equals(a, b) {
|
|
723
|
+
return proto3.util.equals(StatBundleResponse, a, b);
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
/**
|
|
727
|
+
* @generated from message liquidmetal.v1alpha1.StatBundleResponse.File
|
|
728
|
+
*/
|
|
729
|
+
export class StatBundleResponse_File extends Message {
|
|
730
|
+
/**
|
|
731
|
+
* @generated from field: string name = 1;
|
|
732
|
+
*/
|
|
733
|
+
name = "";
|
|
734
|
+
/**
|
|
735
|
+
* @generated from field: int32 size_bytes = 2;
|
|
736
|
+
*/
|
|
737
|
+
sizeBytes = 0;
|
|
738
|
+
/**
|
|
739
|
+
* @generated from field: string sha256 = 3;
|
|
740
|
+
*/
|
|
741
|
+
sha256 = "";
|
|
742
|
+
constructor(data) {
|
|
743
|
+
super();
|
|
744
|
+
proto3.util.initPartial(data, this);
|
|
745
|
+
}
|
|
746
|
+
static runtime = proto3;
|
|
747
|
+
static typeName = "liquidmetal.v1alpha1.StatBundleResponse.File";
|
|
748
|
+
static fields = proto3.util.newFieldList(() => [
|
|
749
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
750
|
+
{ no: 2, name: "size_bytes", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
751
|
+
{ no: 3, name: "sha256", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
752
|
+
]);
|
|
753
|
+
static fromBinary(bytes, options) {
|
|
754
|
+
return new StatBundleResponse_File().fromBinary(bytes, options);
|
|
755
|
+
}
|
|
756
|
+
static fromJson(jsonValue, options) {
|
|
757
|
+
return new StatBundleResponse_File().fromJson(jsonValue, options);
|
|
758
|
+
}
|
|
759
|
+
static fromJsonString(jsonString, options) {
|
|
760
|
+
return new StatBundleResponse_File().fromJsonString(jsonString, options);
|
|
761
|
+
}
|
|
762
|
+
static equals(a, b) {
|
|
763
|
+
return proto3.util.equals(StatBundleResponse_File, a, b);
|
|
764
|
+
}
|
|
765
|
+
}
|
|
766
|
+
/**
|
|
767
|
+
* @generated from message liquidmetal.v1alpha1.SetEnvRequest
|
|
768
|
+
*/
|
|
769
|
+
export class SetEnvRequest extends Message {
|
|
770
|
+
/**
|
|
771
|
+
* @generated from field: string user_id = 1;
|
|
772
|
+
*/
|
|
773
|
+
userId = "";
|
|
774
|
+
/**
|
|
775
|
+
* @generated from field: string organization_id = 2;
|
|
776
|
+
*/
|
|
777
|
+
organizationId = "";
|
|
778
|
+
/**
|
|
779
|
+
* @generated from field: string application_name = 3;
|
|
780
|
+
*/
|
|
781
|
+
applicationName = "";
|
|
782
|
+
/**
|
|
783
|
+
* @generated from field: string application_version_id = 4;
|
|
784
|
+
*/
|
|
785
|
+
applicationVersionId = "";
|
|
786
|
+
/**
|
|
787
|
+
* @generated from field: string key = 5;
|
|
788
|
+
*/
|
|
789
|
+
key = "";
|
|
790
|
+
/**
|
|
791
|
+
* @generated from field: string value = 6;
|
|
792
|
+
*/
|
|
793
|
+
value = "";
|
|
794
|
+
/**
|
|
795
|
+
* @generated from field: bool is_secret = 7;
|
|
796
|
+
*/
|
|
797
|
+
isSecret = false;
|
|
798
|
+
constructor(data) {
|
|
799
|
+
super();
|
|
800
|
+
proto3.util.initPartial(data, this);
|
|
801
|
+
}
|
|
802
|
+
static runtime = proto3;
|
|
803
|
+
static typeName = "liquidmetal.v1alpha1.SetEnvRequest";
|
|
804
|
+
static fields = proto3.util.newFieldList(() => [
|
|
805
|
+
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
806
|
+
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
807
|
+
{ no: 3, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
808
|
+
{ no: 4, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
809
|
+
{ no: 5, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
810
|
+
{ no: 6, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
811
|
+
{ no: 7, name: "is_secret", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
812
|
+
]);
|
|
813
|
+
static fromBinary(bytes, options) {
|
|
814
|
+
return new SetEnvRequest().fromBinary(bytes, options);
|
|
815
|
+
}
|
|
816
|
+
static fromJson(jsonValue, options) {
|
|
817
|
+
return new SetEnvRequest().fromJson(jsonValue, options);
|
|
818
|
+
}
|
|
819
|
+
static fromJsonString(jsonString, options) {
|
|
820
|
+
return new SetEnvRequest().fromJsonString(jsonString, options);
|
|
821
|
+
}
|
|
822
|
+
static equals(a, b) {
|
|
823
|
+
return proto3.util.equals(SetEnvRequest, a, b);
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
/**
|
|
827
|
+
* @generated from message liquidmetal.v1alpha1.SetEnvResponse
|
|
828
|
+
*/
|
|
829
|
+
export class SetEnvResponse extends Message {
|
|
830
|
+
constructor(data) {
|
|
831
|
+
super();
|
|
832
|
+
proto3.util.initPartial(data, this);
|
|
833
|
+
}
|
|
834
|
+
static runtime = proto3;
|
|
835
|
+
static typeName = "liquidmetal.v1alpha1.SetEnvResponse";
|
|
836
|
+
static fields = proto3.util.newFieldList(() => []);
|
|
837
|
+
static fromBinary(bytes, options) {
|
|
838
|
+
return new SetEnvResponse().fromBinary(bytes, options);
|
|
839
|
+
}
|
|
840
|
+
static fromJson(jsonValue, options) {
|
|
841
|
+
return new SetEnvResponse().fromJson(jsonValue, options);
|
|
842
|
+
}
|
|
843
|
+
static fromJsonString(jsonString, options) {
|
|
844
|
+
return new SetEnvResponse().fromJsonString(jsonString, options);
|
|
845
|
+
}
|
|
846
|
+
static equals(a, b) {
|
|
847
|
+
return proto3.util.equals(SetEnvResponse, a, b);
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
/**
|
|
851
|
+
* @generated from message liquidmetal.v1alpha1.GetEnvRequest
|
|
852
|
+
*/
|
|
853
|
+
export class GetEnvRequest extends Message {
|
|
854
|
+
/**
|
|
855
|
+
* @generated from field: string user_id = 1;
|
|
856
|
+
*/
|
|
857
|
+
userId = "";
|
|
858
|
+
/**
|
|
859
|
+
* @generated from field: string organization_id = 2;
|
|
860
|
+
*/
|
|
861
|
+
organizationId = "";
|
|
862
|
+
/**
|
|
863
|
+
* @generated from field: string application_name = 3;
|
|
864
|
+
*/
|
|
865
|
+
applicationName = "";
|
|
866
|
+
/**
|
|
867
|
+
* @generated from field: string application_version_id = 4;
|
|
868
|
+
*/
|
|
869
|
+
applicationVersionId = "";
|
|
870
|
+
/**
|
|
871
|
+
* @generated from field: string key = 5;
|
|
872
|
+
*/
|
|
873
|
+
key = "";
|
|
874
|
+
constructor(data) {
|
|
875
|
+
super();
|
|
876
|
+
proto3.util.initPartial(data, this);
|
|
877
|
+
}
|
|
878
|
+
static runtime = proto3;
|
|
879
|
+
static typeName = "liquidmetal.v1alpha1.GetEnvRequest";
|
|
880
|
+
static fields = proto3.util.newFieldList(() => [
|
|
881
|
+
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
882
|
+
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
883
|
+
{ no: 3, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
884
|
+
{ no: 4, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
885
|
+
{ no: 5, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
886
|
+
]);
|
|
887
|
+
static fromBinary(bytes, options) {
|
|
888
|
+
return new GetEnvRequest().fromBinary(bytes, options);
|
|
889
|
+
}
|
|
890
|
+
static fromJson(jsonValue, options) {
|
|
891
|
+
return new GetEnvRequest().fromJson(jsonValue, options);
|
|
892
|
+
}
|
|
893
|
+
static fromJsonString(jsonString, options) {
|
|
894
|
+
return new GetEnvRequest().fromJsonString(jsonString, options);
|
|
895
|
+
}
|
|
896
|
+
static equals(a, b) {
|
|
897
|
+
return proto3.util.equals(GetEnvRequest, a, b);
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
* @generated from message liquidmetal.v1alpha1.GetEnvResponse
|
|
902
|
+
*/
|
|
903
|
+
export class GetEnvResponse extends Message {
|
|
904
|
+
/**
|
|
905
|
+
* @generated from field: optional string value = 1;
|
|
906
|
+
*/
|
|
907
|
+
value;
|
|
908
|
+
/**
|
|
909
|
+
* @generated from field: optional string sha256 = 2;
|
|
910
|
+
*/
|
|
911
|
+
sha256;
|
|
912
|
+
constructor(data) {
|
|
913
|
+
super();
|
|
914
|
+
proto3.util.initPartial(data, this);
|
|
915
|
+
}
|
|
916
|
+
static runtime = proto3;
|
|
917
|
+
static typeName = "liquidmetal.v1alpha1.GetEnvResponse";
|
|
918
|
+
static fields = proto3.util.newFieldList(() => [
|
|
919
|
+
{ no: 1, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
920
|
+
{ no: 2, name: "sha256", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
921
|
+
]);
|
|
922
|
+
static fromBinary(bytes, options) {
|
|
923
|
+
return new GetEnvResponse().fromBinary(bytes, options);
|
|
924
|
+
}
|
|
925
|
+
static fromJson(jsonValue, options) {
|
|
926
|
+
return new GetEnvResponse().fromJson(jsonValue, options);
|
|
927
|
+
}
|
|
928
|
+
static fromJsonString(jsonString, options) {
|
|
929
|
+
return new GetEnvResponse().fromJsonString(jsonString, options);
|
|
930
|
+
}
|
|
931
|
+
static equals(a, b) {
|
|
932
|
+
return proto3.util.equals(GetEnvResponse, a, b);
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
/**
|
|
936
|
+
* @generated from message liquidmetal.v1alpha1.BootstrapRequest
|
|
937
|
+
*/
|
|
938
|
+
export class BootstrapRequest extends Message {
|
|
939
|
+
/**
|
|
940
|
+
* @generated from field: string user_id = 1;
|
|
941
|
+
*/
|
|
942
|
+
userId = "";
|
|
943
|
+
/**
|
|
944
|
+
* @generated from field: string organization_id = 2;
|
|
945
|
+
*/
|
|
946
|
+
organizationId = "";
|
|
947
|
+
/**
|
|
948
|
+
* token is a special string interpreted by the catalog service to prove that
|
|
949
|
+
* bootstrapping is desired from a trusted caller.
|
|
950
|
+
*
|
|
951
|
+
* @generated from field: string token = 3;
|
|
952
|
+
*/
|
|
953
|
+
token = "";
|
|
954
|
+
/**
|
|
955
|
+
* cloudflare_account_id is cloudflare's account identifier tag.
|
|
956
|
+
* <= 32 characters
|
|
957
|
+
* Example:
|
|
958
|
+
* eb78d65290b24279ba6f44721b3ea3c4
|
|
959
|
+
*
|
|
960
|
+
* @generated from field: string cloudflare_account_id = 4;
|
|
961
|
+
*/
|
|
962
|
+
cloudflareAccountId = "";
|
|
963
|
+
/**
|
|
964
|
+
* cloudflare_bearer_token is an API key used with an http header
|
|
965
|
+
* "Authorization: Bearer {cloudflare_bearer_token}".
|
|
966
|
+
*
|
|
967
|
+
* @generated from field: string cloudflare_bearer_token = 5;
|
|
968
|
+
*/
|
|
969
|
+
cloudflareBearerToken = "";
|
|
970
|
+
/**
|
|
971
|
+
* liquidmetal_services_domain is a domain allocated for running services like
|
|
972
|
+
* catalog api within the tenant account. The zone managing records for this
|
|
973
|
+
* domain already exists in the provided account specified by
|
|
974
|
+
* cloudflare_account_id.
|
|
975
|
+
*
|
|
976
|
+
* e.g. 01j5980p15smvppgf3zbbw491h.tenant.liquidmetal.run
|
|
977
|
+
*
|
|
978
|
+
* @generated from field: string liquidmetal_services_domain = 6;
|
|
979
|
+
*/
|
|
980
|
+
liquidmetalServicesDomain = "";
|
|
981
|
+
/**
|
|
982
|
+
* customer_services_domain is a domain allocated for running
|
|
983
|
+
* customer-deployed applications. The zone managing records for this domain
|
|
984
|
+
* already exists in the provided account specified by cloudflare_account_id.
|
|
985
|
+
* e.g. 01j5980p15smvppgf3zbbw491h.lmapp.run
|
|
986
|
+
*
|
|
987
|
+
* @generated from field: string customer_services_domain = 7;
|
|
988
|
+
*/
|
|
989
|
+
customerServicesDomain = "";
|
|
990
|
+
constructor(data) {
|
|
991
|
+
super();
|
|
992
|
+
proto3.util.initPartial(data, this);
|
|
993
|
+
}
|
|
994
|
+
static runtime = proto3;
|
|
995
|
+
static typeName = "liquidmetal.v1alpha1.BootstrapRequest";
|
|
996
|
+
static fields = proto3.util.newFieldList(() => [
|
|
997
|
+
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
998
|
+
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
999
|
+
{ no: 3, name: "token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1000
|
+
{ no: 4, name: "cloudflare_account_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1001
|
+
{ no: 5, name: "cloudflare_bearer_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1002
|
+
{ no: 6, name: "liquidmetal_services_domain", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1003
|
+
{ no: 7, name: "customer_services_domain", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1004
|
+
]);
|
|
1005
|
+
static fromBinary(bytes, options) {
|
|
1006
|
+
return new BootstrapRequest().fromBinary(bytes, options);
|
|
1007
|
+
}
|
|
1008
|
+
static fromJson(jsonValue, options) {
|
|
1009
|
+
return new BootstrapRequest().fromJson(jsonValue, options);
|
|
1010
|
+
}
|
|
1011
|
+
static fromJsonString(jsonString, options) {
|
|
1012
|
+
return new BootstrapRequest().fromJsonString(jsonString, options);
|
|
1013
|
+
}
|
|
1014
|
+
static equals(a, b) {
|
|
1015
|
+
return proto3.util.equals(BootstrapRequest, a, b);
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
/**
|
|
1019
|
+
* @generated from message liquidmetal.v1alpha1.BootstrapResponse
|
|
1020
|
+
*/
|
|
1021
|
+
export class BootstrapResponse extends Message {
|
|
1022
|
+
constructor(data) {
|
|
1023
|
+
super();
|
|
1024
|
+
proto3.util.initPartial(data, this);
|
|
1025
|
+
}
|
|
1026
|
+
static runtime = proto3;
|
|
1027
|
+
static typeName = "liquidmetal.v1alpha1.BootstrapResponse";
|
|
1028
|
+
static fields = proto3.util.newFieldList(() => []);
|
|
1029
|
+
static fromBinary(bytes, options) {
|
|
1030
|
+
return new BootstrapResponse().fromBinary(bytes, options);
|
|
1031
|
+
}
|
|
1032
|
+
static fromJson(jsonValue, options) {
|
|
1033
|
+
return new BootstrapResponse().fromJson(jsonValue, options);
|
|
1034
|
+
}
|
|
1035
|
+
static fromJsonString(jsonString, options) {
|
|
1036
|
+
return new BootstrapResponse().fromJsonString(jsonString, options);
|
|
1037
|
+
}
|
|
1038
|
+
static equals(a, b) {
|
|
1039
|
+
return proto3.util.equals(BootstrapResponse, a, b);
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
/**
|
|
1043
|
+
* @generated from message liquidmetal.v1alpha1.SetApplicationActiveStatesRequest
|
|
1044
|
+
*/
|
|
1045
|
+
export class SetApplicationActiveStatesRequest extends Message {
|
|
1046
|
+
/**
|
|
1047
|
+
* @generated from field: repeated liquidmetal.v1alpha1.SetApplicationActiveStatesRequest.State states = 1;
|
|
1048
|
+
*/
|
|
1049
|
+
states = [];
|
|
1050
|
+
/**
|
|
1051
|
+
* @generated from field: string user_id = 2;
|
|
1052
|
+
*/
|
|
1053
|
+
userId = "";
|
|
1054
|
+
/**
|
|
1055
|
+
* @generated from field: string organization_id = 3;
|
|
1056
|
+
*/
|
|
1057
|
+
organizationId = "";
|
|
1058
|
+
constructor(data) {
|
|
1059
|
+
super();
|
|
1060
|
+
proto3.util.initPartial(data, this);
|
|
1061
|
+
}
|
|
1062
|
+
static runtime = proto3;
|
|
1063
|
+
static typeName = "liquidmetal.v1alpha1.SetApplicationActiveStatesRequest";
|
|
1064
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1065
|
+
{ no: 1, name: "states", kind: "message", T: SetApplicationActiveStatesRequest_State, repeated: true },
|
|
1066
|
+
{ no: 2, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1067
|
+
{ no: 3, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1068
|
+
]);
|
|
1069
|
+
static fromBinary(bytes, options) {
|
|
1070
|
+
return new SetApplicationActiveStatesRequest().fromBinary(bytes, options);
|
|
1071
|
+
}
|
|
1072
|
+
static fromJson(jsonValue, options) {
|
|
1073
|
+
return new SetApplicationActiveStatesRequest().fromJson(jsonValue, options);
|
|
1074
|
+
}
|
|
1075
|
+
static fromJsonString(jsonString, options) {
|
|
1076
|
+
return new SetApplicationActiveStatesRequest().fromJsonString(jsonString, options);
|
|
1077
|
+
}
|
|
1078
|
+
static equals(a, b) {
|
|
1079
|
+
return proto3.util.equals(SetApplicationActiveStatesRequest, a, b);
|
|
1080
|
+
}
|
|
1081
|
+
}
|
|
1082
|
+
/**
|
|
1083
|
+
* @generated from message liquidmetal.v1alpha1.SetApplicationActiveStatesRequest.State
|
|
1084
|
+
*/
|
|
1085
|
+
export class SetApplicationActiveStatesRequest_State extends Message {
|
|
1086
|
+
/**
|
|
1087
|
+
* @generated from field: string application_name = 1;
|
|
1088
|
+
*/
|
|
1089
|
+
applicationName = "";
|
|
1090
|
+
/**
|
|
1091
|
+
* @generated from field: string application_version_id = 2;
|
|
1092
|
+
*/
|
|
1093
|
+
applicationVersionId = "";
|
|
1094
|
+
/**
|
|
1095
|
+
* @generated from field: bool is_active = 3;
|
|
1096
|
+
*/
|
|
1097
|
+
isActive = false;
|
|
1098
|
+
constructor(data) {
|
|
1099
|
+
super();
|
|
1100
|
+
proto3.util.initPartial(data, this);
|
|
1101
|
+
}
|
|
1102
|
+
static runtime = proto3;
|
|
1103
|
+
static typeName = "liquidmetal.v1alpha1.SetApplicationActiveStatesRequest.State";
|
|
1104
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1105
|
+
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1106
|
+
{ no: 2, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1107
|
+
{ no: 3, name: "is_active", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1108
|
+
]);
|
|
1109
|
+
static fromBinary(bytes, options) {
|
|
1110
|
+
return new SetApplicationActiveStatesRequest_State().fromBinary(bytes, options);
|
|
1111
|
+
}
|
|
1112
|
+
static fromJson(jsonValue, options) {
|
|
1113
|
+
return new SetApplicationActiveStatesRequest_State().fromJson(jsonValue, options);
|
|
1114
|
+
}
|
|
1115
|
+
static fromJsonString(jsonString, options) {
|
|
1116
|
+
return new SetApplicationActiveStatesRequest_State().fromJsonString(jsonString, options);
|
|
1117
|
+
}
|
|
1118
|
+
static equals(a, b) {
|
|
1119
|
+
return proto3.util.equals(SetApplicationActiveStatesRequest_State, a, b);
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1122
|
+
/**
|
|
1123
|
+
* @generated from message liquidmetal.v1alpha1.SetApplicationActiveStatesResponse
|
|
1124
|
+
*/
|
|
1125
|
+
export class SetApplicationActiveStatesResponse extends Message {
|
|
1126
|
+
/**
|
|
1127
|
+
* @generated from field: repeated liquidmetal.v1alpha1.SetApplicationActiveStatesResponse.Application success = 1;
|
|
1128
|
+
*/
|
|
1129
|
+
success = [];
|
|
1130
|
+
/**
|
|
1131
|
+
* @generated from field: repeated liquidmetal.v1alpha1.SetApplicationActiveStatesResponse.Application failure = 2;
|
|
1132
|
+
*/
|
|
1133
|
+
failure = [];
|
|
1134
|
+
constructor(data) {
|
|
1135
|
+
super();
|
|
1136
|
+
proto3.util.initPartial(data, this);
|
|
1137
|
+
}
|
|
1138
|
+
static runtime = proto3;
|
|
1139
|
+
static typeName = "liquidmetal.v1alpha1.SetApplicationActiveStatesResponse";
|
|
1140
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1141
|
+
{ no: 1, name: "success", kind: "message", T: SetApplicationActiveStatesResponse_Application, repeated: true },
|
|
1142
|
+
{ no: 2, name: "failure", kind: "message", T: SetApplicationActiveStatesResponse_Application, repeated: true },
|
|
1143
|
+
]);
|
|
1144
|
+
static fromBinary(bytes, options) {
|
|
1145
|
+
return new SetApplicationActiveStatesResponse().fromBinary(bytes, options);
|
|
1146
|
+
}
|
|
1147
|
+
static fromJson(jsonValue, options) {
|
|
1148
|
+
return new SetApplicationActiveStatesResponse().fromJson(jsonValue, options);
|
|
1149
|
+
}
|
|
1150
|
+
static fromJsonString(jsonString, options) {
|
|
1151
|
+
return new SetApplicationActiveStatesResponse().fromJsonString(jsonString, options);
|
|
1152
|
+
}
|
|
1153
|
+
static equals(a, b) {
|
|
1154
|
+
return proto3.util.equals(SetApplicationActiveStatesResponse, a, b);
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
/**
|
|
1158
|
+
* @generated from message liquidmetal.v1alpha1.SetApplicationActiveStatesResponse.Application
|
|
1159
|
+
*/
|
|
1160
|
+
export class SetApplicationActiveStatesResponse_Application extends Message {
|
|
1161
|
+
/**
|
|
1162
|
+
* @generated from field: string name = 1;
|
|
1163
|
+
*/
|
|
1164
|
+
name = "";
|
|
1165
|
+
/**
|
|
1166
|
+
* @generated from field: optional string version_id = 2;
|
|
1167
|
+
*/
|
|
1168
|
+
versionId;
|
|
1169
|
+
constructor(data) {
|
|
1170
|
+
super();
|
|
1171
|
+
proto3.util.initPartial(data, this);
|
|
1172
|
+
}
|
|
1173
|
+
static runtime = proto3;
|
|
1174
|
+
static typeName = "liquidmetal.v1alpha1.SetApplicationActiveStatesResponse.Application";
|
|
1175
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1176
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1177
|
+
{ no: 2, name: "version_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1178
|
+
]);
|
|
1179
|
+
static fromBinary(bytes, options) {
|
|
1180
|
+
return new SetApplicationActiveStatesResponse_Application().fromBinary(bytes, options);
|
|
1181
|
+
}
|
|
1182
|
+
static fromJson(jsonValue, options) {
|
|
1183
|
+
return new SetApplicationActiveStatesResponse_Application().fromJson(jsonValue, options);
|
|
1184
|
+
}
|
|
1185
|
+
static fromJsonString(jsonString, options) {
|
|
1186
|
+
return new SetApplicationActiveStatesResponse_Application().fromJsonString(jsonString, options);
|
|
1187
|
+
}
|
|
1188
|
+
static equals(a, b) {
|
|
1189
|
+
return proto3.util.equals(SetApplicationActiveStatesResponse_Application, a, b);
|
|
1190
|
+
}
|
|
1191
|
+
}
|
|
1192
|
+
/**
|
|
1193
|
+
* @generated from message liquidmetal.v1alpha1.DeleteApplicationsRequest
|
|
1194
|
+
*/
|
|
1195
|
+
export class DeleteApplicationsRequest extends Message {
|
|
1196
|
+
/**
|
|
1197
|
+
* @generated from field: repeated liquidmetal.v1alpha1.DeleteApplicationsRequest.Application applications = 1;
|
|
1198
|
+
*/
|
|
1199
|
+
applications = [];
|
|
1200
|
+
/**
|
|
1201
|
+
* @generated from field: string user_id = 2;
|
|
1202
|
+
*/
|
|
1203
|
+
userId = "";
|
|
1204
|
+
/**
|
|
1205
|
+
* @generated from field: string organization_id = 3;
|
|
1206
|
+
*/
|
|
1207
|
+
organizationId = "";
|
|
1208
|
+
constructor(data) {
|
|
1209
|
+
super();
|
|
1210
|
+
proto3.util.initPartial(data, this);
|
|
1211
|
+
}
|
|
1212
|
+
static runtime = proto3;
|
|
1213
|
+
static typeName = "liquidmetal.v1alpha1.DeleteApplicationsRequest";
|
|
1214
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1215
|
+
{ no: 1, name: "applications", kind: "message", T: DeleteApplicationsRequest_Application, repeated: true },
|
|
1216
|
+
{ no: 2, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1217
|
+
{ no: 3, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1218
|
+
]);
|
|
1219
|
+
static fromBinary(bytes, options) {
|
|
1220
|
+
return new DeleteApplicationsRequest().fromBinary(bytes, options);
|
|
1221
|
+
}
|
|
1222
|
+
static fromJson(jsonValue, options) {
|
|
1223
|
+
return new DeleteApplicationsRequest().fromJson(jsonValue, options);
|
|
1224
|
+
}
|
|
1225
|
+
static fromJsonString(jsonString, options) {
|
|
1226
|
+
return new DeleteApplicationsRequest().fromJsonString(jsonString, options);
|
|
1227
|
+
}
|
|
1228
|
+
static equals(a, b) {
|
|
1229
|
+
return proto3.util.equals(DeleteApplicationsRequest, a, b);
|
|
1230
|
+
}
|
|
1231
|
+
}
|
|
1232
|
+
/**
|
|
1233
|
+
* @generated from message liquidmetal.v1alpha1.DeleteApplicationsRequest.Application
|
|
1234
|
+
*/
|
|
1235
|
+
export class DeleteApplicationsRequest_Application extends Message {
|
|
1236
|
+
/**
|
|
1237
|
+
* @generated from field: string name = 1;
|
|
1238
|
+
*/
|
|
1239
|
+
name = "";
|
|
1240
|
+
/**
|
|
1241
|
+
* @generated from field: optional string version_id = 2;
|
|
1242
|
+
*/
|
|
1243
|
+
versionId;
|
|
1244
|
+
constructor(data) {
|
|
1245
|
+
super();
|
|
1246
|
+
proto3.util.initPartial(data, this);
|
|
1247
|
+
}
|
|
1248
|
+
static runtime = proto3;
|
|
1249
|
+
static typeName = "liquidmetal.v1alpha1.DeleteApplicationsRequest.Application";
|
|
1250
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1251
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1252
|
+
{ no: 2, name: "version_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1253
|
+
]);
|
|
1254
|
+
static fromBinary(bytes, options) {
|
|
1255
|
+
return new DeleteApplicationsRequest_Application().fromBinary(bytes, options);
|
|
1256
|
+
}
|
|
1257
|
+
static fromJson(jsonValue, options) {
|
|
1258
|
+
return new DeleteApplicationsRequest_Application().fromJson(jsonValue, options);
|
|
1259
|
+
}
|
|
1260
|
+
static fromJsonString(jsonString, options) {
|
|
1261
|
+
return new DeleteApplicationsRequest_Application().fromJsonString(jsonString, options);
|
|
1262
|
+
}
|
|
1263
|
+
static equals(a, b) {
|
|
1264
|
+
return proto3.util.equals(DeleteApplicationsRequest_Application, a, b);
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
/**
|
|
1268
|
+
* @generated from message liquidmetal.v1alpha1.DeleteApplicationsResponse
|
|
1269
|
+
*/
|
|
1270
|
+
export class DeleteApplicationsResponse extends Message {
|
|
1271
|
+
/**
|
|
1272
|
+
* @generated from field: repeated liquidmetal.v1alpha1.DeleteApplicationsResponse.Application success = 1;
|
|
1273
|
+
*/
|
|
1274
|
+
success = [];
|
|
1275
|
+
/**
|
|
1276
|
+
* @generated from field: repeated liquidmetal.v1alpha1.DeleteApplicationsResponse.Application failure = 2;
|
|
1277
|
+
*/
|
|
1278
|
+
failure = [];
|
|
1279
|
+
constructor(data) {
|
|
1280
|
+
super();
|
|
1281
|
+
proto3.util.initPartial(data, this);
|
|
1282
|
+
}
|
|
1283
|
+
static runtime = proto3;
|
|
1284
|
+
static typeName = "liquidmetal.v1alpha1.DeleteApplicationsResponse";
|
|
1285
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1286
|
+
{ no: 1, name: "success", kind: "message", T: DeleteApplicationsResponse_Application, repeated: true },
|
|
1287
|
+
{ no: 2, name: "failure", kind: "message", T: DeleteApplicationsResponse_Application, repeated: true },
|
|
1288
|
+
]);
|
|
1289
|
+
static fromBinary(bytes, options) {
|
|
1290
|
+
return new DeleteApplicationsResponse().fromBinary(bytes, options);
|
|
1291
|
+
}
|
|
1292
|
+
static fromJson(jsonValue, options) {
|
|
1293
|
+
return new DeleteApplicationsResponse().fromJson(jsonValue, options);
|
|
1294
|
+
}
|
|
1295
|
+
static fromJsonString(jsonString, options) {
|
|
1296
|
+
return new DeleteApplicationsResponse().fromJsonString(jsonString, options);
|
|
1297
|
+
}
|
|
1298
|
+
static equals(a, b) {
|
|
1299
|
+
return proto3.util.equals(DeleteApplicationsResponse, a, b);
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
/**
|
|
1303
|
+
* @generated from message liquidmetal.v1alpha1.DeleteApplicationsResponse.Application
|
|
1304
|
+
*/
|
|
1305
|
+
export class DeleteApplicationsResponse_Application extends Message {
|
|
1306
|
+
/**
|
|
1307
|
+
* @generated from field: string name = 1;
|
|
1308
|
+
*/
|
|
1309
|
+
name = "";
|
|
1310
|
+
/**
|
|
1311
|
+
* @generated from field: optional string version_id = 2;
|
|
1312
|
+
*/
|
|
1313
|
+
versionId;
|
|
1314
|
+
constructor(data) {
|
|
1315
|
+
super();
|
|
1316
|
+
proto3.util.initPartial(data, this);
|
|
1317
|
+
}
|
|
1318
|
+
static runtime = proto3;
|
|
1319
|
+
static typeName = "liquidmetal.v1alpha1.DeleteApplicationsResponse.Application";
|
|
1320
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1321
|
+
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1322
|
+
{ no: 2, name: "version_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1323
|
+
]);
|
|
1324
|
+
static fromBinary(bytes, options) {
|
|
1325
|
+
return new DeleteApplicationsResponse_Application().fromBinary(bytes, options);
|
|
1326
|
+
}
|
|
1327
|
+
static fromJson(jsonValue, options) {
|
|
1328
|
+
return new DeleteApplicationsResponse_Application().fromJson(jsonValue, options);
|
|
1329
|
+
}
|
|
1330
|
+
static fromJsonString(jsonString, options) {
|
|
1331
|
+
return new DeleteApplicationsResponse_Application().fromJsonString(jsonString, options);
|
|
1332
|
+
}
|
|
1333
|
+
static equals(a, b) {
|
|
1334
|
+
return proto3.util.equals(DeleteApplicationsResponse_Application, a, b);
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
/**
|
|
1338
|
+
* @generated from message liquidmetal.v1alpha1.QueryResourcesRequest
|
|
1339
|
+
*/
|
|
1340
|
+
export class QueryResourcesRequest extends Message {
|
|
1341
|
+
/**
|
|
1342
|
+
* @generated from field: string user_id = 1;
|
|
1343
|
+
*/
|
|
1344
|
+
userId = "";
|
|
1345
|
+
/**
|
|
1346
|
+
* @generated from field: string organization_id = 2;
|
|
1347
|
+
*/
|
|
1348
|
+
organizationId = "";
|
|
1349
|
+
/**
|
|
1350
|
+
* @generated from field: string application_name = 3;
|
|
1351
|
+
*/
|
|
1352
|
+
applicationName = "";
|
|
1353
|
+
/**
|
|
1354
|
+
* @generated from field: string application_version_id = 4;
|
|
1355
|
+
*/
|
|
1356
|
+
applicationVersionId = "";
|
|
1357
|
+
constructor(data) {
|
|
1358
|
+
super();
|
|
1359
|
+
proto3.util.initPartial(data, this);
|
|
1360
|
+
}
|
|
1361
|
+
static runtime = proto3;
|
|
1362
|
+
static typeName = "liquidmetal.v1alpha1.QueryResourcesRequest";
|
|
1363
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1364
|
+
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1365
|
+
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1366
|
+
{ no: 3, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1367
|
+
{ no: 4, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1368
|
+
]);
|
|
1369
|
+
static fromBinary(bytes, options) {
|
|
1370
|
+
return new QueryResourcesRequest().fromBinary(bytes, options);
|
|
1371
|
+
}
|
|
1372
|
+
static fromJson(jsonValue, options) {
|
|
1373
|
+
return new QueryResourcesRequest().fromJson(jsonValue, options);
|
|
1374
|
+
}
|
|
1375
|
+
static fromJsonString(jsonString, options) {
|
|
1376
|
+
return new QueryResourcesRequest().fromJsonString(jsonString, options);
|
|
1377
|
+
}
|
|
1378
|
+
static equals(a, b) {
|
|
1379
|
+
return proto3.util.equals(QueryResourcesRequest, a, b);
|
|
1380
|
+
}
|
|
1381
|
+
}
|
|
1382
|
+
/**
|
|
1383
|
+
* @generated from message liquidmetal.v1alpha1.QueryResourcesResponse
|
|
1384
|
+
*/
|
|
1385
|
+
export class QueryResourcesResponse extends Message {
|
|
1386
|
+
/**
|
|
1387
|
+
* @generated from field: repeated liquidmetal.v1alpha1.QueryResourcesResponse.Resource resources = 1;
|
|
1388
|
+
*/
|
|
1389
|
+
resources = [];
|
|
1390
|
+
/**
|
|
1391
|
+
* @generated from field: optional string next_page_token = 2;
|
|
1392
|
+
*/
|
|
1393
|
+
nextPageToken;
|
|
1394
|
+
constructor(data) {
|
|
1395
|
+
super();
|
|
1396
|
+
proto3.util.initPartial(data, this);
|
|
1397
|
+
}
|
|
1398
|
+
static runtime = proto3;
|
|
1399
|
+
static typeName = "liquidmetal.v1alpha1.QueryResourcesResponse";
|
|
1400
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1401
|
+
{ no: 1, name: "resources", kind: "message", T: QueryResourcesResponse_Resource, repeated: true },
|
|
1402
|
+
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1403
|
+
]);
|
|
1404
|
+
static fromBinary(bytes, options) {
|
|
1405
|
+
return new QueryResourcesResponse().fromBinary(bytes, options);
|
|
1406
|
+
}
|
|
1407
|
+
static fromJson(jsonValue, options) {
|
|
1408
|
+
return new QueryResourcesResponse().fromJson(jsonValue, options);
|
|
1409
|
+
}
|
|
1410
|
+
static fromJsonString(jsonString, options) {
|
|
1411
|
+
return new QueryResourcesResponse().fromJsonString(jsonString, options);
|
|
1412
|
+
}
|
|
1413
|
+
static equals(a, b) {
|
|
1414
|
+
return proto3.util.equals(QueryResourcesResponse, a, b);
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
/**
|
|
1418
|
+
* @generated from message liquidmetal.v1alpha1.QueryResourcesResponse.Resource
|
|
1419
|
+
*/
|
|
1420
|
+
export class QueryResourcesResponse_Resource extends Message {
|
|
1421
|
+
/**
|
|
1422
|
+
* @generated from field: string organization_id = 1;
|
|
1423
|
+
*/
|
|
1424
|
+
organizationId = "";
|
|
1425
|
+
/**
|
|
1426
|
+
* @generated from field: string application_name = 2;
|
|
1427
|
+
*/
|
|
1428
|
+
applicationName = "";
|
|
1429
|
+
/**
|
|
1430
|
+
* @generated from field: string application_version_id = 3;
|
|
1431
|
+
*/
|
|
1432
|
+
applicationVersionId = "";
|
|
1433
|
+
/**
|
|
1434
|
+
* @generated from field: string resource_id = 4;
|
|
1435
|
+
*/
|
|
1436
|
+
resourceId = "";
|
|
1437
|
+
/**
|
|
1438
|
+
* @generated from field: string name = 5;
|
|
1439
|
+
*/
|
|
1440
|
+
name = "";
|
|
1441
|
+
/**
|
|
1442
|
+
* @generated from field: string type = 6;
|
|
1443
|
+
*/
|
|
1444
|
+
type = "";
|
|
1445
|
+
/**
|
|
1446
|
+
* @generated from field: google.protobuf.Struct attributes = 8;
|
|
1447
|
+
*/
|
|
1448
|
+
attributes;
|
|
1449
|
+
/**
|
|
1450
|
+
* @generated from field: google.protobuf.Timestamp created_at = 9;
|
|
1451
|
+
*/
|
|
1452
|
+
createdAt;
|
|
1453
|
+
/**
|
|
1454
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 10;
|
|
1455
|
+
*/
|
|
1456
|
+
updatedAt;
|
|
1457
|
+
constructor(data) {
|
|
1458
|
+
super();
|
|
1459
|
+
proto3.util.initPartial(data, this);
|
|
1460
|
+
}
|
|
1461
|
+
static runtime = proto3;
|
|
1462
|
+
static typeName = "liquidmetal.v1alpha1.QueryResourcesResponse.Resource";
|
|
1463
|
+
static fields = proto3.util.newFieldList(() => [
|
|
1464
|
+
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1465
|
+
{ no: 2, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1466
|
+
{ no: 3, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1467
|
+
{ no: 4, name: "resource_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1468
|
+
{ no: 5, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1469
|
+
{ no: 6, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1470
|
+
{ no: 8, name: "attributes", kind: "message", T: Struct },
|
|
1471
|
+
{ no: 9, name: "created_at", kind: "message", T: Timestamp },
|
|
1472
|
+
{ no: 10, name: "updated_at", kind: "message", T: Timestamp },
|
|
1473
|
+
]);
|
|
1474
|
+
static fromBinary(bytes, options) {
|
|
1475
|
+
return new QueryResourcesResponse_Resource().fromBinary(bytes, options);
|
|
1476
|
+
}
|
|
1477
|
+
static fromJson(jsonValue, options) {
|
|
1478
|
+
return new QueryResourcesResponse_Resource().fromJson(jsonValue, options);
|
|
1479
|
+
}
|
|
1480
|
+
static fromJsonString(jsonString, options) {
|
|
1481
|
+
return new QueryResourcesResponse_Resource().fromJsonString(jsonString, options);
|
|
1482
|
+
}
|
|
1483
|
+
static equals(a, b) {
|
|
1484
|
+
return proto3.util.equals(QueryResourcesResponse_Resource, a, b);
|
|
1485
|
+
}
|
|
1486
|
+
}
|