@liquidmetal-ai/drizzle 0.2.3 → 0.2.8
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/.turbo/turbo-test.log +208 -1
- package/dist/codestore.js +1 -1
- package/dist/liquidmetal/v1alpha1/catalog_pb.d.ts +518 -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/codestore.ts +1 -1
- package/src/liquidmetal/v1alpha1/catalog_pb.ts +710 -1468
- 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/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,237 +1,97 @@
|
|
|
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
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import type {
|
|
7
|
-
import {
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv1";
|
|
6
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
|
|
7
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
8
10
|
|
|
9
11
|
/**
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* @generated from enum liquidmetal.v1alpha1.UnitState
|
|
13
|
-
*/
|
|
14
|
-
export enum UnitState {
|
|
15
|
-
/**
|
|
16
|
-
* @generated from enum value: UNIT_STATE_UNSPECIFIED = 0;
|
|
17
|
-
*/
|
|
18
|
-
UNSPECIFIED = 0,
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* @generated from enum value: UNIT_STATE_PENDING = 1;
|
|
22
|
-
*/
|
|
23
|
-
PENDING = 1,
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* @generated from enum value: UNIT_STATE_STARTING = 2;
|
|
27
|
-
*/
|
|
28
|
-
STARTING = 2,
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @generated from enum value: UNIT_STATE_RUNNING = 3;
|
|
32
|
-
*/
|
|
33
|
-
RUNNING = 3,
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @generated from enum value: UNIT_STATE_STOPPING = 4;
|
|
37
|
-
*/
|
|
38
|
-
STOPPING = 4,
|
|
39
|
-
|
|
40
|
-
/**
|
|
41
|
-
* @generated from enum value: UNIT_STATE_STOPPED = 5;
|
|
42
|
-
*/
|
|
43
|
-
STOPPED = 5,
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* @generated from enum value: UNIT_STATE_DELETING = 6;
|
|
47
|
-
*/
|
|
48
|
-
DELETING = 6,
|
|
49
|
-
|
|
50
|
-
/**
|
|
51
|
-
* @generated from enum value: UNIT_STATE_DELETED = 7;
|
|
52
|
-
*/
|
|
53
|
-
DELETED = 7,
|
|
54
|
-
}
|
|
55
|
-
// Retrieve enum metadata with: proto3.getEnumType(UnitState)
|
|
56
|
-
proto3.util.setEnumType(UnitState, "liquidmetal.v1alpha1.UnitState", [
|
|
57
|
-
{ no: 0, name: "UNIT_STATE_UNSPECIFIED" },
|
|
58
|
-
{ no: 1, name: "UNIT_STATE_PENDING" },
|
|
59
|
-
{ no: 2, name: "UNIT_STATE_STARTING" },
|
|
60
|
-
{ no: 3, name: "UNIT_STATE_RUNNING" },
|
|
61
|
-
{ no: 4, name: "UNIT_STATE_STOPPING" },
|
|
62
|
-
{ no: 5, name: "UNIT_STATE_STOPPED" },
|
|
63
|
-
{ no: 6, name: "UNIT_STATE_DELETING" },
|
|
64
|
-
{ no: 7, name: "UNIT_STATE_DELETED" },
|
|
65
|
-
]);
|
|
66
|
-
|
|
67
|
-
/**
|
|
68
|
-
* @generated from enum liquidmetal.v1alpha1.BundleArchiveType
|
|
69
|
-
*/
|
|
70
|
-
export enum BundleArchiveType {
|
|
71
|
-
/**
|
|
72
|
-
* @generated from enum value: BUNDLE_ARCHIVE_TYPE_UNSPECIFIED = 0;
|
|
73
|
-
*/
|
|
74
|
-
UNSPECIFIED = 0,
|
|
75
|
-
|
|
76
|
-
/**
|
|
77
|
-
* @generated from enum value: BUNDLE_ARCHIVE_TYPE_ZIP = 1;
|
|
78
|
-
*/
|
|
79
|
-
ZIP = 1,
|
|
80
|
-
}
|
|
81
|
-
// Retrieve enum metadata with: proto3.getEnumType(BundleArchiveType)
|
|
82
|
-
proto3.util.setEnumType(BundleArchiveType, "liquidmetal.v1alpha1.BundleArchiveType", [
|
|
83
|
-
{ no: 0, name: "BUNDLE_ARCHIVE_TYPE_UNSPECIFIED" },
|
|
84
|
-
{ no: 1, name: "BUNDLE_ARCHIVE_TYPE_ZIP" },
|
|
85
|
-
]);
|
|
86
|
-
|
|
87
|
-
/**
|
|
88
|
-
* @generated from enum liquidmetal.v1alpha1.WatchResponseEventType
|
|
12
|
+
* Describes the file liquidmetal/v1alpha1/catalog.proto.
|
|
89
13
|
*/
|
|
90
|
-
export
|
|
91
|
-
|
|
92
|
-
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_UNSPECIFIED = 0;
|
|
93
|
-
*/
|
|
94
|
-
UNSPECIFIED = 0,
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_MESSAGE = 1;
|
|
98
|
-
*/
|
|
99
|
-
MESSAGE = 1,
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_COMPLETE = 2;
|
|
103
|
-
*/
|
|
104
|
-
COMPLETE = 2,
|
|
105
|
-
}
|
|
106
|
-
// Retrieve enum metadata with: proto3.getEnumType(WatchResponseEventType)
|
|
107
|
-
proto3.util.setEnumType(WatchResponseEventType, "liquidmetal.v1alpha1.WatchResponseEventType", [
|
|
108
|
-
{ no: 0, name: "WATCH_RESPONSE_EVENT_TYPE_UNSPECIFIED" },
|
|
109
|
-
{ no: 1, name: "WATCH_RESPONSE_EVENT_TYPE_MESSAGE" },
|
|
110
|
-
{ no: 2, name: "WATCH_RESPONSE_EVENT_TYPE_COMPLETE" },
|
|
111
|
-
]);
|
|
14
|
+
export const file_liquidmetal_v1alpha1_catalog: GenFile = /*@__PURE__*/
|
|
15
|
+
fileDesc("CiJsaXF1aWRtZXRhbC92MWFscGhhMS9jYXRhbG9nLnByb3RvEhRsaXF1aWRtZXRhbC52MWFscGhhMSKHAQoTQXBwbGljYXRpb25zUmVxdWVzdBIPCgd1c2VyX2lkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRIUCgxzaG93X2RlbGV0ZWQYAyABKAgSHAoPbmV4dF9wYWdlX3Rva2VuGAQgASgJSACIAQFCEgoQX25leHRfcGFnZV90b2tlbiLoBAoUQXBwbGljYXRpb25zUmVzcG9uc2USTAoMYXBwbGljYXRpb25zGAEgAygLMjYubGlxdWlkbWV0YWwudjFhbHBoYTEuQXBwbGljYXRpb25zUmVzcG9uc2UuQXBwbGljYXRpb24SHAoPbmV4dF9wYWdlX3Rva2VuGAIgASgJSACIAQEazwMKC0FwcGxpY2F0aW9uEgwKBG5hbWUYASABKAkSEgoKdmVyc2lvbl9pZBgCIAEoCRIQCghtYW5pZmVzdBgDIAEoCRISCgVzdWl0ZRgEIAEoCUgAiAEBEi4KCmNyZWF0ZWRfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYBiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjMKCmRlbGV0ZWRfYXQYByABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wSAGIAQESEQoJaXNfYWN0aXZlGAggASgIEhcKD29yZ2FuaXphdGlvbl9pZBgJIAEoCRITCgZicmFuY2gYCiABKAlIAogBARIUCgxpc19zYW5kYm94ZWQYCyABKAgSIAoTcHJldmlvdXNfdmVyc2lvbl9pZBgMIAEoCUgDiAEBEi4KBXN0YXRlGA0gASgOMh8ubGlxdWlkbWV0YWwudjFhbHBoYTEuVW5pdFN0YXRlQggKBl9zdWl0ZUINCgtfZGVsZXRlZF9hdEIJCgdfYnJhbmNoQhYKFF9wcmV2aW91c192ZXJzaW9uX2lkQhIKEF9uZXh0X3BhZ2VfdG9rZW4i0gEKEEJvb3RzdHJhcFJlcXVlc3QSDwoHdXNlcl9pZBgBIAEoCRIXCg9vcmdhbml6YXRpb25faWQYAiABKAkSDQoFdG9rZW4YAyABKAkSHQoVY2xvdWRmbGFyZV9hY2NvdW50X2lkGAQgASgJEh8KF2Nsb3VkZmxhcmVfYmVhcmVyX3Rva2VuGAUgASgJEiMKG2xpcXVpZG1ldGFsX3NlcnZpY2VzX2RvbWFpbhgGIAEoCRIgChhjdXN0b21lcl9zZXJ2aWNlc19kb21haW4YByABKAkiEwoRQm9vdHN0cmFwUmVzcG9uc2UiLAoqSW50ZXJuYWxBcHBsaWNhdGlvbnNSZXF1ZXN0UGFnaW5hdGlvblRva2VuIt4BChNVcGxvYWRCdW5kbGVSZXF1ZXN0Eg8KB3VzZXJfaWQYASABKAkSFwoPb3JnYW5pemF0aW9uX2lkGAIgASgJEhgKEGFwcGxpY2F0aW9uX25hbWUYAyABKAkSHgoWYXBwbGljYXRpb25fdmVyc2lvbl9pZBgEIAEoCRITCgtidW5kbGVfbmFtZRgFIAEoCRI9CgxhcmNoaXZlX3R5cGUYBiABKA4yJy5saXF1aWRtZXRhbC52MWFscGhhMS5CdW5kbGVBcmNoaXZlVHlwZRIPCgdhcmNoaXZlGAcgASgMIhYKFFVwbG9hZEJ1bmRsZVJlc3BvbnNlInsKFVF1ZXJ5UmVzb3VyY2VzUmVxdWVzdBIPCgd1c2VyX2lkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRIYChBhcHBsaWNhdGlvbl9uYW1lGAMgASgJEh4KFmFwcGxpY2F0aW9uX3ZlcnNpb25faWQYBCABKAki1QcKFlF1ZXJ5UmVzb3VyY2VzUmVzcG9uc2USSAoJcmVzb3VyY2VzGAEgAygLMjUubGlxdWlkbWV0YWwudjFhbHBoYTEuUXVlcnlSZXNvdXJjZXNSZXNwb25zZS5SZXNvdXJjZRIcCg9uZXh0X3BhZ2VfdG9rZW4YAiABKAlIAIgBARq+BgoIUmVzb3VyY2USFwoPb3JnYW5pemF0aW9uX2lkGAEgASgJEhgKEGFwcGxpY2F0aW9uX25hbWUYAiABKAkSHgoWYXBwbGljYXRpb25fdmVyc2lvbl9pZBgDIAEoCRITCgtyZXNvdXJjZV9pZBgEIAEoCRIMCgRuYW1lGAUgASgJEgwKBHR5cGUYBiABKAkSWQoNcmVzb3VyY2VfdHlwZRgHIAEoDjJCLmxpcXVpZG1ldGFsLnYxYWxwaGExLlF1ZXJ5UmVzb3VyY2VzUmVzcG9uc2UuUmVzb3VyY2UuUmVzb3VyY2VUeXBlEisKCmF0dHJpYnV0ZXMYCCABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0Ei4KCmNyZWF0ZWRfYXQYCSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEi4KCnVwZGF0ZWRfYXQYCiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIsUDCgxSZXNvdXJjZVR5cGUSHQoZUkVTT1VSQ0VfVFlQRV9VTlNQRUNJRklFRBAAEiAKHFJFU09VUkNFX1RZUEVfUVVFVUVfQ09OU1VNRVIQARIYChRSRVNPVVJDRV9UWVBFX1NDUklQVBACEhQKEFJFU09VUkNFX1RZUEVfRDEQAxIaChZSRVNPVVJDRV9UWVBFX0QxX1FVRVJZEAQSGwoXUkVTT1VSQ0VfVFlQRV9WRUNUT1JJWkUQBRIZChVSRVNPVVJDRV9UWVBFX0VOVl9WQVIQBhIYChRSRVNPVVJDRV9UWVBFX0JVQ0tFVBAHEhcKE1JFU09VUkNFX1RZUEVfUVVFVUUQCBIgChxSRVNPVVJDRV9UWVBFX1NDUklQVF9CSU5ESU5HEAkSJQohUkVTT1VSQ0VfVFlQRV9CVUNLRVRfTk9USUZJQ0FUSU9OEAoSGgoWUkVTT1VSQ0VfVFlQRV9NRVRBREFUQRALEh8KG1JFU09VUkNFX1RZUEVfQ1VTVE9NX0RPTUFJThAMEhcKE1JFU09VUkNFX1RZUEVfUk9VVEUQDRIeChpSRVNPVVJDRV9UWVBFX1NNQVJUX0JVQ0tFVBAOQhIKEF9uZXh0X3BhZ2VfdG9rZW4ipAQKDURlcGxveVJlcXVlc3QSDwoHdXNlcl9pZBgBIAEoCRIXCg9vcmdhbml6YXRpb25faWQYAiABKAkSRQoMYXBwbGljYXRpb25zGAMgAygLMi8ubGlxdWlkbWV0YWwudjFhbHBoYTEuRGVwbG95UmVxdWVzdC5BcHBsaWNhdGlvbhouChNBcHBsaWNhdGlvbk1ldGFkYXRhEhcKD3J1bnRpbWVfdmVyc2lvbhgBIAEoCRrxAgoLQXBwbGljYXRpb24SDQoFc3VpdGUYASABKAkSEwoLYXBwbGljYXRpb24YAiABKAkSIAoTcHJldmlvdXNfdmVyc2lvbl9pZBgDIAEoCUgAiAEBEh8KEmN1cnJlbnRfdmVyc2lvbl9pZBgEIAEoCUgBiAEBEhMKBmJyYW5jaBgFIAEoCUgCiAEBEhAKCG1hbmlmZXN0GAYgASgJEkkKCG1ldGFkYXRhGAcgASgLMjcubGlxdWlkbWV0YWwudjFhbHBoYTEuRGVwbG95UmVxdWVzdC5BcHBsaWNhdGlvbk1ldGFkYXRhEg0KBWFtZW5kGAggASgIEhYKCWlzX2FjdGl2ZRgJIAEoCEgDiAEBEhEKBGxvY2sYCiABKAlIBIgBAUIWChRfcHJldmlvdXNfdmVyc2lvbl9pZEIVChNfY3VycmVudF92ZXJzaW9uX2lkQgkKB19icmFuY2hCDAoKX2lzX2FjdGl2ZUIHCgVfbG9jayLUAQoORGVwbG95UmVzcG9uc2USFwoPb3JnYW5pemF0aW9uX2lkGAEgASgJEkYKDGFwcGxpY2F0aW9ucxgCIAMoCzIwLmxpcXVpZG1ldGFsLnYxYWxwaGExLkRlcGxveVJlc3BvbnNlLkFwcGxpY2F0aW9uGmEKC0FwcGxpY2F0aW9uEhgKEGFwcGxpY2F0aW9uX25hbWUYASABKAkSGgoSY3VycmVudF92ZXJzaW9uX2lkGAIgASgJEg4KBmJyYW5jaBgDIAEoCRIMCgRsb2NrGAQgASgJIt4BCg5TZXRFbnZzUmVxdWVzdBIPCgd1c2VyX2lkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRI2CgRlbnZzGAMgAygLMigubGlxdWlkbWV0YWwudjFhbHBoYTEuU2V0RW52c1JlcXVlc3QuRW52GmoKA0VudhIYChBhcHBsaWNhdGlvbl9uYW1lGAEgASgJEhoKEmN1cnJlbnRfdmVyc2lvbl9pZBgCIAEoCRILCgNrZXkYAyABKAkSDQoFdmFsdWUYBCABKAkSEQoJaXNfc2VjcmV0GAUgASgIIhEKD1NldEVudnNSZXNwb25zZSK8AQoOR2V0RW52c1JlcXVlc3QSDwoHdXNlcl9pZBgBIAEoCRIXCg9vcmdhbml6YXRpb25faWQYAiABKAkSNgoEZW52cxgDIAMoCzIoLmxpcXVpZG1ldGFsLnYxYWxwaGExLkdldEVudnNSZXF1ZXN0LkVudhpICgNFbnYSGAoQYXBwbGljYXRpb25fbmFtZRgBIAEoCRIaChJjdXJyZW50X3ZlcnNpb25faWQYAiABKAkSCwoDa2V5GAMgASgJIrYBCg9HZXRFbnZzUmVzcG9uc2USNwoEZW52cxgBIAMoCzIpLmxpcXVpZG1ldGFsLnYxYWxwaGExLkdldEVudnNSZXNwb25zZS5FbnYaagoDRW52EhgKEGFwcGxpY2F0aW9uX25hbWUYASABKAkSGgoSY3VycmVudF92ZXJzaW9uX2lkGAIgASgJEgsKA2tleRgDIAEoCRINCgV2YWx1ZRgEIAEoCRIRCglpc19zZWNyZXQYBSABKAgiwAEKDlJlbGVhc2VSZXF1ZXN0Eg8KB3VzZXJfaWQYASABKAkSFwoPb3JnYW5pemF0aW9uX2lkGAIgASgJEjgKBWxvY2tzGAMgAygLMikubGlxdWlkbWV0YWwudjFhbHBoYTEuUmVsZWFzZVJlcXVlc3QuTG9jaxpKCgRMb2NrEhgKEGFwcGxpY2F0aW9uX25hbWUYASABKAkSGgoSY3VycmVudF92ZXJzaW9uX2lkGAIgASgJEgwKBGxvY2sYAyABKAkiEQoPUmVsZWFzZVJlc3BvbnNlIsMBCgxXYXRjaFJlcXVlc3QSDwoHdXNlcl9pZBgBIAEoCRIXCg9vcmdhbml6YXRpb25faWQYAiABKAkSRAoMYXBwbGljYXRpb25zGAMgAygLMi4ubGlxdWlkbWV0YWwudjFhbHBoYTEuV2F0Y2hSZXF1ZXN0LkFwcGxpY2F0aW9uGkMKC0FwcGxpY2F0aW9uEhgKEGFwcGxpY2F0aW9uX25hbWUYASABKAkSGgoSY3VycmVudF92ZXJzaW9uX2lkGAIgASgJIpkBCg1XYXRjaFJlc3BvbnNlEhgKEGFwcGxpY2F0aW9uX25hbWUYASABKAkSGgoSY3VycmVudF92ZXJzaW9uX2lkGAIgASgJEhAKCGV2ZW50X2lkGAMgASgJEkAKCmV2ZW50X3R5cGUYBCABKA4yLC5saXF1aWRtZXRhbC52MWFscGhhMS5XYXRjaFJlc3BvbnNlRXZlbnRUeXBlIsUBCg1EZWxldGVSZXF1ZXN0Eg8KB3VzZXJfaWQYASABKAkSFwoPb3JnYW5pemF0aW9uX2lkGAIgASgJEkUKDGFwcGxpY2F0aW9ucxgDIAMoCzIvLmxpcXVpZG1ldGFsLnYxYWxwaGExLkRlbGV0ZVJlcXVlc3QuQXBwbGljYXRpb24aQwoLQXBwbGljYXRpb24SGAoQYXBwbGljYXRpb25fbmFtZRgBIAEoCRIaChJjdXJyZW50X3ZlcnNpb25faWQYAiABKAkiEAoORGVsZXRlUmVzcG9uc2Ui3gEKEFNldEFjdGl2ZVJlcXVlc3QSDwoHdXNlcl9pZBgBIAEoCRIXCg9vcmdhbml6YXRpb25faWQYAiABKAkSSAoMYXBwbGljYXRpb25zGAMgAygLMjIubGlxdWlkbWV0YWwudjFhbHBoYTEuU2V0QWN0aXZlUmVxdWVzdC5BcHBsaWNhdGlvbhpWCgtBcHBsaWNhdGlvbhIYChBhcHBsaWNhdGlvbl9uYW1lGAEgASgJEhoKEmN1cnJlbnRfdmVyc2lvbl9pZBgCIAEoCRIRCglpc19hY3RpdmUYAyABKAgiEwoRU2V0QWN0aXZlUmVzcG9uc2Ui4wEKEVNldFNhbmRib3hSZXF1ZXN0Eg8KB3VzZXJfaWQYASABKAkSFwoPb3JnYW5pemF0aW9uX2lkGAIgASgJEkkKDGFwcGxpY2F0aW9ucxgDIAMoCzIzLmxpcXVpZG1ldGFsLnYxYWxwaGExLlNldFNhbmRib3hSZXF1ZXN0LkFwcGxpY2F0aW9uGlkKC0FwcGxpY2F0aW9uEhgKEGFwcGxpY2F0aW9uX25hbWUYASABKAkSGgoSY3VycmVudF92ZXJzaW9uX2lkGAIgASgJEhQKDGlzX3NhbmRib3hlZBgDIAEoCCIUChJTZXRTYW5kYm94UmVzcG9uc2UibwoNU3RhdHVzUmVxdWVzdBIPCgd1c2VyX2lkGAEgASgJEhcKD29yZ2FuaXphdGlvbl9pZBgCIAEoCRIYChBhcHBsaWNhdGlvbl9uYW1lGAMgASgJEhoKEmN1cnJlbnRfdmVyc2lvbl9pZBgEIAEoCSLUAQoOU3RhdHVzUmVzcG9uc2USLgoFc3RhdGUYASABKA4yHy5saXF1aWRtZXRhbC52MWFscGhhMS5Vbml0U3RhdGUSPAoHbW9kdWxlcxgCIAMoCzIrLmxpcXVpZG1ldGFsLnYxYWxwaGExLlN0YXR1c1Jlc3BvbnNlLk1vZHVsZRpUCgZNb2R1bGUSDAoEbmFtZRgBIAEoCRIuCgVzdGF0ZRgCIAEoDjIfLmxpcXVpZG1ldGFsLnYxYWxwaGExLlVuaXRTdGF0ZRIMCgR1cmxzGAMgAygJKtIBCglVbml0U3RhdGUSGgoWVU5JVF9TVEFURV9VTlNQRUNJRklFRBAAEhYKElVOSVRfU1RBVEVfUEVORElORxABEhcKE1VOSVRfU1RBVEVfU1RBUlRJTkcQAhIWChJVTklUX1NUQVRFX1JVTk5JTkcQAxIXChNVTklUX1NUQVRFX1NUT1BQSU5HEAQSFgoSVU5JVF9TVEFURV9TVE9QUEVEEAUSFwoTVU5JVF9TVEFURV9ERUxFVElORxAGEhYKElVOSVRfU1RBVEVfREVMRVRFRBAHKlUKEUJ1bmRsZUFyY2hpdmVUeXBlEiMKH0JVTkRMRV9BUkNISVZFX1RZUEVfVU5TUEVDSUZJRUQQABIbChdCVU5ETEVfQVJDSElWRV9UWVBFX1pJUBABKpIBChZXYXRjaFJlc3BvbnNlRXZlbnRUeXBlEikKJVdBVENIX1JFU1BPTlNFX0VWRU5UX1RZUEVfVU5TUEVDSUZJRUQQABIlCiFXQVRDSF9SRVNQT05TRV9FVkVOVF9UWVBFX01FU1NBR0UQARImCiJXQVRDSF9SRVNQT05TRV9FVkVOVF9UWVBFX0NPTVBMRVRFEAIywwkKDkNhdGFsb2dTZXJ2aWNlEmsKDlF1ZXJ5UmVzb3VyY2VzEisubGlxdWlkbWV0YWwudjFhbHBoYTEuUXVlcnlSZXNvdXJjZXNSZXF1ZXN0GiwubGlxdWlkbWV0YWwudjFhbHBoYTEuUXVlcnlSZXNvdXJjZXNSZXNwb25zZRJcCglCb290c3RyYXASJi5saXF1aWRtZXRhbC52MWFscGhhMS5Cb290c3RyYXBSZXF1ZXN0GicubGlxdWlkbWV0YWwudjFhbHBoYTEuQm9vdHN0cmFwUmVzcG9uc2USZQoMQXBwbGljYXRpb25zEikubGlxdWlkbWV0YWwudjFhbHBoYTEuQXBwbGljYXRpb25zUmVxdWVzdBoqLmxpcXVpZG1ldGFsLnYxYWxwaGExLkFwcGxpY2F0aW9uc1Jlc3BvbnNlElMKBkRlcGxveRIjLmxpcXVpZG1ldGFsLnYxYWxwaGExLkRlcGxveVJlcXVlc3QaJC5saXF1aWRtZXRhbC52MWFscGhhMS5EZXBsb3lSZXNwb25zZRJlCgxVcGxvYWRCdW5kbGUSKS5saXF1aWRtZXRhbC52MWFscGhhMS5VcGxvYWRCdW5kbGVSZXF1ZXN0GioubGlxdWlkbWV0YWwudjFhbHBoYTEuVXBsb2FkQnVuZGxlUmVzcG9uc2USVgoHU2V0RW52cxIkLmxpcXVpZG1ldGFsLnYxYWxwaGExLlNldEVudnNSZXF1ZXN0GiUubGlxdWlkbWV0YWwudjFhbHBoYTEuU2V0RW52c1Jlc3BvbnNlElYKB0dldEVudnMSJC5saXF1aWRtZXRhbC52MWFscGhhMS5HZXRFbnZzUmVxdWVzdBolLmxpcXVpZG1ldGFsLnYxYWxwaGExLkdldEVudnNSZXNwb25zZRJWCgdSZWxlYXNlEiQubGlxdWlkbWV0YWwudjFhbHBoYTEuUmVsZWFzZVJlcXVlc3QaJS5saXF1aWRtZXRhbC52MWFscGhhMS5SZWxlYXNlUmVzcG9uc2USUgoFV2F0Y2gSIi5saXF1aWRtZXRhbC52MWFscGhhMS5XYXRjaFJlcXVlc3QaIy5saXF1aWRtZXRhbC52MWFscGhhMS5XYXRjaFJlc3BvbnNlMAESUwoGRGVsZXRlEiMubGlxdWlkbWV0YWwudjFhbHBoYTEuRGVsZXRlUmVxdWVzdBokLmxpcXVpZG1ldGFsLnYxYWxwaGExLkRlbGV0ZVJlc3BvbnNlElwKCVNldEFjdGl2ZRImLmxpcXVpZG1ldGFsLnYxYWxwaGExLlNldEFjdGl2ZVJlcXVlc3QaJy5saXF1aWRtZXRhbC52MWFscGhhMS5TZXRBY3RpdmVSZXNwb25zZRJfCgpTZXRTYW5kYm94EicubGlxdWlkbWV0YWwudjFhbHBoYTEuU2V0U2FuZGJveFJlcXVlc3QaKC5saXF1aWRtZXRhbC52MWFscGhhMS5TZXRTYW5kYm94UmVzcG9uc2USUwoGU3RhdHVzEiMubGlxdWlkbWV0YWwudjFhbHBoYTEuU3RhdHVzUmVxdWVzdBokLmxpcXVpZG1ldGFsLnYxYWxwaGExLlN0YXR1c1Jlc3BvbnNlQpkBChhjb20ubGlxdWlkbWV0YWwudjFhbHBoYTFCDENhdGFsb2dQcm90b1ABogIDTFhYqgIUTGlxdWlkbWV0YWwuVjFhbHBoYTHKAhRMaXF1aWRtZXRhbFxWMWFscGhhMeICIExpcXVpZG1ldGFsXFYxYWxwaGExXEdQQk1ldGFkYXRh6gIVTGlxdWlkbWV0YWw6OlYxYWxwaGExYgZwcm90bzM", [file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
112
16
|
|
|
113
17
|
/**
|
|
114
18
|
* @generated from message liquidmetal.v1alpha1.ApplicationsRequest
|
|
115
19
|
*/
|
|
116
|
-
export
|
|
20
|
+
export type ApplicationsRequest = Message<"liquidmetal.v1alpha1.ApplicationsRequest"> & {
|
|
117
21
|
/**
|
|
118
22
|
* user_id is the user for which applications are being requested.
|
|
119
23
|
*
|
|
120
24
|
* @generated from field: string user_id = 1;
|
|
121
25
|
*/
|
|
122
|
-
userId
|
|
26
|
+
userId: string;
|
|
123
27
|
|
|
124
28
|
/**
|
|
125
29
|
* organization_id is the organization within which applications are being requested.
|
|
126
30
|
*
|
|
127
31
|
* @generated from field: string organization_id = 2;
|
|
128
32
|
*/
|
|
129
|
-
organizationId
|
|
33
|
+
organizationId: string;
|
|
130
34
|
|
|
131
35
|
/**
|
|
132
36
|
* show_deleted is a flag to indicate if deleted applications should be included in the response.
|
|
133
37
|
*
|
|
134
38
|
* @generated from field: bool show_deleted = 3;
|
|
135
39
|
*/
|
|
136
|
-
showDeleted
|
|
40
|
+
showDeleted: boolean;
|
|
137
41
|
|
|
138
42
|
/**
|
|
139
43
|
* @generated from field: optional string next_page_token = 4;
|
|
140
44
|
*/
|
|
141
45
|
nextPageToken?: string;
|
|
46
|
+
};
|
|
142
47
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
static readonly typeName = "liquidmetal.v1alpha1.ApplicationsRequest";
|
|
150
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
151
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
152
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
153
|
-
{ no: 3, name: "show_deleted", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
154
|
-
{ no: 4, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
155
|
-
]);
|
|
156
|
-
|
|
157
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplicationsRequest {
|
|
158
|
-
return new ApplicationsRequest().fromBinary(bytes, options);
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplicationsRequest {
|
|
162
|
-
return new ApplicationsRequest().fromJson(jsonValue, options);
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplicationsRequest {
|
|
166
|
-
return new ApplicationsRequest().fromJsonString(jsonString, options);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
static equals(a: ApplicationsRequest | PlainMessage<ApplicationsRequest> | undefined, b: ApplicationsRequest | PlainMessage<ApplicationsRequest> | undefined): boolean {
|
|
170
|
-
return proto3.util.equals(ApplicationsRequest, a, b);
|
|
171
|
-
}
|
|
172
|
-
}
|
|
48
|
+
/**
|
|
49
|
+
* Describes the message liquidmetal.v1alpha1.ApplicationsRequest.
|
|
50
|
+
* Use `create(ApplicationsRequestSchema)` to create a new message.
|
|
51
|
+
*/
|
|
52
|
+
export const ApplicationsRequestSchema: GenMessage<ApplicationsRequest> = /*@__PURE__*/
|
|
53
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 0);
|
|
173
54
|
|
|
174
55
|
/**
|
|
175
56
|
* @generated from message liquidmetal.v1alpha1.ApplicationsResponse
|
|
176
57
|
*/
|
|
177
|
-
export
|
|
58
|
+
export type ApplicationsResponse = Message<"liquidmetal.v1alpha1.ApplicationsResponse"> & {
|
|
178
59
|
/**
|
|
179
60
|
* @generated from field: repeated liquidmetal.v1alpha1.ApplicationsResponse.Application applications = 1;
|
|
180
61
|
*/
|
|
181
|
-
applications: ApplicationsResponse_Application[]
|
|
62
|
+
applications: ApplicationsResponse_Application[];
|
|
182
63
|
|
|
183
64
|
/**
|
|
184
65
|
* @generated from field: optional string next_page_token = 2;
|
|
185
66
|
*/
|
|
186
67
|
nextPageToken?: string;
|
|
68
|
+
};
|
|
187
69
|
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
static readonly typeName = "liquidmetal.v1alpha1.ApplicationsResponse";
|
|
195
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
196
|
-
{ no: 1, name: "applications", kind: "message", T: ApplicationsResponse_Application, repeated: true },
|
|
197
|
-
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
198
|
-
]);
|
|
199
|
-
|
|
200
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplicationsResponse {
|
|
201
|
-
return new ApplicationsResponse().fromBinary(bytes, options);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplicationsResponse {
|
|
205
|
-
return new ApplicationsResponse().fromJson(jsonValue, options);
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplicationsResponse {
|
|
209
|
-
return new ApplicationsResponse().fromJsonString(jsonString, options);
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
static equals(a: ApplicationsResponse | PlainMessage<ApplicationsResponse> | undefined, b: ApplicationsResponse | PlainMessage<ApplicationsResponse> | undefined): boolean {
|
|
213
|
-
return proto3.util.equals(ApplicationsResponse, a, b);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
70
|
+
/**
|
|
71
|
+
* Describes the message liquidmetal.v1alpha1.ApplicationsResponse.
|
|
72
|
+
* Use `create(ApplicationsResponseSchema)` to create a new message.
|
|
73
|
+
*/
|
|
74
|
+
export const ApplicationsResponseSchema: GenMessage<ApplicationsResponse> = /*@__PURE__*/
|
|
75
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 1);
|
|
216
76
|
|
|
217
77
|
/**
|
|
218
78
|
* @generated from message liquidmetal.v1alpha1.ApplicationsResponse.Application
|
|
219
79
|
*/
|
|
220
|
-
export
|
|
80
|
+
export type ApplicationsResponse_Application = Message<"liquidmetal.v1alpha1.ApplicationsResponse.Application"> & {
|
|
221
81
|
/**
|
|
222
82
|
* @generated from field: string name = 1;
|
|
223
83
|
*/
|
|
224
|
-
name
|
|
84
|
+
name: string;
|
|
225
85
|
|
|
226
86
|
/**
|
|
227
87
|
* @generated from field: string version_id = 2;
|
|
228
88
|
*/
|
|
229
|
-
versionId
|
|
89
|
+
versionId: string;
|
|
230
90
|
|
|
231
91
|
/**
|
|
232
92
|
* @generated from field: string manifest = 3;
|
|
233
93
|
*/
|
|
234
|
-
manifest
|
|
94
|
+
manifest: string;
|
|
235
95
|
|
|
236
96
|
/**
|
|
237
97
|
* @generated from field: optional string suite = 4;
|
|
@@ -256,12 +116,12 @@ export class ApplicationsResponse_Application extends Message<ApplicationsRespon
|
|
|
256
116
|
/**
|
|
257
117
|
* @generated from field: bool is_active = 8;
|
|
258
118
|
*/
|
|
259
|
-
isActive
|
|
119
|
+
isActive: boolean;
|
|
260
120
|
|
|
261
121
|
/**
|
|
262
122
|
* @generated from field: string organization_id = 9;
|
|
263
123
|
*/
|
|
264
|
-
organizationId
|
|
124
|
+
organizationId: string;
|
|
265
125
|
|
|
266
126
|
/**
|
|
267
127
|
* @generated from field: optional string branch = 10;
|
|
@@ -271,7 +131,7 @@ export class ApplicationsResponse_Application extends Message<ApplicationsRespon
|
|
|
271
131
|
/**
|
|
272
132
|
* @generated from field: bool is_sandboxed = 11;
|
|
273
133
|
*/
|
|
274
|
-
isSandboxed
|
|
134
|
+
isSandboxed: boolean;
|
|
275
135
|
|
|
276
136
|
/**
|
|
277
137
|
* @generated from field: optional string previous_version_id = 12;
|
|
@@ -281,61 +141,29 @@ export class ApplicationsResponse_Application extends Message<ApplicationsRespon
|
|
|
281
141
|
/**
|
|
282
142
|
* @generated from field: liquidmetal.v1alpha1.UnitState state = 13;
|
|
283
143
|
*/
|
|
284
|
-
state
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
294
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
295
|
-
{ no: 2, name: "version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
296
|
-
{ no: 3, name: "manifest", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
297
|
-
{ no: 4, name: "suite", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
298
|
-
{ no: 5, name: "created_at", kind: "message", T: Timestamp },
|
|
299
|
-
{ no: 6, name: "updated_at", kind: "message", T: Timestamp },
|
|
300
|
-
{ no: 7, name: "deleted_at", kind: "message", T: Timestamp, opt: true },
|
|
301
|
-
{ no: 8, name: "is_active", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
302
|
-
{ no: 9, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
303
|
-
{ no: 10, name: "branch", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
304
|
-
{ no: 11, name: "is_sandboxed", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
305
|
-
{ no: 12, name: "previous_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
306
|
-
{ no: 13, name: "state", kind: "enum", T: proto3.getEnumType(UnitState) },
|
|
307
|
-
]);
|
|
308
|
-
|
|
309
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplicationsResponse_Application {
|
|
310
|
-
return new ApplicationsResponse_Application().fromBinary(bytes, options);
|
|
311
|
-
}
|
|
312
|
-
|
|
313
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplicationsResponse_Application {
|
|
314
|
-
return new ApplicationsResponse_Application().fromJson(jsonValue, options);
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplicationsResponse_Application {
|
|
318
|
-
return new ApplicationsResponse_Application().fromJsonString(jsonString, options);
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
static equals(a: ApplicationsResponse_Application | PlainMessage<ApplicationsResponse_Application> | undefined, b: ApplicationsResponse_Application | PlainMessage<ApplicationsResponse_Application> | undefined): boolean {
|
|
322
|
-
return proto3.util.equals(ApplicationsResponse_Application, a, b);
|
|
323
|
-
}
|
|
324
|
-
}
|
|
144
|
+
state: UnitState;
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Describes the message liquidmetal.v1alpha1.ApplicationsResponse.Application.
|
|
149
|
+
* Use `create(ApplicationsResponse_ApplicationSchema)` to create a new message.
|
|
150
|
+
*/
|
|
151
|
+
export const ApplicationsResponse_ApplicationSchema: GenMessage<ApplicationsResponse_Application> = /*@__PURE__*/
|
|
152
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 1, 0);
|
|
325
153
|
|
|
326
154
|
/**
|
|
327
155
|
* @generated from message liquidmetal.v1alpha1.BootstrapRequest
|
|
328
156
|
*/
|
|
329
|
-
export
|
|
157
|
+
export type BootstrapRequest = Message<"liquidmetal.v1alpha1.BootstrapRequest"> & {
|
|
330
158
|
/**
|
|
331
159
|
* @generated from field: string user_id = 1;
|
|
332
160
|
*/
|
|
333
|
-
userId
|
|
161
|
+
userId: string;
|
|
334
162
|
|
|
335
163
|
/**
|
|
336
164
|
* @generated from field: string organization_id = 2;
|
|
337
165
|
*/
|
|
338
|
-
organizationId
|
|
166
|
+
organizationId: string;
|
|
339
167
|
|
|
340
168
|
/**
|
|
341
169
|
* token is a special string interpreted by the catalog service to prove that
|
|
@@ -343,7 +171,7 @@ export class BootstrapRequest extends Message<BootstrapRequest> {
|
|
|
343
171
|
*
|
|
344
172
|
* @generated from field: string token = 3;
|
|
345
173
|
*/
|
|
346
|
-
token
|
|
174
|
+
token: string;
|
|
347
175
|
|
|
348
176
|
/**
|
|
349
177
|
* cloudflare_account_id is cloudflare's account identifier tag.
|
|
@@ -353,7 +181,7 @@ export class BootstrapRequest extends Message<BootstrapRequest> {
|
|
|
353
181
|
*
|
|
354
182
|
* @generated from field: string cloudflare_account_id = 4;
|
|
355
183
|
*/
|
|
356
|
-
cloudflareAccountId
|
|
184
|
+
cloudflareAccountId: string;
|
|
357
185
|
|
|
358
186
|
/**
|
|
359
187
|
* cloudflare_bearer_token is an API key used with an http header
|
|
@@ -361,7 +189,7 @@ export class BootstrapRequest extends Message<BootstrapRequest> {
|
|
|
361
189
|
*
|
|
362
190
|
* @generated from field: string cloudflare_bearer_token = 5;
|
|
363
191
|
*/
|
|
364
|
-
cloudflareBearerToken
|
|
192
|
+
cloudflareBearerToken: string;
|
|
365
193
|
|
|
366
194
|
/**
|
|
367
195
|
* liquidmetal_services_domain is a domain allocated for running services like
|
|
@@ -373,7 +201,7 @@ export class BootstrapRequest extends Message<BootstrapRequest> {
|
|
|
373
201
|
*
|
|
374
202
|
* @generated from field: string liquidmetal_services_domain = 6;
|
|
375
203
|
*/
|
|
376
|
-
liquidmetalServicesDomain
|
|
204
|
+
liquidmetalServicesDomain: string;
|
|
377
205
|
|
|
378
206
|
/**
|
|
379
207
|
* customer_services_domain is a domain allocated for running
|
|
@@ -383,72 +211,28 @@ export class BootstrapRequest extends Message<BootstrapRequest> {
|
|
|
383
211
|
*
|
|
384
212
|
* @generated from field: string customer_services_domain = 7;
|
|
385
213
|
*/
|
|
386
|
-
customerServicesDomain
|
|
387
|
-
|
|
388
|
-
constructor(data?: PartialMessage<BootstrapRequest>) {
|
|
389
|
-
super();
|
|
390
|
-
proto3.util.initPartial(data, this);
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
394
|
-
static readonly typeName = "liquidmetal.v1alpha1.BootstrapRequest";
|
|
395
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
396
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
397
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
398
|
-
{ no: 3, name: "token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
399
|
-
{ no: 4, name: "cloudflare_account_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
400
|
-
{ no: 5, name: "cloudflare_bearer_token", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
401
|
-
{ no: 6, name: "liquidmetal_services_domain", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
402
|
-
{ no: 7, name: "customer_services_domain", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
403
|
-
]);
|
|
404
|
-
|
|
405
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BootstrapRequest {
|
|
406
|
-
return new BootstrapRequest().fromBinary(bytes, options);
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BootstrapRequest {
|
|
410
|
-
return new BootstrapRequest().fromJson(jsonValue, options);
|
|
411
|
-
}
|
|
412
|
-
|
|
413
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BootstrapRequest {
|
|
414
|
-
return new BootstrapRequest().fromJsonString(jsonString, options);
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
static equals(a: BootstrapRequest | PlainMessage<BootstrapRequest> | undefined, b: BootstrapRequest | PlainMessage<BootstrapRequest> | undefined): boolean {
|
|
418
|
-
return proto3.util.equals(BootstrapRequest, a, b);
|
|
419
|
-
}
|
|
420
|
-
}
|
|
214
|
+
customerServicesDomain: string;
|
|
215
|
+
};
|
|
421
216
|
|
|
422
217
|
/**
|
|
423
|
-
*
|
|
218
|
+
* Describes the message liquidmetal.v1alpha1.BootstrapRequest.
|
|
219
|
+
* Use `create(BootstrapRequestSchema)` to create a new message.
|
|
424
220
|
*/
|
|
425
|
-
export
|
|
426
|
-
|
|
427
|
-
super();
|
|
428
|
-
proto3.util.initPartial(data, this);
|
|
429
|
-
}
|
|
221
|
+
export const BootstrapRequestSchema: GenMessage<BootstrapRequest> = /*@__PURE__*/
|
|
222
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 2);
|
|
430
223
|
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): BootstrapResponse {
|
|
437
|
-
return new BootstrapResponse().fromBinary(bytes, options);
|
|
438
|
-
}
|
|
439
|
-
|
|
440
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): BootstrapResponse {
|
|
441
|
-
return new BootstrapResponse().fromJson(jsonValue, options);
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BootstrapResponse {
|
|
445
|
-
return new BootstrapResponse().fromJsonString(jsonString, options);
|
|
446
|
-
}
|
|
224
|
+
/**
|
|
225
|
+
* @generated from message liquidmetal.v1alpha1.BootstrapResponse
|
|
226
|
+
*/
|
|
227
|
+
export type BootstrapResponse = Message<"liquidmetal.v1alpha1.BootstrapResponse"> & {
|
|
228
|
+
};
|
|
447
229
|
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
230
|
+
/**
|
|
231
|
+
* Describes the message liquidmetal.v1alpha1.BootstrapResponse.
|
|
232
|
+
* Use `create(BootstrapResponseSchema)` to create a new message.
|
|
233
|
+
*/
|
|
234
|
+
export const BootstrapResponseSchema: GenMessage<BootstrapResponse> = /*@__PURE__*/
|
|
235
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 3);
|
|
452
236
|
|
|
453
237
|
/**
|
|
454
238
|
* InternalApplicationsRequestPaginationToken is what we serialize into an
|
|
@@ -459,264 +243,158 @@ export class BootstrapResponse extends Message<BootstrapResponse> {
|
|
|
459
243
|
*
|
|
460
244
|
* @generated from message liquidmetal.v1alpha1.InternalApplicationsRequestPaginationToken
|
|
461
245
|
*/
|
|
462
|
-
export
|
|
463
|
-
|
|
464
|
-
super();
|
|
465
|
-
proto3.util.initPartial(data, this);
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
469
|
-
static readonly typeName = "liquidmetal.v1alpha1.InternalApplicationsRequestPaginationToken";
|
|
470
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
471
|
-
]);
|
|
472
|
-
|
|
473
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): InternalApplicationsRequestPaginationToken {
|
|
474
|
-
return new InternalApplicationsRequestPaginationToken().fromBinary(bytes, options);
|
|
475
|
-
}
|
|
246
|
+
export type InternalApplicationsRequestPaginationToken = Message<"liquidmetal.v1alpha1.InternalApplicationsRequestPaginationToken"> & {
|
|
247
|
+
};
|
|
476
248
|
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
static equals(a: InternalApplicationsRequestPaginationToken | PlainMessage<InternalApplicationsRequestPaginationToken> | undefined, b: InternalApplicationsRequestPaginationToken | PlainMessage<InternalApplicationsRequestPaginationToken> | undefined): boolean {
|
|
486
|
-
return proto3.util.equals(InternalApplicationsRequestPaginationToken, a, b);
|
|
487
|
-
}
|
|
488
|
-
}
|
|
249
|
+
/**
|
|
250
|
+
* Describes the message liquidmetal.v1alpha1.InternalApplicationsRequestPaginationToken.
|
|
251
|
+
* Use `create(InternalApplicationsRequestPaginationTokenSchema)` to create a new message.
|
|
252
|
+
*/
|
|
253
|
+
export const InternalApplicationsRequestPaginationTokenSchema: GenMessage<InternalApplicationsRequestPaginationToken> = /*@__PURE__*/
|
|
254
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 4);
|
|
489
255
|
|
|
490
256
|
/**
|
|
491
257
|
* @generated from message liquidmetal.v1alpha1.UploadBundleRequest
|
|
492
258
|
*/
|
|
493
|
-
export
|
|
259
|
+
export type UploadBundleRequest = Message<"liquidmetal.v1alpha1.UploadBundleRequest"> & {
|
|
494
260
|
/**
|
|
495
261
|
* @generated from field: string user_id = 1;
|
|
496
262
|
*/
|
|
497
|
-
userId
|
|
263
|
+
userId: string;
|
|
498
264
|
|
|
499
265
|
/**
|
|
500
266
|
* @generated from field: string organization_id = 2;
|
|
501
267
|
*/
|
|
502
|
-
organizationId
|
|
268
|
+
organizationId: string;
|
|
503
269
|
|
|
504
270
|
/**
|
|
505
271
|
* @generated from field: string application_name = 3;
|
|
506
272
|
*/
|
|
507
|
-
applicationName
|
|
273
|
+
applicationName: string;
|
|
508
274
|
|
|
509
275
|
/**
|
|
510
276
|
* @generated from field: string application_version_id = 4;
|
|
511
277
|
*/
|
|
512
|
-
applicationVersionId
|
|
278
|
+
applicationVersionId: string;
|
|
513
279
|
|
|
514
280
|
/**
|
|
515
281
|
* @generated from field: string bundle_name = 5;
|
|
516
282
|
*/
|
|
517
|
-
bundleName
|
|
283
|
+
bundleName: string;
|
|
518
284
|
|
|
519
285
|
/**
|
|
520
286
|
* @generated from field: liquidmetal.v1alpha1.BundleArchiveType archive_type = 6;
|
|
521
287
|
*/
|
|
522
|
-
archiveType
|
|
288
|
+
archiveType: BundleArchiveType;
|
|
523
289
|
|
|
524
290
|
/**
|
|
525
291
|
* @generated from field: bytes archive = 7;
|
|
526
292
|
*/
|
|
527
|
-
archive
|
|
528
|
-
|
|
529
|
-
constructor(data?: PartialMessage<UploadBundleRequest>) {
|
|
530
|
-
super();
|
|
531
|
-
proto3.util.initPartial(data, this);
|
|
532
|
-
}
|
|
533
|
-
|
|
534
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
535
|
-
static readonly typeName = "liquidmetal.v1alpha1.UploadBundleRequest";
|
|
536
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
537
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
538
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
539
|
-
{ no: 3, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
540
|
-
{ no: 4, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
541
|
-
{ no: 5, name: "bundle_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
542
|
-
{ no: 6, name: "archive_type", kind: "enum", T: proto3.getEnumType(BundleArchiveType) },
|
|
543
|
-
{ no: 7, name: "archive", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
544
|
-
]);
|
|
545
|
-
|
|
546
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UploadBundleRequest {
|
|
547
|
-
return new UploadBundleRequest().fromBinary(bytes, options);
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UploadBundleRequest {
|
|
551
|
-
return new UploadBundleRequest().fromJson(jsonValue, options);
|
|
552
|
-
}
|
|
553
|
-
|
|
554
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UploadBundleRequest {
|
|
555
|
-
return new UploadBundleRequest().fromJsonString(jsonString, options);
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
static equals(a: UploadBundleRequest | PlainMessage<UploadBundleRequest> | undefined, b: UploadBundleRequest | PlainMessage<UploadBundleRequest> | undefined): boolean {
|
|
559
|
-
return proto3.util.equals(UploadBundleRequest, a, b);
|
|
560
|
-
}
|
|
561
|
-
}
|
|
293
|
+
archive: Uint8Array;
|
|
294
|
+
};
|
|
562
295
|
|
|
563
296
|
/**
|
|
564
|
-
*
|
|
297
|
+
* Describes the message liquidmetal.v1alpha1.UploadBundleRequest.
|
|
298
|
+
* Use `create(UploadBundleRequestSchema)` to create a new message.
|
|
565
299
|
*/
|
|
566
|
-
export
|
|
567
|
-
|
|
568
|
-
super();
|
|
569
|
-
proto3.util.initPartial(data, this);
|
|
570
|
-
}
|
|
300
|
+
export const UploadBundleRequestSchema: GenMessage<UploadBundleRequest> = /*@__PURE__*/
|
|
301
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 5);
|
|
571
302
|
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UploadBundleResponse {
|
|
578
|
-
return new UploadBundleResponse().fromBinary(bytes, options);
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UploadBundleResponse {
|
|
582
|
-
return new UploadBundleResponse().fromJson(jsonValue, options);
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UploadBundleResponse {
|
|
586
|
-
return new UploadBundleResponse().fromJsonString(jsonString, options);
|
|
587
|
-
}
|
|
303
|
+
/**
|
|
304
|
+
* @generated from message liquidmetal.v1alpha1.UploadBundleResponse
|
|
305
|
+
*/
|
|
306
|
+
export type UploadBundleResponse = Message<"liquidmetal.v1alpha1.UploadBundleResponse"> & {
|
|
307
|
+
};
|
|
588
308
|
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
309
|
+
/**
|
|
310
|
+
* Describes the message liquidmetal.v1alpha1.UploadBundleResponse.
|
|
311
|
+
* Use `create(UploadBundleResponseSchema)` to create a new message.
|
|
312
|
+
*/
|
|
313
|
+
export const UploadBundleResponseSchema: GenMessage<UploadBundleResponse> = /*@__PURE__*/
|
|
314
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 6);
|
|
593
315
|
|
|
594
316
|
/**
|
|
595
317
|
* @generated from message liquidmetal.v1alpha1.QueryResourcesRequest
|
|
596
318
|
*/
|
|
597
|
-
export
|
|
319
|
+
export type QueryResourcesRequest = Message<"liquidmetal.v1alpha1.QueryResourcesRequest"> & {
|
|
598
320
|
/**
|
|
599
321
|
* @generated from field: string user_id = 1;
|
|
600
322
|
*/
|
|
601
|
-
userId
|
|
323
|
+
userId: string;
|
|
602
324
|
|
|
603
325
|
/**
|
|
604
326
|
* @generated from field: string organization_id = 2;
|
|
605
327
|
*/
|
|
606
|
-
organizationId
|
|
328
|
+
organizationId: string;
|
|
607
329
|
|
|
608
330
|
/**
|
|
609
331
|
* @generated from field: string application_name = 3;
|
|
610
332
|
*/
|
|
611
|
-
applicationName
|
|
333
|
+
applicationName: string;
|
|
612
334
|
|
|
613
335
|
/**
|
|
614
336
|
* @generated from field: string application_version_id = 4;
|
|
615
337
|
*/
|
|
616
|
-
applicationVersionId
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
626
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
627
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
628
|
-
{ no: 3, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
629
|
-
{ no: 4, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
630
|
-
]);
|
|
631
|
-
|
|
632
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QueryResourcesRequest {
|
|
633
|
-
return new QueryResourcesRequest().fromBinary(bytes, options);
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QueryResourcesRequest {
|
|
637
|
-
return new QueryResourcesRequest().fromJson(jsonValue, options);
|
|
638
|
-
}
|
|
639
|
-
|
|
640
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QueryResourcesRequest {
|
|
641
|
-
return new QueryResourcesRequest().fromJsonString(jsonString, options);
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
static equals(a: QueryResourcesRequest | PlainMessage<QueryResourcesRequest> | undefined, b: QueryResourcesRequest | PlainMessage<QueryResourcesRequest> | undefined): boolean {
|
|
645
|
-
return proto3.util.equals(QueryResourcesRequest, a, b);
|
|
646
|
-
}
|
|
647
|
-
}
|
|
338
|
+
applicationVersionId: string;
|
|
339
|
+
};
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* Describes the message liquidmetal.v1alpha1.QueryResourcesRequest.
|
|
343
|
+
* Use `create(QueryResourcesRequestSchema)` to create a new message.
|
|
344
|
+
*/
|
|
345
|
+
export const QueryResourcesRequestSchema: GenMessage<QueryResourcesRequest> = /*@__PURE__*/
|
|
346
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 7);
|
|
648
347
|
|
|
649
348
|
/**
|
|
650
349
|
* @generated from message liquidmetal.v1alpha1.QueryResourcesResponse
|
|
651
350
|
*/
|
|
652
|
-
export
|
|
351
|
+
export type QueryResourcesResponse = Message<"liquidmetal.v1alpha1.QueryResourcesResponse"> & {
|
|
653
352
|
/**
|
|
654
353
|
* @generated from field: repeated liquidmetal.v1alpha1.QueryResourcesResponse.Resource resources = 1;
|
|
655
354
|
*/
|
|
656
|
-
resources: QueryResourcesResponse_Resource[]
|
|
355
|
+
resources: QueryResourcesResponse_Resource[];
|
|
657
356
|
|
|
658
357
|
/**
|
|
659
358
|
* @generated from field: optional string next_page_token = 2;
|
|
660
359
|
*/
|
|
661
360
|
nextPageToken?: string;
|
|
361
|
+
};
|
|
662
362
|
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
static readonly typeName = "liquidmetal.v1alpha1.QueryResourcesResponse";
|
|
670
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
671
|
-
{ no: 1, name: "resources", kind: "message", T: QueryResourcesResponse_Resource, repeated: true },
|
|
672
|
-
{ no: 2, name: "next_page_token", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
673
|
-
]);
|
|
674
|
-
|
|
675
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QueryResourcesResponse {
|
|
676
|
-
return new QueryResourcesResponse().fromBinary(bytes, options);
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QueryResourcesResponse {
|
|
680
|
-
return new QueryResourcesResponse().fromJson(jsonValue, options);
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QueryResourcesResponse {
|
|
684
|
-
return new QueryResourcesResponse().fromJsonString(jsonString, options);
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
static equals(a: QueryResourcesResponse | PlainMessage<QueryResourcesResponse> | undefined, b: QueryResourcesResponse | PlainMessage<QueryResourcesResponse> | undefined): boolean {
|
|
688
|
-
return proto3.util.equals(QueryResourcesResponse, a, b);
|
|
689
|
-
}
|
|
690
|
-
}
|
|
363
|
+
/**
|
|
364
|
+
* Describes the message liquidmetal.v1alpha1.QueryResourcesResponse.
|
|
365
|
+
* Use `create(QueryResourcesResponseSchema)` to create a new message.
|
|
366
|
+
*/
|
|
367
|
+
export const QueryResourcesResponseSchema: GenMessage<QueryResourcesResponse> = /*@__PURE__*/
|
|
368
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 8);
|
|
691
369
|
|
|
692
370
|
/**
|
|
693
371
|
* @generated from message liquidmetal.v1alpha1.QueryResourcesResponse.Resource
|
|
694
372
|
*/
|
|
695
|
-
export
|
|
373
|
+
export type QueryResourcesResponse_Resource = Message<"liquidmetal.v1alpha1.QueryResourcesResponse.Resource"> & {
|
|
696
374
|
/**
|
|
697
375
|
* @generated from field: string organization_id = 1;
|
|
698
376
|
*/
|
|
699
|
-
organizationId
|
|
377
|
+
organizationId: string;
|
|
700
378
|
|
|
701
379
|
/**
|
|
702
380
|
* @generated from field: string application_name = 2;
|
|
703
381
|
*/
|
|
704
|
-
applicationName
|
|
382
|
+
applicationName: string;
|
|
705
383
|
|
|
706
384
|
/**
|
|
707
385
|
* @generated from field: string application_version_id = 3;
|
|
708
386
|
*/
|
|
709
|
-
applicationVersionId
|
|
387
|
+
applicationVersionId: string;
|
|
710
388
|
|
|
711
389
|
/**
|
|
712
390
|
* @generated from field: string resource_id = 4;
|
|
713
391
|
*/
|
|
714
|
-
resourceId
|
|
392
|
+
resourceId: string;
|
|
715
393
|
|
|
716
394
|
/**
|
|
717
395
|
* @generated from field: string name = 5;
|
|
718
396
|
*/
|
|
719
|
-
name
|
|
397
|
+
name: string;
|
|
720
398
|
|
|
721
399
|
/**
|
|
722
400
|
* type and resource_type represent the same concept except one is a string
|
|
@@ -724,17 +402,17 @@ export class QueryResourcesResponse_Resource extends Message<QueryResourcesRespo
|
|
|
724
402
|
*
|
|
725
403
|
* @generated from field: string type = 6;
|
|
726
404
|
*/
|
|
727
|
-
type
|
|
405
|
+
type: string;
|
|
728
406
|
|
|
729
407
|
/**
|
|
730
408
|
* @generated from field: liquidmetal.v1alpha1.QueryResourcesResponse.Resource.ResourceType resource_type = 7;
|
|
731
409
|
*/
|
|
732
|
-
resourceType
|
|
410
|
+
resourceType: QueryResourcesResponse_Resource_ResourceType;
|
|
733
411
|
|
|
734
412
|
/**
|
|
735
413
|
* @generated from field: google.protobuf.Struct attributes = 8;
|
|
736
414
|
*/
|
|
737
|
-
attributes?:
|
|
415
|
+
attributes?: JsonObject;
|
|
738
416
|
|
|
739
417
|
/**
|
|
740
418
|
* @generated from field: google.protobuf.Timestamp created_at = 9;
|
|
@@ -745,43 +423,14 @@ export class QueryResourcesResponse_Resource extends Message<QueryResourcesRespo
|
|
|
745
423
|
* @generated from field: google.protobuf.Timestamp updated_at = 10;
|
|
746
424
|
*/
|
|
747
425
|
updatedAt?: Timestamp;
|
|
426
|
+
};
|
|
748
427
|
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
static readonly typeName = "liquidmetal.v1alpha1.QueryResourcesResponse.Resource";
|
|
756
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
757
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
758
|
-
{ no: 2, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
759
|
-
{ no: 3, name: "application_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
760
|
-
{ no: 4, name: "resource_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
761
|
-
{ no: 5, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
762
|
-
{ no: 6, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
763
|
-
{ no: 7, name: "resource_type", kind: "enum", T: proto3.getEnumType(QueryResourcesResponse_Resource_ResourceType) },
|
|
764
|
-
{ no: 8, name: "attributes", kind: "message", T: Struct },
|
|
765
|
-
{ no: 9, name: "created_at", kind: "message", T: Timestamp },
|
|
766
|
-
{ no: 10, name: "updated_at", kind: "message", T: Timestamp },
|
|
767
|
-
]);
|
|
768
|
-
|
|
769
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QueryResourcesResponse_Resource {
|
|
770
|
-
return new QueryResourcesResponse_Resource().fromBinary(bytes, options);
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QueryResourcesResponse_Resource {
|
|
774
|
-
return new QueryResourcesResponse_Resource().fromJson(jsonValue, options);
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QueryResourcesResponse_Resource {
|
|
778
|
-
return new QueryResourcesResponse_Resource().fromJsonString(jsonString, options);
|
|
779
|
-
}
|
|
780
|
-
|
|
781
|
-
static equals(a: QueryResourcesResponse_Resource | PlainMessage<QueryResourcesResponse_Resource> | undefined, b: QueryResourcesResponse_Resource | PlainMessage<QueryResourcesResponse_Resource> | undefined): boolean {
|
|
782
|
-
return proto3.util.equals(QueryResourcesResponse_Resource, a, b);
|
|
783
|
-
}
|
|
784
|
-
}
|
|
428
|
+
/**
|
|
429
|
+
* Describes the message liquidmetal.v1alpha1.QueryResourcesResponse.Resource.
|
|
430
|
+
* Use `create(QueryResourcesResponse_ResourceSchema)` to create a new message.
|
|
431
|
+
*/
|
|
432
|
+
export const QueryResourcesResponse_ResourceSchema: GenMessage<QueryResourcesResponse_Resource> = /*@__PURE__*/
|
|
433
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 8, 0);
|
|
785
434
|
|
|
786
435
|
/**
|
|
787
436
|
* @generated from enum liquidmetal.v1alpha1.QueryResourcesResponse.Resource.ResourceType
|
|
@@ -862,124 +511,70 @@ export enum QueryResourcesResponse_Resource_ResourceType {
|
|
|
862
511
|
*/
|
|
863
512
|
SMART_BUCKET = 14,
|
|
864
513
|
}
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
{ no: 4, name: "RESOURCE_TYPE_D1_QUERY" },
|
|
872
|
-
{ no: 5, name: "RESOURCE_TYPE_VECTORIZE" },
|
|
873
|
-
{ no: 6, name: "RESOURCE_TYPE_ENV_VAR" },
|
|
874
|
-
{ no: 7, name: "RESOURCE_TYPE_BUCKET" },
|
|
875
|
-
{ no: 8, name: "RESOURCE_TYPE_QUEUE" },
|
|
876
|
-
{ no: 9, name: "RESOURCE_TYPE_SCRIPT_BINDING" },
|
|
877
|
-
{ no: 10, name: "RESOURCE_TYPE_BUCKET_NOTIFICATION" },
|
|
878
|
-
{ no: 11, name: "RESOURCE_TYPE_METADATA" },
|
|
879
|
-
{ no: 12, name: "RESOURCE_TYPE_CUSTOM_DOMAIN" },
|
|
880
|
-
{ no: 13, name: "RESOURCE_TYPE_ROUTE" },
|
|
881
|
-
{ no: 14, name: "RESOURCE_TYPE_SMART_BUCKET" },
|
|
882
|
-
]);
|
|
514
|
+
|
|
515
|
+
/**
|
|
516
|
+
* Describes the enum liquidmetal.v1alpha1.QueryResourcesResponse.Resource.ResourceType.
|
|
517
|
+
*/
|
|
518
|
+
export const QueryResourcesResponse_Resource_ResourceTypeSchema: GenEnum<QueryResourcesResponse_Resource_ResourceType> = /*@__PURE__*/
|
|
519
|
+
enumDesc(file_liquidmetal_v1alpha1_catalog, 8, 0, 0);
|
|
883
520
|
|
|
884
521
|
/**
|
|
885
522
|
* @generated from message liquidmetal.v1alpha1.DeployRequest
|
|
886
523
|
*/
|
|
887
|
-
export
|
|
524
|
+
export type DeployRequest = Message<"liquidmetal.v1alpha1.DeployRequest"> & {
|
|
888
525
|
/**
|
|
889
526
|
* @generated from field: string user_id = 1;
|
|
890
527
|
*/
|
|
891
|
-
userId
|
|
528
|
+
userId: string;
|
|
892
529
|
|
|
893
530
|
/**
|
|
894
531
|
* @generated from field: string organization_id = 2;
|
|
895
532
|
*/
|
|
896
|
-
organizationId
|
|
533
|
+
organizationId: string;
|
|
897
534
|
|
|
898
535
|
/**
|
|
899
536
|
* @generated from field: repeated liquidmetal.v1alpha1.DeployRequest.Application applications = 3;
|
|
900
537
|
*/
|
|
901
|
-
applications: DeployRequest_Application[]
|
|
538
|
+
applications: DeployRequest_Application[];
|
|
539
|
+
};
|
|
902
540
|
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
static readonly typeName = "liquidmetal.v1alpha1.DeployRequest";
|
|
910
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
911
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
912
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
913
|
-
{ no: 3, name: "applications", kind: "message", T: DeployRequest_Application, repeated: true },
|
|
914
|
-
]);
|
|
915
|
-
|
|
916
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeployRequest {
|
|
917
|
-
return new DeployRequest().fromBinary(bytes, options);
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeployRequest {
|
|
921
|
-
return new DeployRequest().fromJson(jsonValue, options);
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeployRequest {
|
|
925
|
-
return new DeployRequest().fromJsonString(jsonString, options);
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
static equals(a: DeployRequest | PlainMessage<DeployRequest> | undefined, b: DeployRequest | PlainMessage<DeployRequest> | undefined): boolean {
|
|
929
|
-
return proto3.util.equals(DeployRequest, a, b);
|
|
930
|
-
}
|
|
931
|
-
}
|
|
541
|
+
/**
|
|
542
|
+
* Describes the message liquidmetal.v1alpha1.DeployRequest.
|
|
543
|
+
* Use `create(DeployRequestSchema)` to create a new message.
|
|
544
|
+
*/
|
|
545
|
+
export const DeployRequestSchema: GenMessage<DeployRequest> = /*@__PURE__*/
|
|
546
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 9);
|
|
932
547
|
|
|
933
548
|
/**
|
|
934
549
|
* @generated from message liquidmetal.v1alpha1.DeployRequest.ApplicationMetadata
|
|
935
550
|
*/
|
|
936
|
-
export
|
|
551
|
+
export type DeployRequest_ApplicationMetadata = Message<"liquidmetal.v1alpha1.DeployRequest.ApplicationMetadata"> & {
|
|
937
552
|
/**
|
|
938
553
|
* @generated from field: string runtime_version = 1;
|
|
939
554
|
*/
|
|
940
|
-
runtimeVersion
|
|
941
|
-
|
|
942
|
-
constructor(data?: PartialMessage<DeployRequest_ApplicationMetadata>) {
|
|
943
|
-
super();
|
|
944
|
-
proto3.util.initPartial(data, this);
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
948
|
-
static readonly typeName = "liquidmetal.v1alpha1.DeployRequest.ApplicationMetadata";
|
|
949
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
950
|
-
{ no: 1, name: "runtime_version", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
951
|
-
]);
|
|
952
|
-
|
|
953
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeployRequest_ApplicationMetadata {
|
|
954
|
-
return new DeployRequest_ApplicationMetadata().fromBinary(bytes, options);
|
|
955
|
-
}
|
|
555
|
+
runtimeVersion: string;
|
|
556
|
+
};
|
|
956
557
|
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
}
|
|
964
|
-
|
|
965
|
-
static equals(a: DeployRequest_ApplicationMetadata | PlainMessage<DeployRequest_ApplicationMetadata> | undefined, b: DeployRequest_ApplicationMetadata | PlainMessage<DeployRequest_ApplicationMetadata> | undefined): boolean {
|
|
966
|
-
return proto3.util.equals(DeployRequest_ApplicationMetadata, a, b);
|
|
967
|
-
}
|
|
968
|
-
}
|
|
558
|
+
/**
|
|
559
|
+
* Describes the message liquidmetal.v1alpha1.DeployRequest.ApplicationMetadata.
|
|
560
|
+
* Use `create(DeployRequest_ApplicationMetadataSchema)` to create a new message.
|
|
561
|
+
*/
|
|
562
|
+
export const DeployRequest_ApplicationMetadataSchema: GenMessage<DeployRequest_ApplicationMetadata> = /*@__PURE__*/
|
|
563
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 9, 0);
|
|
969
564
|
|
|
970
565
|
/**
|
|
971
566
|
* @generated from message liquidmetal.v1alpha1.DeployRequest.Application
|
|
972
567
|
*/
|
|
973
|
-
export
|
|
568
|
+
export type DeployRequest_Application = Message<"liquidmetal.v1alpha1.DeployRequest.Application"> & {
|
|
974
569
|
/**
|
|
975
570
|
* @generated from field: string suite = 1;
|
|
976
571
|
*/
|
|
977
|
-
suite
|
|
572
|
+
suite: string;
|
|
978
573
|
|
|
979
574
|
/**
|
|
980
575
|
* @generated from field: string application = 2;
|
|
981
576
|
*/
|
|
982
|
-
application
|
|
577
|
+
application: string;
|
|
983
578
|
|
|
984
579
|
/**
|
|
985
580
|
* Required if amend is false.
|
|
@@ -1006,7 +601,7 @@ export class DeployRequest_Application extends Message<DeployRequest_Application
|
|
|
1006
601
|
/**
|
|
1007
602
|
* @generated from field: string manifest = 6;
|
|
1008
603
|
*/
|
|
1009
|
-
manifest
|
|
604
|
+
manifest: string;
|
|
1010
605
|
|
|
1011
606
|
/**
|
|
1012
607
|
* @generated from field: liquidmetal.v1alpha1.DeployRequest.ApplicationMetadata metadata = 7;
|
|
@@ -1016,7 +611,7 @@ export class DeployRequest_Application extends Message<DeployRequest_Application
|
|
|
1016
611
|
/**
|
|
1017
612
|
* @generated from field: bool amend = 8;
|
|
1018
613
|
*/
|
|
1019
|
-
amend
|
|
614
|
+
amend: boolean;
|
|
1020
615
|
|
|
1021
616
|
/**
|
|
1022
617
|
* @generated from field: optional bool is_active = 9;
|
|
@@ -1029,1282 +624,929 @@ export class DeployRequest_Application extends Message<DeployRequest_Application
|
|
|
1029
624
|
* @generated from field: optional string lock = 10;
|
|
1030
625
|
*/
|
|
1031
626
|
lock?: string;
|
|
627
|
+
};
|
|
1032
628
|
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
static readonly typeName = "liquidmetal.v1alpha1.DeployRequest.Application";
|
|
1040
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1041
|
-
{ no: 1, name: "suite", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1042
|
-
{ no: 2, name: "application", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1043
|
-
{ no: 3, name: "previous_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1044
|
-
{ no: 4, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1045
|
-
{ no: 5, name: "branch", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1046
|
-
{ no: 6, name: "manifest", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1047
|
-
{ no: 7, name: "metadata", kind: "message", T: DeployRequest_ApplicationMetadata },
|
|
1048
|
-
{ no: 8, name: "amend", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1049
|
-
{ no: 9, name: "is_active", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
|
|
1050
|
-
{ no: 10, name: "lock", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
|
|
1051
|
-
]);
|
|
1052
|
-
|
|
1053
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeployRequest_Application {
|
|
1054
|
-
return new DeployRequest_Application().fromBinary(bytes, options);
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeployRequest_Application {
|
|
1058
|
-
return new DeployRequest_Application().fromJson(jsonValue, options);
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeployRequest_Application {
|
|
1062
|
-
return new DeployRequest_Application().fromJsonString(jsonString, options);
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
static equals(a: DeployRequest_Application | PlainMessage<DeployRequest_Application> | undefined, b: DeployRequest_Application | PlainMessage<DeployRequest_Application> | undefined): boolean {
|
|
1066
|
-
return proto3.util.equals(DeployRequest_Application, a, b);
|
|
1067
|
-
}
|
|
1068
|
-
}
|
|
629
|
+
/**
|
|
630
|
+
* Describes the message liquidmetal.v1alpha1.DeployRequest.Application.
|
|
631
|
+
* Use `create(DeployRequest_ApplicationSchema)` to create a new message.
|
|
632
|
+
*/
|
|
633
|
+
export const DeployRequest_ApplicationSchema: GenMessage<DeployRequest_Application> = /*@__PURE__*/
|
|
634
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 9, 1);
|
|
1069
635
|
|
|
1070
636
|
/**
|
|
1071
637
|
* @generated from message liquidmetal.v1alpha1.DeployResponse
|
|
1072
638
|
*/
|
|
1073
|
-
export
|
|
639
|
+
export type DeployResponse = Message<"liquidmetal.v1alpha1.DeployResponse"> & {
|
|
1074
640
|
/**
|
|
1075
641
|
* @generated from field: string organization_id = 1;
|
|
1076
642
|
*/
|
|
1077
|
-
organizationId
|
|
643
|
+
organizationId: string;
|
|
1078
644
|
|
|
1079
645
|
/**
|
|
1080
646
|
* @generated from field: repeated liquidmetal.v1alpha1.DeployResponse.Application applications = 2;
|
|
1081
647
|
*/
|
|
1082
|
-
applications: DeployResponse_Application[]
|
|
1083
|
-
|
|
1084
|
-
constructor(data?: PartialMessage<DeployResponse>) {
|
|
1085
|
-
super();
|
|
1086
|
-
proto3.util.initPartial(data, this);
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1090
|
-
static readonly typeName = "liquidmetal.v1alpha1.DeployResponse";
|
|
1091
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1092
|
-
{ no: 1, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1093
|
-
{ no: 2, name: "applications", kind: "message", T: DeployResponse_Application, repeated: true },
|
|
1094
|
-
]);
|
|
1095
|
-
|
|
1096
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeployResponse {
|
|
1097
|
-
return new DeployResponse().fromBinary(bytes, options);
|
|
1098
|
-
}
|
|
648
|
+
applications: DeployResponse_Application[];
|
|
649
|
+
};
|
|
1099
650
|
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
static equals(a: DeployResponse | PlainMessage<DeployResponse> | undefined, b: DeployResponse | PlainMessage<DeployResponse> | undefined): boolean {
|
|
1109
|
-
return proto3.util.equals(DeployResponse, a, b);
|
|
1110
|
-
}
|
|
1111
|
-
}
|
|
651
|
+
/**
|
|
652
|
+
* Describes the message liquidmetal.v1alpha1.DeployResponse.
|
|
653
|
+
* Use `create(DeployResponseSchema)` to create a new message.
|
|
654
|
+
*/
|
|
655
|
+
export const DeployResponseSchema: GenMessage<DeployResponse> = /*@__PURE__*/
|
|
656
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 10);
|
|
1112
657
|
|
|
1113
658
|
/**
|
|
1114
659
|
* @generated from message liquidmetal.v1alpha1.DeployResponse.Application
|
|
1115
660
|
*/
|
|
1116
|
-
export
|
|
661
|
+
export type DeployResponse_Application = Message<"liquidmetal.v1alpha1.DeployResponse.Application"> & {
|
|
1117
662
|
/**
|
|
1118
663
|
* @generated from field: string application_name = 1;
|
|
1119
664
|
*/
|
|
1120
|
-
applicationName
|
|
665
|
+
applicationName: string;
|
|
1121
666
|
|
|
1122
667
|
/**
|
|
1123
668
|
* @generated from field: string current_version_id = 2;
|
|
1124
669
|
*/
|
|
1125
|
-
currentVersionId
|
|
670
|
+
currentVersionId: string;
|
|
1126
671
|
|
|
1127
672
|
/**
|
|
1128
673
|
* @generated from field: string branch = 3;
|
|
1129
674
|
*/
|
|
1130
|
-
branch
|
|
675
|
+
branch: string;
|
|
1131
676
|
|
|
1132
677
|
/**
|
|
1133
678
|
* @generated from field: string lock = 4;
|
|
1134
679
|
*/
|
|
1135
|
-
lock
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1145
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1146
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1147
|
-
{ no: 3, name: "branch", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1148
|
-
{ no: 4, name: "lock", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1149
|
-
]);
|
|
1150
|
-
|
|
1151
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeployResponse_Application {
|
|
1152
|
-
return new DeployResponse_Application().fromBinary(bytes, options);
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeployResponse_Application {
|
|
1156
|
-
return new DeployResponse_Application().fromJson(jsonValue, options);
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeployResponse_Application {
|
|
1160
|
-
return new DeployResponse_Application().fromJsonString(jsonString, options);
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
static equals(a: DeployResponse_Application | PlainMessage<DeployResponse_Application> | undefined, b: DeployResponse_Application | PlainMessage<DeployResponse_Application> | undefined): boolean {
|
|
1164
|
-
return proto3.util.equals(DeployResponse_Application, a, b);
|
|
1165
|
-
}
|
|
1166
|
-
}
|
|
680
|
+
lock: string;
|
|
681
|
+
};
|
|
682
|
+
|
|
683
|
+
/**
|
|
684
|
+
* Describes the message liquidmetal.v1alpha1.DeployResponse.Application.
|
|
685
|
+
* Use `create(DeployResponse_ApplicationSchema)` to create a new message.
|
|
686
|
+
*/
|
|
687
|
+
export const DeployResponse_ApplicationSchema: GenMessage<DeployResponse_Application> = /*@__PURE__*/
|
|
688
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 10, 0);
|
|
1167
689
|
|
|
1168
690
|
/**
|
|
1169
691
|
* @generated from message liquidmetal.v1alpha1.SetEnvsRequest
|
|
1170
692
|
*/
|
|
1171
|
-
export
|
|
693
|
+
export type SetEnvsRequest = Message<"liquidmetal.v1alpha1.SetEnvsRequest"> & {
|
|
1172
694
|
/**
|
|
1173
695
|
* @generated from field: string user_id = 1;
|
|
1174
696
|
*/
|
|
1175
|
-
userId
|
|
697
|
+
userId: string;
|
|
1176
698
|
|
|
1177
699
|
/**
|
|
1178
700
|
* @generated from field: string organization_id = 2;
|
|
1179
701
|
*/
|
|
1180
|
-
organizationId
|
|
702
|
+
organizationId: string;
|
|
1181
703
|
|
|
1182
704
|
/**
|
|
1183
705
|
* @generated from field: repeated liquidmetal.v1alpha1.SetEnvsRequest.Env envs = 3;
|
|
1184
706
|
*/
|
|
1185
|
-
envs: SetEnvsRequest_Env[]
|
|
1186
|
-
|
|
1187
|
-
constructor(data?: PartialMessage<SetEnvsRequest>) {
|
|
1188
|
-
super();
|
|
1189
|
-
proto3.util.initPartial(data, this);
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1193
|
-
static readonly typeName = "liquidmetal.v1alpha1.SetEnvsRequest";
|
|
1194
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1195
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1196
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1197
|
-
{ no: 3, name: "envs", kind: "message", T: SetEnvsRequest_Env, repeated: true },
|
|
1198
|
-
]);
|
|
1199
|
-
|
|
1200
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetEnvsRequest {
|
|
1201
|
-
return new SetEnvsRequest().fromBinary(bytes, options);
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SetEnvsRequest {
|
|
1205
|
-
return new SetEnvsRequest().fromJson(jsonValue, options);
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SetEnvsRequest {
|
|
1209
|
-
return new SetEnvsRequest().fromJsonString(jsonString, options);
|
|
1210
|
-
}
|
|
707
|
+
envs: SetEnvsRequest_Env[];
|
|
708
|
+
};
|
|
1211
709
|
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
710
|
+
/**
|
|
711
|
+
* Describes the message liquidmetal.v1alpha1.SetEnvsRequest.
|
|
712
|
+
* Use `create(SetEnvsRequestSchema)` to create a new message.
|
|
713
|
+
*/
|
|
714
|
+
export const SetEnvsRequestSchema: GenMessage<SetEnvsRequest> = /*@__PURE__*/
|
|
715
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 11);
|
|
1216
716
|
|
|
1217
717
|
/**
|
|
1218
718
|
* @generated from message liquidmetal.v1alpha1.SetEnvsRequest.Env
|
|
1219
719
|
*/
|
|
1220
|
-
export
|
|
720
|
+
export type SetEnvsRequest_Env = Message<"liquidmetal.v1alpha1.SetEnvsRequest.Env"> & {
|
|
1221
721
|
/**
|
|
1222
722
|
* @generated from field: string application_name = 1;
|
|
1223
723
|
*/
|
|
1224
|
-
applicationName
|
|
724
|
+
applicationName: string;
|
|
1225
725
|
|
|
1226
726
|
/**
|
|
1227
727
|
* @generated from field: string current_version_id = 2;
|
|
1228
728
|
*/
|
|
1229
|
-
currentVersionId
|
|
729
|
+
currentVersionId: string;
|
|
1230
730
|
|
|
1231
731
|
/**
|
|
1232
732
|
* @generated from field: string key = 3;
|
|
1233
733
|
*/
|
|
1234
|
-
key
|
|
734
|
+
key: string;
|
|
1235
735
|
|
|
1236
736
|
/**
|
|
1237
737
|
* @generated from field: string value = 4;
|
|
1238
738
|
*/
|
|
1239
|
-
value
|
|
739
|
+
value: string;
|
|
1240
740
|
|
|
1241
741
|
/**
|
|
1242
742
|
* @generated from field: bool is_secret = 5;
|
|
1243
743
|
*/
|
|
1244
|
-
isSecret
|
|
1245
|
-
|
|
1246
|
-
constructor(data?: PartialMessage<SetEnvsRequest_Env>) {
|
|
1247
|
-
super();
|
|
1248
|
-
proto3.util.initPartial(data, this);
|
|
1249
|
-
}
|
|
1250
|
-
|
|
1251
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1252
|
-
static readonly typeName = "liquidmetal.v1alpha1.SetEnvsRequest.Env";
|
|
1253
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1254
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1255
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1256
|
-
{ no: 3, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1257
|
-
{ no: 4, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1258
|
-
{ no: 5, name: "is_secret", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1259
|
-
]);
|
|
1260
|
-
|
|
1261
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetEnvsRequest_Env {
|
|
1262
|
-
return new SetEnvsRequest_Env().fromBinary(bytes, options);
|
|
1263
|
-
}
|
|
1264
|
-
|
|
1265
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SetEnvsRequest_Env {
|
|
1266
|
-
return new SetEnvsRequest_Env().fromJson(jsonValue, options);
|
|
1267
|
-
}
|
|
1268
|
-
|
|
1269
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SetEnvsRequest_Env {
|
|
1270
|
-
return new SetEnvsRequest_Env().fromJsonString(jsonString, options);
|
|
1271
|
-
}
|
|
1272
|
-
|
|
1273
|
-
static equals(a: SetEnvsRequest_Env | PlainMessage<SetEnvsRequest_Env> | undefined, b: SetEnvsRequest_Env | PlainMessage<SetEnvsRequest_Env> | undefined): boolean {
|
|
1274
|
-
return proto3.util.equals(SetEnvsRequest_Env, a, b);
|
|
1275
|
-
}
|
|
1276
|
-
}
|
|
744
|
+
isSecret: boolean;
|
|
745
|
+
};
|
|
1277
746
|
|
|
1278
747
|
/**
|
|
1279
|
-
*
|
|
748
|
+
* Describes the message liquidmetal.v1alpha1.SetEnvsRequest.Env.
|
|
749
|
+
* Use `create(SetEnvsRequest_EnvSchema)` to create a new message.
|
|
1280
750
|
*/
|
|
1281
|
-
export
|
|
1282
|
-
|
|
1283
|
-
super();
|
|
1284
|
-
proto3.util.initPartial(data, this);
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1288
|
-
static readonly typeName = "liquidmetal.v1alpha1.SetEnvsResponse";
|
|
1289
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1290
|
-
]);
|
|
1291
|
-
|
|
1292
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetEnvsResponse {
|
|
1293
|
-
return new SetEnvsResponse().fromBinary(bytes, options);
|
|
1294
|
-
}
|
|
751
|
+
export const SetEnvsRequest_EnvSchema: GenMessage<SetEnvsRequest_Env> = /*@__PURE__*/
|
|
752
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 11, 0);
|
|
1295
753
|
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
return new SetEnvsResponse().fromJsonString(jsonString, options);
|
|
1302
|
-
}
|
|
754
|
+
/**
|
|
755
|
+
* @generated from message liquidmetal.v1alpha1.SetEnvsResponse
|
|
756
|
+
*/
|
|
757
|
+
export type SetEnvsResponse = Message<"liquidmetal.v1alpha1.SetEnvsResponse"> & {
|
|
758
|
+
};
|
|
1303
759
|
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
760
|
+
/**
|
|
761
|
+
* Describes the message liquidmetal.v1alpha1.SetEnvsResponse.
|
|
762
|
+
* Use `create(SetEnvsResponseSchema)` to create a new message.
|
|
763
|
+
*/
|
|
764
|
+
export const SetEnvsResponseSchema: GenMessage<SetEnvsResponse> = /*@__PURE__*/
|
|
765
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 12);
|
|
1308
766
|
|
|
1309
767
|
/**
|
|
1310
768
|
* @generated from message liquidmetal.v1alpha1.GetEnvsRequest
|
|
1311
769
|
*/
|
|
1312
|
-
export
|
|
770
|
+
export type GetEnvsRequest = Message<"liquidmetal.v1alpha1.GetEnvsRequest"> & {
|
|
1313
771
|
/**
|
|
1314
772
|
* @generated from field: string user_id = 1;
|
|
1315
773
|
*/
|
|
1316
|
-
userId
|
|
774
|
+
userId: string;
|
|
1317
775
|
|
|
1318
776
|
/**
|
|
1319
777
|
* @generated from field: string organization_id = 2;
|
|
1320
778
|
*/
|
|
1321
|
-
organizationId
|
|
779
|
+
organizationId: string;
|
|
1322
780
|
|
|
1323
781
|
/**
|
|
1324
782
|
* @generated from field: repeated liquidmetal.v1alpha1.GetEnvsRequest.Env envs = 3;
|
|
1325
783
|
*/
|
|
1326
|
-
envs: GetEnvsRequest_Env[]
|
|
1327
|
-
|
|
1328
|
-
constructor(data?: PartialMessage<GetEnvsRequest>) {
|
|
1329
|
-
super();
|
|
1330
|
-
proto3.util.initPartial(data, this);
|
|
1331
|
-
}
|
|
784
|
+
envs: GetEnvsRequest_Env[];
|
|
785
|
+
};
|
|
1332
786
|
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
]);
|
|
1340
|
-
|
|
1341
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetEnvsRequest {
|
|
1342
|
-
return new GetEnvsRequest().fromBinary(bytes, options);
|
|
1343
|
-
}
|
|
1344
|
-
|
|
1345
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetEnvsRequest {
|
|
1346
|
-
return new GetEnvsRequest().fromJson(jsonValue, options);
|
|
1347
|
-
}
|
|
1348
|
-
|
|
1349
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetEnvsRequest {
|
|
1350
|
-
return new GetEnvsRequest().fromJsonString(jsonString, options);
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
static equals(a: GetEnvsRequest | PlainMessage<GetEnvsRequest> | undefined, b: GetEnvsRequest | PlainMessage<GetEnvsRequest> | undefined): boolean {
|
|
1354
|
-
return proto3.util.equals(GetEnvsRequest, a, b);
|
|
1355
|
-
}
|
|
1356
|
-
}
|
|
787
|
+
/**
|
|
788
|
+
* Describes the message liquidmetal.v1alpha1.GetEnvsRequest.
|
|
789
|
+
* Use `create(GetEnvsRequestSchema)` to create a new message.
|
|
790
|
+
*/
|
|
791
|
+
export const GetEnvsRequestSchema: GenMessage<GetEnvsRequest> = /*@__PURE__*/
|
|
792
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 13);
|
|
1357
793
|
|
|
1358
794
|
/**
|
|
1359
795
|
* @generated from message liquidmetal.v1alpha1.GetEnvsRequest.Env
|
|
1360
796
|
*/
|
|
1361
|
-
export
|
|
797
|
+
export type GetEnvsRequest_Env = Message<"liquidmetal.v1alpha1.GetEnvsRequest.Env"> & {
|
|
1362
798
|
/**
|
|
1363
799
|
* @generated from field: string application_name = 1;
|
|
1364
800
|
*/
|
|
1365
|
-
applicationName
|
|
801
|
+
applicationName: string;
|
|
1366
802
|
|
|
1367
803
|
/**
|
|
1368
804
|
* @generated from field: string current_version_id = 2;
|
|
1369
805
|
*/
|
|
1370
|
-
currentVersionId
|
|
806
|
+
currentVersionId: string;
|
|
1371
807
|
|
|
1372
808
|
/**
|
|
1373
809
|
* @generated from field: string key = 3;
|
|
1374
810
|
*/
|
|
1375
|
-
key
|
|
811
|
+
key: string;
|
|
812
|
+
};
|
|
1376
813
|
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
static readonly typeName = "liquidmetal.v1alpha1.GetEnvsRequest.Env";
|
|
1384
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1385
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1386
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1387
|
-
{ no: 3, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1388
|
-
]);
|
|
1389
|
-
|
|
1390
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetEnvsRequest_Env {
|
|
1391
|
-
return new GetEnvsRequest_Env().fromBinary(bytes, options);
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetEnvsRequest_Env {
|
|
1395
|
-
return new GetEnvsRequest_Env().fromJson(jsonValue, options);
|
|
1396
|
-
}
|
|
1397
|
-
|
|
1398
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetEnvsRequest_Env {
|
|
1399
|
-
return new GetEnvsRequest_Env().fromJsonString(jsonString, options);
|
|
1400
|
-
}
|
|
1401
|
-
|
|
1402
|
-
static equals(a: GetEnvsRequest_Env | PlainMessage<GetEnvsRequest_Env> | undefined, b: GetEnvsRequest_Env | PlainMessage<GetEnvsRequest_Env> | undefined): boolean {
|
|
1403
|
-
return proto3.util.equals(GetEnvsRequest_Env, a, b);
|
|
1404
|
-
}
|
|
1405
|
-
}
|
|
814
|
+
/**
|
|
815
|
+
* Describes the message liquidmetal.v1alpha1.GetEnvsRequest.Env.
|
|
816
|
+
* Use `create(GetEnvsRequest_EnvSchema)` to create a new message.
|
|
817
|
+
*/
|
|
818
|
+
export const GetEnvsRequest_EnvSchema: GenMessage<GetEnvsRequest_Env> = /*@__PURE__*/
|
|
819
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 13, 0);
|
|
1406
820
|
|
|
1407
821
|
/**
|
|
1408
822
|
* @generated from message liquidmetal.v1alpha1.GetEnvsResponse
|
|
1409
823
|
*/
|
|
1410
|
-
export
|
|
824
|
+
export type GetEnvsResponse = Message<"liquidmetal.v1alpha1.GetEnvsResponse"> & {
|
|
1411
825
|
/**
|
|
1412
826
|
* @generated from field: repeated liquidmetal.v1alpha1.GetEnvsResponse.Env envs = 1;
|
|
1413
827
|
*/
|
|
1414
|
-
envs: GetEnvsResponse_Env[]
|
|
1415
|
-
|
|
1416
|
-
constructor(data?: PartialMessage<GetEnvsResponse>) {
|
|
1417
|
-
super();
|
|
1418
|
-
proto3.util.initPartial(data, this);
|
|
1419
|
-
}
|
|
1420
|
-
|
|
1421
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1422
|
-
static readonly typeName = "liquidmetal.v1alpha1.GetEnvsResponse";
|
|
1423
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1424
|
-
{ no: 1, name: "envs", kind: "message", T: GetEnvsResponse_Env, repeated: true },
|
|
1425
|
-
]);
|
|
1426
|
-
|
|
1427
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetEnvsResponse {
|
|
1428
|
-
return new GetEnvsResponse().fromBinary(bytes, options);
|
|
1429
|
-
}
|
|
828
|
+
envs: GetEnvsResponse_Env[];
|
|
829
|
+
};
|
|
1430
830
|
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
static equals(a: GetEnvsResponse | PlainMessage<GetEnvsResponse> | undefined, b: GetEnvsResponse | PlainMessage<GetEnvsResponse> | undefined): boolean {
|
|
1440
|
-
return proto3.util.equals(GetEnvsResponse, a, b);
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
831
|
+
/**
|
|
832
|
+
* Describes the message liquidmetal.v1alpha1.GetEnvsResponse.
|
|
833
|
+
* Use `create(GetEnvsResponseSchema)` to create a new message.
|
|
834
|
+
*/
|
|
835
|
+
export const GetEnvsResponseSchema: GenMessage<GetEnvsResponse> = /*@__PURE__*/
|
|
836
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 14);
|
|
1443
837
|
|
|
1444
838
|
/**
|
|
1445
839
|
* @generated from message liquidmetal.v1alpha1.GetEnvsResponse.Env
|
|
1446
840
|
*/
|
|
1447
|
-
export
|
|
841
|
+
export type GetEnvsResponse_Env = Message<"liquidmetal.v1alpha1.GetEnvsResponse.Env"> & {
|
|
1448
842
|
/**
|
|
1449
843
|
* @generated from field: string application_name = 1;
|
|
1450
844
|
*/
|
|
1451
|
-
applicationName
|
|
845
|
+
applicationName: string;
|
|
1452
846
|
|
|
1453
847
|
/**
|
|
1454
848
|
* @generated from field: string current_version_id = 2;
|
|
1455
849
|
*/
|
|
1456
|
-
currentVersionId
|
|
850
|
+
currentVersionId: string;
|
|
1457
851
|
|
|
1458
852
|
/**
|
|
1459
853
|
* @generated from field: string key = 3;
|
|
1460
854
|
*/
|
|
1461
|
-
key
|
|
855
|
+
key: string;
|
|
1462
856
|
|
|
1463
857
|
/**
|
|
1464
858
|
* @generated from field: string value = 4;
|
|
1465
859
|
*/
|
|
1466
|
-
value
|
|
860
|
+
value: string;
|
|
1467
861
|
|
|
1468
862
|
/**
|
|
1469
863
|
* @generated from field: bool is_secret = 5;
|
|
1470
864
|
*/
|
|
1471
|
-
isSecret
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1481
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1482
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1483
|
-
{ no: 3, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1484
|
-
{ no: 4, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1485
|
-
{ no: 5, name: "is_secret", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1486
|
-
]);
|
|
1487
|
-
|
|
1488
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetEnvsResponse_Env {
|
|
1489
|
-
return new GetEnvsResponse_Env().fromBinary(bytes, options);
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetEnvsResponse_Env {
|
|
1493
|
-
return new GetEnvsResponse_Env().fromJson(jsonValue, options);
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetEnvsResponse_Env {
|
|
1497
|
-
return new GetEnvsResponse_Env().fromJsonString(jsonString, options);
|
|
1498
|
-
}
|
|
1499
|
-
|
|
1500
|
-
static equals(a: GetEnvsResponse_Env | PlainMessage<GetEnvsResponse_Env> | undefined, b: GetEnvsResponse_Env | PlainMessage<GetEnvsResponse_Env> | undefined): boolean {
|
|
1501
|
-
return proto3.util.equals(GetEnvsResponse_Env, a, b);
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
865
|
+
isSecret: boolean;
|
|
866
|
+
};
|
|
867
|
+
|
|
868
|
+
/**
|
|
869
|
+
* Describes the message liquidmetal.v1alpha1.GetEnvsResponse.Env.
|
|
870
|
+
* Use `create(GetEnvsResponse_EnvSchema)` to create a new message.
|
|
871
|
+
*/
|
|
872
|
+
export const GetEnvsResponse_EnvSchema: GenMessage<GetEnvsResponse_Env> = /*@__PURE__*/
|
|
873
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 14, 0);
|
|
1504
874
|
|
|
1505
875
|
/**
|
|
1506
876
|
* @generated from message liquidmetal.v1alpha1.ReleaseRequest
|
|
1507
877
|
*/
|
|
1508
|
-
export
|
|
878
|
+
export type ReleaseRequest = Message<"liquidmetal.v1alpha1.ReleaseRequest"> & {
|
|
1509
879
|
/**
|
|
1510
880
|
* @generated from field: string user_id = 1;
|
|
1511
881
|
*/
|
|
1512
|
-
userId
|
|
882
|
+
userId: string;
|
|
1513
883
|
|
|
1514
884
|
/**
|
|
1515
885
|
* @generated from field: string organization_id = 2;
|
|
1516
886
|
*/
|
|
1517
|
-
organizationId
|
|
887
|
+
organizationId: string;
|
|
1518
888
|
|
|
1519
889
|
/**
|
|
1520
890
|
* @generated from field: repeated liquidmetal.v1alpha1.ReleaseRequest.Lock locks = 3;
|
|
1521
891
|
*/
|
|
1522
|
-
locks: ReleaseRequest_Lock[]
|
|
1523
|
-
|
|
1524
|
-
constructor(data?: PartialMessage<ReleaseRequest>) {
|
|
1525
|
-
super();
|
|
1526
|
-
proto3.util.initPartial(data, this);
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1530
|
-
static readonly typeName = "liquidmetal.v1alpha1.ReleaseRequest";
|
|
1531
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1532
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1533
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1534
|
-
{ no: 3, name: "locks", kind: "message", T: ReleaseRequest_Lock, repeated: true },
|
|
1535
|
-
]);
|
|
892
|
+
locks: ReleaseRequest_Lock[];
|
|
893
|
+
};
|
|
1536
894
|
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
}
|
|
1544
|
-
|
|
1545
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReleaseRequest {
|
|
1546
|
-
return new ReleaseRequest().fromJsonString(jsonString, options);
|
|
1547
|
-
}
|
|
1548
|
-
|
|
1549
|
-
static equals(a: ReleaseRequest | PlainMessage<ReleaseRequest> | undefined, b: ReleaseRequest | PlainMessage<ReleaseRequest> | undefined): boolean {
|
|
1550
|
-
return proto3.util.equals(ReleaseRequest, a, b);
|
|
1551
|
-
}
|
|
1552
|
-
}
|
|
895
|
+
/**
|
|
896
|
+
* Describes the message liquidmetal.v1alpha1.ReleaseRequest.
|
|
897
|
+
* Use `create(ReleaseRequestSchema)` to create a new message.
|
|
898
|
+
*/
|
|
899
|
+
export const ReleaseRequestSchema: GenMessage<ReleaseRequest> = /*@__PURE__*/
|
|
900
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 15);
|
|
1553
901
|
|
|
1554
902
|
/**
|
|
1555
903
|
* @generated from message liquidmetal.v1alpha1.ReleaseRequest.Lock
|
|
1556
904
|
*/
|
|
1557
|
-
export
|
|
905
|
+
export type ReleaseRequest_Lock = Message<"liquidmetal.v1alpha1.ReleaseRequest.Lock"> & {
|
|
1558
906
|
/**
|
|
1559
907
|
* @generated from field: string application_name = 1;
|
|
1560
908
|
*/
|
|
1561
|
-
applicationName
|
|
909
|
+
applicationName: string;
|
|
1562
910
|
|
|
1563
911
|
/**
|
|
1564
912
|
* @generated from field: string current_version_id = 2;
|
|
1565
913
|
*/
|
|
1566
|
-
currentVersionId
|
|
914
|
+
currentVersionId: string;
|
|
1567
915
|
|
|
1568
916
|
/**
|
|
1569
917
|
* @generated from field: string lock = 3;
|
|
1570
918
|
*/
|
|
1571
|
-
lock
|
|
1572
|
-
|
|
1573
|
-
constructor(data?: PartialMessage<ReleaseRequest_Lock>) {
|
|
1574
|
-
super();
|
|
1575
|
-
proto3.util.initPartial(data, this);
|
|
1576
|
-
}
|
|
919
|
+
lock: string;
|
|
920
|
+
};
|
|
1577
921
|
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
]);
|
|
1585
|
-
|
|
1586
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReleaseRequest_Lock {
|
|
1587
|
-
return new ReleaseRequest_Lock().fromBinary(bytes, options);
|
|
1588
|
-
}
|
|
1589
|
-
|
|
1590
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReleaseRequest_Lock {
|
|
1591
|
-
return new ReleaseRequest_Lock().fromJson(jsonValue, options);
|
|
1592
|
-
}
|
|
1593
|
-
|
|
1594
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReleaseRequest_Lock {
|
|
1595
|
-
return new ReleaseRequest_Lock().fromJsonString(jsonString, options);
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
static equals(a: ReleaseRequest_Lock | PlainMessage<ReleaseRequest_Lock> | undefined, b: ReleaseRequest_Lock | PlainMessage<ReleaseRequest_Lock> | undefined): boolean {
|
|
1599
|
-
return proto3.util.equals(ReleaseRequest_Lock, a, b);
|
|
1600
|
-
}
|
|
1601
|
-
}
|
|
922
|
+
/**
|
|
923
|
+
* Describes the message liquidmetal.v1alpha1.ReleaseRequest.Lock.
|
|
924
|
+
* Use `create(ReleaseRequest_LockSchema)` to create a new message.
|
|
925
|
+
*/
|
|
926
|
+
export const ReleaseRequest_LockSchema: GenMessage<ReleaseRequest_Lock> = /*@__PURE__*/
|
|
927
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 15, 0);
|
|
1602
928
|
|
|
1603
929
|
/**
|
|
1604
930
|
* @generated from message liquidmetal.v1alpha1.ReleaseResponse
|
|
1605
931
|
*/
|
|
1606
|
-
export
|
|
1607
|
-
|
|
1608
|
-
super();
|
|
1609
|
-
proto3.util.initPartial(data, this);
|
|
1610
|
-
}
|
|
932
|
+
export type ReleaseResponse = Message<"liquidmetal.v1alpha1.ReleaseResponse"> & {
|
|
933
|
+
};
|
|
1611
934
|
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
return new ReleaseResponse().fromBinary(bytes, options);
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReleaseResponse {
|
|
1622
|
-
return new ReleaseResponse().fromJson(jsonValue, options);
|
|
1623
|
-
}
|
|
1624
|
-
|
|
1625
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReleaseResponse {
|
|
1626
|
-
return new ReleaseResponse().fromJsonString(jsonString, options);
|
|
1627
|
-
}
|
|
1628
|
-
|
|
1629
|
-
static equals(a: ReleaseResponse | PlainMessage<ReleaseResponse> | undefined, b: ReleaseResponse | PlainMessage<ReleaseResponse> | undefined): boolean {
|
|
1630
|
-
return proto3.util.equals(ReleaseResponse, a, b);
|
|
1631
|
-
}
|
|
1632
|
-
}
|
|
935
|
+
/**
|
|
936
|
+
* Describes the message liquidmetal.v1alpha1.ReleaseResponse.
|
|
937
|
+
* Use `create(ReleaseResponseSchema)` to create a new message.
|
|
938
|
+
*/
|
|
939
|
+
export const ReleaseResponseSchema: GenMessage<ReleaseResponse> = /*@__PURE__*/
|
|
940
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 16);
|
|
1633
941
|
|
|
1634
942
|
/**
|
|
1635
943
|
* @generated from message liquidmetal.v1alpha1.WatchRequest
|
|
1636
944
|
*/
|
|
1637
|
-
export
|
|
945
|
+
export type WatchRequest = Message<"liquidmetal.v1alpha1.WatchRequest"> & {
|
|
1638
946
|
/**
|
|
1639
947
|
* @generated from field: string user_id = 1;
|
|
1640
948
|
*/
|
|
1641
|
-
userId
|
|
949
|
+
userId: string;
|
|
1642
950
|
|
|
1643
951
|
/**
|
|
1644
952
|
* @generated from field: string organization_id = 2;
|
|
1645
953
|
*/
|
|
1646
|
-
organizationId
|
|
954
|
+
organizationId: string;
|
|
1647
955
|
|
|
1648
956
|
/**
|
|
1649
957
|
* @generated from field: repeated liquidmetal.v1alpha1.WatchRequest.Application applications = 3;
|
|
1650
958
|
*/
|
|
1651
|
-
applications: WatchRequest_Application[]
|
|
959
|
+
applications: WatchRequest_Application[];
|
|
960
|
+
};
|
|
1652
961
|
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
static readonly typeName = "liquidmetal.v1alpha1.WatchRequest";
|
|
1660
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1661
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1662
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1663
|
-
{ no: 3, name: "applications", kind: "message", T: WatchRequest_Application, repeated: true },
|
|
1664
|
-
]);
|
|
1665
|
-
|
|
1666
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WatchRequest {
|
|
1667
|
-
return new WatchRequest().fromBinary(bytes, options);
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WatchRequest {
|
|
1671
|
-
return new WatchRequest().fromJson(jsonValue, options);
|
|
1672
|
-
}
|
|
1673
|
-
|
|
1674
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WatchRequest {
|
|
1675
|
-
return new WatchRequest().fromJsonString(jsonString, options);
|
|
1676
|
-
}
|
|
1677
|
-
|
|
1678
|
-
static equals(a: WatchRequest | PlainMessage<WatchRequest> | undefined, b: WatchRequest | PlainMessage<WatchRequest> | undefined): boolean {
|
|
1679
|
-
return proto3.util.equals(WatchRequest, a, b);
|
|
1680
|
-
}
|
|
1681
|
-
}
|
|
962
|
+
/**
|
|
963
|
+
* Describes the message liquidmetal.v1alpha1.WatchRequest.
|
|
964
|
+
* Use `create(WatchRequestSchema)` to create a new message.
|
|
965
|
+
*/
|
|
966
|
+
export const WatchRequestSchema: GenMessage<WatchRequest> = /*@__PURE__*/
|
|
967
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 17);
|
|
1682
968
|
|
|
1683
969
|
/**
|
|
1684
970
|
* @generated from message liquidmetal.v1alpha1.WatchRequest.Application
|
|
1685
971
|
*/
|
|
1686
|
-
export
|
|
972
|
+
export type WatchRequest_Application = Message<"liquidmetal.v1alpha1.WatchRequest.Application"> & {
|
|
1687
973
|
/**
|
|
1688
974
|
* @generated from field: string application_name = 1;
|
|
1689
975
|
*/
|
|
1690
|
-
applicationName
|
|
976
|
+
applicationName: string;
|
|
1691
977
|
|
|
1692
978
|
/**
|
|
1693
979
|
* @generated from field: string current_version_id = 2;
|
|
1694
980
|
*/
|
|
1695
|
-
currentVersionId
|
|
981
|
+
currentVersionId: string;
|
|
982
|
+
};
|
|
1696
983
|
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
static readonly typeName = "liquidmetal.v1alpha1.WatchRequest.Application";
|
|
1704
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1705
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1706
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1707
|
-
]);
|
|
1708
|
-
|
|
1709
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WatchRequest_Application {
|
|
1710
|
-
return new WatchRequest_Application().fromBinary(bytes, options);
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WatchRequest_Application {
|
|
1714
|
-
return new WatchRequest_Application().fromJson(jsonValue, options);
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WatchRequest_Application {
|
|
1718
|
-
return new WatchRequest_Application().fromJsonString(jsonString, options);
|
|
1719
|
-
}
|
|
1720
|
-
|
|
1721
|
-
static equals(a: WatchRequest_Application | PlainMessage<WatchRequest_Application> | undefined, b: WatchRequest_Application | PlainMessage<WatchRequest_Application> | undefined): boolean {
|
|
1722
|
-
return proto3.util.equals(WatchRequest_Application, a, b);
|
|
1723
|
-
}
|
|
1724
|
-
}
|
|
984
|
+
/**
|
|
985
|
+
* Describes the message liquidmetal.v1alpha1.WatchRequest.Application.
|
|
986
|
+
* Use `create(WatchRequest_ApplicationSchema)` to create a new message.
|
|
987
|
+
*/
|
|
988
|
+
export const WatchRequest_ApplicationSchema: GenMessage<WatchRequest_Application> = /*@__PURE__*/
|
|
989
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 17, 0);
|
|
1725
990
|
|
|
1726
991
|
/**
|
|
1727
992
|
* @generated from message liquidmetal.v1alpha1.WatchResponse
|
|
1728
993
|
*/
|
|
1729
|
-
export
|
|
994
|
+
export type WatchResponse = Message<"liquidmetal.v1alpha1.WatchResponse"> & {
|
|
1730
995
|
/**
|
|
1731
996
|
* @generated from field: string application_name = 1;
|
|
1732
997
|
*/
|
|
1733
|
-
applicationName
|
|
998
|
+
applicationName: string;
|
|
1734
999
|
|
|
1735
1000
|
/**
|
|
1736
1001
|
* @generated from field: string current_version_id = 2;
|
|
1737
1002
|
*/
|
|
1738
|
-
currentVersionId
|
|
1003
|
+
currentVersionId: string;
|
|
1739
1004
|
|
|
1740
1005
|
/**
|
|
1741
1006
|
* @generated from field: string event_id = 3;
|
|
1742
1007
|
*/
|
|
1743
|
-
eventId
|
|
1008
|
+
eventId: string;
|
|
1744
1009
|
|
|
1745
1010
|
/**
|
|
1746
1011
|
* @generated from field: liquidmetal.v1alpha1.WatchResponseEventType event_type = 4;
|
|
1747
1012
|
*/
|
|
1748
|
-
eventType
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1758
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1759
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1760
|
-
{ no: 3, name: "event_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1761
|
-
{ no: 4, name: "event_type", kind: "enum", T: proto3.getEnumType(WatchResponseEventType) },
|
|
1762
|
-
]);
|
|
1763
|
-
|
|
1764
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): WatchResponse {
|
|
1765
|
-
return new WatchResponse().fromBinary(bytes, options);
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): WatchResponse {
|
|
1769
|
-
return new WatchResponse().fromJson(jsonValue, options);
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): WatchResponse {
|
|
1773
|
-
return new WatchResponse().fromJsonString(jsonString, options);
|
|
1774
|
-
}
|
|
1775
|
-
|
|
1776
|
-
static equals(a: WatchResponse | PlainMessage<WatchResponse> | undefined, b: WatchResponse | PlainMessage<WatchResponse> | undefined): boolean {
|
|
1777
|
-
return proto3.util.equals(WatchResponse, a, b);
|
|
1778
|
-
}
|
|
1779
|
-
}
|
|
1013
|
+
eventType: WatchResponseEventType;
|
|
1014
|
+
};
|
|
1015
|
+
|
|
1016
|
+
/**
|
|
1017
|
+
* Describes the message liquidmetal.v1alpha1.WatchResponse.
|
|
1018
|
+
* Use `create(WatchResponseSchema)` to create a new message.
|
|
1019
|
+
*/
|
|
1020
|
+
export const WatchResponseSchema: GenMessage<WatchResponse> = /*@__PURE__*/
|
|
1021
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 18);
|
|
1780
1022
|
|
|
1781
1023
|
/**
|
|
1782
1024
|
* @generated from message liquidmetal.v1alpha1.DeleteRequest
|
|
1783
1025
|
*/
|
|
1784
|
-
export
|
|
1026
|
+
export type DeleteRequest = Message<"liquidmetal.v1alpha1.DeleteRequest"> & {
|
|
1785
1027
|
/**
|
|
1786
1028
|
* @generated from field: string user_id = 1;
|
|
1787
1029
|
*/
|
|
1788
|
-
userId
|
|
1030
|
+
userId: string;
|
|
1789
1031
|
|
|
1790
1032
|
/**
|
|
1791
1033
|
* @generated from field: string organization_id = 2;
|
|
1792
1034
|
*/
|
|
1793
|
-
organizationId
|
|
1035
|
+
organizationId: string;
|
|
1794
1036
|
|
|
1795
1037
|
/**
|
|
1796
1038
|
* @generated from field: repeated liquidmetal.v1alpha1.DeleteRequest.Application applications = 3;
|
|
1797
1039
|
*/
|
|
1798
|
-
applications: DeleteRequest_Application[]
|
|
1799
|
-
|
|
1800
|
-
constructor(data?: PartialMessage<DeleteRequest>) {
|
|
1801
|
-
super();
|
|
1802
|
-
proto3.util.initPartial(data, this);
|
|
1803
|
-
}
|
|
1804
|
-
|
|
1805
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1806
|
-
static readonly typeName = "liquidmetal.v1alpha1.DeleteRequest";
|
|
1807
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1808
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1809
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1810
|
-
{ no: 3, name: "applications", kind: "message", T: DeleteRequest_Application, repeated: true },
|
|
1811
|
-
]);
|
|
1040
|
+
applications: DeleteRequest_Application[];
|
|
1041
|
+
};
|
|
1812
1042
|
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
}
|
|
1820
|
-
|
|
1821
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteRequest {
|
|
1822
|
-
return new DeleteRequest().fromJsonString(jsonString, options);
|
|
1823
|
-
}
|
|
1824
|
-
|
|
1825
|
-
static equals(a: DeleteRequest | PlainMessage<DeleteRequest> | undefined, b: DeleteRequest | PlainMessage<DeleteRequest> | undefined): boolean {
|
|
1826
|
-
return proto3.util.equals(DeleteRequest, a, b);
|
|
1827
|
-
}
|
|
1828
|
-
}
|
|
1043
|
+
/**
|
|
1044
|
+
* Describes the message liquidmetal.v1alpha1.DeleteRequest.
|
|
1045
|
+
* Use `create(DeleteRequestSchema)` to create a new message.
|
|
1046
|
+
*/
|
|
1047
|
+
export const DeleteRequestSchema: GenMessage<DeleteRequest> = /*@__PURE__*/
|
|
1048
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 19);
|
|
1829
1049
|
|
|
1830
1050
|
/**
|
|
1831
1051
|
* @generated from message liquidmetal.v1alpha1.DeleteRequest.Application
|
|
1832
1052
|
*/
|
|
1833
|
-
export
|
|
1053
|
+
export type DeleteRequest_Application = Message<"liquidmetal.v1alpha1.DeleteRequest.Application"> & {
|
|
1834
1054
|
/**
|
|
1835
1055
|
* @generated from field: string application_name = 1;
|
|
1836
1056
|
*/
|
|
1837
|
-
applicationName
|
|
1057
|
+
applicationName: string;
|
|
1838
1058
|
|
|
1839
1059
|
/**
|
|
1840
1060
|
* @generated from field: string current_version_id = 2;
|
|
1841
1061
|
*/
|
|
1842
|
-
currentVersionId
|
|
1843
|
-
|
|
1844
|
-
constructor(data?: PartialMessage<DeleteRequest_Application>) {
|
|
1845
|
-
super();
|
|
1846
|
-
proto3.util.initPartial(data, this);
|
|
1847
|
-
}
|
|
1062
|
+
currentVersionId: string;
|
|
1063
|
+
};
|
|
1848
1064
|
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteRequest_Application {
|
|
1857
|
-
return new DeleteRequest_Application().fromBinary(bytes, options);
|
|
1858
|
-
}
|
|
1859
|
-
|
|
1860
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteRequest_Application {
|
|
1861
|
-
return new DeleteRequest_Application().fromJson(jsonValue, options);
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteRequest_Application {
|
|
1865
|
-
return new DeleteRequest_Application().fromJsonString(jsonString, options);
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
static equals(a: DeleteRequest_Application | PlainMessage<DeleteRequest_Application> | undefined, b: DeleteRequest_Application | PlainMessage<DeleteRequest_Application> | undefined): boolean {
|
|
1869
|
-
return proto3.util.equals(DeleteRequest_Application, a, b);
|
|
1870
|
-
}
|
|
1871
|
-
}
|
|
1065
|
+
/**
|
|
1066
|
+
* Describes the message liquidmetal.v1alpha1.DeleteRequest.Application.
|
|
1067
|
+
* Use `create(DeleteRequest_ApplicationSchema)` to create a new message.
|
|
1068
|
+
*/
|
|
1069
|
+
export const DeleteRequest_ApplicationSchema: GenMessage<DeleteRequest_Application> = /*@__PURE__*/
|
|
1070
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 19, 0);
|
|
1872
1071
|
|
|
1873
1072
|
/**
|
|
1874
1073
|
* @generated from message liquidmetal.v1alpha1.DeleteResponse
|
|
1875
1074
|
*/
|
|
1876
|
-
export
|
|
1877
|
-
|
|
1878
|
-
super();
|
|
1879
|
-
proto3.util.initPartial(data, this);
|
|
1880
|
-
}
|
|
1881
|
-
|
|
1882
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1883
|
-
static readonly typeName = "liquidmetal.v1alpha1.DeleteResponse";
|
|
1884
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1885
|
-
]);
|
|
1075
|
+
export type DeleteResponse = Message<"liquidmetal.v1alpha1.DeleteResponse"> & {
|
|
1076
|
+
};
|
|
1886
1077
|
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteResponse {
|
|
1896
|
-
return new DeleteResponse().fromJsonString(jsonString, options);
|
|
1897
|
-
}
|
|
1898
|
-
|
|
1899
|
-
static equals(a: DeleteResponse | PlainMessage<DeleteResponse> | undefined, b: DeleteResponse | PlainMessage<DeleteResponse> | undefined): boolean {
|
|
1900
|
-
return proto3.util.equals(DeleteResponse, a, b);
|
|
1901
|
-
}
|
|
1902
|
-
}
|
|
1078
|
+
/**
|
|
1079
|
+
* Describes the message liquidmetal.v1alpha1.DeleteResponse.
|
|
1080
|
+
* Use `create(DeleteResponseSchema)` to create a new message.
|
|
1081
|
+
*/
|
|
1082
|
+
export const DeleteResponseSchema: GenMessage<DeleteResponse> = /*@__PURE__*/
|
|
1083
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 20);
|
|
1903
1084
|
|
|
1904
1085
|
/**
|
|
1905
1086
|
* @generated from message liquidmetal.v1alpha1.SetActiveRequest
|
|
1906
1087
|
*/
|
|
1907
|
-
export
|
|
1088
|
+
export type SetActiveRequest = Message<"liquidmetal.v1alpha1.SetActiveRequest"> & {
|
|
1908
1089
|
/**
|
|
1909
1090
|
* @generated from field: string user_id = 1;
|
|
1910
1091
|
*/
|
|
1911
|
-
userId
|
|
1092
|
+
userId: string;
|
|
1912
1093
|
|
|
1913
1094
|
/**
|
|
1914
1095
|
* @generated from field: string organization_id = 2;
|
|
1915
1096
|
*/
|
|
1916
|
-
organizationId
|
|
1097
|
+
organizationId: string;
|
|
1917
1098
|
|
|
1918
1099
|
/**
|
|
1919
1100
|
* @generated from field: repeated liquidmetal.v1alpha1.SetActiveRequest.Application applications = 3;
|
|
1920
1101
|
*/
|
|
1921
|
-
applications: SetActiveRequest_Application[]
|
|
1922
|
-
|
|
1923
|
-
constructor(data?: PartialMessage<SetActiveRequest>) {
|
|
1924
|
-
super();
|
|
1925
|
-
proto3.util.initPartial(data, this);
|
|
1926
|
-
}
|
|
1102
|
+
applications: SetActiveRequest_Application[];
|
|
1103
|
+
};
|
|
1927
1104
|
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
]);
|
|
1935
|
-
|
|
1936
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetActiveRequest {
|
|
1937
|
-
return new SetActiveRequest().fromBinary(bytes, options);
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SetActiveRequest {
|
|
1941
|
-
return new SetActiveRequest().fromJson(jsonValue, options);
|
|
1942
|
-
}
|
|
1943
|
-
|
|
1944
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SetActiveRequest {
|
|
1945
|
-
return new SetActiveRequest().fromJsonString(jsonString, options);
|
|
1946
|
-
}
|
|
1947
|
-
|
|
1948
|
-
static equals(a: SetActiveRequest | PlainMessage<SetActiveRequest> | undefined, b: SetActiveRequest | PlainMessage<SetActiveRequest> | undefined): boolean {
|
|
1949
|
-
return proto3.util.equals(SetActiveRequest, a, b);
|
|
1950
|
-
}
|
|
1951
|
-
}
|
|
1105
|
+
/**
|
|
1106
|
+
* Describes the message liquidmetal.v1alpha1.SetActiveRequest.
|
|
1107
|
+
* Use `create(SetActiveRequestSchema)` to create a new message.
|
|
1108
|
+
*/
|
|
1109
|
+
export const SetActiveRequestSchema: GenMessage<SetActiveRequest> = /*@__PURE__*/
|
|
1110
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 21);
|
|
1952
1111
|
|
|
1953
1112
|
/**
|
|
1954
1113
|
* @generated from message liquidmetal.v1alpha1.SetActiveRequest.Application
|
|
1955
1114
|
*/
|
|
1956
|
-
export
|
|
1115
|
+
export type SetActiveRequest_Application = Message<"liquidmetal.v1alpha1.SetActiveRequest.Application"> & {
|
|
1957
1116
|
/**
|
|
1958
1117
|
* @generated from field: string application_name = 1;
|
|
1959
1118
|
*/
|
|
1960
|
-
applicationName
|
|
1119
|
+
applicationName: string;
|
|
1961
1120
|
|
|
1962
1121
|
/**
|
|
1963
1122
|
* @generated from field: string current_version_id = 2;
|
|
1964
1123
|
*/
|
|
1965
|
-
currentVersionId
|
|
1124
|
+
currentVersionId: string;
|
|
1966
1125
|
|
|
1967
1126
|
/**
|
|
1968
1127
|
* @generated from field: bool is_active = 3;
|
|
1969
1128
|
*/
|
|
1970
|
-
isActive
|
|
1129
|
+
isActive: boolean;
|
|
1130
|
+
};
|
|
1971
1131
|
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
static readonly typeName = "liquidmetal.v1alpha1.SetActiveRequest.Application";
|
|
1979
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1980
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1981
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1982
|
-
{ no: 3, name: "is_active", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1983
|
-
]);
|
|
1984
|
-
|
|
1985
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetActiveRequest_Application {
|
|
1986
|
-
return new SetActiveRequest_Application().fromBinary(bytes, options);
|
|
1987
|
-
}
|
|
1988
|
-
|
|
1989
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SetActiveRequest_Application {
|
|
1990
|
-
return new SetActiveRequest_Application().fromJson(jsonValue, options);
|
|
1991
|
-
}
|
|
1992
|
-
|
|
1993
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SetActiveRequest_Application {
|
|
1994
|
-
return new SetActiveRequest_Application().fromJsonString(jsonString, options);
|
|
1995
|
-
}
|
|
1996
|
-
|
|
1997
|
-
static equals(a: SetActiveRequest_Application | PlainMessage<SetActiveRequest_Application> | undefined, b: SetActiveRequest_Application | PlainMessage<SetActiveRequest_Application> | undefined): boolean {
|
|
1998
|
-
return proto3.util.equals(SetActiveRequest_Application, a, b);
|
|
1999
|
-
}
|
|
2000
|
-
}
|
|
1132
|
+
/**
|
|
1133
|
+
* Describes the message liquidmetal.v1alpha1.SetActiveRequest.Application.
|
|
1134
|
+
* Use `create(SetActiveRequest_ApplicationSchema)` to create a new message.
|
|
1135
|
+
*/
|
|
1136
|
+
export const SetActiveRequest_ApplicationSchema: GenMessage<SetActiveRequest_Application> = /*@__PURE__*/
|
|
1137
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 21, 0);
|
|
2001
1138
|
|
|
2002
1139
|
/**
|
|
2003
1140
|
* @generated from message liquidmetal.v1alpha1.SetActiveResponse
|
|
2004
1141
|
*/
|
|
2005
|
-
export
|
|
2006
|
-
|
|
2007
|
-
super();
|
|
2008
|
-
proto3.util.initPartial(data, this);
|
|
2009
|
-
}
|
|
2010
|
-
|
|
2011
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
2012
|
-
static readonly typeName = "liquidmetal.v1alpha1.SetActiveResponse";
|
|
2013
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2014
|
-
]);
|
|
2015
|
-
|
|
2016
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetActiveResponse {
|
|
2017
|
-
return new SetActiveResponse().fromBinary(bytes, options);
|
|
2018
|
-
}
|
|
2019
|
-
|
|
2020
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SetActiveResponse {
|
|
2021
|
-
return new SetActiveResponse().fromJson(jsonValue, options);
|
|
2022
|
-
}
|
|
1142
|
+
export type SetActiveResponse = Message<"liquidmetal.v1alpha1.SetActiveResponse"> & {
|
|
1143
|
+
};
|
|
2023
1144
|
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
}
|
|
2031
|
-
}
|
|
1145
|
+
/**
|
|
1146
|
+
* Describes the message liquidmetal.v1alpha1.SetActiveResponse.
|
|
1147
|
+
* Use `create(SetActiveResponseSchema)` to create a new message.
|
|
1148
|
+
*/
|
|
1149
|
+
export const SetActiveResponseSchema: GenMessage<SetActiveResponse> = /*@__PURE__*/
|
|
1150
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 22);
|
|
2032
1151
|
|
|
2033
1152
|
/**
|
|
2034
1153
|
* @generated from message liquidmetal.v1alpha1.SetSandboxRequest
|
|
2035
1154
|
*/
|
|
2036
|
-
export
|
|
1155
|
+
export type SetSandboxRequest = Message<"liquidmetal.v1alpha1.SetSandboxRequest"> & {
|
|
2037
1156
|
/**
|
|
2038
1157
|
* @generated from field: string user_id = 1;
|
|
2039
1158
|
*/
|
|
2040
|
-
userId
|
|
1159
|
+
userId: string;
|
|
2041
1160
|
|
|
2042
1161
|
/**
|
|
2043
1162
|
* @generated from field: string organization_id = 2;
|
|
2044
1163
|
*/
|
|
2045
|
-
organizationId
|
|
1164
|
+
organizationId: string;
|
|
2046
1165
|
|
|
2047
1166
|
/**
|
|
2048
1167
|
* @generated from field: repeated liquidmetal.v1alpha1.SetSandboxRequest.Application applications = 3;
|
|
2049
1168
|
*/
|
|
2050
|
-
applications: SetSandboxRequest_Application[]
|
|
1169
|
+
applications: SetSandboxRequest_Application[];
|
|
1170
|
+
};
|
|
2051
1171
|
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
static readonly typeName = "liquidmetal.v1alpha1.SetSandboxRequest";
|
|
2059
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2060
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2061
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2062
|
-
{ no: 3, name: "applications", kind: "message", T: SetSandboxRequest_Application, repeated: true },
|
|
2063
|
-
]);
|
|
2064
|
-
|
|
2065
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetSandboxRequest {
|
|
2066
|
-
return new SetSandboxRequest().fromBinary(bytes, options);
|
|
2067
|
-
}
|
|
2068
|
-
|
|
2069
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SetSandboxRequest {
|
|
2070
|
-
return new SetSandboxRequest().fromJson(jsonValue, options);
|
|
2071
|
-
}
|
|
2072
|
-
|
|
2073
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SetSandboxRequest {
|
|
2074
|
-
return new SetSandboxRequest().fromJsonString(jsonString, options);
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
|
-
static equals(a: SetSandboxRequest | PlainMessage<SetSandboxRequest> | undefined, b: SetSandboxRequest | PlainMessage<SetSandboxRequest> | undefined): boolean {
|
|
2078
|
-
return proto3.util.equals(SetSandboxRequest, a, b);
|
|
2079
|
-
}
|
|
2080
|
-
}
|
|
1172
|
+
/**
|
|
1173
|
+
* Describes the message liquidmetal.v1alpha1.SetSandboxRequest.
|
|
1174
|
+
* Use `create(SetSandboxRequestSchema)` to create a new message.
|
|
1175
|
+
*/
|
|
1176
|
+
export const SetSandboxRequestSchema: GenMessage<SetSandboxRequest> = /*@__PURE__*/
|
|
1177
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 23);
|
|
2081
1178
|
|
|
2082
1179
|
/**
|
|
2083
1180
|
* @generated from message liquidmetal.v1alpha1.SetSandboxRequest.Application
|
|
2084
1181
|
*/
|
|
2085
|
-
export
|
|
1182
|
+
export type SetSandboxRequest_Application = Message<"liquidmetal.v1alpha1.SetSandboxRequest.Application"> & {
|
|
2086
1183
|
/**
|
|
2087
1184
|
* @generated from field: string application_name = 1;
|
|
2088
1185
|
*/
|
|
2089
|
-
applicationName
|
|
1186
|
+
applicationName: string;
|
|
2090
1187
|
|
|
2091
1188
|
/**
|
|
2092
1189
|
* @generated from field: string current_version_id = 2;
|
|
2093
1190
|
*/
|
|
2094
|
-
currentVersionId
|
|
1191
|
+
currentVersionId: string;
|
|
2095
1192
|
|
|
2096
1193
|
/**
|
|
2097
1194
|
* @generated from field: bool is_sandboxed = 3;
|
|
2098
1195
|
*/
|
|
2099
|
-
isSandboxed
|
|
2100
|
-
|
|
2101
|
-
constructor(data?: PartialMessage<SetSandboxRequest_Application>) {
|
|
2102
|
-
super();
|
|
2103
|
-
proto3.util.initPartial(data, this);
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
2107
|
-
static readonly typeName = "liquidmetal.v1alpha1.SetSandboxRequest.Application";
|
|
2108
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2109
|
-
{ no: 1, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2110
|
-
{ no: 2, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2111
|
-
{ no: 3, name: "is_sandboxed", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
2112
|
-
]);
|
|
2113
|
-
|
|
2114
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetSandboxRequest_Application {
|
|
2115
|
-
return new SetSandboxRequest_Application().fromBinary(bytes, options);
|
|
2116
|
-
}
|
|
1196
|
+
isSandboxed: boolean;
|
|
1197
|
+
};
|
|
2117
1198
|
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
}
|
|
2125
|
-
|
|
2126
|
-
static equals(a: SetSandboxRequest_Application | PlainMessage<SetSandboxRequest_Application> | undefined, b: SetSandboxRequest_Application | PlainMessage<SetSandboxRequest_Application> | undefined): boolean {
|
|
2127
|
-
return proto3.util.equals(SetSandboxRequest_Application, a, b);
|
|
2128
|
-
}
|
|
2129
|
-
}
|
|
1199
|
+
/**
|
|
1200
|
+
* Describes the message liquidmetal.v1alpha1.SetSandboxRequest.Application.
|
|
1201
|
+
* Use `create(SetSandboxRequest_ApplicationSchema)` to create a new message.
|
|
1202
|
+
*/
|
|
1203
|
+
export const SetSandboxRequest_ApplicationSchema: GenMessage<SetSandboxRequest_Application> = /*@__PURE__*/
|
|
1204
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 23, 0);
|
|
2130
1205
|
|
|
2131
1206
|
/**
|
|
2132
1207
|
* @generated from message liquidmetal.v1alpha1.SetSandboxResponse
|
|
2133
1208
|
*/
|
|
2134
|
-
export
|
|
2135
|
-
|
|
2136
|
-
super();
|
|
2137
|
-
proto3.util.initPartial(data, this);
|
|
2138
|
-
}
|
|
2139
|
-
|
|
2140
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
2141
|
-
static readonly typeName = "liquidmetal.v1alpha1.SetSandboxResponse";
|
|
2142
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2143
|
-
]);
|
|
2144
|
-
|
|
2145
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SetSandboxResponse {
|
|
2146
|
-
return new SetSandboxResponse().fromBinary(bytes, options);
|
|
2147
|
-
}
|
|
1209
|
+
export type SetSandboxResponse = Message<"liquidmetal.v1alpha1.SetSandboxResponse"> & {
|
|
1210
|
+
};
|
|
2148
1211
|
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
}
|
|
2156
|
-
|
|
2157
|
-
static equals(a: SetSandboxResponse | PlainMessage<SetSandboxResponse> | undefined, b: SetSandboxResponse | PlainMessage<SetSandboxResponse> | undefined): boolean {
|
|
2158
|
-
return proto3.util.equals(SetSandboxResponse, a, b);
|
|
2159
|
-
}
|
|
2160
|
-
}
|
|
1212
|
+
/**
|
|
1213
|
+
* Describes the message liquidmetal.v1alpha1.SetSandboxResponse.
|
|
1214
|
+
* Use `create(SetSandboxResponseSchema)` to create a new message.
|
|
1215
|
+
*/
|
|
1216
|
+
export const SetSandboxResponseSchema: GenMessage<SetSandboxResponse> = /*@__PURE__*/
|
|
1217
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 24);
|
|
2161
1218
|
|
|
2162
1219
|
/**
|
|
2163
1220
|
* @generated from message liquidmetal.v1alpha1.StatusRequest
|
|
2164
1221
|
*/
|
|
2165
|
-
export
|
|
1222
|
+
export type StatusRequest = Message<"liquidmetal.v1alpha1.StatusRequest"> & {
|
|
2166
1223
|
/**
|
|
2167
1224
|
* @generated from field: string user_id = 1;
|
|
2168
1225
|
*/
|
|
2169
|
-
userId
|
|
1226
|
+
userId: string;
|
|
2170
1227
|
|
|
2171
1228
|
/**
|
|
2172
1229
|
* @generated from field: string organization_id = 2;
|
|
2173
1230
|
*/
|
|
2174
|
-
organizationId
|
|
1231
|
+
organizationId: string;
|
|
2175
1232
|
|
|
2176
1233
|
/**
|
|
2177
1234
|
* @generated from field: string application_name = 3;
|
|
2178
1235
|
*/
|
|
2179
|
-
applicationName
|
|
1236
|
+
applicationName: string;
|
|
2180
1237
|
|
|
2181
1238
|
/**
|
|
2182
1239
|
* @generated from field: string current_version_id = 4;
|
|
2183
1240
|
*/
|
|
2184
|
-
currentVersionId
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2194
|
-
{ no: 1, name: "user_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2195
|
-
{ no: 2, name: "organization_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2196
|
-
{ no: 3, name: "application_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2197
|
-
{ no: 4, name: "current_version_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2198
|
-
]);
|
|
2199
|
-
|
|
2200
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): StatusRequest {
|
|
2201
|
-
return new StatusRequest().fromBinary(bytes, options);
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): StatusRequest {
|
|
2205
|
-
return new StatusRequest().fromJson(jsonValue, options);
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StatusRequest {
|
|
2209
|
-
return new StatusRequest().fromJsonString(jsonString, options);
|
|
2210
|
-
}
|
|
2211
|
-
|
|
2212
|
-
static equals(a: StatusRequest | PlainMessage<StatusRequest> | undefined, b: StatusRequest | PlainMessage<StatusRequest> | undefined): boolean {
|
|
2213
|
-
return proto3.util.equals(StatusRequest, a, b);
|
|
2214
|
-
}
|
|
2215
|
-
}
|
|
1241
|
+
currentVersionId: string;
|
|
1242
|
+
};
|
|
1243
|
+
|
|
1244
|
+
/**
|
|
1245
|
+
* Describes the message liquidmetal.v1alpha1.StatusRequest.
|
|
1246
|
+
* Use `create(StatusRequestSchema)` to create a new message.
|
|
1247
|
+
*/
|
|
1248
|
+
export const StatusRequestSchema: GenMessage<StatusRequest> = /*@__PURE__*/
|
|
1249
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 25);
|
|
2216
1250
|
|
|
2217
1251
|
/**
|
|
2218
1252
|
* @generated from message liquidmetal.v1alpha1.StatusResponse
|
|
2219
1253
|
*/
|
|
2220
|
-
export
|
|
1254
|
+
export type StatusResponse = Message<"liquidmetal.v1alpha1.StatusResponse"> & {
|
|
2221
1255
|
/**
|
|
2222
1256
|
* @generated from field: liquidmetal.v1alpha1.UnitState state = 1;
|
|
2223
1257
|
*/
|
|
2224
|
-
state
|
|
1258
|
+
state: UnitState;
|
|
2225
1259
|
|
|
2226
1260
|
/**
|
|
2227
1261
|
* @generated from field: repeated liquidmetal.v1alpha1.StatusResponse.Module modules = 2;
|
|
2228
1262
|
*/
|
|
2229
|
-
modules: StatusResponse_Module[]
|
|
2230
|
-
|
|
2231
|
-
constructor(data?: PartialMessage<StatusResponse>) {
|
|
2232
|
-
super();
|
|
2233
|
-
proto3.util.initPartial(data, this);
|
|
2234
|
-
}
|
|
2235
|
-
|
|
2236
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
2237
|
-
static readonly typeName = "liquidmetal.v1alpha1.StatusResponse";
|
|
2238
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2239
|
-
{ no: 1, name: "state", kind: "enum", T: proto3.getEnumType(UnitState) },
|
|
2240
|
-
{ no: 2, name: "modules", kind: "message", T: StatusResponse_Module, repeated: true },
|
|
2241
|
-
]);
|
|
1263
|
+
modules: StatusResponse_Module[];
|
|
1264
|
+
};
|
|
2242
1265
|
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
}
|
|
2250
|
-
|
|
2251
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): StatusResponse {
|
|
2252
|
-
return new StatusResponse().fromJsonString(jsonString, options);
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2255
|
-
static equals(a: StatusResponse | PlainMessage<StatusResponse> | undefined, b: StatusResponse | PlainMessage<StatusResponse> | undefined): boolean {
|
|
2256
|
-
return proto3.util.equals(StatusResponse, a, b);
|
|
2257
|
-
}
|
|
2258
|
-
}
|
|
1266
|
+
/**
|
|
1267
|
+
* Describes the message liquidmetal.v1alpha1.StatusResponse.
|
|
1268
|
+
* Use `create(StatusResponseSchema)` to create a new message.
|
|
1269
|
+
*/
|
|
1270
|
+
export const StatusResponseSchema: GenMessage<StatusResponse> = /*@__PURE__*/
|
|
1271
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 26);
|
|
2259
1272
|
|
|
2260
1273
|
/**
|
|
2261
1274
|
* A module corresponds to a module in an application manifest.
|
|
2262
1275
|
*
|
|
2263
1276
|
* @generated from message liquidmetal.v1alpha1.StatusResponse.Module
|
|
2264
1277
|
*/
|
|
2265
|
-
export
|
|
1278
|
+
export type StatusResponse_Module = Message<"liquidmetal.v1alpha1.StatusResponse.Module"> & {
|
|
2266
1279
|
/**
|
|
2267
1280
|
* @generated from field: string name = 1;
|
|
2268
1281
|
*/
|
|
2269
|
-
name
|
|
1282
|
+
name: string;
|
|
2270
1283
|
|
|
2271
1284
|
/**
|
|
2272
1285
|
* @generated from field: liquidmetal.v1alpha1.UnitState state = 2;
|
|
2273
1286
|
*/
|
|
2274
|
-
state
|
|
1287
|
+
state: UnitState;
|
|
2275
1288
|
|
|
2276
1289
|
/**
|
|
2277
1290
|
* @generated from field: repeated string urls = 3;
|
|
2278
1291
|
*/
|
|
2279
|
-
urls: string[]
|
|
1292
|
+
urls: string[];
|
|
1293
|
+
};
|
|
2280
1294
|
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
1295
|
+
/**
|
|
1296
|
+
* Describes the message liquidmetal.v1alpha1.StatusResponse.Module.
|
|
1297
|
+
* Use `create(StatusResponse_ModuleSchema)` to create a new message.
|
|
1298
|
+
*/
|
|
1299
|
+
export const StatusResponse_ModuleSchema: GenMessage<StatusResponse_Module> = /*@__PURE__*/
|
|
1300
|
+
messageDesc(file_liquidmetal_v1alpha1_catalog, 26, 0);
|
|
2285
1301
|
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
1302
|
+
/**
|
|
1303
|
+
* UnitState is the state of an application, module or resource.
|
|
1304
|
+
*
|
|
1305
|
+
* @generated from enum liquidmetal.v1alpha1.UnitState
|
|
1306
|
+
*/
|
|
1307
|
+
export enum UnitState {
|
|
1308
|
+
/**
|
|
1309
|
+
* @generated from enum value: UNIT_STATE_UNSPECIFIED = 0;
|
|
1310
|
+
*/
|
|
1311
|
+
UNSPECIFIED = 0,
|
|
2293
1312
|
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
1313
|
+
/**
|
|
1314
|
+
* @generated from enum value: UNIT_STATE_PENDING = 1;
|
|
1315
|
+
*/
|
|
1316
|
+
PENDING = 1,
|
|
1317
|
+
|
|
1318
|
+
/**
|
|
1319
|
+
* @generated from enum value: UNIT_STATE_STARTING = 2;
|
|
1320
|
+
*/
|
|
1321
|
+
STARTING = 2,
|
|
1322
|
+
|
|
1323
|
+
/**
|
|
1324
|
+
* @generated from enum value: UNIT_STATE_RUNNING = 3;
|
|
1325
|
+
*/
|
|
1326
|
+
RUNNING = 3,
|
|
1327
|
+
|
|
1328
|
+
/**
|
|
1329
|
+
* @generated from enum value: UNIT_STATE_STOPPING = 4;
|
|
1330
|
+
*/
|
|
1331
|
+
STOPPING = 4,
|
|
1332
|
+
|
|
1333
|
+
/**
|
|
1334
|
+
* @generated from enum value: UNIT_STATE_STOPPED = 5;
|
|
1335
|
+
*/
|
|
1336
|
+
STOPPED = 5,
|
|
1337
|
+
|
|
1338
|
+
/**
|
|
1339
|
+
* @generated from enum value: UNIT_STATE_DELETING = 6;
|
|
1340
|
+
*/
|
|
1341
|
+
DELETING = 6,
|
|
1342
|
+
|
|
1343
|
+
/**
|
|
1344
|
+
* @generated from enum value: UNIT_STATE_DELETED = 7;
|
|
1345
|
+
*/
|
|
1346
|
+
DELETED = 7,
|
|
1347
|
+
}
|
|
2297
1348
|
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
1349
|
+
/**
|
|
1350
|
+
* Describes the enum liquidmetal.v1alpha1.UnitState.
|
|
1351
|
+
*/
|
|
1352
|
+
export const UnitStateSchema: GenEnum<UnitState> = /*@__PURE__*/
|
|
1353
|
+
enumDesc(file_liquidmetal_v1alpha1_catalog, 0);
|
|
2301
1354
|
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
1355
|
+
/**
|
|
1356
|
+
* @generated from enum liquidmetal.v1alpha1.BundleArchiveType
|
|
1357
|
+
*/
|
|
1358
|
+
export enum BundleArchiveType {
|
|
1359
|
+
/**
|
|
1360
|
+
* @generated from enum value: BUNDLE_ARCHIVE_TYPE_UNSPECIFIED = 0;
|
|
1361
|
+
*/
|
|
1362
|
+
UNSPECIFIED = 0,
|
|
2305
1363
|
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
1364
|
+
/**
|
|
1365
|
+
* @generated from enum value: BUNDLE_ARCHIVE_TYPE_ZIP = 1;
|
|
1366
|
+
*/
|
|
1367
|
+
ZIP = 1,
|
|
2309
1368
|
}
|
|
2310
1369
|
|
|
1370
|
+
/**
|
|
1371
|
+
* Describes the enum liquidmetal.v1alpha1.BundleArchiveType.
|
|
1372
|
+
*/
|
|
1373
|
+
export const BundleArchiveTypeSchema: GenEnum<BundleArchiveType> = /*@__PURE__*/
|
|
1374
|
+
enumDesc(file_liquidmetal_v1alpha1_catalog, 1);
|
|
1375
|
+
|
|
1376
|
+
/**
|
|
1377
|
+
* @generated from enum liquidmetal.v1alpha1.WatchResponseEventType
|
|
1378
|
+
*/
|
|
1379
|
+
export enum WatchResponseEventType {
|
|
1380
|
+
/**
|
|
1381
|
+
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_UNSPECIFIED = 0;
|
|
1382
|
+
*/
|
|
1383
|
+
UNSPECIFIED = 0,
|
|
1384
|
+
|
|
1385
|
+
/**
|
|
1386
|
+
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_MESSAGE = 1;
|
|
1387
|
+
*/
|
|
1388
|
+
MESSAGE = 1,
|
|
1389
|
+
|
|
1390
|
+
/**
|
|
1391
|
+
* @generated from enum value: WATCH_RESPONSE_EVENT_TYPE_COMPLETE = 2;
|
|
1392
|
+
*/
|
|
1393
|
+
COMPLETE = 2,
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
/**
|
|
1397
|
+
* Describes the enum liquidmetal.v1alpha1.WatchResponseEventType.
|
|
1398
|
+
*/
|
|
1399
|
+
export const WatchResponseEventTypeSchema: GenEnum<WatchResponseEventType> = /*@__PURE__*/
|
|
1400
|
+
enumDesc(file_liquidmetal_v1alpha1_catalog, 2);
|
|
1401
|
+
|
|
1402
|
+
/**
|
|
1403
|
+
* CatalogService defines data interactions for the catalog portion of the
|
|
1404
|
+
* rainbow UI.
|
|
1405
|
+
*
|
|
1406
|
+
* As an authorization style choice, the RPCs are focused on providing user
|
|
1407
|
+
* context data explicitly (don't assume the userId or orgId from the
|
|
1408
|
+
* authentication header.) It is expected that an authorization layer will
|
|
1409
|
+
* enforce the ability for a request to act as a specified user or org matching
|
|
1410
|
+
* against the authentication header. This makes services easier to mock without
|
|
1411
|
+
* needing to think about injecting mock authentication contexts and allows for
|
|
1412
|
+
* use cases where certain roles of users may wish to act as other users.
|
|
1413
|
+
*
|
|
1414
|
+
* @generated from service liquidmetal.v1alpha1.CatalogService
|
|
1415
|
+
*/
|
|
1416
|
+
export const CatalogService: GenService<{
|
|
1417
|
+
/**
|
|
1418
|
+
* QueryResources returns the physical underlying resources for a given query
|
|
1419
|
+
*
|
|
1420
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.QueryResources
|
|
1421
|
+
*/
|
|
1422
|
+
queryResources: {
|
|
1423
|
+
methodKind: "unary";
|
|
1424
|
+
input: typeof QueryResourcesRequestSchema;
|
|
1425
|
+
output: typeof QueryResourcesResponseSchema;
|
|
1426
|
+
},
|
|
1427
|
+
/**
|
|
1428
|
+
* Bootstrap is a special RPC that is used to bootstrap the system
|
|
1429
|
+
* using a one-time token.
|
|
1430
|
+
*
|
|
1431
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Bootstrap
|
|
1432
|
+
*/
|
|
1433
|
+
bootstrap: {
|
|
1434
|
+
methodKind: "unary";
|
|
1435
|
+
input: typeof BootstrapRequestSchema;
|
|
1436
|
+
output: typeof BootstrapResponseSchema;
|
|
1437
|
+
},
|
|
1438
|
+
/**
|
|
1439
|
+
* Applications fetches a list of applications for an organization.
|
|
1440
|
+
* This list follows best practices for pagination.
|
|
1441
|
+
* https://protobuf.dev/programming-guides/api/#define-pagination-api
|
|
1442
|
+
*
|
|
1443
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Applications
|
|
1444
|
+
*/
|
|
1445
|
+
applications: {
|
|
1446
|
+
methodKind: "unary";
|
|
1447
|
+
input: typeof ApplicationsRequestSchema;
|
|
1448
|
+
output: typeof ApplicationsResponseSchema;
|
|
1449
|
+
},
|
|
1450
|
+
/**
|
|
1451
|
+
* Deploy creates a new version, or branch, or amends in place.
|
|
1452
|
+
*
|
|
1453
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Deploy
|
|
1454
|
+
*/
|
|
1455
|
+
deploy: {
|
|
1456
|
+
methodKind: "unary";
|
|
1457
|
+
input: typeof DeployRequestSchema;
|
|
1458
|
+
output: typeof DeployResponseSchema;
|
|
1459
|
+
},
|
|
1460
|
+
/**
|
|
1461
|
+
* UploadBundle uploads a bundle for a specific application version.
|
|
1462
|
+
*
|
|
1463
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.UploadBundle
|
|
1464
|
+
*/
|
|
1465
|
+
uploadBundle: {
|
|
1466
|
+
methodKind: "unary";
|
|
1467
|
+
input: typeof UploadBundleRequestSchema;
|
|
1468
|
+
output: typeof UploadBundleResponseSchema;
|
|
1469
|
+
},
|
|
1470
|
+
/**
|
|
1471
|
+
* SetEnvs sets multiple environment variables for an application/version.
|
|
1472
|
+
*
|
|
1473
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.SetEnvs
|
|
1474
|
+
*/
|
|
1475
|
+
setEnvs: {
|
|
1476
|
+
methodKind: "unary";
|
|
1477
|
+
input: typeof SetEnvsRequestSchema;
|
|
1478
|
+
output: typeof SetEnvsResponseSchema;
|
|
1479
|
+
},
|
|
1480
|
+
/**
|
|
1481
|
+
* GetEnvs gets multiple environment variables for an application/version.
|
|
1482
|
+
*
|
|
1483
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.GetEnvs
|
|
1484
|
+
*/
|
|
1485
|
+
getEnvs: {
|
|
1486
|
+
methodKind: "unary";
|
|
1487
|
+
input: typeof GetEnvsRequestSchema;
|
|
1488
|
+
output: typeof GetEnvsResponseSchema;
|
|
1489
|
+
},
|
|
1490
|
+
/**
|
|
1491
|
+
* Release allows a deployed application to converge.
|
|
1492
|
+
*
|
|
1493
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Release
|
|
1494
|
+
*/
|
|
1495
|
+
release: {
|
|
1496
|
+
methodKind: "unary";
|
|
1497
|
+
input: typeof ReleaseRequestSchema;
|
|
1498
|
+
output: typeof ReleaseResponseSchema;
|
|
1499
|
+
},
|
|
1500
|
+
/**
|
|
1501
|
+
* Watch attaches a watcher to the ring buffer associated with an application.
|
|
1502
|
+
*
|
|
1503
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Watch
|
|
1504
|
+
*/
|
|
1505
|
+
watch: {
|
|
1506
|
+
methodKind: "server_streaming";
|
|
1507
|
+
input: typeof WatchRequestSchema;
|
|
1508
|
+
output: typeof WatchResponseSchema;
|
|
1509
|
+
},
|
|
1510
|
+
/**
|
|
1511
|
+
* Delete sets an application to deleting.
|
|
1512
|
+
*
|
|
1513
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Delete
|
|
1514
|
+
*/
|
|
1515
|
+
delete: {
|
|
1516
|
+
methodKind: "unary";
|
|
1517
|
+
input: typeof DeleteRequestSchema;
|
|
1518
|
+
output: typeof DeleteResponseSchema;
|
|
1519
|
+
},
|
|
1520
|
+
/**
|
|
1521
|
+
* setActive sets application active/inactive (start/stop) state.
|
|
1522
|
+
*
|
|
1523
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.SetActive
|
|
1524
|
+
*/
|
|
1525
|
+
setActive: {
|
|
1526
|
+
methodKind: "unary";
|
|
1527
|
+
input: typeof SetActiveRequestSchema;
|
|
1528
|
+
output: typeof SetActiveResponseSchema;
|
|
1529
|
+
},
|
|
1530
|
+
/**
|
|
1531
|
+
* setSandbox sets application sandboxed/unsandboxed state.
|
|
1532
|
+
*
|
|
1533
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.SetSandbox
|
|
1534
|
+
*/
|
|
1535
|
+
setSandbox: {
|
|
1536
|
+
methodKind: "unary";
|
|
1537
|
+
input: typeof SetSandboxRequestSchema;
|
|
1538
|
+
output: typeof SetSandboxResponseSchema;
|
|
1539
|
+
},
|
|
1540
|
+
/**
|
|
1541
|
+
* Status returns the status of an application@version.
|
|
1542
|
+
*
|
|
1543
|
+
* @generated from rpc liquidmetal.v1alpha1.CatalogService.Status
|
|
1544
|
+
*/
|
|
1545
|
+
status: {
|
|
1546
|
+
methodKind: "unary";
|
|
1547
|
+
input: typeof StatusRequestSchema;
|
|
1548
|
+
output: typeof StatusResponseSchema;
|
|
1549
|
+
},
|
|
1550
|
+
}> = /*@__PURE__*/
|
|
1551
|
+
serviceDesc(file_liquidmetal_v1alpha1_catalog, 0);
|
|
1552
|
+
|