@liquidmetal-ai/drizzle 0.2.3 → 0.2.9

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