@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,454 +1,75 @@
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/resource_interface.proto (package liquidmetal.v1alpha1, syntax proto3)
3
3
  /* eslint-disable */
4
- // @ts-nocheck
5
- import { Message, proto3, protoInt64, Timestamp } from "@bufbuild/protobuf";
4
+ import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv1";
5
+ import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
6
6
  /**
7
- * Smartbucket details as stored in the catalog SQL database
8
- *
9
- * @generated from message liquidmetal.v1alpha1.SmartBucket
7
+ * Describes the file liquidmetal/v1alpha1/resource_interface.proto.
8
+ */
9
+ export const file_liquidmetal_v1alpha1_resource_interface = /*@__PURE__*/ fileDesc("Ci1saXF1aWRtZXRhbC92MWFscGhhMS9yZXNvdXJjZV9pbnRlcmZhY2UucHJvdG8SFGxpcXVpZG1ldGFsLnYxYWxwaGExIsIBCgtTbWFydEJ1Y2tldBIKCgJpZBgBIAEoBRIRCglidWNrZXRfaWQYAiABKAkSEwoLYnVja2V0X25hbWUYAyABKAkSCwoDdXJsGAQgASgJEhIKCmRlbGV0ZV91cmwYBSABKAkSLgoKY3JlYXRlZF9hdBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoKdXBkYXRlZF9hdBgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiVgoQUHV0T2JqZWN0UmVxdWVzdBIOCgZidWNrZXQYASABKAkSCwoDa2V5GAIgASgJEg8KB2NvbnRlbnQYAyABKAwSFAoMY29udGVudF90eXBlGAQgASgJIkEKEVB1dE9iamVjdFJlc3BvbnNlEg8KB3N1Y2Nlc3MYASABKAgSDgoGYnVja2V0GAIgASgJEgsKA2tleRgDIAEoCSIvChBHZXRPYmplY3RSZXF1ZXN0Eg4KBmJ1Y2tldBgBIAEoCRILCgNrZXkYAiABKAkiOgoRR2V0T2JqZWN0UmVzcG9uc2USDwoHY29udGVudBgBIAEoDBIUCgxjb250ZW50X3R5cGUYAiABKAkiMgoTRGVsZXRlT2JqZWN0UmVxdWVzdBIOCgZidWNrZXQYASABKAkSCwoDa2V5GAIgASgJIhYKFERlbGV0ZU9iamVjdFJlc3BvbnNlIiQKEkxpc3RPYmplY3RzUmVxdWVzdBIOCgZidWNrZXQYASABKAkicAoKT2JqZWN0SW5mbxILCgNrZXkYASABKAkSDAoEc2l6ZRgCIAEoAxIUCgxjb250ZW50X3R5cGUYAyABKAkSMQoNbGFzdF9tb2RpZmllZBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAiSAoTTGlzdE9iamVjdHNSZXNwb25zZRIxCgdvYmplY3RzGAEgAygLMiAubGlxdWlkbWV0YWwudjFhbHBoYTEuT2JqZWN0SW5mbyIZChdMaXN0U21hcnRCdWNrZXRzUmVxdWVzdCJOChhMaXN0U21hcnRCdWNrZXRzUmVzcG9uc2USMgoHYnVja2V0cxgBIAMoCzIhLmxpcXVpZG1ldGFsLnYxYWxwaGExLlNtYXJ0QnVja2V0MpMECg1PYmplY3RTZXJ2aWNlEl4KCVB1dE9iamVjdBImLmxpcXVpZG1ldGFsLnYxYWxwaGExLlB1dE9iamVjdFJlcXVlc3QaJy5saXF1aWRtZXRhbC52MWFscGhhMS5QdXRPYmplY3RSZXNwb25zZSIAEl4KCUdldE9iamVjdBImLmxpcXVpZG1ldGFsLnYxYWxwaGExLkdldE9iamVjdFJlcXVlc3QaJy5saXF1aWRtZXRhbC52MWFscGhhMS5HZXRPYmplY3RSZXNwb25zZSIAEmcKDERlbGV0ZU9iamVjdBIpLmxpcXVpZG1ldGFsLnYxYWxwaGExLkRlbGV0ZU9iamVjdFJlcXVlc3QaKi5saXF1aWRtZXRhbC52MWFscGhhMS5EZWxldGVPYmplY3RSZXNwb25zZSIAEmQKC0xpc3RPYmplY3RzEigubGlxdWlkbWV0YWwudjFhbHBoYTEuTGlzdE9iamVjdHNSZXF1ZXN0GikubGlxdWlkbWV0YWwudjFhbHBoYTEuTGlzdE9iamVjdHNSZXNwb25zZSIAEnMKEExpc3RTbWFydEJ1Y2tldHMSLS5saXF1aWRtZXRhbC52MWFscGhhMS5MaXN0U21hcnRCdWNrZXRzUmVxdWVzdBouLmxpcXVpZG1ldGFsLnYxYWxwaGExLkxpc3RTbWFydEJ1Y2tldHNSZXNwb25zZSIAQqMBChhjb20ubGlxdWlkbWV0YWwudjFhbHBoYTFCFlJlc291cmNlSW50ZXJmYWNlUHJvdG9QAaICA0xYWKoCFExpcXVpZG1ldGFsLlYxYWxwaGExygIUTGlxdWlkbWV0YWxcVjFhbHBoYTHiAiBMaXF1aWRtZXRhbFxWMWFscGhhMVxHUEJNZXRhZGF0YeoCFUxpcXVpZG1ldGFsOjpWMWFscGhhMWIGcHJvdG8z", [file_google_protobuf_timestamp]);
10
+ /**
11
+ * Describes the message liquidmetal.v1alpha1.SmartBucket.
12
+ * Use `create(SmartBucketSchema)` to create a new message.
10
13
  */
11
- export class SmartBucket extends Message {
12
- /**
13
- * id of the record in the catalog SQL database
14
- *
15
- * @generated from field: int32 id = 1;
16
- */
17
- id = 0;
18
- /**
19
- * internal bucket ID i.e the resource ID of the smart bucket
20
- *
21
- * @generated from field: string bucket_id = 2;
22
- */
23
- bucketId = "";
24
- /**
25
- * user friendly name for the smart bucket
26
- *
27
- * @generated from field: string bucket_name = 3;
28
- */
29
- bucketName = "";
30
- /**
31
- * the URL that can be called to retrieve an objects metadata from a smart bucket
32
- *
33
- * @generated from field: string url = 4;
34
- */
35
- url = "";
36
- /**
37
- * the URL that can be called to delete an objects metadata from a smart bucket
38
- *
39
- * @generated from field: string delete_url = 5;
40
- */
41
- deleteUrl = "";
42
- /**
43
- * the date and time the smart bucket was registered in the catalog
44
- *
45
- * @generated from field: google.protobuf.Timestamp created_at = 6;
46
- */
47
- createdAt;
48
- /**
49
- * the date and time the smart bucket was last updated
50
- *
51
- * @generated from field: google.protobuf.Timestamp updated_at = 7;
52
- */
53
- updatedAt;
54
- constructor(data) {
55
- super();
56
- proto3.util.initPartial(data, this);
57
- }
58
- static runtime = proto3;
59
- static typeName = "liquidmetal.v1alpha1.SmartBucket";
60
- static fields = proto3.util.newFieldList(() => [
61
- { no: 1, name: "id", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
62
- { no: 2, name: "bucket_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
63
- { no: 3, name: "bucket_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
64
- { no: 4, name: "url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
65
- { no: 5, name: "delete_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
66
- { no: 6, name: "created_at", kind: "message", T: Timestamp },
67
- { no: 7, name: "updated_at", kind: "message", T: Timestamp },
68
- ]);
69
- static fromBinary(bytes, options) {
70
- return new SmartBucket().fromBinary(bytes, options);
71
- }
72
- static fromJson(jsonValue, options) {
73
- return new SmartBucket().fromJson(jsonValue, options);
74
- }
75
- static fromJsonString(jsonString, options) {
76
- return new SmartBucket().fromJsonString(jsonString, options);
77
- }
78
- static equals(a, b) {
79
- return proto3.util.equals(SmartBucket, a, b);
80
- }
81
- }
14
+ export const SmartBucketSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 0);
82
15
  /**
83
- * @generated from message liquidmetal.v1alpha1.PutObjectRequest
16
+ * Describes the message liquidmetal.v1alpha1.PutObjectRequest.
17
+ * Use `create(PutObjectRequestSchema)` to create a new message.
84
18
  */
85
- export class PutObjectRequest extends Message {
86
- /**
87
- * @generated from field: string bucket = 1;
88
- */
89
- bucket = "";
90
- /**
91
- * @generated from field: string key = 2;
92
- */
93
- key = "";
94
- /**
95
- * @generated from field: bytes content = 3;
96
- */
97
- content = new Uint8Array(0);
98
- /**
99
- * @generated from field: string content_type = 4;
100
- */
101
- contentType = "";
102
- constructor(data) {
103
- super();
104
- proto3.util.initPartial(data, this);
105
- }
106
- static runtime = proto3;
107
- static typeName = "liquidmetal.v1alpha1.PutObjectRequest";
108
- static fields = proto3.util.newFieldList(() => [
109
- { no: 1, name: "bucket", kind: "scalar", T: 9 /* ScalarType.STRING */ },
110
- { no: 2, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
111
- { no: 3, name: "content", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
112
- { no: 4, name: "content_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
113
- ]);
114
- static fromBinary(bytes, options) {
115
- return new PutObjectRequest().fromBinary(bytes, options);
116
- }
117
- static fromJson(jsonValue, options) {
118
- return new PutObjectRequest().fromJson(jsonValue, options);
119
- }
120
- static fromJsonString(jsonString, options) {
121
- return new PutObjectRequest().fromJsonString(jsonString, options);
122
- }
123
- static equals(a, b) {
124
- return proto3.util.equals(PutObjectRequest, a, b);
125
- }
126
- }
19
+ export const PutObjectRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 1);
127
20
  /**
128
- * @generated from message liquidmetal.v1alpha1.PutObjectResponse
21
+ * Describes the message liquidmetal.v1alpha1.PutObjectResponse.
22
+ * Use `create(PutObjectResponseSchema)` to create a new message.
129
23
  */
130
- export class PutObjectResponse extends Message {
131
- /**
132
- * @generated from field: bool success = 1;
133
- */
134
- success = false;
135
- /**
136
- * @generated from field: string bucket = 2;
137
- */
138
- bucket = "";
139
- /**
140
- * @generated from field: string key = 3;
141
- */
142
- key = "";
143
- constructor(data) {
144
- super();
145
- proto3.util.initPartial(data, this);
146
- }
147
- static runtime = proto3;
148
- static typeName = "liquidmetal.v1alpha1.PutObjectResponse";
149
- static fields = proto3.util.newFieldList(() => [
150
- { no: 1, name: "success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
151
- { no: 2, name: "bucket", kind: "scalar", T: 9 /* ScalarType.STRING */ },
152
- { no: 3, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
153
- ]);
154
- static fromBinary(bytes, options) {
155
- return new PutObjectResponse().fromBinary(bytes, options);
156
- }
157
- static fromJson(jsonValue, options) {
158
- return new PutObjectResponse().fromJson(jsonValue, options);
159
- }
160
- static fromJsonString(jsonString, options) {
161
- return new PutObjectResponse().fromJsonString(jsonString, options);
162
- }
163
- static equals(a, b) {
164
- return proto3.util.equals(PutObjectResponse, a, b);
165
- }
166
- }
24
+ export const PutObjectResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 2);
167
25
  /**
168
- * @generated from message liquidmetal.v1alpha1.GetObjectRequest
26
+ * Describes the message liquidmetal.v1alpha1.GetObjectRequest.
27
+ * Use `create(GetObjectRequestSchema)` to create a new message.
169
28
  */
170
- export class GetObjectRequest extends Message {
171
- /**
172
- * @generated from field: string bucket = 1;
173
- */
174
- bucket = "";
175
- /**
176
- * @generated from field: string key = 2;
177
- */
178
- key = "";
179
- constructor(data) {
180
- super();
181
- proto3.util.initPartial(data, this);
182
- }
183
- static runtime = proto3;
184
- static typeName = "liquidmetal.v1alpha1.GetObjectRequest";
185
- static fields = proto3.util.newFieldList(() => [
186
- { no: 1, name: "bucket", kind: "scalar", T: 9 /* ScalarType.STRING */ },
187
- { no: 2, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
188
- ]);
189
- static fromBinary(bytes, options) {
190
- return new GetObjectRequest().fromBinary(bytes, options);
191
- }
192
- static fromJson(jsonValue, options) {
193
- return new GetObjectRequest().fromJson(jsonValue, options);
194
- }
195
- static fromJsonString(jsonString, options) {
196
- return new GetObjectRequest().fromJsonString(jsonString, options);
197
- }
198
- static equals(a, b) {
199
- return proto3.util.equals(GetObjectRequest, a, b);
200
- }
201
- }
29
+ export const GetObjectRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 3);
202
30
  /**
203
- * @generated from message liquidmetal.v1alpha1.GetObjectResponse
31
+ * Describes the message liquidmetal.v1alpha1.GetObjectResponse.
32
+ * Use `create(GetObjectResponseSchema)` to create a new message.
204
33
  */
205
- export class GetObjectResponse extends Message {
206
- /**
207
- * @generated from field: bytes content = 1;
208
- */
209
- content = new Uint8Array(0);
210
- /**
211
- * @generated from field: string content_type = 2;
212
- */
213
- contentType = "";
214
- constructor(data) {
215
- super();
216
- proto3.util.initPartial(data, this);
217
- }
218
- static runtime = proto3;
219
- static typeName = "liquidmetal.v1alpha1.GetObjectResponse";
220
- static fields = proto3.util.newFieldList(() => [
221
- { no: 1, name: "content", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
222
- { no: 2, name: "content_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
223
- ]);
224
- static fromBinary(bytes, options) {
225
- return new GetObjectResponse().fromBinary(bytes, options);
226
- }
227
- static fromJson(jsonValue, options) {
228
- return new GetObjectResponse().fromJson(jsonValue, options);
229
- }
230
- static fromJsonString(jsonString, options) {
231
- return new GetObjectResponse().fromJsonString(jsonString, options);
232
- }
233
- static equals(a, b) {
234
- return proto3.util.equals(GetObjectResponse, a, b);
235
- }
236
- }
34
+ export const GetObjectResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 4);
237
35
  /**
238
- * @generated from message liquidmetal.v1alpha1.DeleteObjectRequest
36
+ * Describes the message liquidmetal.v1alpha1.DeleteObjectRequest.
37
+ * Use `create(DeleteObjectRequestSchema)` to create a new message.
239
38
  */
240
- export class DeleteObjectRequest extends Message {
241
- /**
242
- * @generated from field: string bucket = 1;
243
- */
244
- bucket = "";
245
- /**
246
- * @generated from field: string key = 2;
247
- */
248
- key = "";
249
- constructor(data) {
250
- super();
251
- proto3.util.initPartial(data, this);
252
- }
253
- static runtime = proto3;
254
- static typeName = "liquidmetal.v1alpha1.DeleteObjectRequest";
255
- static fields = proto3.util.newFieldList(() => [
256
- { no: 1, name: "bucket", kind: "scalar", T: 9 /* ScalarType.STRING */ },
257
- { no: 2, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
258
- ]);
259
- static fromBinary(bytes, options) {
260
- return new DeleteObjectRequest().fromBinary(bytes, options);
261
- }
262
- static fromJson(jsonValue, options) {
263
- return new DeleteObjectRequest().fromJson(jsonValue, options);
264
- }
265
- static fromJsonString(jsonString, options) {
266
- return new DeleteObjectRequest().fromJsonString(jsonString, options);
267
- }
268
- static equals(a, b) {
269
- return proto3.util.equals(DeleteObjectRequest, a, b);
270
- }
271
- }
39
+ export const DeleteObjectRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 5);
272
40
  /**
273
- * @generated from message liquidmetal.v1alpha1.DeleteObjectResponse
41
+ * Describes the message liquidmetal.v1alpha1.DeleteObjectResponse.
42
+ * Use `create(DeleteObjectResponseSchema)` to create a new message.
274
43
  */
275
- export class DeleteObjectResponse extends Message {
276
- constructor(data) {
277
- super();
278
- proto3.util.initPartial(data, this);
279
- }
280
- static runtime = proto3;
281
- static typeName = "liquidmetal.v1alpha1.DeleteObjectResponse";
282
- static fields = proto3.util.newFieldList(() => []);
283
- static fromBinary(bytes, options) {
284
- return new DeleteObjectResponse().fromBinary(bytes, options);
285
- }
286
- static fromJson(jsonValue, options) {
287
- return new DeleteObjectResponse().fromJson(jsonValue, options);
288
- }
289
- static fromJsonString(jsonString, options) {
290
- return new DeleteObjectResponse().fromJsonString(jsonString, options);
291
- }
292
- static equals(a, b) {
293
- return proto3.util.equals(DeleteObjectResponse, a, b);
294
- }
295
- }
44
+ export const DeleteObjectResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 6);
296
45
  /**
297
- * @generated from message liquidmetal.v1alpha1.ListObjectsRequest
46
+ * Describes the message liquidmetal.v1alpha1.ListObjectsRequest.
47
+ * Use `create(ListObjectsRequestSchema)` to create a new message.
298
48
  */
299
- export class ListObjectsRequest extends Message {
300
- /**
301
- * @generated from field: string bucket = 1;
302
- */
303
- bucket = "";
304
- constructor(data) {
305
- super();
306
- proto3.util.initPartial(data, this);
307
- }
308
- static runtime = proto3;
309
- static typeName = "liquidmetal.v1alpha1.ListObjectsRequest";
310
- static fields = proto3.util.newFieldList(() => [
311
- { no: 1, name: "bucket", kind: "scalar", T: 9 /* ScalarType.STRING */ },
312
- ]);
313
- static fromBinary(bytes, options) {
314
- return new ListObjectsRequest().fromBinary(bytes, options);
315
- }
316
- static fromJson(jsonValue, options) {
317
- return new ListObjectsRequest().fromJson(jsonValue, options);
318
- }
319
- static fromJsonString(jsonString, options) {
320
- return new ListObjectsRequest().fromJsonString(jsonString, options);
321
- }
322
- static equals(a, b) {
323
- return proto3.util.equals(ListObjectsRequest, a, b);
324
- }
325
- }
49
+ export const ListObjectsRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 7);
326
50
  /**
327
- * @generated from message liquidmetal.v1alpha1.ObjectInfo
51
+ * Describes the message liquidmetal.v1alpha1.ObjectInfo.
52
+ * Use `create(ObjectInfoSchema)` to create a new message.
328
53
  */
329
- export class ObjectInfo extends Message {
330
- /**
331
- * @generated from field: string key = 1;
332
- */
333
- key = "";
334
- /**
335
- * @generated from field: int64 size = 2;
336
- */
337
- size = protoInt64.zero;
338
- /**
339
- * @generated from field: string content_type = 3;
340
- */
341
- contentType = "";
342
- /**
343
- * @generated from field: google.protobuf.Timestamp last_modified = 4;
344
- */
345
- lastModified;
346
- constructor(data) {
347
- super();
348
- proto3.util.initPartial(data, this);
349
- }
350
- static runtime = proto3;
351
- static typeName = "liquidmetal.v1alpha1.ObjectInfo";
352
- static fields = proto3.util.newFieldList(() => [
353
- { no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
354
- { no: 2, name: "size", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
355
- { no: 3, name: "content_type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
356
- { no: 4, name: "last_modified", kind: "message", T: Timestamp },
357
- ]);
358
- static fromBinary(bytes, options) {
359
- return new ObjectInfo().fromBinary(bytes, options);
360
- }
361
- static fromJson(jsonValue, options) {
362
- return new ObjectInfo().fromJson(jsonValue, options);
363
- }
364
- static fromJsonString(jsonString, options) {
365
- return new ObjectInfo().fromJsonString(jsonString, options);
366
- }
367
- static equals(a, b) {
368
- return proto3.util.equals(ObjectInfo, a, b);
369
- }
370
- }
54
+ export const ObjectInfoSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 8);
371
55
  /**
372
- * @generated from message liquidmetal.v1alpha1.ListObjectsResponse
56
+ * Describes the message liquidmetal.v1alpha1.ListObjectsResponse.
57
+ * Use `create(ListObjectsResponseSchema)` to create a new message.
373
58
  */
374
- export class ListObjectsResponse extends Message {
375
- /**
376
- * @generated from field: repeated liquidmetal.v1alpha1.ObjectInfo objects = 1;
377
- */
378
- objects = [];
379
- constructor(data) {
380
- super();
381
- proto3.util.initPartial(data, this);
382
- }
383
- static runtime = proto3;
384
- static typeName = "liquidmetal.v1alpha1.ListObjectsResponse";
385
- static fields = proto3.util.newFieldList(() => [
386
- { no: 1, name: "objects", kind: "message", T: ObjectInfo, repeated: true },
387
- ]);
388
- static fromBinary(bytes, options) {
389
- return new ListObjectsResponse().fromBinary(bytes, options);
390
- }
391
- static fromJson(jsonValue, options) {
392
- return new ListObjectsResponse().fromJson(jsonValue, options);
393
- }
394
- static fromJsonString(jsonString, options) {
395
- return new ListObjectsResponse().fromJsonString(jsonString, options);
396
- }
397
- static equals(a, b) {
398
- return proto3.util.equals(ListObjectsResponse, a, b);
399
- }
400
- }
59
+ export const ListObjectsResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 9);
401
60
  /**
402
- * @generated from message liquidmetal.v1alpha1.ListSmartBucketsRequest
61
+ * Describes the message liquidmetal.v1alpha1.ListSmartBucketsRequest.
62
+ * Use `create(ListSmartBucketsRequestSchema)` to create a new message.
403
63
  */
404
- export class ListSmartBucketsRequest extends Message {
405
- constructor(data) {
406
- super();
407
- proto3.util.initPartial(data, this);
408
- }
409
- static runtime = proto3;
410
- static typeName = "liquidmetal.v1alpha1.ListSmartBucketsRequest";
411
- static fields = proto3.util.newFieldList(() => []);
412
- static fromBinary(bytes, options) {
413
- return new ListSmartBucketsRequest().fromBinary(bytes, options);
414
- }
415
- static fromJson(jsonValue, options) {
416
- return new ListSmartBucketsRequest().fromJson(jsonValue, options);
417
- }
418
- static fromJsonString(jsonString, options) {
419
- return new ListSmartBucketsRequest().fromJsonString(jsonString, options);
420
- }
421
- static equals(a, b) {
422
- return proto3.util.equals(ListSmartBucketsRequest, a, b);
423
- }
424
- }
64
+ export const ListSmartBucketsRequestSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 10);
425
65
  /**
426
- * @generated from message liquidmetal.v1alpha1.ListSmartBucketsResponse
66
+ * Describes the message liquidmetal.v1alpha1.ListSmartBucketsResponse.
67
+ * Use `create(ListSmartBucketsResponseSchema)` to create a new message.
68
+ */
69
+ export const ListSmartBucketsResponseSchema = /*@__PURE__*/ messageDesc(file_liquidmetal_v1alpha1_resource_interface, 11);
70
+ /**
71
+ * ObjectService handles operations on objects stored in buckets
72
+ *
73
+ * @generated from service liquidmetal.v1alpha1.ObjectService
427
74
  */
428
- export class ListSmartBucketsResponse extends Message {
429
- /**
430
- * @generated from field: repeated liquidmetal.v1alpha1.SmartBucket buckets = 1;
431
- */
432
- buckets = [];
433
- constructor(data) {
434
- super();
435
- proto3.util.initPartial(data, this);
436
- }
437
- static runtime = proto3;
438
- static typeName = "liquidmetal.v1alpha1.ListSmartBucketsResponse";
439
- static fields = proto3.util.newFieldList(() => [
440
- { no: 1, name: "buckets", kind: "message", T: SmartBucket, repeated: true },
441
- ]);
442
- static fromBinary(bytes, options) {
443
- return new ListSmartBucketsResponse().fromBinary(bytes, options);
444
- }
445
- static fromJson(jsonValue, options) {
446
- return new ListSmartBucketsResponse().fromJson(jsonValue, options);
447
- }
448
- static fromJsonString(jsonString, options) {
449
- return new ListSmartBucketsResponse().fromJsonString(jsonString, options);
450
- }
451
- static equals(a, b) {
452
- return proto3.util.equals(ListSmartBucketsResponse, a, b);
453
- }
454
- }
75
+ export const ObjectService = /*@__PURE__*/ serviceDesc(file_liquidmetal_v1alpha1_resource_interface, 0);