@liquidmetal-ai/drizzle 0.2.3 → 0.2.9
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/CHANGELOG.md +7 -0
- package/dist/appify/build.d.ts +8 -0
- package/dist/appify/build.d.ts.map +1 -1
- package/dist/appify/build.js +68 -2
- package/dist/appify/build.test.js +170 -2
- package/dist/appify/parse.d.ts +13 -2
- package/dist/appify/parse.d.ts.map +1 -1
- package/dist/appify/parse.js +51 -2
- package/dist/appify/parse.test.js +149 -2
- package/dist/codestore.js +1 -1
- package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts +526 -479
- package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/catalog_pb.js +210 -1726
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts +110 -92
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/rainbow_auth_pb.js +38 -361
- package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts +14 -13
- package/dist/liquidmetal/v1alpha1/raindrop_pb.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/raindrop_pb.js +10 -48
- package/dist/liquidmetal/v1alpha1/resource_interface_pb.d.ts +146 -122
- package/dist/liquidmetal/v1alpha1/resource_interface_pb.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/resource_interface_pb.js +49 -428
- package/dist/liquidmetal/v1alpha1/search_agent_pb.d.ts +262 -142
- package/dist/liquidmetal/v1alpha1/search_agent_pb.d.ts.map +1 -1
- package/dist/liquidmetal/v1alpha1/search_agent_pb.js +68 -684
- package/eslint.config.mjs +3 -1
- package/package.json +2 -1
- package/src/appify/build.test.ts +197 -2
- package/src/appify/build.ts +71 -2
- package/src/appify/parse.test.ts +154 -2
- package/src/appify/parse.ts +55 -3
- package/src/codestore.ts +1 -1
- package/src/liquidmetal/v1alpha1/catalog_pb.ts +719 -1467
- package/src/liquidmetal/v1alpha1/rainbow_auth_pb.ts +142 -284
- package/src/liquidmetal/v1alpha1/raindrop_pb.ts +21 -35
- package/src/liquidmetal/v1alpha1/resource_interface_pb.ts +192 -378
- package/src/liquidmetal/v1alpha1/search_agent_pb.ts +310 -450
- package/tsconfig.json +11 -3
- package/tsconfig.tsbuildinfo +1 -1
- package/.turbo/turbo-lint.log +0 -6
- package/.turbo/turbo-test.log +0 -6
- package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts +0 -168
- package/dist/liquidmetal/v1alpha1/catalog_connect.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/catalog_connect.js +0 -171
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts +0 -49
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/rainbow_auth_connect.js +0 -52
- package/dist/liquidmetal/v1alpha1/rainbow_public_connect.d.ts +0 -26
- package/dist/liquidmetal/v1alpha1/rainbow_public_connect.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/rainbow_public_connect.js +0 -29
- package/dist/liquidmetal/v1alpha1/rainbow_public_pb.d.ts +0 -202
- package/dist/liquidmetal/v1alpha1/rainbow_public_pb.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/rainbow_public_pb.js +0 -298
- package/dist/liquidmetal/v1alpha1/resource_interface_connect.d.ts +0 -68
- package/dist/liquidmetal/v1alpha1/resource_interface_connect.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/resource_interface_connect.js +0 -73
- package/dist/liquidmetal/v1alpha1/search_agent_connect.d.ts +0 -170
- package/dist/liquidmetal/v1alpha1/search_agent_connect.d.ts.map +0 -1
- package/dist/liquidmetal/v1alpha1/search_agent_connect.js +0 -173
- package/src/liquidmetal/v1alpha1/catalog_connect.ts +0 -174
- package/src/liquidmetal/v1alpha1/rainbow_auth_connect.ts +0 -55
- package/src/liquidmetal/v1alpha1/rainbow_public_connect.ts +0 -32
- package/src/liquidmetal/v1alpha1/rainbow_public_pb.ts +0 -366
- package/src/liquidmetal/v1alpha1/resource_interface_connect.ts +0 -77
- package/src/liquidmetal/v1alpha1/search_agent_connect.ts +0 -176
|
@@ -1,657 +1,67 @@
|
|
|
1
|
-
// @generated by protoc-gen-es
|
|
1
|
+
// @generated by protoc-gen-es v2.2.5 with parameter "target=ts,import_extension=.js"
|
|
2
2
|
// @generated from file liquidmetal/v1alpha1/catalog.proto (package liquidmetal.v1alpha1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
|
|
5
|
-
import {
|
|
4
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
+
import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
* @generated from enum liquidmetal.v1alpha1.UnitState
|
|
10
|
-
*/
|
|
11
|
-
export var UnitState;
|
|
12
|
-
(function (UnitState) {
|
|
13
|
-
/**
|
|
14
|
-
* @generated from enum value: UNIT_STATE_UNSPECIFIED = 0;
|
|
15
|
-
*/
|
|
16
|
-
UnitState[UnitState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
17
|
-
/**
|
|
18
|
-
* @generated from enum value: UNIT_STATE_PENDING = 1;
|
|
19
|
-
*/
|
|
20
|
-
UnitState[UnitState["PENDING"] = 1] = "PENDING";
|
|
21
|
-
/**
|
|
22
|
-
* @generated from enum value: UNIT_STATE_STARTING = 2;
|
|
23
|
-
*/
|
|
24
|
-
UnitState[UnitState["STARTING"] = 2] = "STARTING";
|
|
25
|
-
/**
|
|
26
|
-
* @generated from enum value: UNIT_STATE_RUNNING = 3;
|
|
27
|
-
*/
|
|
28
|
-
UnitState[UnitState["RUNNING"] = 3] = "RUNNING";
|
|
29
|
-
/**
|
|
30
|
-
* @generated from enum value: UNIT_STATE_STOPPING = 4;
|
|
31
|
-
*/
|
|
32
|
-
UnitState[UnitState["STOPPING"] = 4] = "STOPPING";
|
|
33
|
-
/**
|
|
34
|
-
* @generated from enum value: UNIT_STATE_STOPPED = 5;
|
|
35
|
-
*/
|
|
36
|
-
UnitState[UnitState["STOPPED"] = 5] = "STOPPED";
|
|
37
|
-
/**
|
|
38
|
-
* @generated from enum value: UNIT_STATE_DELETING = 6;
|
|
39
|
-
*/
|
|
40
|
-
UnitState[UnitState["DELETING"] = 6] = "DELETING";
|
|
41
|
-
/**
|
|
42
|
-
* @generated from enum value: UNIT_STATE_DELETED = 7;
|
|
43
|
-
*/
|
|
44
|
-
UnitState[UnitState["DELETED"] = 7] = "DELETED";
|
|
45
|
-
})(UnitState || (UnitState = {}));
|
|
46
|
-
// Retrieve enum metadata with: proto3.getEnumType(UnitState)
|
|
47
|
-
proto3.util.setEnumType(UnitState, "liquidmetal.v1alpha1.UnitState", [
|
|
48
|
-
{ no: 0, name: "UNIT_STATE_UNSPECIFIED" },
|
|
49
|
-
{ no: 1, name: "UNIT_STATE_PENDING" },
|
|
50
|
-
{ no: 2, name: "UNIT_STATE_STARTING" },
|
|
51
|
-
{ no: 3, name: "UNIT_STATE_RUNNING" },
|
|
52
|
-
{ no: 4, name: "UNIT_STATE_STOPPING" },
|
|
53
|
-
{ no: 5, name: "UNIT_STATE_STOPPED" },
|
|
54
|
-
{ no: 6, name: "UNIT_STATE_DELETING" },
|
|
55
|
-
{ no: 7, name: "UNIT_STATE_DELETED" },
|
|
56
|
-
]);
|
|
57
|
-
/**
|
|
58
|
-
* @generated from enum liquidmetal.v1alpha1.BundleArchiveType
|
|
59
|
-
*/
|
|
60
|
-
export var BundleArchiveType;
|
|
61
|
-
(function (BundleArchiveType) {
|
|
62
|
-
/**
|
|
63
|
-
* @generated from enum value: BUNDLE_ARCHIVE_TYPE_UNSPECIFIED = 0;
|
|
64
|
-
*/
|
|
65
|
-
BundleArchiveType[BundleArchiveType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
66
|
-
/**
|
|
67
|
-
* @generated from enum value: BUNDLE_ARCHIVE_TYPE_ZIP = 1;
|
|
68
|
-
*/
|
|
69
|
-
BundleArchiveType[BundleArchiveType["ZIP"] = 1] = "ZIP";
|
|
70
|
-
})(BundleArchiveType || (BundleArchiveType = {}));
|
|
71
|
-
// Retrieve enum metadata with: proto3.getEnumType(BundleArchiveType)
|
|
72
|
-
proto3.util.setEnumType(BundleArchiveType, "liquidmetal.v1alpha1.BundleArchiveType", [
|
|
73
|
-
{ no: 0, name: "BUNDLE_ARCHIVE_TYPE_UNSPECIFIED" },
|
|
74
|
-
{ no: 1, name: "BUNDLE_ARCHIVE_TYPE_ZIP" },
|
|
75
|
-
]);
|
|
76
|
-
/**
|
|
77
|
-
* @generated from enum liquidmetal.v1alpha1.WatchResponseEventType
|
|
7
|
+
* Describes the file liquidmetal/v1alpha1/catalog.proto.
|
|
78
8
|
*/
|
|
79
|
-
export
|
|
80
|
-
(function (WatchResponseEventType) {
|
|
81
|
-
/**
|
|
82
|
-
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_UNSPECIFIED = 0;
|
|
83
|
-
*/
|
|
84
|
-
WatchResponseEventType[WatchResponseEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
85
|
-
/**
|
|
86
|
-
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_MESSAGE = 1;
|
|
87
|
-
*/
|
|
88
|
-
WatchResponseEventType[WatchResponseEventType["MESSAGE"] = 1] = "MESSAGE";
|
|
89
|
-
/**
|
|
90
|
-
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_COMPLETE = 2;
|
|
91
|
-
*/
|
|
92
|
-
WatchResponseEventType[WatchResponseEventType["COMPLETE"] = 2] = "COMPLETE";
|
|
93
|
-
})(WatchResponseEventType || (WatchResponseEventType = {}));
|
|
94
|
-
// Retrieve enum metadata with: proto3.getEnumType(WatchResponseEventType)
|
|
95
|
-
proto3.util.setEnumType(WatchResponseEventType, "liquidmetal.v1alpha1.WatchResponseEventType", [
|
|
96
|
-
{ no: 0, name: "WATCH_RESPONSE_EVENT_TYPE_UNSPECIFIED" },
|
|
97
|
-
{ no: 1, name: "WATCH_RESPONSE_EVENT_TYPE_MESSAGE" },
|
|
98
|
-
{ no: 2, name: "WATCH_RESPONSE_EVENT_TYPE_COMPLETE" },
|
|
99
|
-
]);
|
|
9
|
+
export const file_liquidmetal_v1alpha1_catalog = /*@__PURE__*/ fileDesc("CiJsaXF1aWRtZXRhbC92MWFscGhhMS9jYXRhbG9nLnByb3RvEhRsaXF1aWRtZXRhbC52MWFscGhhMSKHAQoTQXBwbGljYXRpb25zUmVxdWVzdBIPCgd1c2VyX2lkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRIUCgxzaG93X2RlbGV0ZWQYAyABKAgSHAoPbmV4dF9wYWdlX3Rva2VuGAQgASgJSACIAQFCEgoQX25leHRfcGFnZV90b2tlbiKEBQoUQXBwbGljYXRpb25zUmVzcG9uc2USTAoMYXBwbGljYXRpb25zGAEgAygLMjYubGlxdWlkbWV0YWwudjFhbHBoYTEuQXBwbGljYXRpb25zUmVzcG9uc2UuQXBwbGljYXRpb24SHAoPbmV4dF9wYWdlX3Rva2VuGAIgASgJSACIAQEa6wMKC0FwcGxpY2F0aW9uEgwKBG5hbWUYASABKAkSEgoKdmVyc2lvbl9pZBgCIAEoCRIQCghtYW5pZmVzdBgDIAEoCRISCgVzdWl0ZRgEIAEoCUgAiAEBEi4KCmNyZWF0ZWRfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYBiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjMKCmRlbGV0ZWRfYXQYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAGIAQESEQoJaXNfYWN0aXZlGAggASgIEhcKD29yZ2FuaXphdGlvbl9pZBgJIAEoCRITCgZicmFuY2gYCiABKAlIAogBARIUCgxpc19zYW5kYm94ZWQYCyABKAgSIAoTcHJldmlvdXNfdmVyc2lvbl9pZBgMIAEoCUgDiAEBEi4KBXN0YXRlGA0gASgOMh8ubGlxdWlkbWV0YWwudjFhbHBoYTEuVW5pdFN0YXRlEhEKBGxvY2sYDiABKAlIBIgBAUIICgZfc3VpdGVCDQoLX2RlbGV0ZWRfYXRCCQoHX2JyYW5jaEIWChRfcHJldmlvdXNfdmVyc2lvbl9pZEIHCgVfbG9ja0ISChBfbmV4dF9wYWdlX3Rva2VuItIBChBCb290c3RyYXBSZXF1ZXN0Eg8KB3VzZXJfaWQYASABKAkSFwoPb3JnYW5pemF0aW9uX2lkGAIgASgJEg0KBXRva2VuGAMgASgJEh0KFWNsb3VkZmxhcmVfYWNjb3VudF9pZBgEIAEoCRIfChdjbG91ZGZsYXJlX2JlYXJlcl90b2tlbhgFIAEoCRIjChtsaXF1aWRtZXRhbF9zZXJ2aWNlc19kb21haW4YBiABKAkSIAoYY3VzdG9tZXJfc2VydmljZXNfZG9tYWluGAcgASgJIhMKEUJvb3RzdHJhcFJlc3BvbnNlIiwKKkludGVybmFsQXBwbGljYXRpb25zUmVxdWVzdFBhZ2luYXRpb25Ub2tlbiLeAQoTVXBsb2FkQnVuZGxlUmVxdWVzdBIPCgd1c2VyX2lkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRIYChBhcHBsaWNhdGlvbl9uYW1lGAMgASgJEh4KFmFwcGxpY2F0aW9uX3ZlcnNpb25faWQYBCABKAkSEwoLYnVuZGxlX25hbWUYBSABKAkSPQoMYXJjaGl2ZV90eXBlGAYgASgOMicubGlxdWlkbWV0YWwudjFhbHBoYTEuQnVuZGxlQXJjaGl2ZVR5cGUSDwoHYXJjaGl2ZRgHIAEoDCIWChRVcGxvYWRCdW5kbGVSZXNwb25zZSJ7ChVRdWVyeVJlc291cmNlc1JlcXVlc3QSDwoHdXNlcl9pZBgBIAEoCRIXCg9vcmdhbml6YXRpb25faWQYAiABKAkSGAoQYXBwbGljYXRpb25fbmFtZRgDIAEoCRIeChZhcHBsaWNhdGlvbl92ZXJzaW9uX2lkGAQgASgJItUHChZRdWVyeVJlc291cmNlc1Jlc3BvbnNlEkgKCXJlc291cmNlcxgBIAMoCzI1LmxpcXVpZG1ldGFsLnYxYWxwaGExLlF1ZXJ5UmVzb3VyY2VzUmVzcG9uc2UuUmVzb3VyY2USHAoPbmV4dF9wYWdlX3Rva2VuGAIgASgJSACIAQEavgYKCFJlc291cmNlEhcKD29yZ2FuaXphdGlvbl9pZBgBIAEoCRIYChBhcHBsaWNhdGlvbl9uYW1lGAIgASgJEh4KFmFwcGxpY2F0aW9uX3ZlcnNpb25faWQYAyABKAkSEwoLcmVzb3VyY2VfaWQYBCABKAkSDAoEbmFtZRgFIAEoCRIMCgR0eXBlGAYgASgJElkKDXJlc291cmNlX3R5cGUYByABKA4yQi5saXF1aWRtZXRhbC52MWFscGhhMS5RdWVyeVJlc291cmNlc1Jlc3BvbnNlLlJlc291cmNlLlJlc291cmNlVHlwZRIrCgphdHRyaWJ1dGVzGAggASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdBIuCgpjcmVhdGVkX2F0GAkgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAogASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCLFAwoMUmVzb3VyY2VUeXBlEh0KGVJFU09VUkNFX1RZUEVfVU5TUEVDSUZJRUQQABIgChxSRVNPVVJDRV9UWVBFX1FVRVVFX0NPTlNVTUVSEAESGAoUUkVTT1VSQ0VfVFlQRV9TQ1JJUFQQAhIUChBSRVNPVVJDRV9UWVBFX0QxEAMSGgoWUkVTT1VSQ0VfVFlQRV9EMV9RVUVSWRAEEhsKF1JFU09VUkNFX1RZUEVfVkVDVE9SSVpFEAUSGQoVUkVTT1VSQ0VfVFlQRV9FTlZfVkFSEAYSGAoUUkVTT1VSQ0VfVFlQRV9CVUNLRVQQBxIXChNSRVNPVVJDRV9UWVBFX1FVRVVFEAgSIAocUkVTT1VSQ0VfVFlQRV9TQ1JJUFRfQklORElORxAJEiUKIVJFU09VUkNFX1RZUEVfQlVDS0VUX05PVElGSUNBVElPThAKEhoKFlJFU09VUkNFX1RZUEVfTUVUQURBVEEQCxIfChtSRVNPVVJDRV9UWVBFX0NVU1RPTV9ET01BSU4QDBIXChNSRVNPVVJDRV9UWVBFX1JPVVRFEA0SHgoaUkVTT1VSQ0VfVFlQRV9TTUFSVF9CVUNLRVQQDkISChBfbmV4dF9wYWdlX3Rva2VuIqQECg1EZXBsb3lSZXF1ZXN0Eg8KB3VzZXJfaWQYASABKAkSFwoPb3JnYW5pemF0aW9uX2lkGAIgASgJEkUKDGFwcGxpY2F0aW9ucxgDIAMoCzIvLmxpcXVpZG1ldGFsLnYxYWxwaGExLkRlcGxveVJlcXVlc3QuQXBwbGljYXRpb24aLgoTQXBwbGljYXRpb25NZXRhZGF0YRIXCg9ydW50aW1lX3ZlcnNpb24YASABKAka8QIKC0FwcGxpY2F0aW9uEg0KBXN1aXRlGAEgASgJEhMKC2FwcGxpY2F0aW9uGAIgASgJEiAKE3ByZXZpb3VzX3ZlcnNpb25faWQYAyABKAlIAIgBARIfChJjdXJyZW50X3ZlcnNpb25faWQYBCABKAlIAYgBARITCgZicmFuY2gYBSABKAlIAogBARIQCghtYW5pZmVzdBgGIAEoCRJJCghtZXRhZGF0YRgHIAEoCzI3LmxpcXVpZG1ldGFsLnYxYWxwaGExLkRlcGxveVJlcXVlc3QuQXBwbGljYXRpb25NZXRhZGF0YRINCgVhbWVuZBgIIAEoCBIWCglpc19hY3RpdmUYCSABKAhIA4gBARIRCgRsb2NrGAogASgJSASIAQFCFgoUX3ByZXZpb3VzX3ZlcnNpb25faWRCFQoTX2N1cnJlbnRfdmVyc2lvbl9pZEIJCgdfYnJhbmNoQgwKCl9pc19hY3RpdmVCBwoFX2xvY2si1AEKDkRlcGxveVJlc3BvbnNlEhcKD29yZ2FuaXphdGlvbl9pZBgBIAEoCRJGCgxhcHBsaWNhdGlvbnMYAiADKAsyMC5saXF1aWRtZXRhbC52MWFscGhhMS5EZXBsb3lSZXNwb25zZS5BcHBsaWNhdGlvbhphCgtBcHBsaWNhdGlvbhIYChBhcHBsaWNhdGlvbl9uYW1lGAEgASgJEhoKEmN1cnJlbnRfdmVyc2lvbl9pZBgCIAEoCRIOCgZicmFuY2gYAyABKAkSDAoEbG9jaxgEIAEoCSLeAQoOU2V0RW52c1JlcXVlc3QSDwoHdXNlcl9pZBgBIAEoCRIXCg9vcmdhbml6YXRpb25faWQYAiABKAkSNgoEZW52cxgDIAMoCzIoLmxpcXVpZG1ldGFsLnYxYWxwaGExLlNldEVudnNSZXF1ZXN0LkVudhpqCgNFbnYSGAoQYXBwbGljYXRpb25fbmFtZRgBIAEoCRIaChJjdXJyZW50X3ZlcnNpb25faWQYAiABKAkSCwoDa2V5GAMgASgJEg0KBXZhbHVlGAQgASgJEhEKCWlzX3NlY3JldBgFIAEoCCIRCg9TZXRFbnZzUmVzcG9uc2UivAEKDkdldEVudnNSZXF1ZXN0Eg8KB3VzZXJfaWQYASABKAkSFwoPb3JnYW5pemF0aW9uX2lkGAIgASgJEjYKBGVudnMYAyADKAsyKC5saXF1aWRtZXRhbC52MWFscGhhMS5HZXRFbnZzUmVxdWVzdC5FbnYaSAoDRW52EhgKEGFwcGxpY2F0aW9uX25hbWUYASABKAkSGgoSY3VycmVudF92ZXJzaW9uX2lkGAIgASgJEgsKA2tleRgDIAEoCSK2AQoPR2V0RW52c1Jlc3BvbnNlEjcKBGVudnMYASADKAsyKS5saXF1aWRtZXRhbC52MWFscGhhMS5HZXRFbnZzUmVzcG9uc2UuRW52GmoKA0VudhIYChBhcHBsaWNhdGlvbl9uYW1lGAEgASgJEhoKEmN1cnJlbnRfdmVyc2lvbl9pZBgCIAEoCRILCgNrZXkYAyABKAkSDQoFdmFsdWUYBCABKAkSEQoJaXNfc2VjcmV0GAUgASgIIsABCg5SZWxlYXNlUmVxdWVzdBIPCgd1c2VyX2lkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRI4CgVsb2NrcxgDIAMoCzIpLmxpcXVpZG1ldGFsLnYxYWxwaGExLlJlbGVhc2VSZXF1ZXN0LkxvY2saSgoETG9jaxIYChBhcHBsaWNhdGlvbl9uYW1lGAEgASgJEhoKEmN1cnJlbnRfdmVyc2lvbl9pZBgCIAEoCRIMCgRsb2NrGAMgASgJIhEKD1JlbGVhc2VSZXNwb25zZSLDAQoMV2F0Y2hSZXF1ZXN0Eg8KB3VzZXJfaWQYASABKAkSFwoPb3JnYW5pemF0aW9uX2lkGAIgASgJEkQKDGFwcGxpY2F0aW9ucxgDIAMoCzIuLmxpcXVpZG1ldGFsLnYxYWxwaGExLldhdGNoUmVxdWVzdC5BcHBsaWNhdGlvbhpDCgtBcHBsaWNhdGlvbhIYChBhcHBsaWNhdGlvbl9uYW1lGAEgASgJEhoKEmN1cnJlbnRfdmVyc2lvbl9pZBgCIAEoCSKZAQoNV2F0Y2hSZXNwb25zZRIYChBhcHBsaWNhdGlvbl9uYW1lGAEgASgJEhoKEmN1cnJlbnRfdmVyc2lvbl9pZBgCIAEoCRIQCghldmVudF9pZBgDIAEoCRJACgpldmVudF90eXBlGAQgASgOMiwubGlxdWlkbWV0YWwudjFhbHBoYTEuV2F0Y2hSZXNwb25zZUV2ZW50VHlwZSLFAQoNRGVsZXRlUmVxdWVzdBIPCgd1c2VyX2lkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRJFCgxhcHBsaWNhdGlvbnMYAyADKAsyLy5saXF1aWRtZXRhbC52MWFscGhhMS5EZWxldGVSZXF1ZXN0LkFwcGxpY2F0aW9uGkMKC0FwcGxpY2F0aW9uEhgKEGFwcGxpY2F0aW9uX25hbWUYASABKAkSGgoSY3VycmVudF92ZXJzaW9uX2lkGAIgASgJIhAKDkRlbGV0ZVJlc3BvbnNlIt4BChBTZXRBY3RpdmVSZXF1ZXN0Eg8KB3VzZXJfaWQYASABKAkSFwoPb3JnYW5pemF0aW9uX2lkGAIgASgJEkgKDGFwcGxpY2F0aW9ucxgDIAMoCzIyLmxpcXVpZG1ldGFsLnYxYWxwaGExLlNldEFjdGl2ZVJlcXVlc3QuQXBwbGljYXRpb24aVgoLQXBwbGljYXRpb24SGAoQYXBwbGljYXRpb25fbmFtZRgBIAEoCRIaChJjdXJyZW50X3ZlcnNpb25faWQYAiABKAkSEQoJaXNfYWN0aXZlGAMgASgIIhMKEVNldEFjdGl2ZVJlc3BvbnNlIuMBChFTZXRTYW5kYm94UmVxdWVzdBIPCgd1c2VyX2lkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRJJCgxhcHBsaWNhdGlvbnMYAyADKAsyMy5saXF1aWRtZXRhbC52MWFscGhhMS5TZXRTYW5kYm94UmVxdWVzdC5BcHBsaWNhdGlvbhpZCgtBcHBsaWNhdGlvbhIYChBhcHBsaWNhdGlvbl9uYW1lGAEgASgJEhoKEmN1cnJlbnRfdmVyc2lvbl9pZBgCIAEoCRIUCgxpc19zYW5kYm94ZWQYAyABKAgiFAoSU2V0U2FuZGJveFJlc3BvbnNlIm8KDVN0YXR1c1JlcXVlc3QSDwoHdXNlcl9pZBgBIAEoCRIXCg9vcmdhbml6YXRpb25faWQYAiABKAkSGAoQYXBwbGljYXRpb25fbmFtZRgDIAEoCRIaChJjdXJyZW50X3ZlcnNpb25faWQYBCABKAki8AEKDlN0YXR1c1Jlc3BvbnNlEi4KBXN0YXRlGAEgASgOMh8ubGlxdWlkbWV0YWwudjFhbHBoYTEuVW5pdFN0YXRlEjwKB21vZHVsZXMYAiADKAsyKy5saXF1aWRtZXRhbC52MWFscGhhMS5TdGF0dXNSZXNwb25zZS5Nb2R1bGUSEQoEbG9jaxgDIAEoCUgAiAEBGlQKBk1vZHVsZRIMCgRuYW1lGAEgASgJEi4KBXN0YXRlGAIgASgOMh8ubGlxdWlkbWV0YWwudjFhbHBoYTEuVW5pdFN0YXRlEgwKBHVybHMYAyADKAlCBwoFX2xvY2sq0gEKCVVuaXRTdGF0ZRIaChZVTklUX1NUQVRFX1VOU1BFQ0lGSUVEEAASFgoSVU5JVF9TVEFURV9QRU5ESU5HEAESFwoTVU5JVF9TVEFURV9TVEFSVElORxACEhYKElVOSVRfU1RBVEVfUlVOTklORxADEhcKE1VOSVRfU1RBVEVfU1RPUFBJTkcQBBIWChJVTklUX1NUQVRFX1NUT1BQRUQQBRIXChNVTklUX1NUQVRFX0RFTEVUSU5HEAYSFgoSVU5JVF9TVEFURV9ERUxFVEVEEAcqVQoRQnVuZGxlQXJjaGl2ZVR5cGUSIwofQlVORExFX0FSQ0hJVkVfVFlQRV9VTlNQRUNJRklFRBAAEhsKF0JVTkRMRV9BUkNISVZFX1RZUEVfWklQEAEqkgEKFldhdGNoUmVzcG9uc2VFdmVudFR5cGUSKQolV0FUQ0hfUkVTUE9OU0VfRVZFTlRfVFlQRV9VTlNQRUNJRklFRBAAEiUKIVdBVENIX1JFU1BPTlNFX0VWRU5UX1RZUEVfTUVTU0FHRRABEiYKIldBVENIX1JFU1BPTlNFX0VWRU5UX1RZUEVfQ09NUExFVEUQAjLDCQoOQ2F0YWxvZ1NlcnZpY2USawoOUXVlcnlSZXNvdXJjZXMSKy5saXF1aWRtZXRhbC52MWFscGhhMS5RdWVyeVJlc291cmNlc1JlcXVlc3QaLC5saXF1aWRtZXRhbC52MWFscGhhMS5RdWVyeVJlc291cmNlc1Jlc3BvbnNlElwKCUJvb3RzdHJhcBImLmxpcXVpZG1ldGFsLnYxYWxwaGExLkJvb3RzdHJhcFJlcXVlc3QaJy5saXF1aWRtZXRhbC52MWFscGhhMS5Cb290c3RyYXBSZXNwb25zZRJlCgxBcHBsaWNhdGlvbnMSKS5saXF1aWRtZXRhbC52MWFscGhhMS5BcHBsaWNhdGlvbnNSZXF1ZXN0GioubGlxdWlkbWV0YWwudjFhbHBoYTEuQXBwbGljYXRpb25zUmVzcG9uc2USUwoGRGVwbG95EiMubGlxdWlkbWV0YWwudjFhbHBoYTEuRGVwbG95UmVxdWVzdBokLmxpcXVpZG1ldGFsLnYxYWxwaGExLkRlcGxveVJlc3BvbnNlEmUKDFVwbG9hZEJ1bmRsZRIpLmxpcXVpZG1ldGFsLnYxYWxwaGExLlVwbG9hZEJ1bmRsZVJlcXVlc3QaKi5saXF1aWRtZXRhbC52MWFscGhhMS5VcGxvYWRCdW5kbGVSZXNwb25zZRJWCgdTZXRFbnZzEiQubGlxdWlkbWV0YWwudjFhbHBoYTEuU2V0RW52c1JlcXVlc3QaJS5saXF1aWRtZXRhbC52MWFscGhhMS5TZXRFbnZzUmVzcG9uc2USVgoHR2V0RW52cxIkLmxpcXVpZG1ldGFsLnYxYWxwaGExLkdldEVudnNSZXF1ZXN0GiUubGlxdWlkbWV0YWwudjFhbHBoYTEuR2V0RW52c1Jlc3BvbnNlElYKB1JlbGVhc2USJC5saXF1aWRtZXRhbC52MWFscGhhMS5SZWxlYXNlUmVxdWVzdBolLmxpcXVpZG1ldGFsLnYxYWxwaGExLlJlbGVhc2VSZXNwb25zZRJSCgVXYXRjaBIiLmxpcXVpZG1ldGFsLnYxYWxwaGExLldhdGNoUmVxdWVzdBojLmxpcXVpZG1ldGFsLnYxYWxwaGExLldhdGNoUmVzcG9uc2UwARJTCgZEZWxldGUSIy5saXF1aWRtZXRhbC52MWFscGhhMS5EZWxldGVSZXF1ZXN0GiQubGlxdWlkbWV0YWwudjFhbHBoYTEuRGVsZXRlUmVzcG9uc2USXAoJU2V0QWN0aXZlEiYubGlxdWlkbWV0YWwudjFhbHBoYTEuU2V0QWN0aXZlUmVxdWVzdBonLmxpcXVpZG1ldGFsLnYxYWxwaGExLlNldEFjdGl2ZVJlc3BvbnNlEl8KClNldFNhbmRib3gSJy5saXF1aWRtZXRhbC52MWFscGhhMS5TZXRTYW5kYm94UmVxdWVzdBooLmxpcXVpZG1ldGFsLnYxYWxwaGExLlNldFNhbmRib3hSZXNwb25zZRJTCgZTdGF0dXMSIy5saXF1aWRtZXRhbC52MWFscGhhMS5TdGF0dXNSZXF1ZXN0GiQubGlxdWlkbWV0YWwudjFhbHBoYTEuU3RhdHVzUmVzcG9uc2VCmQEKGGNvbS5saXF1aWRtZXRhbC52MWFscGhhMUIMQ2F0YWxvZ1Byb3RvUAGiAgNMWFiqAhRMaXF1aWRtZXRhbC5WMWFscGhhMcoCFExpcXVpZG1ldGFsXFYxYWxwaGEx4gIgTGlxdWlkbWV0YWxcVjFhbHBoYTFcR1BCTWV0YWRhdGHqAhVMaXF1aWRtZXRhbDo6VjFhbHBoYTFiBnByb3RvMw", [file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
100
10
|
/**
|
|
101
|
-
*
|
|
11
|
+
* Describes the message liquidmetal.v1alpha1.ApplicationsRequest.
|
|
12
|
+
* Use `create(ApplicationsRequestSchema)` to create a new message.
|
|
102
13
|
*/
|
|
103
|
-
export
|
|
104
|
-
/**
|
|
105
|
-
* user_id is the user for which applications are being requested.
|
|
106
|
-
*
|
|
107
|
-
* @generated from field: string user_id = 1;
|
|
108
|
-
*/
|
|
109
|
-
userId = "";
|
|
110
|
-
/**
|
|
111
|
-
* organization_id is the organization within which applications are being requested.
|
|
112
|
-
*
|
|
113
|
-
* @generated from field: string organization_id = 2;
|
|
114
|
-
*/
|
|
115
|
-
organizationId = "";
|
|
116
|
-
/**
|
|
117
|
-
* show_deleted is a flag to indicate if deleted applications should be included in the response.
|
|
118
|
-
*
|
|
119
|
-
* @generated from field: bool show_deleted = 3;
|
|
120
|
-
*/
|
|
121
|
-
showDeleted = false;
|
|
122
|
-
/**
|
|
123
|
-
* @generated from field: optional string next_page_token = 4;
|
|
124
|
-
*/
|
|
125
|
-
nextPageToken;
|
|
126
|
-
constructor(data) {
|
|
127
|
-
super();
|
|
128
|
-
proto3.util.initPartial(data, this);
|
|
129
|
-
}
|
|
130
|
-
static runtime = proto3;
|
|
131
|
-
static typeName = "liquidmetal.v1alpha1.ApplicationsRequest";
|
|
132
|
-
static fields = proto3.util.newFieldList(() => [
|
|
133
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
134
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
135
|
-
{ no: 3, name: "show_deleted", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
136
|
-
{ no: 4, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
137
|
-
]);
|
|
138
|
-
static fromBinary(bytes, options) {
|
|
139
|
-
return new ApplicationsRequest().fromBinary(bytes, options);
|
|
140
|
-
}
|
|
141
|
-
static fromJson(jsonValue, options) {
|
|
142
|
-
return new ApplicationsRequest().fromJson(jsonValue, options);
|
|
143
|
-
}
|
|
144
|
-
static fromJsonString(jsonString, options) {
|
|
145
|
-
return new ApplicationsRequest().fromJsonString(jsonString, options);
|
|
146
|
-
}
|
|
147
|
-
static equals(a, b) {
|
|
148
|
-
return proto3.util.equals(ApplicationsRequest, a, b);
|
|
149
|
-
}
|
|
150
|
-
}
|
|
14
|
+
export const ApplicationsRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 0);
|
|
151
15
|
/**
|
|
152
|
-
*
|
|
16
|
+
* Describes the message liquidmetal.v1alpha1.ApplicationsResponse.
|
|
17
|
+
* Use `create(ApplicationsResponseSchema)` to create a new message.
|
|
153
18
|
*/
|
|
154
|
-
export
|
|
155
|
-
/**
|
|
156
|
-
* @generated from field: repeated liquidmetal.v1alpha1.ApplicationsResponse.Application applications = 1;
|
|
157
|
-
*/
|
|
158
|
-
applications = [];
|
|
159
|
-
/**
|
|
160
|
-
* @generated from field: optional string next_page_token = 2;
|
|
161
|
-
*/
|
|
162
|
-
nextPageToken;
|
|
163
|
-
constructor(data) {
|
|
164
|
-
super();
|
|
165
|
-
proto3.util.initPartial(data, this);
|
|
166
|
-
}
|
|
167
|
-
static runtime = proto3;
|
|
168
|
-
static typeName = "liquidmetal.v1alpha1.ApplicationsResponse";
|
|
169
|
-
static fields = proto3.util.newFieldList(() => [
|
|
170
|
-
{ no: 1, name: "applications", kind: "message", T: ApplicationsResponse_Application, repeated: true },
|
|
171
|
-
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
172
|
-
]);
|
|
173
|
-
static fromBinary(bytes, options) {
|
|
174
|
-
return new ApplicationsResponse().fromBinary(bytes, options);
|
|
175
|
-
}
|
|
176
|
-
static fromJson(jsonValue, options) {
|
|
177
|
-
return new ApplicationsResponse().fromJson(jsonValue, options);
|
|
178
|
-
}
|
|
179
|
-
static fromJsonString(jsonString, options) {
|
|
180
|
-
return new ApplicationsResponse().fromJsonString(jsonString, options);
|
|
181
|
-
}
|
|
182
|
-
static equals(a, b) {
|
|
183
|
-
return proto3.util.equals(ApplicationsResponse, a, b);
|
|
184
|
-
}
|
|
185
|
-
}
|
|
19
|
+
export const ApplicationsResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 1);
|
|
186
20
|
/**
|
|
187
|
-
*
|
|
21
|
+
* Describes the message liquidmetal.v1alpha1.ApplicationsResponse.Application.
|
|
22
|
+
* Use `create(ApplicationsResponse_ApplicationSchema)` to create a new message.
|
|
188
23
|
*/
|
|
189
|
-
export
|
|
190
|
-
/**
|
|
191
|
-
* @generated from field: string name = 1;
|
|
192
|
-
*/
|
|
193
|
-
name = "";
|
|
194
|
-
/**
|
|
195
|
-
* @generated from field: string version_id = 2;
|
|
196
|
-
*/
|
|
197
|
-
versionId = "";
|
|
198
|
-
/**
|
|
199
|
-
* @generated from field: string manifest = 3;
|
|
200
|
-
*/
|
|
201
|
-
manifest = "";
|
|
202
|
-
/**
|
|
203
|
-
* @generated from field: optional string suite = 4;
|
|
204
|
-
*/
|
|
205
|
-
suite;
|
|
206
|
-
/**
|
|
207
|
-
* @generated from field: google.protobuf.Timestamp created_at = 5;
|
|
208
|
-
*/
|
|
209
|
-
createdAt;
|
|
210
|
-
/**
|
|
211
|
-
* @generated from field: google.protobuf.Timestamp updated_at = 6;
|
|
212
|
-
*/
|
|
213
|
-
updatedAt;
|
|
214
|
-
/**
|
|
215
|
-
* @generated from field: optional google.protobuf.Timestamp deleted_at = 7;
|
|
216
|
-
*/
|
|
217
|
-
deletedAt;
|
|
218
|
-
/**
|
|
219
|
-
* @generated from field: bool is_active = 8;
|
|
220
|
-
*/
|
|
221
|
-
isActive = false;
|
|
222
|
-
/**
|
|
223
|
-
* @generated from field: string organization_id = 9;
|
|
224
|
-
*/
|
|
225
|
-
organizationId = "";
|
|
226
|
-
/**
|
|
227
|
-
* @generated from field: optional string branch = 10;
|
|
228
|
-
*/
|
|
229
|
-
branch;
|
|
230
|
-
/**
|
|
231
|
-
* @generated from field: bool is_sandboxed = 11;
|
|
232
|
-
*/
|
|
233
|
-
isSandboxed = false;
|
|
234
|
-
/**
|
|
235
|
-
* @generated from field: optional string previous_version_id = 12;
|
|
236
|
-
*/
|
|
237
|
-
previousVersionId;
|
|
238
|
-
/**
|
|
239
|
-
* @generated from field: liquidmetal.v1alpha1.UnitState state = 13;
|
|
240
|
-
*/
|
|
241
|
-
state = UnitState.UNSPECIFIED;
|
|
242
|
-
constructor(data) {
|
|
243
|
-
super();
|
|
244
|
-
proto3.util.initPartial(data, this);
|
|
245
|
-
}
|
|
246
|
-
static runtime = proto3;
|
|
247
|
-
static typeName = "liquidmetal.v1alpha1.ApplicationsResponse.Application";
|
|
248
|
-
static fields = proto3.util.newFieldList(() => [
|
|
249
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
250
|
-
{ no: 2, name: "version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
251
|
-
{ no: 3, name: "manifest", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
252
|
-
{ no: 4, name: "suite", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
253
|
-
{ no: 5, name: "created_at", kind: "message", T: Timestamp },
|
|
254
|
-
{ no: 6, name: "updated_at", kind: "message", T: Timestamp },
|
|
255
|
-
{ no: 7, name: "deleted_at", kind: "message", T: Timestamp, opt: true },
|
|
256
|
-
{ no: 8, name: "is_active", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
257
|
-
{ no: 9, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
258
|
-
{ no: 10, name: "branch", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
259
|
-
{ no: 11, name: "is_sandboxed", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
260
|
-
{ no: 12, name: "previous_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
261
|
-
{ no: 13, name: "state", kind: "enum", T: proto3.getEnumType(UnitState) },
|
|
262
|
-
]);
|
|
263
|
-
static fromBinary(bytes, options) {
|
|
264
|
-
return new ApplicationsResponse_Application().fromBinary(bytes, options);
|
|
265
|
-
}
|
|
266
|
-
static fromJson(jsonValue, options) {
|
|
267
|
-
return new ApplicationsResponse_Application().fromJson(jsonValue, options);
|
|
268
|
-
}
|
|
269
|
-
static fromJsonString(jsonString, options) {
|
|
270
|
-
return new ApplicationsResponse_Application().fromJsonString(jsonString, options);
|
|
271
|
-
}
|
|
272
|
-
static equals(a, b) {
|
|
273
|
-
return proto3.util.equals(ApplicationsResponse_Application, a, b);
|
|
274
|
-
}
|
|
275
|
-
}
|
|
24
|
+
export const ApplicationsResponse_ApplicationSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 1, 0);
|
|
276
25
|
/**
|
|
277
|
-
*
|
|
26
|
+
* Describes the message liquidmetal.v1alpha1.BootstrapRequest.
|
|
27
|
+
* Use `create(BootstrapRequestSchema)` to create a new message.
|
|
278
28
|
*/
|
|
279
|
-
export
|
|
280
|
-
/**
|
|
281
|
-
* @generated from field: string user_id = 1;
|
|
282
|
-
*/
|
|
283
|
-
userId = "";
|
|
284
|
-
/**
|
|
285
|
-
* @generated from field: string organization_id = 2;
|
|
286
|
-
*/
|
|
287
|
-
organizationId = "";
|
|
288
|
-
/**
|
|
289
|
-
* token is a special string interpreted by the catalog service to prove that
|
|
290
|
-
* bootstrapping is desired from a trusted caller.
|
|
291
|
-
*
|
|
292
|
-
* @generated from field: string token = 3;
|
|
293
|
-
*/
|
|
294
|
-
token = "";
|
|
295
|
-
/**
|
|
296
|
-
* cloudflare_account_id is cloudflare's account identifier tag.
|
|
297
|
-
* <= 32 characters
|
|
298
|
-
* Example:
|
|
299
|
-
* eb78d65290b24279ba6f44721b3ea3c4
|
|
300
|
-
*
|
|
301
|
-
* @generated from field: string cloudflare_account_id = 4;
|
|
302
|
-
*/
|
|
303
|
-
cloudflareAccountId = "";
|
|
304
|
-
/**
|
|
305
|
-
* cloudflare_bearer_token is an API key used with an http header
|
|
306
|
-
* "Authorization: Bearer {cloudflare_bearer_token}".
|
|
307
|
-
*
|
|
308
|
-
* @generated from field: string cloudflare_bearer_token = 5;
|
|
309
|
-
*/
|
|
310
|
-
cloudflareBearerToken = "";
|
|
311
|
-
/**
|
|
312
|
-
* liquidmetal_services_domain is a domain allocated for running services like
|
|
313
|
-
* catalog api within the tenant account. The zone managing records for this
|
|
314
|
-
* domain already exists in the provided account specified by
|
|
315
|
-
* cloudflare_account_id.
|
|
316
|
-
*
|
|
317
|
-
* e.g. 01j5980p15smvppgf3zbbw491h.tenant.liquidmetal.run
|
|
318
|
-
*
|
|
319
|
-
* @generated from field: string liquidmetal_services_domain = 6;
|
|
320
|
-
*/
|
|
321
|
-
liquidmetalServicesDomain = "";
|
|
322
|
-
/**
|
|
323
|
-
* customer_services_domain is a domain allocated for running
|
|
324
|
-
* customer-deployed applications. The zone managing records for this domain
|
|
325
|
-
* already exists in the provided account specified by cloudflare_account_id.
|
|
326
|
-
* e.g. 01j5980p15smvppgf3zbbw491h.lmapp.run
|
|
327
|
-
*
|
|
328
|
-
* @generated from field: string customer_services_domain = 7;
|
|
329
|
-
*/
|
|
330
|
-
customerServicesDomain = "";
|
|
331
|
-
constructor(data) {
|
|
332
|
-
super();
|
|
333
|
-
proto3.util.initPartial(data, this);
|
|
334
|
-
}
|
|
335
|
-
static runtime = proto3;
|
|
336
|
-
static typeName = "liquidmetal.v1alpha1.BootstrapRequest";
|
|
337
|
-
static fields = proto3.util.newFieldList(() => [
|
|
338
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
339
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
340
|
-
{ no: 3, name: "token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
341
|
-
{ no: 4, name: "cloudflare_account_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
342
|
-
{ no: 5, name: "cloudflare_bearer_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
343
|
-
{ no: 6, name: "liquidmetal_services_domain", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
344
|
-
{ no: 7, name: "customer_services_domain", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
345
|
-
]);
|
|
346
|
-
static fromBinary(bytes, options) {
|
|
347
|
-
return new BootstrapRequest().fromBinary(bytes, options);
|
|
348
|
-
}
|
|
349
|
-
static fromJson(jsonValue, options) {
|
|
350
|
-
return new BootstrapRequest().fromJson(jsonValue, options);
|
|
351
|
-
}
|
|
352
|
-
static fromJsonString(jsonString, options) {
|
|
353
|
-
return new BootstrapRequest().fromJsonString(jsonString, options);
|
|
354
|
-
}
|
|
355
|
-
static equals(a, b) {
|
|
356
|
-
return proto3.util.equals(BootstrapRequest, a, b);
|
|
357
|
-
}
|
|
358
|
-
}
|
|
29
|
+
export const BootstrapRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 2);
|
|
359
30
|
/**
|
|
360
|
-
*
|
|
31
|
+
* Describes the message liquidmetal.v1alpha1.BootstrapResponse.
|
|
32
|
+
* Use `create(BootstrapResponseSchema)` to create a new message.
|
|
361
33
|
*/
|
|
362
|
-
export
|
|
363
|
-
constructor(data) {
|
|
364
|
-
super();
|
|
365
|
-
proto3.util.initPartial(data, this);
|
|
366
|
-
}
|
|
367
|
-
static runtime = proto3;
|
|
368
|
-
static typeName = "liquidmetal.v1alpha1.BootstrapResponse";
|
|
369
|
-
static fields = proto3.util.newFieldList(() => []);
|
|
370
|
-
static fromBinary(bytes, options) {
|
|
371
|
-
return new BootstrapResponse().fromBinary(bytes, options);
|
|
372
|
-
}
|
|
373
|
-
static fromJson(jsonValue, options) {
|
|
374
|
-
return new BootstrapResponse().fromJson(jsonValue, options);
|
|
375
|
-
}
|
|
376
|
-
static fromJsonString(jsonString, options) {
|
|
377
|
-
return new BootstrapResponse().fromJsonString(jsonString, options);
|
|
378
|
-
}
|
|
379
|
-
static equals(a, b) {
|
|
380
|
-
return proto3.util.equals(BootstrapResponse, a, b);
|
|
381
|
-
}
|
|
382
|
-
}
|
|
34
|
+
export const BootstrapResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 3);
|
|
383
35
|
/**
|
|
384
|
-
*
|
|
385
|
-
*
|
|
386
|
-
* implementing the API but not to be parsed by API consumers.
|
|
387
|
-
*
|
|
388
|
-
* to be defined as we understand the underlying database structure
|
|
389
|
-
*
|
|
390
|
-
* @generated from message liquidmetal.v1alpha1.InternalApplicationsRequestPaginationToken
|
|
36
|
+
* Describes the message liquidmetal.v1alpha1.InternalApplicationsRequestPaginationToken.
|
|
37
|
+
* Use `create(InternalApplicationsRequestPaginationTokenSchema)` to create a new message.
|
|
391
38
|
*/
|
|
392
|
-
export
|
|
393
|
-
constructor(data) {
|
|
394
|
-
super();
|
|
395
|
-
proto3.util.initPartial(data, this);
|
|
396
|
-
}
|
|
397
|
-
static runtime = proto3;
|
|
398
|
-
static typeName = "liquidmetal.v1alpha1.InternalApplicationsRequestPaginationToken";
|
|
399
|
-
static fields = proto3.util.newFieldList(() => []);
|
|
400
|
-
static fromBinary(bytes, options) {
|
|
401
|
-
return new InternalApplicationsRequestPaginationToken().fromBinary(bytes, options);
|
|
402
|
-
}
|
|
403
|
-
static fromJson(jsonValue, options) {
|
|
404
|
-
return new InternalApplicationsRequestPaginationToken().fromJson(jsonValue, options);
|
|
405
|
-
}
|
|
406
|
-
static fromJsonString(jsonString, options) {
|
|
407
|
-
return new InternalApplicationsRequestPaginationToken().fromJsonString(jsonString, options);
|
|
408
|
-
}
|
|
409
|
-
static equals(a, b) {
|
|
410
|
-
return proto3.util.equals(InternalApplicationsRequestPaginationToken, a, b);
|
|
411
|
-
}
|
|
412
|
-
}
|
|
39
|
+
export const InternalApplicationsRequestPaginationTokenSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 4);
|
|
413
40
|
/**
|
|
414
|
-
*
|
|
41
|
+
* Describes the message liquidmetal.v1alpha1.UploadBundleRequest.
|
|
42
|
+
* Use `create(UploadBundleRequestSchema)` to create a new message.
|
|
415
43
|
*/
|
|
416
|
-
export
|
|
417
|
-
/**
|
|
418
|
-
* @generated from field: string user_id = 1;
|
|
419
|
-
*/
|
|
420
|
-
userId = "";
|
|
421
|
-
/**
|
|
422
|
-
* @generated from field: string organization_id = 2;
|
|
423
|
-
*/
|
|
424
|
-
organizationId = "";
|
|
425
|
-
/**
|
|
426
|
-
* @generated from field: string application_name = 3;
|
|
427
|
-
*/
|
|
428
|
-
applicationName = "";
|
|
429
|
-
/**
|
|
430
|
-
* @generated from field: string application_version_id = 4;
|
|
431
|
-
*/
|
|
432
|
-
applicationVersionId = "";
|
|
433
|
-
/**
|
|
434
|
-
* @generated from field: string bundle_name = 5;
|
|
435
|
-
*/
|
|
436
|
-
bundleName = "";
|
|
437
|
-
/**
|
|
438
|
-
* @generated from field: liquidmetal.v1alpha1.BundleArchiveType archive_type = 6;
|
|
439
|
-
*/
|
|
440
|
-
archiveType = BundleArchiveType.UNSPECIFIED;
|
|
441
|
-
/**
|
|
442
|
-
* @generated from field: bytes archive = 7;
|
|
443
|
-
*/
|
|
444
|
-
archive = new Uint8Array(0);
|
|
445
|
-
constructor(data) {
|
|
446
|
-
super();
|
|
447
|
-
proto3.util.initPartial(data, this);
|
|
448
|
-
}
|
|
449
|
-
static runtime = proto3;
|
|
450
|
-
static typeName = "liquidmetal.v1alpha1.UploadBundleRequest";
|
|
451
|
-
static fields = proto3.util.newFieldList(() => [
|
|
452
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
453
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
454
|
-
{ no: 3, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
455
|
-
{ no: 4, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
456
|
-
{ no: 5, name: "bundle_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
457
|
-
{ no: 6, name: "archive_type", kind: "enum", T: proto3.getEnumType(BundleArchiveType) },
|
|
458
|
-
{ no: 7, name: "archive", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
459
|
-
]);
|
|
460
|
-
static fromBinary(bytes, options) {
|
|
461
|
-
return new UploadBundleRequest().fromBinary(bytes, options);
|
|
462
|
-
}
|
|
463
|
-
static fromJson(jsonValue, options) {
|
|
464
|
-
return new UploadBundleRequest().fromJson(jsonValue, options);
|
|
465
|
-
}
|
|
466
|
-
static fromJsonString(jsonString, options) {
|
|
467
|
-
return new UploadBundleRequest().fromJsonString(jsonString, options);
|
|
468
|
-
}
|
|
469
|
-
static equals(a, b) {
|
|
470
|
-
return proto3.util.equals(UploadBundleRequest, a, b);
|
|
471
|
-
}
|
|
472
|
-
}
|
|
44
|
+
export const UploadBundleRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 5);
|
|
473
45
|
/**
|
|
474
|
-
*
|
|
46
|
+
* Describes the message liquidmetal.v1alpha1.UploadBundleResponse.
|
|
47
|
+
* Use `create(UploadBundleResponseSchema)` to create a new message.
|
|
475
48
|
*/
|
|
476
|
-
export
|
|
477
|
-
constructor(data) {
|
|
478
|
-
super();
|
|
479
|
-
proto3.util.initPartial(data, this);
|
|
480
|
-
}
|
|
481
|
-
static runtime = proto3;
|
|
482
|
-
static typeName = "liquidmetal.v1alpha1.UploadBundleResponse";
|
|
483
|
-
static fields = proto3.util.newFieldList(() => []);
|
|
484
|
-
static fromBinary(bytes, options) {
|
|
485
|
-
return new UploadBundleResponse().fromBinary(bytes, options);
|
|
486
|
-
}
|
|
487
|
-
static fromJson(jsonValue, options) {
|
|
488
|
-
return new UploadBundleResponse().fromJson(jsonValue, options);
|
|
489
|
-
}
|
|
490
|
-
static fromJsonString(jsonString, options) {
|
|
491
|
-
return new UploadBundleResponse().fromJsonString(jsonString, options);
|
|
492
|
-
}
|
|
493
|
-
static equals(a, b) {
|
|
494
|
-
return proto3.util.equals(UploadBundleResponse, a, b);
|
|
495
|
-
}
|
|
496
|
-
}
|
|
49
|
+
export const UploadBundleResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 6);
|
|
497
50
|
/**
|
|
498
|
-
*
|
|
51
|
+
* Describes the message liquidmetal.v1alpha1.QueryResourcesRequest.
|
|
52
|
+
* Use `create(QueryResourcesRequestSchema)` to create a new message.
|
|
499
53
|
*/
|
|
500
|
-
export
|
|
501
|
-
/**
|
|
502
|
-
* @generated from field: string user_id = 1;
|
|
503
|
-
*/
|
|
504
|
-
userId = "";
|
|
505
|
-
/**
|
|
506
|
-
* @generated from field: string organization_id = 2;
|
|
507
|
-
*/
|
|
508
|
-
organizationId = "";
|
|
509
|
-
/**
|
|
510
|
-
* @generated from field: string application_name = 3;
|
|
511
|
-
*/
|
|
512
|
-
applicationName = "";
|
|
513
|
-
/**
|
|
514
|
-
* @generated from field: string application_version_id = 4;
|
|
515
|
-
*/
|
|
516
|
-
applicationVersionId = "";
|
|
517
|
-
constructor(data) {
|
|
518
|
-
super();
|
|
519
|
-
proto3.util.initPartial(data, this);
|
|
520
|
-
}
|
|
521
|
-
static runtime = proto3;
|
|
522
|
-
static typeName = "liquidmetal.v1alpha1.QueryResourcesRequest";
|
|
523
|
-
static fields = proto3.util.newFieldList(() => [
|
|
524
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
525
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
526
|
-
{ no: 3, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
527
|
-
{ no: 4, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
528
|
-
]);
|
|
529
|
-
static fromBinary(bytes, options) {
|
|
530
|
-
return new QueryResourcesRequest().fromBinary(bytes, options);
|
|
531
|
-
}
|
|
532
|
-
static fromJson(jsonValue, options) {
|
|
533
|
-
return new QueryResourcesRequest().fromJson(jsonValue, options);
|
|
534
|
-
}
|
|
535
|
-
static fromJsonString(jsonString, options) {
|
|
536
|
-
return new QueryResourcesRequest().fromJsonString(jsonString, options);
|
|
537
|
-
}
|
|
538
|
-
static equals(a, b) {
|
|
539
|
-
return proto3.util.equals(QueryResourcesRequest, a, b);
|
|
540
|
-
}
|
|
541
|
-
}
|
|
54
|
+
export const QueryResourcesRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 7);
|
|
542
55
|
/**
|
|
543
|
-
*
|
|
56
|
+
* Describes the message liquidmetal.v1alpha1.QueryResourcesResponse.
|
|
57
|
+
* Use `create(QueryResourcesResponseSchema)` to create a new message.
|
|
544
58
|
*/
|
|
545
|
-
export
|
|
546
|
-
/**
|
|
547
|
-
* @generated from field: repeated liquidmetal.v1alpha1.QueryResourcesResponse.Resource resources = 1;
|
|
548
|
-
*/
|
|
549
|
-
resources = [];
|
|
550
|
-
/**
|
|
551
|
-
* @generated from field: optional string next_page_token = 2;
|
|
552
|
-
*/
|
|
553
|
-
nextPageToken;
|
|
554
|
-
constructor(data) {
|
|
555
|
-
super();
|
|
556
|
-
proto3.util.initPartial(data, this);
|
|
557
|
-
}
|
|
558
|
-
static runtime = proto3;
|
|
559
|
-
static typeName = "liquidmetal.v1alpha1.QueryResourcesResponse";
|
|
560
|
-
static fields = proto3.util.newFieldList(() => [
|
|
561
|
-
{ no: 1, name: "resources", kind: "message", T: QueryResourcesResponse_Resource, repeated: true },
|
|
562
|
-
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
563
|
-
]);
|
|
564
|
-
static fromBinary(bytes, options) {
|
|
565
|
-
return new QueryResourcesResponse().fromBinary(bytes, options);
|
|
566
|
-
}
|
|
567
|
-
static fromJson(jsonValue, options) {
|
|
568
|
-
return new QueryResourcesResponse().fromJson(jsonValue, options);
|
|
569
|
-
}
|
|
570
|
-
static fromJsonString(jsonString, options) {
|
|
571
|
-
return new QueryResourcesResponse().fromJsonString(jsonString, options);
|
|
572
|
-
}
|
|
573
|
-
static equals(a, b) {
|
|
574
|
-
return proto3.util.equals(QueryResourcesResponse, a, b);
|
|
575
|
-
}
|
|
576
|
-
}
|
|
59
|
+
export const QueryResourcesResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 8);
|
|
577
60
|
/**
|
|
578
|
-
*
|
|
61
|
+
* Describes the message liquidmetal.v1alpha1.QueryResourcesResponse.Resource.
|
|
62
|
+
* Use `create(QueryResourcesResponse_ResourceSchema)` to create a new message.
|
|
579
63
|
*/
|
|
580
|
-
export
|
|
581
|
-
/**
|
|
582
|
-
* @generated from field: string organization_id = 1;
|
|
583
|
-
*/
|
|
584
|
-
organizationId = "";
|
|
585
|
-
/**
|
|
586
|
-
* @generated from field: string application_name = 2;
|
|
587
|
-
*/
|
|
588
|
-
applicationName = "";
|
|
589
|
-
/**
|
|
590
|
-
* @generated from field: string application_version_id = 3;
|
|
591
|
-
*/
|
|
592
|
-
applicationVersionId = "";
|
|
593
|
-
/**
|
|
594
|
-
* @generated from field: string resource_id = 4;
|
|
595
|
-
*/
|
|
596
|
-
resourceId = "";
|
|
597
|
-
/**
|
|
598
|
-
* @generated from field: string name = 5;
|
|
599
|
-
*/
|
|
600
|
-
name = "";
|
|
601
|
-
/**
|
|
602
|
-
* type and resource_type represent the same concept except one is a string
|
|
603
|
-
* and one is an enum.
|
|
604
|
-
*
|
|
605
|
-
* @generated from field: string type = 6;
|
|
606
|
-
*/
|
|
607
|
-
type = "";
|
|
608
|
-
/**
|
|
609
|
-
* @generated from field: liquidmetal.v1alpha1.QueryResourcesResponse.Resource.ResourceType resource_type = 7;
|
|
610
|
-
*/
|
|
611
|
-
resourceType = QueryResourcesResponse_Resource_ResourceType.UNSPECIFIED;
|
|
612
|
-
/**
|
|
613
|
-
* @generated from field: google.protobuf.Struct attributes = 8;
|
|
614
|
-
*/
|
|
615
|
-
attributes;
|
|
616
|
-
/**
|
|
617
|
-
* @generated from field: google.protobuf.Timestamp created_at = 9;
|
|
618
|
-
*/
|
|
619
|
-
createdAt;
|
|
620
|
-
/**
|
|
621
|
-
* @generated from field: google.protobuf.Timestamp updated_at = 10;
|
|
622
|
-
*/
|
|
623
|
-
updatedAt;
|
|
624
|
-
constructor(data) {
|
|
625
|
-
super();
|
|
626
|
-
proto3.util.initPartial(data, this);
|
|
627
|
-
}
|
|
628
|
-
static runtime = proto3;
|
|
629
|
-
static typeName = "liquidmetal.v1alpha1.QueryResourcesResponse.Resource";
|
|
630
|
-
static fields = proto3.util.newFieldList(() => [
|
|
631
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
632
|
-
{ no: 2, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
633
|
-
{ no: 3, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
634
|
-
{ no: 4, name: "resource_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
635
|
-
{ no: 5, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
636
|
-
{ no: 6, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
637
|
-
{ no: 7, name: "resource_type", kind: "enum", T: proto3.getEnumType(QueryResourcesResponse_Resource_ResourceType) },
|
|
638
|
-
{ no: 8, name: "attributes", kind: "message", T: Struct },
|
|
639
|
-
{ no: 9, name: "created_at", kind: "message", T: Timestamp },
|
|
640
|
-
{ no: 10, name: "updated_at", kind: "message", T: Timestamp },
|
|
641
|
-
]);
|
|
642
|
-
static fromBinary(bytes, options) {
|
|
643
|
-
return new QueryResourcesResponse_Resource().fromBinary(bytes, options);
|
|
644
|
-
}
|
|
645
|
-
static fromJson(jsonValue, options) {
|
|
646
|
-
return new QueryResourcesResponse_Resource().fromJson(jsonValue, options);
|
|
647
|
-
}
|
|
648
|
-
static fromJsonString(jsonString, options) {
|
|
649
|
-
return new QueryResourcesResponse_Resource().fromJsonString(jsonString, options);
|
|
650
|
-
}
|
|
651
|
-
static equals(a, b) {
|
|
652
|
-
return proto3.util.equals(QueryResourcesResponse_Resource, a, b);
|
|
653
|
-
}
|
|
654
|
-
}
|
|
64
|
+
export const QueryResourcesResponse_ResourceSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 8, 0);
|
|
655
65
|
/**
|
|
656
66
|
* @generated from enum liquidmetal.v1alpha1.QueryResourcesResponse.Resource.ResourceType
|
|
657
67
|
*/
|
|
@@ -718,1182 +128,256 @@ export var QueryResourcesResponse_Resource_ResourceType;
|
|
|
718
128
|
*/
|
|
719
129
|
QueryResourcesResponse_Resource_ResourceType[QueryResourcesResponse_Resource_ResourceType["SMART_BUCKET"] = 14] = "SMART_BUCKET";
|
|
720
130
|
})(QueryResourcesResponse_Resource_ResourceType || (QueryResourcesResponse_Resource_ResourceType = {}));
|
|
721
|
-
// Retrieve enum metadata with: proto3.getEnumType(QueryResourcesResponse_Resource_ResourceType)
|
|
722
|
-
proto3.util.setEnumType(QueryResourcesResponse_Resource_ResourceType, "liquidmetal.v1alpha1.QueryResourcesResponse.Resource.ResourceType", [
|
|
723
|
-
{ no: 0, name: "RESOURCE_TYPE_UNSPECIFIED" },
|
|
724
|
-
{ no: 1, name: "RESOURCE_TYPE_QUEUE_CONSUMER" },
|
|
725
|
-
{ no: 2, name: "RESOURCE_TYPE_SCRIPT" },
|
|
726
|
-
{ no: 3, name: "RESOURCE_TYPE_D1" },
|
|
727
|
-
{ no: 4, name: "RESOURCE_TYPE_D1_QUERY" },
|
|
728
|
-
{ no: 5, name: "RESOURCE_TYPE_VECTORIZE" },
|
|
729
|
-
{ no: 6, name: "RESOURCE_TYPE_ENV_VAR" },
|
|
730
|
-
{ no: 7, name: "RESOURCE_TYPE_BUCKET" },
|
|
731
|
-
{ no: 8, name: "RESOURCE_TYPE_QUEUE" },
|
|
732
|
-
{ no: 9, name: "RESOURCE_TYPE_SCRIPT_BINDING" },
|
|
733
|
-
{ no: 10, name: "RESOURCE_TYPE_BUCKET_NOTIFICATION" },
|
|
734
|
-
{ no: 11, name: "RESOURCE_TYPE_METADATA" },
|
|
735
|
-
{ no: 12, name: "RESOURCE_TYPE_CUSTOM_DOMAIN" },
|
|
736
|
-
{ no: 13, name: "RESOURCE_TYPE_ROUTE" },
|
|
737
|
-
{ no: 14, name: "RESOURCE_TYPE_SMART_BUCKET" },
|
|
738
|
-
]);
|
|
739
131
|
/**
|
|
740
|
-
*
|
|
132
|
+
* Describes the enum liquidmetal.v1alpha1.QueryResourcesResponse.Resource.ResourceType.
|
|
741
133
|
*/
|
|
742
|
-
export
|
|
743
|
-
/**
|
|
744
|
-
* @generated from field: string user_id = 1;
|
|
745
|
-
*/
|
|
746
|
-
userId = "";
|
|
747
|
-
/**
|
|
748
|
-
* @generated from field: string organization_id = 2;
|
|
749
|
-
*/
|
|
750
|
-
organizationId = "";
|
|
751
|
-
/**
|
|
752
|
-
* @generated from field: repeated liquidmetal.v1alpha1.DeployRequest.Application applications = 3;
|
|
753
|
-
*/
|
|
754
|
-
applications = [];
|
|
755
|
-
constructor(data) {
|
|
756
|
-
super();
|
|
757
|
-
proto3.util.initPartial(data, this);
|
|
758
|
-
}
|
|
759
|
-
static runtime = proto3;
|
|
760
|
-
static typeName = "liquidmetal.v1alpha1.DeployRequest";
|
|
761
|
-
static fields = proto3.util.newFieldList(() => [
|
|
762
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
763
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
764
|
-
{ no: 3, name: "applications", kind: "message", T: DeployRequest_Application, repeated: true },
|
|
765
|
-
]);
|
|
766
|
-
static fromBinary(bytes, options) {
|
|
767
|
-
return new DeployRequest().fromBinary(bytes, options);
|
|
768
|
-
}
|
|
769
|
-
static fromJson(jsonValue, options) {
|
|
770
|
-
return new DeployRequest().fromJson(jsonValue, options);
|
|
771
|
-
}
|
|
772
|
-
static fromJsonString(jsonString, options) {
|
|
773
|
-
return new DeployRequest().fromJsonString(jsonString, options);
|
|
774
|
-
}
|
|
775
|
-
static equals(a, b) {
|
|
776
|
-
return proto3.util.equals(DeployRequest, a, b);
|
|
777
|
-
}
|
|
778
|
-
}
|
|
134
|
+
export const QueryResourcesResponse_Resource_ResourceTypeSchema = /*@__PURE__*/ enumDesc(file_liquidmetal_v1alpha1_catalog, 8, 0, 0);
|
|
779
135
|
/**
|
|
780
|
-
*
|
|
136
|
+
* Describes the message liquidmetal.v1alpha1.DeployRequest.
|
|
137
|
+
* Use `create(DeployRequestSchema)` to create a new message.
|
|
781
138
|
*/
|
|
782
|
-
export
|
|
783
|
-
/**
|
|
784
|
-
* @generated from field: string runtime_version = 1;
|
|
785
|
-
*/
|
|
786
|
-
runtimeVersion = "";
|
|
787
|
-
constructor(data) {
|
|
788
|
-
super();
|
|
789
|
-
proto3.util.initPartial(data, this);
|
|
790
|
-
}
|
|
791
|
-
static runtime = proto3;
|
|
792
|
-
static typeName = "liquidmetal.v1alpha1.DeployRequest.ApplicationMetadata";
|
|
793
|
-
static fields = proto3.util.newFieldList(() => [
|
|
794
|
-
{ no: 1, name: "runtime_version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
795
|
-
]);
|
|
796
|
-
static fromBinary(bytes, options) {
|
|
797
|
-
return new DeployRequest_ApplicationMetadata().fromBinary(bytes, options);
|
|
798
|
-
}
|
|
799
|
-
static fromJson(jsonValue, options) {
|
|
800
|
-
return new DeployRequest_ApplicationMetadata().fromJson(jsonValue, options);
|
|
801
|
-
}
|
|
802
|
-
static fromJsonString(jsonString, options) {
|
|
803
|
-
return new DeployRequest_ApplicationMetadata().fromJsonString(jsonString, options);
|
|
804
|
-
}
|
|
805
|
-
static equals(a, b) {
|
|
806
|
-
return proto3.util.equals(DeployRequest_ApplicationMetadata, a, b);
|
|
807
|
-
}
|
|
808
|
-
}
|
|
139
|
+
export const DeployRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 9);
|
|
809
140
|
/**
|
|
810
|
-
*
|
|
141
|
+
* Describes the message liquidmetal.v1alpha1.DeployRequest.ApplicationMetadata.
|
|
142
|
+
* Use `create(DeployRequest_ApplicationMetadataSchema)` to create a new message.
|
|
811
143
|
*/
|
|
812
|
-
export
|
|
813
|
-
/**
|
|
814
|
-
* @generated from field: string suite = 1;
|
|
815
|
-
*/
|
|
816
|
-
suite = "";
|
|
817
|
-
/**
|
|
818
|
-
* @generated from field: string application = 2;
|
|
819
|
-
*/
|
|
820
|
-
application = "";
|
|
821
|
-
/**
|
|
822
|
-
* Required if amend is false.
|
|
823
|
-
*
|
|
824
|
-
* @generated from field: optional string previous_version_id = 3;
|
|
825
|
-
*/
|
|
826
|
-
previousVersionId;
|
|
827
|
-
/**
|
|
828
|
-
* Required if amend is true.
|
|
829
|
-
*
|
|
830
|
-
* @generated from field: optional string current_version_id = 4;
|
|
831
|
-
*/
|
|
832
|
-
currentVersionId;
|
|
833
|
-
/**
|
|
834
|
-
* If missing, inherits the branch name from the parent (or
|
|
835
|
-
* defaults to "main").
|
|
836
|
-
*
|
|
837
|
-
* @generated from field: optional string branch = 5;
|
|
838
|
-
*/
|
|
839
|
-
branch;
|
|
840
|
-
/**
|
|
841
|
-
* @generated from field: string manifest = 6;
|
|
842
|
-
*/
|
|
843
|
-
manifest = "";
|
|
844
|
-
/**
|
|
845
|
-
* @generated from field: liquidmetal.v1alpha1.DeployRequest.ApplicationMetadata metadata = 7;
|
|
846
|
-
*/
|
|
847
|
-
metadata;
|
|
848
|
-
/**
|
|
849
|
-
* @generated from field: bool amend = 8;
|
|
850
|
-
*/
|
|
851
|
-
amend = false;
|
|
852
|
-
/**
|
|
853
|
-
* @generated from field: optional bool is_active = 9;
|
|
854
|
-
*/
|
|
855
|
-
isActive;
|
|
856
|
-
/**
|
|
857
|
-
* Optionally resume/replace a deploy in-progress under this lock.
|
|
858
|
-
*
|
|
859
|
-
* @generated from field: optional string lock = 10;
|
|
860
|
-
*/
|
|
861
|
-
lock;
|
|
862
|
-
constructor(data) {
|
|
863
|
-
super();
|
|
864
|
-
proto3.util.initPartial(data, this);
|
|
865
|
-
}
|
|
866
|
-
static runtime = proto3;
|
|
867
|
-
static typeName = "liquidmetal.v1alpha1.DeployRequest.Application";
|
|
868
|
-
static fields = proto3.util.newFieldList(() => [
|
|
869
|
-
{ no: 1, name: "suite", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
870
|
-
{ no: 2, name: "application", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
871
|
-
{ no: 3, name: "previous_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
872
|
-
{ no: 4, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
873
|
-
{ no: 5, name: "branch", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
874
|
-
{ no: 6, name: "manifest", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
875
|
-
{ no: 7, name: "metadata", kind: "message", T: DeployRequest_ApplicationMetadata },
|
|
876
|
-
{ no: 8, name: "amend", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
877
|
-
{ no: 9, name: "is_active", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
878
|
-
{ no: 10, name: "lock", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
879
|
-
]);
|
|
880
|
-
static fromBinary(bytes, options) {
|
|
881
|
-
return new DeployRequest_Application().fromBinary(bytes, options);
|
|
882
|
-
}
|
|
883
|
-
static fromJson(jsonValue, options) {
|
|
884
|
-
return new DeployRequest_Application().fromJson(jsonValue, options);
|
|
885
|
-
}
|
|
886
|
-
static fromJsonString(jsonString, options) {
|
|
887
|
-
return new DeployRequest_Application().fromJsonString(jsonString, options);
|
|
888
|
-
}
|
|
889
|
-
static equals(a, b) {
|
|
890
|
-
return proto3.util.equals(DeployRequest_Application, a, b);
|
|
891
|
-
}
|
|
892
|
-
}
|
|
144
|
+
export const DeployRequest_ApplicationMetadataSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 9, 0);
|
|
893
145
|
/**
|
|
894
|
-
*
|
|
146
|
+
* Describes the message liquidmetal.v1alpha1.DeployRequest.Application.
|
|
147
|
+
* Use `create(DeployRequest_ApplicationSchema)` to create a new message.
|
|
895
148
|
*/
|
|
896
|
-
export
|
|
897
|
-
/**
|
|
898
|
-
* @generated from field: string organization_id = 1;
|
|
899
|
-
*/
|
|
900
|
-
organizationId = "";
|
|
901
|
-
/**
|
|
902
|
-
* @generated from field: repeated liquidmetal.v1alpha1.DeployResponse.Application applications = 2;
|
|
903
|
-
*/
|
|
904
|
-
applications = [];
|
|
905
|
-
constructor(data) {
|
|
906
|
-
super();
|
|
907
|
-
proto3.util.initPartial(data, this);
|
|
908
|
-
}
|
|
909
|
-
static runtime = proto3;
|
|
910
|
-
static typeName = "liquidmetal.v1alpha1.DeployResponse";
|
|
911
|
-
static fields = proto3.util.newFieldList(() => [
|
|
912
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
913
|
-
{ no: 2, name: "applications", kind: "message", T: DeployResponse_Application, repeated: true },
|
|
914
|
-
]);
|
|
915
|
-
static fromBinary(bytes, options) {
|
|
916
|
-
return new DeployResponse().fromBinary(bytes, options);
|
|
917
|
-
}
|
|
918
|
-
static fromJson(jsonValue, options) {
|
|
919
|
-
return new DeployResponse().fromJson(jsonValue, options);
|
|
920
|
-
}
|
|
921
|
-
static fromJsonString(jsonString, options) {
|
|
922
|
-
return new DeployResponse().fromJsonString(jsonString, options);
|
|
923
|
-
}
|
|
924
|
-
static equals(a, b) {
|
|
925
|
-
return proto3.util.equals(DeployResponse, a, b);
|
|
926
|
-
}
|
|
927
|
-
}
|
|
149
|
+
export const DeployRequest_ApplicationSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 9, 1);
|
|
928
150
|
/**
|
|
929
|
-
*
|
|
151
|
+
* Describes the message liquidmetal.v1alpha1.DeployResponse.
|
|
152
|
+
* Use `create(DeployResponseSchema)` to create a new message.
|
|
930
153
|
*/
|
|
931
|
-
export
|
|
932
|
-
/**
|
|
933
|
-
* @generated from field: string application_name = 1;
|
|
934
|
-
*/
|
|
935
|
-
applicationName = "";
|
|
936
|
-
/**
|
|
937
|
-
* @generated from field: string current_version_id = 2;
|
|
938
|
-
*/
|
|
939
|
-
currentVersionId = "";
|
|
940
|
-
/**
|
|
941
|
-
* @generated from field: string branch = 3;
|
|
942
|
-
*/
|
|
943
|
-
branch = "";
|
|
944
|
-
/**
|
|
945
|
-
* @generated from field: string lock = 4;
|
|
946
|
-
*/
|
|
947
|
-
lock = "";
|
|
948
|
-
constructor(data) {
|
|
949
|
-
super();
|
|
950
|
-
proto3.util.initPartial(data, this);
|
|
951
|
-
}
|
|
952
|
-
static runtime = proto3;
|
|
953
|
-
static typeName = "liquidmetal.v1alpha1.DeployResponse.Application";
|
|
954
|
-
static fields = proto3.util.newFieldList(() => [
|
|
955
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
956
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
957
|
-
{ no: 3, name: "branch", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
958
|
-
{ no: 4, name: "lock", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
959
|
-
]);
|
|
960
|
-
static fromBinary(bytes, options) {
|
|
961
|
-
return new DeployResponse_Application().fromBinary(bytes, options);
|
|
962
|
-
}
|
|
963
|
-
static fromJson(jsonValue, options) {
|
|
964
|
-
return new DeployResponse_Application().fromJson(jsonValue, options);
|
|
965
|
-
}
|
|
966
|
-
static fromJsonString(jsonString, options) {
|
|
967
|
-
return new DeployResponse_Application().fromJsonString(jsonString, options);
|
|
968
|
-
}
|
|
969
|
-
static equals(a, b) {
|
|
970
|
-
return proto3.util.equals(DeployResponse_Application, a, b);
|
|
971
|
-
}
|
|
972
|
-
}
|
|
154
|
+
export const DeployResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 10);
|
|
973
155
|
/**
|
|
974
|
-
*
|
|
156
|
+
* Describes the message liquidmetal.v1alpha1.DeployResponse.Application.
|
|
157
|
+
* Use `create(DeployResponse_ApplicationSchema)` to create a new message.
|
|
975
158
|
*/
|
|
976
|
-
export
|
|
977
|
-
/**
|
|
978
|
-
* @generated from field: string user_id = 1;
|
|
979
|
-
*/
|
|
980
|
-
userId = "";
|
|
981
|
-
/**
|
|
982
|
-
* @generated from field: string organization_id = 2;
|
|
983
|
-
*/
|
|
984
|
-
organizationId = "";
|
|
985
|
-
/**
|
|
986
|
-
* @generated from field: repeated liquidmetal.v1alpha1.SetEnvsRequest.Env envs = 3;
|
|
987
|
-
*/
|
|
988
|
-
envs = [];
|
|
989
|
-
constructor(data) {
|
|
990
|
-
super();
|
|
991
|
-
proto3.util.initPartial(data, this);
|
|
992
|
-
}
|
|
993
|
-
static runtime = proto3;
|
|
994
|
-
static typeName = "liquidmetal.v1alpha1.SetEnvsRequest";
|
|
995
|
-
static fields = proto3.util.newFieldList(() => [
|
|
996
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
997
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
998
|
-
{ no: 3, name: "envs", kind: "message", T: SetEnvsRequest_Env, repeated: true },
|
|
999
|
-
]);
|
|
1000
|
-
static fromBinary(bytes, options) {
|
|
1001
|
-
return new SetEnvsRequest().fromBinary(bytes, options);
|
|
1002
|
-
}
|
|
1003
|
-
static fromJson(jsonValue, options) {
|
|
1004
|
-
return new SetEnvsRequest().fromJson(jsonValue, options);
|
|
1005
|
-
}
|
|
1006
|
-
static fromJsonString(jsonString, options) {
|
|
1007
|
-
return new SetEnvsRequest().fromJsonString(jsonString, options);
|
|
1008
|
-
}
|
|
1009
|
-
static equals(a, b) {
|
|
1010
|
-
return proto3.util.equals(SetEnvsRequest, a, b);
|
|
1011
|
-
}
|
|
1012
|
-
}
|
|
159
|
+
export const DeployResponse_ApplicationSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 10, 0);
|
|
1013
160
|
/**
|
|
1014
|
-
*
|
|
161
|
+
* Describes the message liquidmetal.v1alpha1.SetEnvsRequest.
|
|
162
|
+
* Use `create(SetEnvsRequestSchema)` to create a new message.
|
|
1015
163
|
*/
|
|
1016
|
-
export
|
|
1017
|
-
/**
|
|
1018
|
-
* @generated from field: string application_name = 1;
|
|
1019
|
-
*/
|
|
1020
|
-
applicationName = "";
|
|
1021
|
-
/**
|
|
1022
|
-
* @generated from field: string current_version_id = 2;
|
|
1023
|
-
*/
|
|
1024
|
-
currentVersionId = "";
|
|
1025
|
-
/**
|
|
1026
|
-
* @generated from field: string key = 3;
|
|
1027
|
-
*/
|
|
1028
|
-
key = "";
|
|
1029
|
-
/**
|
|
1030
|
-
* @generated from field: string value = 4;
|
|
1031
|
-
*/
|
|
1032
|
-
value = "";
|
|
1033
|
-
/**
|
|
1034
|
-
* @generated from field: bool is_secret = 5;
|
|
1035
|
-
*/
|
|
1036
|
-
isSecret = false;
|
|
1037
|
-
constructor(data) {
|
|
1038
|
-
super();
|
|
1039
|
-
proto3.util.initPartial(data, this);
|
|
1040
|
-
}
|
|
1041
|
-
static runtime = proto3;
|
|
1042
|
-
static typeName = "liquidmetal.v1alpha1.SetEnvsRequest.Env";
|
|
1043
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1044
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1045
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1046
|
-
{ no: 3, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1047
|
-
{ no: 4, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1048
|
-
{ no: 5, name: "is_secret", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1049
|
-
]);
|
|
1050
|
-
static fromBinary(bytes, options) {
|
|
1051
|
-
return new SetEnvsRequest_Env().fromBinary(bytes, options);
|
|
1052
|
-
}
|
|
1053
|
-
static fromJson(jsonValue, options) {
|
|
1054
|
-
return new SetEnvsRequest_Env().fromJson(jsonValue, options);
|
|
1055
|
-
}
|
|
1056
|
-
static fromJsonString(jsonString, options) {
|
|
1057
|
-
return new SetEnvsRequest_Env().fromJsonString(jsonString, options);
|
|
1058
|
-
}
|
|
1059
|
-
static equals(a, b) {
|
|
1060
|
-
return proto3.util.equals(SetEnvsRequest_Env, a, b);
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
164
|
+
export const SetEnvsRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 11);
|
|
1063
165
|
/**
|
|
1064
|
-
*
|
|
166
|
+
* Describes the message liquidmetal.v1alpha1.SetEnvsRequest.Env.
|
|
167
|
+
* Use `create(SetEnvsRequest_EnvSchema)` to create a new message.
|
|
1065
168
|
*/
|
|
1066
|
-
export
|
|
1067
|
-
constructor(data) {
|
|
1068
|
-
super();
|
|
1069
|
-
proto3.util.initPartial(data, this);
|
|
1070
|
-
}
|
|
1071
|
-
static runtime = proto3;
|
|
1072
|
-
static typeName = "liquidmetal.v1alpha1.SetEnvsResponse";
|
|
1073
|
-
static fields = proto3.util.newFieldList(() => []);
|
|
1074
|
-
static fromBinary(bytes, options) {
|
|
1075
|
-
return new SetEnvsResponse().fromBinary(bytes, options);
|
|
1076
|
-
}
|
|
1077
|
-
static fromJson(jsonValue, options) {
|
|
1078
|
-
return new SetEnvsResponse().fromJson(jsonValue, options);
|
|
1079
|
-
}
|
|
1080
|
-
static fromJsonString(jsonString, options) {
|
|
1081
|
-
return new SetEnvsResponse().fromJsonString(jsonString, options);
|
|
1082
|
-
}
|
|
1083
|
-
static equals(a, b) {
|
|
1084
|
-
return proto3.util.equals(SetEnvsResponse, a, b);
|
|
1085
|
-
}
|
|
1086
|
-
}
|
|
169
|
+
export const SetEnvsRequest_EnvSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 11, 0);
|
|
1087
170
|
/**
|
|
1088
|
-
*
|
|
171
|
+
* Describes the message liquidmetal.v1alpha1.SetEnvsResponse.
|
|
172
|
+
* Use `create(SetEnvsResponseSchema)` to create a new message.
|
|
1089
173
|
*/
|
|
1090
|
-
export
|
|
1091
|
-
/**
|
|
1092
|
-
* @generated from field: string user_id = 1;
|
|
1093
|
-
*/
|
|
1094
|
-
userId = "";
|
|
1095
|
-
/**
|
|
1096
|
-
* @generated from field: string organization_id = 2;
|
|
1097
|
-
*/
|
|
1098
|
-
organizationId = "";
|
|
1099
|
-
/**
|
|
1100
|
-
* @generated from field: repeated liquidmetal.v1alpha1.GetEnvsRequest.Env envs = 3;
|
|
1101
|
-
*/
|
|
1102
|
-
envs = [];
|
|
1103
|
-
constructor(data) {
|
|
1104
|
-
super();
|
|
1105
|
-
proto3.util.initPartial(data, this);
|
|
1106
|
-
}
|
|
1107
|
-
static runtime = proto3;
|
|
1108
|
-
static typeName = "liquidmetal.v1alpha1.GetEnvsRequest";
|
|
1109
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1110
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1111
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1112
|
-
{ no: 3, name: "envs", kind: "message", T: GetEnvsRequest_Env, repeated: true },
|
|
1113
|
-
]);
|
|
1114
|
-
static fromBinary(bytes, options) {
|
|
1115
|
-
return new GetEnvsRequest().fromBinary(bytes, options);
|
|
1116
|
-
}
|
|
1117
|
-
static fromJson(jsonValue, options) {
|
|
1118
|
-
return new GetEnvsRequest().fromJson(jsonValue, options);
|
|
1119
|
-
}
|
|
1120
|
-
static fromJsonString(jsonString, options) {
|
|
1121
|
-
return new GetEnvsRequest().fromJsonString(jsonString, options);
|
|
1122
|
-
}
|
|
1123
|
-
static equals(a, b) {
|
|
1124
|
-
return proto3.util.equals(GetEnvsRequest, a, b);
|
|
1125
|
-
}
|
|
1126
|
-
}
|
|
174
|
+
export const SetEnvsResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 12);
|
|
1127
175
|
/**
|
|
1128
|
-
*
|
|
176
|
+
* Describes the message liquidmetal.v1alpha1.GetEnvsRequest.
|
|
177
|
+
* Use `create(GetEnvsRequestSchema)` to create a new message.
|
|
1129
178
|
*/
|
|
1130
|
-
export
|
|
1131
|
-
/**
|
|
1132
|
-
* @generated from field: string application_name = 1;
|
|
1133
|
-
*/
|
|
1134
|
-
applicationName = "";
|
|
1135
|
-
/**
|
|
1136
|
-
* @generated from field: string current_version_id = 2;
|
|
1137
|
-
*/
|
|
1138
|
-
currentVersionId = "";
|
|
1139
|
-
/**
|
|
1140
|
-
* @generated from field: string key = 3;
|
|
1141
|
-
*/
|
|
1142
|
-
key = "";
|
|
1143
|
-
constructor(data) {
|
|
1144
|
-
super();
|
|
1145
|
-
proto3.util.initPartial(data, this);
|
|
1146
|
-
}
|
|
1147
|
-
static runtime = proto3;
|
|
1148
|
-
static typeName = "liquidmetal.v1alpha1.GetEnvsRequest.Env";
|
|
1149
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1150
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1151
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1152
|
-
{ no: 3, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1153
|
-
]);
|
|
1154
|
-
static fromBinary(bytes, options) {
|
|
1155
|
-
return new GetEnvsRequest_Env().fromBinary(bytes, options);
|
|
1156
|
-
}
|
|
1157
|
-
static fromJson(jsonValue, options) {
|
|
1158
|
-
return new GetEnvsRequest_Env().fromJson(jsonValue, options);
|
|
1159
|
-
}
|
|
1160
|
-
static fromJsonString(jsonString, options) {
|
|
1161
|
-
return new GetEnvsRequest_Env().fromJsonString(jsonString, options);
|
|
1162
|
-
}
|
|
1163
|
-
static equals(a, b) {
|
|
1164
|
-
return proto3.util.equals(GetEnvsRequest_Env, a, b);
|
|
1165
|
-
}
|
|
1166
|
-
}
|
|
179
|
+
export const GetEnvsRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 13);
|
|
1167
180
|
/**
|
|
1168
|
-
*
|
|
181
|
+
* Describes the message liquidmetal.v1alpha1.GetEnvsRequest.Env.
|
|
182
|
+
* Use `create(GetEnvsRequest_EnvSchema)` to create a new message.
|
|
1169
183
|
*/
|
|
1170
|
-
export
|
|
1171
|
-
/**
|
|
1172
|
-
* @generated from field: repeated liquidmetal.v1alpha1.GetEnvsResponse.Env envs = 1;
|
|
1173
|
-
*/
|
|
1174
|
-
envs = [];
|
|
1175
|
-
constructor(data) {
|
|
1176
|
-
super();
|
|
1177
|
-
proto3.util.initPartial(data, this);
|
|
1178
|
-
}
|
|
1179
|
-
static runtime = proto3;
|
|
1180
|
-
static typeName = "liquidmetal.v1alpha1.GetEnvsResponse";
|
|
1181
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1182
|
-
{ no: 1, name: "envs", kind: "message", T: GetEnvsResponse_Env, repeated: true },
|
|
1183
|
-
]);
|
|
1184
|
-
static fromBinary(bytes, options) {
|
|
1185
|
-
return new GetEnvsResponse().fromBinary(bytes, options);
|
|
1186
|
-
}
|
|
1187
|
-
static fromJson(jsonValue, options) {
|
|
1188
|
-
return new GetEnvsResponse().fromJson(jsonValue, options);
|
|
1189
|
-
}
|
|
1190
|
-
static fromJsonString(jsonString, options) {
|
|
1191
|
-
return new GetEnvsResponse().fromJsonString(jsonString, options);
|
|
1192
|
-
}
|
|
1193
|
-
static equals(a, b) {
|
|
1194
|
-
return proto3.util.equals(GetEnvsResponse, a, b);
|
|
1195
|
-
}
|
|
1196
|
-
}
|
|
184
|
+
export const GetEnvsRequest_EnvSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 13, 0);
|
|
1197
185
|
/**
|
|
1198
|
-
*
|
|
186
|
+
* Describes the message liquidmetal.v1alpha1.GetEnvsResponse.
|
|
187
|
+
* Use `create(GetEnvsResponseSchema)` to create a new message.
|
|
1199
188
|
*/
|
|
1200
|
-
export
|
|
1201
|
-
/**
|
|
1202
|
-
* @generated from field: string application_name = 1;
|
|
1203
|
-
*/
|
|
1204
|
-
applicationName = "";
|
|
1205
|
-
/**
|
|
1206
|
-
* @generated from field: string current_version_id = 2;
|
|
1207
|
-
*/
|
|
1208
|
-
currentVersionId = "";
|
|
1209
|
-
/**
|
|
1210
|
-
* @generated from field: string key = 3;
|
|
1211
|
-
*/
|
|
1212
|
-
key = "";
|
|
1213
|
-
/**
|
|
1214
|
-
* @generated from field: string value = 4;
|
|
1215
|
-
*/
|
|
1216
|
-
value = "";
|
|
1217
|
-
/**
|
|
1218
|
-
* @generated from field: bool is_secret = 5;
|
|
1219
|
-
*/
|
|
1220
|
-
isSecret = false;
|
|
1221
|
-
constructor(data) {
|
|
1222
|
-
super();
|
|
1223
|
-
proto3.util.initPartial(data, this);
|
|
1224
|
-
}
|
|
1225
|
-
static runtime = proto3;
|
|
1226
|
-
static typeName = "liquidmetal.v1alpha1.GetEnvsResponse.Env";
|
|
1227
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1228
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1229
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1230
|
-
{ no: 3, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1231
|
-
{ no: 4, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1232
|
-
{ no: 5, name: "is_secret", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1233
|
-
]);
|
|
1234
|
-
static fromBinary(bytes, options) {
|
|
1235
|
-
return new GetEnvsResponse_Env().fromBinary(bytes, options);
|
|
1236
|
-
}
|
|
1237
|
-
static fromJson(jsonValue, options) {
|
|
1238
|
-
return new GetEnvsResponse_Env().fromJson(jsonValue, options);
|
|
1239
|
-
}
|
|
1240
|
-
static fromJsonString(jsonString, options) {
|
|
1241
|
-
return new GetEnvsResponse_Env().fromJsonString(jsonString, options);
|
|
1242
|
-
}
|
|
1243
|
-
static equals(a, b) {
|
|
1244
|
-
return proto3.util.equals(GetEnvsResponse_Env, a, b);
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
189
|
+
export const GetEnvsResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 14);
|
|
1247
190
|
/**
|
|
1248
|
-
*
|
|
191
|
+
* Describes the message liquidmetal.v1alpha1.GetEnvsResponse.Env.
|
|
192
|
+
* Use `create(GetEnvsResponse_EnvSchema)` to create a new message.
|
|
1249
193
|
*/
|
|
1250
|
-
export
|
|
1251
|
-
/**
|
|
1252
|
-
* @generated from field: string user_id = 1;
|
|
1253
|
-
*/
|
|
1254
|
-
userId = "";
|
|
1255
|
-
/**
|
|
1256
|
-
* @generated from field: string organization_id = 2;
|
|
1257
|
-
*/
|
|
1258
|
-
organizationId = "";
|
|
1259
|
-
/**
|
|
1260
|
-
* @generated from field: repeated liquidmetal.v1alpha1.ReleaseRequest.Lock locks = 3;
|
|
1261
|
-
*/
|
|
1262
|
-
locks = [];
|
|
1263
|
-
constructor(data) {
|
|
1264
|
-
super();
|
|
1265
|
-
proto3.util.initPartial(data, this);
|
|
1266
|
-
}
|
|
1267
|
-
static runtime = proto3;
|
|
1268
|
-
static typeName = "liquidmetal.v1alpha1.ReleaseRequest";
|
|
1269
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1270
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1271
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1272
|
-
{ no: 3, name: "locks", kind: "message", T: ReleaseRequest_Lock, repeated: true },
|
|
1273
|
-
]);
|
|
1274
|
-
static fromBinary(bytes, options) {
|
|
1275
|
-
return new ReleaseRequest().fromBinary(bytes, options);
|
|
1276
|
-
}
|
|
1277
|
-
static fromJson(jsonValue, options) {
|
|
1278
|
-
return new ReleaseRequest().fromJson(jsonValue, options);
|
|
1279
|
-
}
|
|
1280
|
-
static fromJsonString(jsonString, options) {
|
|
1281
|
-
return new ReleaseRequest().fromJsonString(jsonString, options);
|
|
1282
|
-
}
|
|
1283
|
-
static equals(a, b) {
|
|
1284
|
-
return proto3.util.equals(ReleaseRequest, a, b);
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
194
|
+
export const GetEnvsResponse_EnvSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 14, 0);
|
|
1287
195
|
/**
|
|
1288
|
-
*
|
|
196
|
+
* Describes the message liquidmetal.v1alpha1.ReleaseRequest.
|
|
197
|
+
* Use `create(ReleaseRequestSchema)` to create a new message.
|
|
1289
198
|
*/
|
|
1290
|
-
export
|
|
1291
|
-
/**
|
|
1292
|
-
* @generated from field: string application_name = 1;
|
|
1293
|
-
*/
|
|
1294
|
-
applicationName = "";
|
|
1295
|
-
/**
|
|
1296
|
-
* @generated from field: string current_version_id = 2;
|
|
1297
|
-
*/
|
|
1298
|
-
currentVersionId = "";
|
|
1299
|
-
/**
|
|
1300
|
-
* @generated from field: string lock = 3;
|
|
1301
|
-
*/
|
|
1302
|
-
lock = "";
|
|
1303
|
-
constructor(data) {
|
|
1304
|
-
super();
|
|
1305
|
-
proto3.util.initPartial(data, this);
|
|
1306
|
-
}
|
|
1307
|
-
static runtime = proto3;
|
|
1308
|
-
static typeName = "liquidmetal.v1alpha1.ReleaseRequest.Lock";
|
|
1309
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1310
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1311
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1312
|
-
{ no: 3, name: "lock", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1313
|
-
]);
|
|
1314
|
-
static fromBinary(bytes, options) {
|
|
1315
|
-
return new ReleaseRequest_Lock().fromBinary(bytes, options);
|
|
1316
|
-
}
|
|
1317
|
-
static fromJson(jsonValue, options) {
|
|
1318
|
-
return new ReleaseRequest_Lock().fromJson(jsonValue, options);
|
|
1319
|
-
}
|
|
1320
|
-
static fromJsonString(jsonString, options) {
|
|
1321
|
-
return new ReleaseRequest_Lock().fromJsonString(jsonString, options);
|
|
1322
|
-
}
|
|
1323
|
-
static equals(a, b) {
|
|
1324
|
-
return proto3.util.equals(ReleaseRequest_Lock, a, b);
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
199
|
+
export const ReleaseRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 15);
|
|
1327
200
|
/**
|
|
1328
|
-
*
|
|
201
|
+
* Describes the message liquidmetal.v1alpha1.ReleaseRequest.Lock.
|
|
202
|
+
* Use `create(ReleaseRequest_LockSchema)` to create a new message.
|
|
1329
203
|
*/
|
|
1330
|
-
export
|
|
1331
|
-
constructor(data) {
|
|
1332
|
-
super();
|
|
1333
|
-
proto3.util.initPartial(data, this);
|
|
1334
|
-
}
|
|
1335
|
-
static runtime = proto3;
|
|
1336
|
-
static typeName = "liquidmetal.v1alpha1.ReleaseResponse";
|
|
1337
|
-
static fields = proto3.util.newFieldList(() => []);
|
|
1338
|
-
static fromBinary(bytes, options) {
|
|
1339
|
-
return new ReleaseResponse().fromBinary(bytes, options);
|
|
1340
|
-
}
|
|
1341
|
-
static fromJson(jsonValue, options) {
|
|
1342
|
-
return new ReleaseResponse().fromJson(jsonValue, options);
|
|
1343
|
-
}
|
|
1344
|
-
static fromJsonString(jsonString, options) {
|
|
1345
|
-
return new ReleaseResponse().fromJsonString(jsonString, options);
|
|
1346
|
-
}
|
|
1347
|
-
static equals(a, b) {
|
|
1348
|
-
return proto3.util.equals(ReleaseResponse, a, b);
|
|
1349
|
-
}
|
|
1350
|
-
}
|
|
204
|
+
export const ReleaseRequest_LockSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 15, 0);
|
|
1351
205
|
/**
|
|
1352
|
-
*
|
|
206
|
+
* Describes the message liquidmetal.v1alpha1.ReleaseResponse.
|
|
207
|
+
* Use `create(ReleaseResponseSchema)` to create a new message.
|
|
1353
208
|
*/
|
|
1354
|
-
export
|
|
1355
|
-
/**
|
|
1356
|
-
* @generated from field: string user_id = 1;
|
|
1357
|
-
*/
|
|
1358
|
-
userId = "";
|
|
1359
|
-
/**
|
|
1360
|
-
* @generated from field: string organization_id = 2;
|
|
1361
|
-
*/
|
|
1362
|
-
organizationId = "";
|
|
1363
|
-
/**
|
|
1364
|
-
* @generated from field: repeated liquidmetal.v1alpha1.WatchRequest.Application applications = 3;
|
|
1365
|
-
*/
|
|
1366
|
-
applications = [];
|
|
1367
|
-
constructor(data) {
|
|
1368
|
-
super();
|
|
1369
|
-
proto3.util.initPartial(data, this);
|
|
1370
|
-
}
|
|
1371
|
-
static runtime = proto3;
|
|
1372
|
-
static typeName = "liquidmetal.v1alpha1.WatchRequest";
|
|
1373
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1374
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1375
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1376
|
-
{ no: 3, name: "applications", kind: "message", T: WatchRequest_Application, repeated: true },
|
|
1377
|
-
]);
|
|
1378
|
-
static fromBinary(bytes, options) {
|
|
1379
|
-
return new WatchRequest().fromBinary(bytes, options);
|
|
1380
|
-
}
|
|
1381
|
-
static fromJson(jsonValue, options) {
|
|
1382
|
-
return new WatchRequest().fromJson(jsonValue, options);
|
|
1383
|
-
}
|
|
1384
|
-
static fromJsonString(jsonString, options) {
|
|
1385
|
-
return new WatchRequest().fromJsonString(jsonString, options);
|
|
1386
|
-
}
|
|
1387
|
-
static equals(a, b) {
|
|
1388
|
-
return proto3.util.equals(WatchRequest, a, b);
|
|
1389
|
-
}
|
|
1390
|
-
}
|
|
209
|
+
export const ReleaseResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 16);
|
|
1391
210
|
/**
|
|
1392
|
-
*
|
|
211
|
+
* Describes the message liquidmetal.v1alpha1.WatchRequest.
|
|
212
|
+
* Use `create(WatchRequestSchema)` to create a new message.
|
|
1393
213
|
*/
|
|
1394
|
-
export
|
|
1395
|
-
/**
|
|
1396
|
-
* @generated from field: string application_name = 1;
|
|
1397
|
-
*/
|
|
1398
|
-
applicationName = "";
|
|
1399
|
-
/**
|
|
1400
|
-
* @generated from field: string current_version_id = 2;
|
|
1401
|
-
*/
|
|
1402
|
-
currentVersionId = "";
|
|
1403
|
-
constructor(data) {
|
|
1404
|
-
super();
|
|
1405
|
-
proto3.util.initPartial(data, this);
|
|
1406
|
-
}
|
|
1407
|
-
static runtime = proto3;
|
|
1408
|
-
static typeName = "liquidmetal.v1alpha1.WatchRequest.Application";
|
|
1409
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1410
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1411
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1412
|
-
]);
|
|
1413
|
-
static fromBinary(bytes, options) {
|
|
1414
|
-
return new WatchRequest_Application().fromBinary(bytes, options);
|
|
1415
|
-
}
|
|
1416
|
-
static fromJson(jsonValue, options) {
|
|
1417
|
-
return new WatchRequest_Application().fromJson(jsonValue, options);
|
|
1418
|
-
}
|
|
1419
|
-
static fromJsonString(jsonString, options) {
|
|
1420
|
-
return new WatchRequest_Application().fromJsonString(jsonString, options);
|
|
1421
|
-
}
|
|
1422
|
-
static equals(a, b) {
|
|
1423
|
-
return proto3.util.equals(WatchRequest_Application, a, b);
|
|
1424
|
-
}
|
|
1425
|
-
}
|
|
214
|
+
export const WatchRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 17);
|
|
1426
215
|
/**
|
|
1427
|
-
*
|
|
216
|
+
* Describes the message liquidmetal.v1alpha1.WatchRequest.Application.
|
|
217
|
+
* Use `create(WatchRequest_ApplicationSchema)` to create a new message.
|
|
1428
218
|
*/
|
|
1429
|
-
export
|
|
1430
|
-
/**
|
|
1431
|
-
* @generated from field: string application_name = 1;
|
|
1432
|
-
*/
|
|
1433
|
-
applicationName = "";
|
|
1434
|
-
/**
|
|
1435
|
-
* @generated from field: string current_version_id = 2;
|
|
1436
|
-
*/
|
|
1437
|
-
currentVersionId = "";
|
|
1438
|
-
/**
|
|
1439
|
-
* @generated from field: string event_id = 3;
|
|
1440
|
-
*/
|
|
1441
|
-
eventId = "";
|
|
1442
|
-
/**
|
|
1443
|
-
* @generated from field: liquidmetal.v1alpha1.WatchResponseEventType event_type = 4;
|
|
1444
|
-
*/
|
|
1445
|
-
eventType = WatchResponseEventType.UNSPECIFIED;
|
|
1446
|
-
constructor(data) {
|
|
1447
|
-
super();
|
|
1448
|
-
proto3.util.initPartial(data, this);
|
|
1449
|
-
}
|
|
1450
|
-
static runtime = proto3;
|
|
1451
|
-
static typeName = "liquidmetal.v1alpha1.WatchResponse";
|
|
1452
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1453
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1454
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1455
|
-
{ no: 3, name: "event_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1456
|
-
{ no: 4, name: "event_type", kind: "enum", T: proto3.getEnumType(WatchResponseEventType) },
|
|
1457
|
-
]);
|
|
1458
|
-
static fromBinary(bytes, options) {
|
|
1459
|
-
return new WatchResponse().fromBinary(bytes, options);
|
|
1460
|
-
}
|
|
1461
|
-
static fromJson(jsonValue, options) {
|
|
1462
|
-
return new WatchResponse().fromJson(jsonValue, options);
|
|
1463
|
-
}
|
|
1464
|
-
static fromJsonString(jsonString, options) {
|
|
1465
|
-
return new WatchResponse().fromJsonString(jsonString, options);
|
|
1466
|
-
}
|
|
1467
|
-
static equals(a, b) {
|
|
1468
|
-
return proto3.util.equals(WatchResponse, a, b);
|
|
1469
|
-
}
|
|
1470
|
-
}
|
|
219
|
+
export const WatchRequest_ApplicationSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 17, 0);
|
|
1471
220
|
/**
|
|
1472
|
-
*
|
|
221
|
+
* Describes the message liquidmetal.v1alpha1.WatchResponse.
|
|
222
|
+
* Use `create(WatchResponseSchema)` to create a new message.
|
|
1473
223
|
*/
|
|
1474
|
-
export
|
|
1475
|
-
/**
|
|
1476
|
-
* @generated from field: string user_id = 1;
|
|
1477
|
-
*/
|
|
1478
|
-
userId = "";
|
|
1479
|
-
/**
|
|
1480
|
-
* @generated from field: string organization_id = 2;
|
|
1481
|
-
*/
|
|
1482
|
-
organizationId = "";
|
|
1483
|
-
/**
|
|
1484
|
-
* @generated from field: repeated liquidmetal.v1alpha1.DeleteRequest.Application applications = 3;
|
|
1485
|
-
*/
|
|
1486
|
-
applications = [];
|
|
1487
|
-
constructor(data) {
|
|
1488
|
-
super();
|
|
1489
|
-
proto3.util.initPartial(data, this);
|
|
1490
|
-
}
|
|
1491
|
-
static runtime = proto3;
|
|
1492
|
-
static typeName = "liquidmetal.v1alpha1.DeleteRequest";
|
|
1493
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1494
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1495
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1496
|
-
{ no: 3, name: "applications", kind: "message", T: DeleteRequest_Application, repeated: true },
|
|
1497
|
-
]);
|
|
1498
|
-
static fromBinary(bytes, options) {
|
|
1499
|
-
return new DeleteRequest().fromBinary(bytes, options);
|
|
1500
|
-
}
|
|
1501
|
-
static fromJson(jsonValue, options) {
|
|
1502
|
-
return new DeleteRequest().fromJson(jsonValue, options);
|
|
1503
|
-
}
|
|
1504
|
-
static fromJsonString(jsonString, options) {
|
|
1505
|
-
return new DeleteRequest().fromJsonString(jsonString, options);
|
|
1506
|
-
}
|
|
1507
|
-
static equals(a, b) {
|
|
1508
|
-
return proto3.util.equals(DeleteRequest, a, b);
|
|
1509
|
-
}
|
|
1510
|
-
}
|
|
224
|
+
export const WatchResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 18);
|
|
1511
225
|
/**
|
|
1512
|
-
*
|
|
226
|
+
* Describes the message liquidmetal.v1alpha1.DeleteRequest.
|
|
227
|
+
* Use `create(DeleteRequestSchema)` to create a new message.
|
|
1513
228
|
*/
|
|
1514
|
-
export
|
|
1515
|
-
/**
|
|
1516
|
-
* @generated from field: string application_name = 1;
|
|
1517
|
-
*/
|
|
1518
|
-
applicationName = "";
|
|
1519
|
-
/**
|
|
1520
|
-
* @generated from field: string current_version_id = 2;
|
|
1521
|
-
*/
|
|
1522
|
-
currentVersionId = "";
|
|
1523
|
-
constructor(data) {
|
|
1524
|
-
super();
|
|
1525
|
-
proto3.util.initPartial(data, this);
|
|
1526
|
-
}
|
|
1527
|
-
static runtime = proto3;
|
|
1528
|
-
static typeName = "liquidmetal.v1alpha1.DeleteRequest.Application";
|
|
1529
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1530
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1531
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1532
|
-
]);
|
|
1533
|
-
static fromBinary(bytes, options) {
|
|
1534
|
-
return new DeleteRequest_Application().fromBinary(bytes, options);
|
|
1535
|
-
}
|
|
1536
|
-
static fromJson(jsonValue, options) {
|
|
1537
|
-
return new DeleteRequest_Application().fromJson(jsonValue, options);
|
|
1538
|
-
}
|
|
1539
|
-
static fromJsonString(jsonString, options) {
|
|
1540
|
-
return new DeleteRequest_Application().fromJsonString(jsonString, options);
|
|
1541
|
-
}
|
|
1542
|
-
static equals(a, b) {
|
|
1543
|
-
return proto3.util.equals(DeleteRequest_Application, a, b);
|
|
1544
|
-
}
|
|
1545
|
-
}
|
|
229
|
+
export const DeleteRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 19);
|
|
1546
230
|
/**
|
|
1547
|
-
*
|
|
231
|
+
* Describes the message liquidmetal.v1alpha1.DeleteRequest.Application.
|
|
232
|
+
* Use `create(DeleteRequest_ApplicationSchema)` to create a new message.
|
|
1548
233
|
*/
|
|
1549
|
-
export
|
|
1550
|
-
constructor(data) {
|
|
1551
|
-
super();
|
|
1552
|
-
proto3.util.initPartial(data, this);
|
|
1553
|
-
}
|
|
1554
|
-
static runtime = proto3;
|
|
1555
|
-
static typeName = "liquidmetal.v1alpha1.DeleteResponse";
|
|
1556
|
-
static fields = proto3.util.newFieldList(() => []);
|
|
1557
|
-
static fromBinary(bytes, options) {
|
|
1558
|
-
return new DeleteResponse().fromBinary(bytes, options);
|
|
1559
|
-
}
|
|
1560
|
-
static fromJson(jsonValue, options) {
|
|
1561
|
-
return new DeleteResponse().fromJson(jsonValue, options);
|
|
1562
|
-
}
|
|
1563
|
-
static fromJsonString(jsonString, options) {
|
|
1564
|
-
return new DeleteResponse().fromJsonString(jsonString, options);
|
|
1565
|
-
}
|
|
1566
|
-
static equals(a, b) {
|
|
1567
|
-
return proto3.util.equals(DeleteResponse, a, b);
|
|
1568
|
-
}
|
|
1569
|
-
}
|
|
234
|
+
export const DeleteRequest_ApplicationSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 19, 0);
|
|
1570
235
|
/**
|
|
1571
|
-
*
|
|
236
|
+
* Describes the message liquidmetal.v1alpha1.DeleteResponse.
|
|
237
|
+
* Use `create(DeleteResponseSchema)` to create a new message.
|
|
1572
238
|
*/
|
|
1573
|
-
export
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
239
|
+
export const DeleteResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 20);
|
|
240
|
+
/**
|
|
241
|
+
* Describes the message liquidmetal.v1alpha1.SetActiveRequest.
|
|
242
|
+
* Use `create(SetActiveRequestSchema)` to create a new message.
|
|
243
|
+
*/
|
|
244
|
+
export const SetActiveRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 21);
|
|
245
|
+
/**
|
|
246
|
+
* Describes the message liquidmetal.v1alpha1.SetActiveRequest.Application.
|
|
247
|
+
* Use `create(SetActiveRequest_ApplicationSchema)` to create a new message.
|
|
248
|
+
*/
|
|
249
|
+
export const SetActiveRequest_ApplicationSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 21, 0);
|
|
250
|
+
/**
|
|
251
|
+
* Describes the message liquidmetal.v1alpha1.SetActiveResponse.
|
|
252
|
+
* Use `create(SetActiveResponseSchema)` to create a new message.
|
|
253
|
+
*/
|
|
254
|
+
export const SetActiveResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 22);
|
|
255
|
+
/**
|
|
256
|
+
* Describes the message liquidmetal.v1alpha1.SetSandboxRequest.
|
|
257
|
+
* Use `create(SetSandboxRequestSchema)` to create a new message.
|
|
258
|
+
*/
|
|
259
|
+
export const SetSandboxRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 23);
|
|
260
|
+
/**
|
|
261
|
+
* Describes the message liquidmetal.v1alpha1.SetSandboxRequest.Application.
|
|
262
|
+
* Use `create(SetSandboxRequest_ApplicationSchema)` to create a new message.
|
|
263
|
+
*/
|
|
264
|
+
export const SetSandboxRequest_ApplicationSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 23, 0);
|
|
265
|
+
/**
|
|
266
|
+
* Describes the message liquidmetal.v1alpha1.SetSandboxResponse.
|
|
267
|
+
* Use `create(SetSandboxResponseSchema)` to create a new message.
|
|
268
|
+
*/
|
|
269
|
+
export const SetSandboxResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 24);
|
|
270
|
+
/**
|
|
271
|
+
* Describes the message liquidmetal.v1alpha1.StatusRequest.
|
|
272
|
+
* Use `create(StatusRequestSchema)` to create a new message.
|
|
273
|
+
*/
|
|
274
|
+
export const StatusRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 25);
|
|
275
|
+
/**
|
|
276
|
+
* Describes the message liquidmetal.v1alpha1.StatusResponse.
|
|
277
|
+
* Use `create(StatusResponseSchema)` to create a new message.
|
|
278
|
+
*/
|
|
279
|
+
export const StatusResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 26);
|
|
280
|
+
/**
|
|
281
|
+
* Describes the message liquidmetal.v1alpha1.StatusResponse.Module.
|
|
282
|
+
* Use `create(StatusResponse_ModuleSchema)` to create a new message.
|
|
283
|
+
*/
|
|
284
|
+
export const StatusResponse_ModuleSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_catalog, 26, 0);
|
|
285
|
+
/**
|
|
286
|
+
* UnitState is the state of an application, module or resource.
|
|
287
|
+
*
|
|
288
|
+
* @generated from enum liquidmetal.v1alpha1.UnitState
|
|
289
|
+
*/
|
|
290
|
+
export var UnitState;
|
|
291
|
+
(function (UnitState) {
|
|
1578
292
|
/**
|
|
1579
|
-
* @generated from
|
|
293
|
+
* @generated from enum value: UNIT_STATE_UNSPECIFIED = 0;
|
|
1580
294
|
*/
|
|
1581
|
-
|
|
295
|
+
UnitState[UnitState["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1582
296
|
/**
|
|
1583
|
-
* @generated from
|
|
297
|
+
* @generated from enum value: UNIT_STATE_PENDING = 1;
|
|
1584
298
|
*/
|
|
1585
|
-
|
|
1586
|
-
constructor(data) {
|
|
1587
|
-
super();
|
|
1588
|
-
proto3.util.initPartial(data, this);
|
|
1589
|
-
}
|
|
1590
|
-
static runtime = proto3;
|
|
1591
|
-
static typeName = "liquidmetal.v1alpha1.SetActiveRequest";
|
|
1592
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1593
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1594
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1595
|
-
{ no: 3, name: "applications", kind: "message", T: SetActiveRequest_Application, repeated: true },
|
|
1596
|
-
]);
|
|
1597
|
-
static fromBinary(bytes, options) {
|
|
1598
|
-
return new SetActiveRequest().fromBinary(bytes, options);
|
|
1599
|
-
}
|
|
1600
|
-
static fromJson(jsonValue, options) {
|
|
1601
|
-
return new SetActiveRequest().fromJson(jsonValue, options);
|
|
1602
|
-
}
|
|
1603
|
-
static fromJsonString(jsonString, options) {
|
|
1604
|
-
return new SetActiveRequest().fromJsonString(jsonString, options);
|
|
1605
|
-
}
|
|
1606
|
-
static equals(a, b) {
|
|
1607
|
-
return proto3.util.equals(SetActiveRequest, a, b);
|
|
1608
|
-
}
|
|
1609
|
-
}
|
|
1610
|
-
/**
|
|
1611
|
-
* @generated from message liquidmetal.v1alpha1.SetActiveRequest.Application
|
|
1612
|
-
*/
|
|
1613
|
-
export class SetActiveRequest_Application extends Message {
|
|
299
|
+
UnitState[UnitState["PENDING"] = 1] = "PENDING";
|
|
1614
300
|
/**
|
|
1615
|
-
* @generated from
|
|
301
|
+
* @generated from enum value: UNIT_STATE_STARTING = 2;
|
|
1616
302
|
*/
|
|
1617
|
-
|
|
303
|
+
UnitState[UnitState["STARTING"] = 2] = "STARTING";
|
|
1618
304
|
/**
|
|
1619
|
-
* @generated from
|
|
305
|
+
* @generated from enum value: UNIT_STATE_RUNNING = 3;
|
|
1620
306
|
*/
|
|
1621
|
-
|
|
307
|
+
UnitState[UnitState["RUNNING"] = 3] = "RUNNING";
|
|
1622
308
|
/**
|
|
1623
|
-
* @generated from
|
|
309
|
+
* @generated from enum value: UNIT_STATE_STOPPING = 4;
|
|
1624
310
|
*/
|
|
1625
|
-
|
|
1626
|
-
constructor(data) {
|
|
1627
|
-
super();
|
|
1628
|
-
proto3.util.initPartial(data, this);
|
|
1629
|
-
}
|
|
1630
|
-
static runtime = proto3;
|
|
1631
|
-
static typeName = "liquidmetal.v1alpha1.SetActiveRequest.Application";
|
|
1632
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1633
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1634
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1635
|
-
{ no: 3, name: "is_active", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1636
|
-
]);
|
|
1637
|
-
static fromBinary(bytes, options) {
|
|
1638
|
-
return new SetActiveRequest_Application().fromBinary(bytes, options);
|
|
1639
|
-
}
|
|
1640
|
-
static fromJson(jsonValue, options) {
|
|
1641
|
-
return new SetActiveRequest_Application().fromJson(jsonValue, options);
|
|
1642
|
-
}
|
|
1643
|
-
static fromJsonString(jsonString, options) {
|
|
1644
|
-
return new SetActiveRequest_Application().fromJsonString(jsonString, options);
|
|
1645
|
-
}
|
|
1646
|
-
static equals(a, b) {
|
|
1647
|
-
return proto3.util.equals(SetActiveRequest_Application, a, b);
|
|
1648
|
-
}
|
|
1649
|
-
}
|
|
1650
|
-
/**
|
|
1651
|
-
* @generated from message liquidmetal.v1alpha1.SetActiveResponse
|
|
1652
|
-
*/
|
|
1653
|
-
export class SetActiveResponse extends Message {
|
|
1654
|
-
constructor(data) {
|
|
1655
|
-
super();
|
|
1656
|
-
proto3.util.initPartial(data, this);
|
|
1657
|
-
}
|
|
1658
|
-
static runtime = proto3;
|
|
1659
|
-
static typeName = "liquidmetal.v1alpha1.SetActiveResponse";
|
|
1660
|
-
static fields = proto3.util.newFieldList(() => []);
|
|
1661
|
-
static fromBinary(bytes, options) {
|
|
1662
|
-
return new SetActiveResponse().fromBinary(bytes, options);
|
|
1663
|
-
}
|
|
1664
|
-
static fromJson(jsonValue, options) {
|
|
1665
|
-
return new SetActiveResponse().fromJson(jsonValue, options);
|
|
1666
|
-
}
|
|
1667
|
-
static fromJsonString(jsonString, options) {
|
|
1668
|
-
return new SetActiveResponse().fromJsonString(jsonString, options);
|
|
1669
|
-
}
|
|
1670
|
-
static equals(a, b) {
|
|
1671
|
-
return proto3.util.equals(SetActiveResponse, a, b);
|
|
1672
|
-
}
|
|
1673
|
-
}
|
|
1674
|
-
/**
|
|
1675
|
-
* @generated from message liquidmetal.v1alpha1.SetSandboxRequest
|
|
1676
|
-
*/
|
|
1677
|
-
export class SetSandboxRequest extends Message {
|
|
311
|
+
UnitState[UnitState["STOPPING"] = 4] = "STOPPING";
|
|
1678
312
|
/**
|
|
1679
|
-
* @generated from
|
|
313
|
+
* @generated from enum value: UNIT_STATE_STOPPED = 5;
|
|
1680
314
|
*/
|
|
1681
|
-
|
|
315
|
+
UnitState[UnitState["STOPPED"] = 5] = "STOPPED";
|
|
1682
316
|
/**
|
|
1683
|
-
* @generated from
|
|
317
|
+
* @generated from enum value: UNIT_STATE_DELETING = 6;
|
|
1684
318
|
*/
|
|
1685
|
-
|
|
319
|
+
UnitState[UnitState["DELETING"] = 6] = "DELETING";
|
|
1686
320
|
/**
|
|
1687
|
-
* @generated from
|
|
321
|
+
* @generated from enum value: UNIT_STATE_DELETED = 7;
|
|
1688
322
|
*/
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
super();
|
|
1692
|
-
proto3.util.initPartial(data, this);
|
|
1693
|
-
}
|
|
1694
|
-
static runtime = proto3;
|
|
1695
|
-
static typeName = "liquidmetal.v1alpha1.SetSandboxRequest";
|
|
1696
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1697
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1698
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1699
|
-
{ no: 3, name: "applications", kind: "message", T: SetSandboxRequest_Application, repeated: true },
|
|
1700
|
-
]);
|
|
1701
|
-
static fromBinary(bytes, options) {
|
|
1702
|
-
return new SetSandboxRequest().fromBinary(bytes, options);
|
|
1703
|
-
}
|
|
1704
|
-
static fromJson(jsonValue, options) {
|
|
1705
|
-
return new SetSandboxRequest().fromJson(jsonValue, options);
|
|
1706
|
-
}
|
|
1707
|
-
static fromJsonString(jsonString, options) {
|
|
1708
|
-
return new SetSandboxRequest().fromJsonString(jsonString, options);
|
|
1709
|
-
}
|
|
1710
|
-
static equals(a, b) {
|
|
1711
|
-
return proto3.util.equals(SetSandboxRequest, a, b);
|
|
1712
|
-
}
|
|
1713
|
-
}
|
|
323
|
+
UnitState[UnitState["DELETED"] = 7] = "DELETED";
|
|
324
|
+
})(UnitState || (UnitState = {}));
|
|
1714
325
|
/**
|
|
1715
|
-
*
|
|
326
|
+
* Describes the enum liquidmetal.v1alpha1.UnitState.
|
|
1716
327
|
*/
|
|
1717
|
-
export
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
328
|
+
export const UnitStateSchema = /*@__PURE__*/ enumDesc(file_liquidmetal_v1alpha1_catalog, 0);
|
|
329
|
+
/**
|
|
330
|
+
* @generated from enum liquidmetal.v1alpha1.BundleArchiveType
|
|
331
|
+
*/
|
|
332
|
+
export var BundleArchiveType;
|
|
333
|
+
(function (BundleArchiveType) {
|
|
1722
334
|
/**
|
|
1723
|
-
* @generated from
|
|
335
|
+
* @generated from enum value: BUNDLE_ARCHIVE_TYPE_UNSPECIFIED = 0;
|
|
1724
336
|
*/
|
|
1725
|
-
|
|
337
|
+
BundleArchiveType[BundleArchiveType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1726
338
|
/**
|
|
1727
|
-
* @generated from
|
|
339
|
+
* @generated from enum value: BUNDLE_ARCHIVE_TYPE_ZIP = 1;
|
|
1728
340
|
*/
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
super();
|
|
1732
|
-
proto3.util.initPartial(data, this);
|
|
1733
|
-
}
|
|
1734
|
-
static runtime = proto3;
|
|
1735
|
-
static typeName = "liquidmetal.v1alpha1.SetSandboxRequest.Application";
|
|
1736
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1737
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1738
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1739
|
-
{ no: 3, name: "is_sandboxed", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1740
|
-
]);
|
|
1741
|
-
static fromBinary(bytes, options) {
|
|
1742
|
-
return new SetSandboxRequest_Application().fromBinary(bytes, options);
|
|
1743
|
-
}
|
|
1744
|
-
static fromJson(jsonValue, options) {
|
|
1745
|
-
return new SetSandboxRequest_Application().fromJson(jsonValue, options);
|
|
1746
|
-
}
|
|
1747
|
-
static fromJsonString(jsonString, options) {
|
|
1748
|
-
return new SetSandboxRequest_Application().fromJsonString(jsonString, options);
|
|
1749
|
-
}
|
|
1750
|
-
static equals(a, b) {
|
|
1751
|
-
return proto3.util.equals(SetSandboxRequest_Application, a, b);
|
|
1752
|
-
}
|
|
1753
|
-
}
|
|
341
|
+
BundleArchiveType[BundleArchiveType["ZIP"] = 1] = "ZIP";
|
|
342
|
+
})(BundleArchiveType || (BundleArchiveType = {}));
|
|
1754
343
|
/**
|
|
1755
|
-
*
|
|
344
|
+
* Describes the enum liquidmetal.v1alpha1.BundleArchiveType.
|
|
1756
345
|
*/
|
|
1757
|
-
export
|
|
1758
|
-
constructor(data) {
|
|
1759
|
-
super();
|
|
1760
|
-
proto3.util.initPartial(data, this);
|
|
1761
|
-
}
|
|
1762
|
-
static runtime = proto3;
|
|
1763
|
-
static typeName = "liquidmetal.v1alpha1.SetSandboxResponse";
|
|
1764
|
-
static fields = proto3.util.newFieldList(() => []);
|
|
1765
|
-
static fromBinary(bytes, options) {
|
|
1766
|
-
return new SetSandboxResponse().fromBinary(bytes, options);
|
|
1767
|
-
}
|
|
1768
|
-
static fromJson(jsonValue, options) {
|
|
1769
|
-
return new SetSandboxResponse().fromJson(jsonValue, options);
|
|
1770
|
-
}
|
|
1771
|
-
static fromJsonString(jsonString, options) {
|
|
1772
|
-
return new SetSandboxResponse().fromJsonString(jsonString, options);
|
|
1773
|
-
}
|
|
1774
|
-
static equals(a, b) {
|
|
1775
|
-
return proto3.util.equals(SetSandboxResponse, a, b);
|
|
1776
|
-
}
|
|
1777
|
-
}
|
|
346
|
+
export const BundleArchiveTypeSchema = /*@__PURE__*/ enumDesc(file_liquidmetal_v1alpha1_catalog, 1);
|
|
1778
347
|
/**
|
|
1779
|
-
* @generated from
|
|
348
|
+
* @generated from enum liquidmetal.v1alpha1.WatchResponseEventType
|
|
1780
349
|
*/
|
|
1781
|
-
export
|
|
1782
|
-
|
|
1783
|
-
* @generated from field: string user_id = 1;
|
|
1784
|
-
*/
|
|
1785
|
-
userId = "";
|
|
350
|
+
export var WatchResponseEventType;
|
|
351
|
+
(function (WatchResponseEventType) {
|
|
1786
352
|
/**
|
|
1787
|
-
* @generated from
|
|
353
|
+
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_UNSPECIFIED = 0;
|
|
1788
354
|
*/
|
|
1789
|
-
|
|
355
|
+
WatchResponseEventType[WatchResponseEventType["UNSPECIFIED"] = 0] = "UNSPECIFIED";
|
|
1790
356
|
/**
|
|
1791
|
-
* @generated from
|
|
357
|
+
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_MESSAGE = 1;
|
|
1792
358
|
*/
|
|
1793
|
-
|
|
359
|
+
WatchResponseEventType[WatchResponseEventType["MESSAGE"] = 1] = "MESSAGE";
|
|
1794
360
|
/**
|
|
1795
|
-
* @generated from
|
|
361
|
+
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_COMPLETE = 2;
|
|
1796
362
|
*/
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
super();
|
|
1800
|
-
proto3.util.initPartial(data, this);
|
|
1801
|
-
}
|
|
1802
|
-
static runtime = proto3;
|
|
1803
|
-
static typeName = "liquidmetal.v1alpha1.StatusRequest";
|
|
1804
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1805
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1806
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1807
|
-
{ no: 3, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1808
|
-
{ no: 4, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1809
|
-
]);
|
|
1810
|
-
static fromBinary(bytes, options) {
|
|
1811
|
-
return new StatusRequest().fromBinary(bytes, options);
|
|
1812
|
-
}
|
|
1813
|
-
static fromJson(jsonValue, options) {
|
|
1814
|
-
return new StatusRequest().fromJson(jsonValue, options);
|
|
1815
|
-
}
|
|
1816
|
-
static fromJsonString(jsonString, options) {
|
|
1817
|
-
return new StatusRequest().fromJsonString(jsonString, options);
|
|
1818
|
-
}
|
|
1819
|
-
static equals(a, b) {
|
|
1820
|
-
return proto3.util.equals(StatusRequest, a, b);
|
|
1821
|
-
}
|
|
1822
|
-
}
|
|
363
|
+
WatchResponseEventType[WatchResponseEventType["COMPLETE"] = 2] = "COMPLETE";
|
|
364
|
+
})(WatchResponseEventType || (WatchResponseEventType = {}));
|
|
1823
365
|
/**
|
|
1824
|
-
*
|
|
366
|
+
* Describes the enum liquidmetal.v1alpha1.WatchResponseEventType.
|
|
1825
367
|
*/
|
|
1826
|
-
export
|
|
1827
|
-
/**
|
|
1828
|
-
* @generated from field: liquidmetal.v1alpha1.UnitState state = 1;
|
|
1829
|
-
*/
|
|
1830
|
-
state = UnitState.UNSPECIFIED;
|
|
1831
|
-
/**
|
|
1832
|
-
* @generated from field: repeated liquidmetal.v1alpha1.StatusResponse.Module modules = 2;
|
|
1833
|
-
*/
|
|
1834
|
-
modules = [];
|
|
1835
|
-
constructor(data) {
|
|
1836
|
-
super();
|
|
1837
|
-
proto3.util.initPartial(data, this);
|
|
1838
|
-
}
|
|
1839
|
-
static runtime = proto3;
|
|
1840
|
-
static typeName = "liquidmetal.v1alpha1.StatusResponse";
|
|
1841
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1842
|
-
{ no: 1, name: "state", kind: "enum", T: proto3.getEnumType(UnitState) },
|
|
1843
|
-
{ no: 2, name: "modules", kind: "message", T: StatusResponse_Module, repeated: true },
|
|
1844
|
-
]);
|
|
1845
|
-
static fromBinary(bytes, options) {
|
|
1846
|
-
return new StatusResponse().fromBinary(bytes, options);
|
|
1847
|
-
}
|
|
1848
|
-
static fromJson(jsonValue, options) {
|
|
1849
|
-
return new StatusResponse().fromJson(jsonValue, options);
|
|
1850
|
-
}
|
|
1851
|
-
static fromJsonString(jsonString, options) {
|
|
1852
|
-
return new StatusResponse().fromJsonString(jsonString, options);
|
|
1853
|
-
}
|
|
1854
|
-
static equals(a, b) {
|
|
1855
|
-
return proto3.util.equals(StatusResponse, a, b);
|
|
1856
|
-
}
|
|
1857
|
-
}
|
|
368
|
+
export const WatchResponseEventTypeSchema = /*@__PURE__*/ enumDesc(file_liquidmetal_v1alpha1_catalog, 2);
|
|
1858
369
|
/**
|
|
1859
|
-
*
|
|
370
|
+
* CatalogService defines data interactions for the catalog portion of the
|
|
371
|
+
* rainbow UI.
|
|
372
|
+
*
|
|
373
|
+
* As an authorization style choice, the RPCs are focused on providing user
|
|
374
|
+
* context data explicitly (don't assume the userId or orgId from the
|
|
375
|
+
* authentication header.) It is expected that an authorization layer will
|
|
376
|
+
* enforce the ability for a request to act as a specified user or org matching
|
|
377
|
+
* against the authentication header. This makes services easier to mock without
|
|
378
|
+
* needing to think about injecting mock authentication contexts and allows for
|
|
379
|
+
* use cases where certain roles of users may wish to act as other users.
|
|
1860
380
|
*
|
|
1861
|
-
* @generated from
|
|
381
|
+
* @generated from service liquidmetal.v1alpha1.CatalogService
|
|
1862
382
|
*/
|
|
1863
|
-
export
|
|
1864
|
-
/**
|
|
1865
|
-
* @generated from field: string name = 1;
|
|
1866
|
-
*/
|
|
1867
|
-
name = "";
|
|
1868
|
-
/**
|
|
1869
|
-
* @generated from field: liquidmetal.v1alpha1.UnitState state = 2;
|
|
1870
|
-
*/
|
|
1871
|
-
state = UnitState.UNSPECIFIED;
|
|
1872
|
-
/**
|
|
1873
|
-
* @generated from field: repeated string urls = 3;
|
|
1874
|
-
*/
|
|
1875
|
-
urls = [];
|
|
1876
|
-
constructor(data) {
|
|
1877
|
-
super();
|
|
1878
|
-
proto3.util.initPartial(data, this);
|
|
1879
|
-
}
|
|
1880
|
-
static runtime = proto3;
|
|
1881
|
-
static typeName = "liquidmetal.v1alpha1.StatusResponse.Module";
|
|
1882
|
-
static fields = proto3.util.newFieldList(() => [
|
|
1883
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1884
|
-
{ no: 2, name: "state", kind: "enum", T: proto3.getEnumType(UnitState) },
|
|
1885
|
-
{ no: 3, name: "urls", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1886
|
-
]);
|
|
1887
|
-
static fromBinary(bytes, options) {
|
|
1888
|
-
return new StatusResponse_Module().fromBinary(bytes, options);
|
|
1889
|
-
}
|
|
1890
|
-
static fromJson(jsonValue, options) {
|
|
1891
|
-
return new StatusResponse_Module().fromJson(jsonValue, options);
|
|
1892
|
-
}
|
|
1893
|
-
static fromJsonString(jsonString, options) {
|
|
1894
|
-
return new StatusResponse_Module().fromJsonString(jsonString, options);
|
|
1895
|
-
}
|
|
1896
|
-
static equals(a, b) {
|
|
1897
|
-
return proto3.util.equals(StatusResponse_Module, a, b);
|
|
1898
|
-
}
|
|
1899
|
-
}
|
|
383
|
+
export const CatalogService = /*@__PURE__*/ serviceDesc(file_liquidmetal_v1alpha1_catalog, 0);
|