@milaboratories/pl-client 2.4.10 → 2.4.11

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 (101) hide show
  1. package/dist/core/auth.d.ts +6 -0
  2. package/dist/core/auth.d.ts.map +1 -0
  3. package/dist/core/client.d.ts +50 -0
  4. package/dist/core/client.d.ts.map +1 -0
  5. package/dist/core/config.d.ts +91 -0
  6. package/dist/core/config.d.ts.map +1 -0
  7. package/dist/core/default_client.d.ts +11 -0
  8. package/dist/core/default_client.d.ts.map +1 -0
  9. package/dist/core/driver.d.ts +18 -0
  10. package/dist/core/driver.d.ts.map +1 -0
  11. package/dist/core/errors.d.ts +25 -0
  12. package/dist/core/errors.d.ts.map +1 -0
  13. package/dist/core/http.d.ts +1 -0
  14. package/dist/core/http.d.ts.map +1 -0
  15. package/dist/core/ll_client.d.ts +50 -0
  16. package/dist/core/ll_client.d.ts.map +1 -0
  17. package/dist/core/ll_transaction.d.ts +55 -0
  18. package/dist/core/ll_transaction.d.ts.map +1 -0
  19. package/dist/core/transaction.d.ts +152 -0
  20. package/dist/core/transaction.d.ts.map +1 -0
  21. package/dist/core/type_conversion.d.ts +8 -0
  22. package/dist/core/type_conversion.d.ts.map +1 -0
  23. package/dist/core/types.d.ts +77 -0
  24. package/dist/core/types.d.ts.map +1 -0
  25. package/dist/core/unauth_client.d.ts +13 -0
  26. package/dist/core/unauth_client.d.ts.map +1 -0
  27. package/dist/helpers/pl.d.ts +34 -0
  28. package/dist/helpers/pl.d.ts.map +1 -0
  29. package/dist/helpers/poll.d.ts +39 -0
  30. package/dist/helpers/poll.d.ts.map +1 -0
  31. package/dist/helpers/rich_resource_types.d.ts +1 -0
  32. package/dist/helpers/rich_resource_types.d.ts.map +1 -0
  33. package/dist/helpers/smart_accessors.d.ts +1 -0
  34. package/dist/helpers/smart_accessors.d.ts.map +1 -0
  35. package/dist/helpers/state_helpers.d.ts +3 -0
  36. package/dist/helpers/state_helpers.d.ts.map +1 -0
  37. package/dist/helpers/tx_helpers.d.ts +9 -0
  38. package/dist/helpers/tx_helpers.d.ts.map +1 -0
  39. package/dist/index.d.ts +14 -0
  40. package/dist/index.d.ts.map +1 -0
  41. package/dist/index.js +1 -14425
  42. package/dist/index.js.map +1 -1
  43. package/dist/index.mjs +12126 -0
  44. package/dist/index.mjs.map +1 -0
  45. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts +48 -0
  46. package/dist/proto/github.com/googleapis/googleapis/google/rpc/status.d.ts.map +1 -0
  47. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts +36 -0
  48. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.client.d.ts.map +1 -0
  49. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts +103 -0
  50. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/downloadapi/protocol.d.ts.map +1 -0
  51. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts +42 -0
  52. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.client.d.ts.map +1 -0
  53. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts +165 -0
  54. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/lsapi/protocol.d.ts.map +1 -0
  55. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts +44 -0
  56. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.client.d.ts.map +1 -0
  57. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts +171 -0
  58. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.d.ts.map +1 -0
  59. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts +122 -0
  60. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.d.ts.map +1 -0
  61. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts +315 -0
  62. package/dist/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.d.ts.map +1 -0
  63. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts +276 -0
  64. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.client.d.ts.map +1 -0
  65. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts +5045 -0
  66. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api.d.ts.map +1 -0
  67. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts +499 -0
  68. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/api_types.d.ts.map +1 -0
  69. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts +82 -0
  70. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/base_types.d.ts.map +1 -0
  71. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts +91 -0
  72. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/import.d.ts.map +1 -0
  73. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts +251 -0
  74. package/dist/proto/github.com/milaboratory/pl/plapi/plapiproto/resource_types.d.ts.map +1 -0
  75. package/dist/proto/google/api/http.d.ts +451 -0
  76. package/dist/proto/google/api/http.d.ts.map +1 -0
  77. package/dist/proto/google/protobuf/any.d.ts +172 -0
  78. package/dist/proto/google/protobuf/any.d.ts.map +1 -0
  79. package/dist/proto/google/protobuf/descriptor.d.ts +2258 -0
  80. package/dist/proto/google/protobuf/descriptor.d.ts.map +1 -0
  81. package/dist/proto/google/protobuf/duration.d.ts +105 -0
  82. package/dist/proto/google/protobuf/duration.d.ts.map +1 -0
  83. package/dist/proto/google/protobuf/empty.d.ts +27 -0
  84. package/dist/proto/google/protobuf/empty.d.ts.map +1 -0
  85. package/dist/proto/google/protobuf/struct.d.ts +177 -0
  86. package/dist/proto/google/protobuf/struct.d.ts.map +1 -0
  87. package/dist/proto/google/protobuf/timestamp.d.ts +148 -0
  88. package/dist/proto/google/protobuf/timestamp.d.ts.map +1 -0
  89. package/dist/proto/google/protobuf/wrappers.d.ts +300 -0
  90. package/dist/proto/google/protobuf/wrappers.d.ts.map +1 -0
  91. package/dist/test/test_config.d.ts +18 -0
  92. package/dist/test/test_config.d.ts.map +1 -0
  93. package/dist/util/branding.d.ts +7 -0
  94. package/dist/util/branding.d.ts.map +1 -0
  95. package/dist/util/pl.d.ts +9 -0
  96. package/dist/util/pl.d.ts.map +1 -0
  97. package/dist/util/util.d.ts +2 -0
  98. package/dist/util/util.d.ts.map +1 -0
  99. package/package.json +10 -14
  100. package/dist/index.cjs +0 -14527
  101. package/dist/index.cjs.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/proto/github.com/milaboratory/pl/controllers/shared/grpc/progressapi/protocol.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,122 @@
1
+ import { RpcTransport, ServiceInfo, UnaryCall, ServerStreamingCall, RpcOptions } from '@protobuf-ts/runtime-rpc';
2
+ import { StreamingAPI_LastLines, StreamingAPI_ReadText, StreamingAPI_StreamText, StreamingAPI_ReadBinary, StreamingAPI_Response, StreamingAPI_StreamBinary } from './protocol';
3
+ /**
4
+ *
5
+ * Streaming provides access to online data stream from item in storage. Whenever item is appended with data,
6
+ * the caller receives this fresh data in stream from server.
7
+ *
8
+ *
9
+ * @generated from protobuf service MiLaboratories.Controller.Shared.Streaming
10
+ */
11
+ export interface IStreamingClient {
12
+ /**
13
+ * StreamBinary provides stream of binary file. Each response message keeps
14
+ * one single chunk of binary data from data source. See StreamingAPI.Binary message
15
+ * for more info on available options.
16
+ *
17
+ * @generated from protobuf rpc: StreamBinary(MiLaboratories.Controller.Shared.StreamingAPI.StreamBinary) returns (stream MiLaboratories.Controller.Shared.StreamingAPI.Response);
18
+ */
19
+ streamBinary(input: StreamingAPI_StreamBinary, options?: RpcOptions): ServerStreamingCall<StreamingAPI_StreamBinary, StreamingAPI_Response>;
20
+ /**
21
+ * ReadBinary allows to read remote item in chunks using stream-like API.
22
+ * The difference to StreamBinary is that the client receives single response for each
23
+ * call and has to send new calls to the server to get fresh data from remote item.
24
+ * Each response (each chunk from server) keeps not more than 3.9MiB of data.
25
+ *
26
+ * @generated from protobuf rpc: ReadBinary(MiLaboratories.Controller.Shared.StreamingAPI.ReadBinary) returns (MiLaboratories.Controller.Shared.StreamingAPI.Response);
27
+ */
28
+ readBinary(input: StreamingAPI_ReadBinary, options?: RpcOptions): UnaryCall<StreamingAPI_ReadBinary, StreamingAPI_Response>;
29
+ /**
30
+ * StreamText provides stream of textual file, splitting the data by newline symbol.
31
+ * Each response message keeps one single line of text from data source.
32
+ *
33
+ * @generated from protobuf rpc: StreamText(MiLaboratories.Controller.Shared.StreamingAPI.StreamText) returns (stream MiLaboratories.Controller.Shared.StreamingAPI.Response);
34
+ */
35
+ streamText(input: StreamingAPI_StreamText, options?: RpcOptions): ServerStreamingCall<StreamingAPI_StreamText, StreamingAPI_Response>;
36
+ /**
37
+ * ReadBinary allows to read remote item in chunks using stream-like API.
38
+ * The difference to StreamBinary is that the client receives single response for each
39
+ * call and has to send new calls to the server to get fresh data from remote item.
40
+ * Each response (each chunk from server) keeps not more than 3.9MiB of data.
41
+ *
42
+ * @generated from protobuf rpc: ReadText(MiLaboratories.Controller.Shared.StreamingAPI.ReadText) returns (MiLaboratories.Controller.Shared.StreamingAPI.Response);
43
+ */
44
+ readText(input: StreamingAPI_ReadText, options?: RpcOptions): UnaryCall<StreamingAPI_ReadText, StreamingAPI_Response>;
45
+ /**
46
+ * LastLines provides single message with the last lines from data source.
47
+ * When search pattern is specified, the last lines matching the given pattern are returned.
48
+ * The lines are returned in reversed order, as server reads data source from the end.
49
+ * Consider it as equivalent to 'tac <file> | grep <search> | head -n <line_count>'
50
+ * The <new_offset> returned in the response points to the _beginning_ of the last
51
+ * line found, so client can continue reading the file backwards in subsequent calls.
52
+ * This means, that use of this <new_offset> in ReadText() will return you the same line
53
+ * returned last in LastLines() data.
54
+ *
55
+ * @generated from protobuf rpc: LastLines(MiLaboratories.Controller.Shared.StreamingAPI.LastLines) returns (MiLaboratories.Controller.Shared.StreamingAPI.Response);
56
+ */
57
+ lastLines(input: StreamingAPI_LastLines, options?: RpcOptions): UnaryCall<StreamingAPI_LastLines, StreamingAPI_Response>;
58
+ }
59
+ /**
60
+ *
61
+ * Streaming provides access to online data stream from item in storage. Whenever item is appended with data,
62
+ * the caller receives this fresh data in stream from server.
63
+ *
64
+ *
65
+ * @generated from protobuf service MiLaboratories.Controller.Shared.Streaming
66
+ */
67
+ export declare class StreamingClient implements IStreamingClient, ServiceInfo {
68
+ private readonly _transport;
69
+ typeName: string;
70
+ methods: import('@protobuf-ts/runtime-rpc').MethodInfo<any, any>[];
71
+ options: {
72
+ [extensionName: string]: import('@protobuf-ts/runtime').JsonValue;
73
+ };
74
+ constructor(_transport: RpcTransport);
75
+ /**
76
+ * StreamBinary provides stream of binary file. Each response message keeps
77
+ * one single chunk of binary data from data source. See StreamingAPI.Binary message
78
+ * for more info on available options.
79
+ *
80
+ * @generated from protobuf rpc: StreamBinary(MiLaboratories.Controller.Shared.StreamingAPI.StreamBinary) returns (stream MiLaboratories.Controller.Shared.StreamingAPI.Response);
81
+ */
82
+ streamBinary(input: StreamingAPI_StreamBinary, options?: RpcOptions): ServerStreamingCall<StreamingAPI_StreamBinary, StreamingAPI_Response>;
83
+ /**
84
+ * ReadBinary allows to read remote item in chunks using stream-like API.
85
+ * The difference to StreamBinary is that the client receives single response for each
86
+ * call and has to send new calls to the server to get fresh data from remote item.
87
+ * Each response (each chunk from server) keeps not more than 3.9MiB of data.
88
+ *
89
+ * @generated from protobuf rpc: ReadBinary(MiLaboratories.Controller.Shared.StreamingAPI.ReadBinary) returns (MiLaboratories.Controller.Shared.StreamingAPI.Response);
90
+ */
91
+ readBinary(input: StreamingAPI_ReadBinary, options?: RpcOptions): UnaryCall<StreamingAPI_ReadBinary, StreamingAPI_Response>;
92
+ /**
93
+ * StreamText provides stream of textual file, splitting the data by newline symbol.
94
+ * Each response message keeps one single line of text from data source.
95
+ *
96
+ * @generated from protobuf rpc: StreamText(MiLaboratories.Controller.Shared.StreamingAPI.StreamText) returns (stream MiLaboratories.Controller.Shared.StreamingAPI.Response);
97
+ */
98
+ streamText(input: StreamingAPI_StreamText, options?: RpcOptions): ServerStreamingCall<StreamingAPI_StreamText, StreamingAPI_Response>;
99
+ /**
100
+ * ReadBinary allows to read remote item in chunks using stream-like API.
101
+ * The difference to StreamBinary is that the client receives single response for each
102
+ * call and has to send new calls to the server to get fresh data from remote item.
103
+ * Each response (each chunk from server) keeps not more than 3.9MiB of data.
104
+ *
105
+ * @generated from protobuf rpc: ReadText(MiLaboratories.Controller.Shared.StreamingAPI.ReadText) returns (MiLaboratories.Controller.Shared.StreamingAPI.Response);
106
+ */
107
+ readText(input: StreamingAPI_ReadText, options?: RpcOptions): UnaryCall<StreamingAPI_ReadText, StreamingAPI_Response>;
108
+ /**
109
+ * LastLines provides single message with the last lines from data source.
110
+ * When search pattern is specified, the last lines matching the given pattern are returned.
111
+ * The lines are returned in reversed order, as server reads data source from the end.
112
+ * Consider it as equivalent to 'tac <file> | grep <search> | head -n <line_count>'
113
+ * The <new_offset> returned in the response points to the _beginning_ of the last
114
+ * line found, so client can continue reading the file backwards in subsequent calls.
115
+ * This means, that use of this <new_offset> in ReadText() will return you the same line
116
+ * returned last in LastLines() data.
117
+ *
118
+ * @generated from protobuf rpc: LastLines(MiLaboratories.Controller.Shared.StreamingAPI.LastLines) returns (MiLaboratories.Controller.Shared.StreamingAPI.Response);
119
+ */
120
+ lastLines(input: StreamingAPI_LastLines, options?: RpcOptions): UnaryCall<StreamingAPI_LastLines, StreamingAPI_Response>;
121
+ }
122
+ //# sourceMappingURL=protocol.client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protocol.client.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.client.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAE5D,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AACzD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,YAAY,CAAC;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AAE1D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,YAAY,CAAC;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAC;AAC5D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AAC3D;;;;;;;GAOG;AACH,MAAM,WAAW,gBAAgB;IAC7B;;;;;;OAMG;IACH,YAAY,CAAC,KAAK,EAAE,yBAAyB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,yBAAyB,EAAE,qBAAqB,CAAC,CAAC;IAC5I;;;;;;;OAOG;IACH,UAAU,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,uBAAuB,EAAE,qBAAqB,CAAC,CAAC;IAC5H;;;;;OAKG;IACH,UAAU,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,uBAAuB,EAAE,qBAAqB,CAAC,CAAC;IACtI;;;;;;;OAOG;IACH,QAAQ,CAAC,KAAK,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,qBAAqB,EAAE,qBAAqB,CAAC,CAAC;IACtH;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,sBAAsB,EAAE,qBAAqB,CAAC,CAAC;CAC5H;AACD;;;;;;;GAOG;AACH,qBAAa,eAAgB,YAAW,gBAAgB,EAAE,WAAW;IAIrD,OAAO,CAAC,QAAQ,CAAC,UAAU;IAHvC,QAAQ,SAAsB;IAC9B,OAAO,4DAAqB;IAC5B,OAAO;;MAAqB;gBACC,UAAU,EAAE,YAAY;IAErD;;;;;;OAMG;IACH,YAAY,CAAC,KAAK,EAAE,yBAAyB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,yBAAyB,EAAE,qBAAqB,CAAC;IAI3I;;;;;;;OAOG;IACH,UAAU,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,uBAAuB,EAAE,qBAAqB,CAAC;IAI3H;;;;;OAKG;IACH,UAAU,CAAC,KAAK,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,mBAAmB,CAAC,uBAAuB,EAAE,qBAAqB,CAAC;IAIrI;;;;;;;OAOG;IACH,QAAQ,CAAC,KAAK,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,qBAAqB,EAAE,qBAAqB,CAAC;IAIrH;;;;;;;;;;;OAWG;IACH,SAAS,CAAC,KAAK,EAAE,sBAAsB,EAAE,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC,sBAAsB,EAAE,qBAAqB,CAAC;CAI3H"}
@@ -0,0 +1,315 @@
1
+ import { ServiceType } from '@protobuf-ts/runtime-rpc';
2
+ import { BinaryWriteOptions, IBinaryWriter, BinaryReadOptions, IBinaryReader, PartialMessage, MessageType } from '@protobuf-ts/runtime';
3
+ /**
4
+ * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI
5
+ */
6
+ export interface StreamingAPI {
7
+ }
8
+ /**
9
+ * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.StreamBinary
10
+ */
11
+ export interface StreamingAPI_StreamBinary {
12
+ /**
13
+ * <resource_id> of Stream resource, that keeps info on item to be streamed.
14
+ *
15
+ * @generated from protobuf field: uint64 resource_id = 1;
16
+ */
17
+ resourceId: bigint;
18
+ /**
19
+ * <offset> makes streamer to perform seek operation to given offset before sending the data.
20
+ *
21
+ * @generated from protobuf field: int64 offset = 2;
22
+ */
23
+ offset: bigint;
24
+ /**
25
+ * <chunk_size> limits the maximum size of <data> for each response message in stream.
26
+ *
27
+ * Default value: 32 768 (32 KiB)
28
+ * Max value: 3900 * 1024 (3.9 MiB)
29
+ *
30
+ * @generated from protobuf field: optional uint32 chunk_size = 11;
31
+ */
32
+ chunkSize?: number;
33
+ /**
34
+ * <read_limit> allows client to limit total data sent from server.
35
+ * This limit is aggregation of all data, sent in all chunks.
36
+ * E.g. to read 2000 bytes of data in chunks of at most
37
+ * 130 bytes, use <chunk_size> = 130; <read_limit> = 2000.
38
+ * For storage item of appropriate size this settings will result in
39
+ * 16 messages from server: 15 of 130 bytes and one of 50 bytes.
40
+ *
41
+ * @generated from protobuf field: optional int64 read_limit = 20;
42
+ */
43
+ readLimit?: bigint;
44
+ }
45
+ /**
46
+ * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.ReadBinary
47
+ */
48
+ export interface StreamingAPI_ReadBinary {
49
+ /**
50
+ * <resource_id> of Stream resource, that keeps info on item to be streamed.
51
+ *
52
+ * @generated from protobuf field: uint64 resource_id = 1;
53
+ */
54
+ resourceId: bigint;
55
+ /**
56
+ * <offset> makes streamer to perform seek operation to given offset before sending the data.
57
+ *
58
+ * @generated from protobuf field: int64 offset = 2;
59
+ */
60
+ offset: bigint;
61
+ /**
62
+ * <chunk_size> limits the maximum size of <data> for response message in stream.
63
+ *
64
+ * Default value: 32 768 (32 KiB)
65
+ * Max value: 3900 * 1024 (3.9 MiB)
66
+ *
67
+ * @generated from protobuf field: optional uint32 chunk_size = 11;
68
+ */
69
+ chunkSize?: number;
70
+ }
71
+ /**
72
+ * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.StreamText
73
+ */
74
+ export interface StreamingAPI_StreamText {
75
+ /**
76
+ * <resource_id> of Stream resource, that keeps info on item to be streamed.
77
+ *
78
+ * @generated from protobuf field: uint64 resource_id = 1;
79
+ */
80
+ resourceId: bigint;
81
+ /**
82
+ * <offset> makes streamer to perform seek operation to given offset before sending the contents.
83
+ * This offset is taken in BYTES, as it eases streaming recovery after client reconnection or controller restart.
84
+ * Client can just use the <new_offset> value of the last response from server to continue streaming after reconnection.
85
+ *
86
+ * @generated from protobuf field: int64 offset = 2;
87
+ */
88
+ offset: bigint;
89
+ /**
90
+ * <read_limit> allows client to limit total data sent from server.
91
+ * This limit is aggregation of all data, sent in all chunks, measured
92
+ * in lines of text.
93
+ * E.g. to read top 1000 lines from stream source, use <read_limit> = 1000.
94
+ * When both <read_limit> and <search>/<search_re> are set, the <read_limit> is applied first.
95
+ * this is equivalent to 'head -n <read_limit> | grep <search>'.
96
+ *
97
+ * @generated from protobuf field: optional int64 read_limit = 20;
98
+ */
99
+ readLimit?: bigint;
100
+ /**
101
+ * <search> is substring for line search pattern.
102
+ * This option makes controller to send to the client only lines, that
103
+ * have given substring.
104
+ *
105
+ * @generated from protobuf field: optional string search = 21;
106
+ */
107
+ search?: string;
108
+ /**
109
+ * <search_re> is regular expression for line search pattern.
110
+ * This option makes controller to send to the client only lines, that
111
+ * match given regular expression.
112
+ *
113
+ * @generated from protobuf field: optional string search_re = 22;
114
+ */
115
+ searchRe?: string;
116
+ }
117
+ /**
118
+ * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.ReadText
119
+ */
120
+ export interface StreamingAPI_ReadText {
121
+ /**
122
+ * <resource_id> of Stream resource, that keeps info on item to be streamed.
123
+ *
124
+ * @generated from protobuf field: uint64 resource_id = 1;
125
+ */
126
+ resourceId: bigint;
127
+ /**
128
+ * <offset> makes streamer to perform seek operation to given offset before sending the contents.
129
+ * This offset is taken in BYTES, as it eases streaming recovery after client reconnection or controller restart.
130
+ * Client can just use the <new_offset> value of the last response from server to continue streaming after reconnection.
131
+ *
132
+ * @generated from protobuf field: int64 offset = 2;
133
+ */
134
+ offset: bigint;
135
+ /**
136
+ * <read_limit> allows client to limit total data sent from server.
137
+ * Measured in lines of text.
138
+ * E.g. to read top 1000 lines from stream source, use <read_limit> = 1000.
139
+ * When both <read_limit> and <search>/<search_re> are set, the <read_limit> is applied first.
140
+ * this is equivalent to 'head -n <read_limit> | grep <search>'.
141
+ * At most 3.9 MiB (3900 * 1024 KiB) of data is returned in single read regardless of <read_limit> option
142
+ * Only full lines of text are returned except for the last line from the completed source
143
+ * (the one that is not expected to have new data, like blob in storage)
144
+ *
145
+ * @generated from protobuf field: optional int64 read_limit = 20;
146
+ */
147
+ readLimit?: bigint;
148
+ /**
149
+ * <search> is substring for line search pattern.
150
+ * This option makes controller to send to the client only lines, that
151
+ * have given substring.
152
+ *
153
+ * @generated from protobuf field: optional string search = 21;
154
+ */
155
+ search?: string;
156
+ /**
157
+ * <search_re> is regular expression for line search pattern.
158
+ * This option makes controller to send to the client only lines, that
159
+ * match given regular expression.
160
+ *
161
+ * @generated from protobuf field: optional string search_re = 22;
162
+ */
163
+ searchRe?: string;
164
+ }
165
+ /**
166
+ * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.LastLines
167
+ */
168
+ export interface StreamingAPI_LastLines {
169
+ /**
170
+ * <resource_id> of Stream resource, that keeps info on item to be streamed.
171
+ *
172
+ * @generated from protobuf field: uint64 resource_id = 1;
173
+ */
174
+ resourceId: bigint;
175
+ /**
176
+ * <offset> makes streamer to perform seek operation to given offset before sending the contents.
177
+ * This offset is taken in BYTES, as it eases streaming recovery after client reconnection or controller restart.
178
+ * By default, LastLines starts to treat the data source from the very last byte available in data stream
179
+ * at the moment of call, but client can set the server to start from earlier position.
180
+ *
181
+ * @generated from protobuf field: optional int64 offset = 2;
182
+ */
183
+ offset?: bigint;
184
+ /**
185
+ * <line_count> makes streamer to return up to <line_count> lines to the client.
186
+ * Default value: 1
187
+ *
188
+ * @generated from protobuf field: optional int32 line_count = 3;
189
+ */
190
+ lineCount?: number;
191
+ /**
192
+ * <search> is substring for line search pattern.
193
+ * This option makes controller to send to the client only lines, that
194
+ * have given substring.
195
+ *
196
+ * @generated from protobuf field: optional string search = 21;
197
+ */
198
+ search?: string;
199
+ /**
200
+ * <search_re> is regular expression for line search pattern.
201
+ * This option makes controller to send to the client only lines, that
202
+ * match given regular expression.
203
+ *
204
+ * @generated from protobuf field: optional string search_re = 22;
205
+ */
206
+ searchRe?: string;
207
+ }
208
+ /**
209
+ * @generated from protobuf message MiLaboratories.Controller.Shared.StreamingAPI.Response
210
+ */
211
+ export interface StreamingAPI_Response {
212
+ /**
213
+ * data chunk from item, starting from the <new_offset> of the previous message in the same stream.
214
+ *
215
+ * @generated from protobuf field: bytes data = 1;
216
+ */
217
+ data: Uint8Array;
218
+ /**
219
+ * <size> is the actual size of the streamed item at the moment of this message.
220
+ * This might be not a final amount of streamed data, as stream source can be updated
221
+ * by other independent process (e.g., data is written to log file).
222
+ * This field in combination with <new_offset> shows, how far the client is from the end
223
+ * of the data right now.
224
+ *
225
+ * @generated from protobuf field: uint64 size = 2;
226
+ */
227
+ size: bigint;
228
+ /**
229
+ * <new_offset> is the new offset in bytes from the start of the streamed item,
230
+ * including size of <data> in current response.
231
+ * Call to Stream rpc with <offset> = <new_offset> will continue
232
+ * streaming from the place of last received message
233
+ * (e.g. <offset> = <new_offset> - 1 will repeat the last byte of
234
+ * previously received <data>)
235
+ *
236
+ * @generated from protobuf field: uint64 new_offset = 3;
237
+ */
238
+ newOffset: bigint;
239
+ }
240
+ declare class StreamingAPI$Type extends MessageType<StreamingAPI> {
241
+ constructor();
242
+ create(value?: PartialMessage<StreamingAPI>): StreamingAPI;
243
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI): StreamingAPI;
244
+ internalBinaryWrite(message: StreamingAPI, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
245
+ }
246
+ /**
247
+ * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI
248
+ */
249
+ export declare const StreamingAPI: StreamingAPI$Type;
250
+ declare class StreamingAPI_StreamBinary$Type extends MessageType<StreamingAPI_StreamBinary> {
251
+ constructor();
252
+ create(value?: PartialMessage<StreamingAPI_StreamBinary>): StreamingAPI_StreamBinary;
253
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_StreamBinary): StreamingAPI_StreamBinary;
254
+ internalBinaryWrite(message: StreamingAPI_StreamBinary, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
255
+ }
256
+ /**
257
+ * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.StreamBinary
258
+ */
259
+ export declare const StreamingAPI_StreamBinary: StreamingAPI_StreamBinary$Type;
260
+ declare class StreamingAPI_ReadBinary$Type extends MessageType<StreamingAPI_ReadBinary> {
261
+ constructor();
262
+ create(value?: PartialMessage<StreamingAPI_ReadBinary>): StreamingAPI_ReadBinary;
263
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_ReadBinary): StreamingAPI_ReadBinary;
264
+ internalBinaryWrite(message: StreamingAPI_ReadBinary, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
265
+ }
266
+ /**
267
+ * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.ReadBinary
268
+ */
269
+ export declare const StreamingAPI_ReadBinary: StreamingAPI_ReadBinary$Type;
270
+ declare class StreamingAPI_StreamText$Type extends MessageType<StreamingAPI_StreamText> {
271
+ constructor();
272
+ create(value?: PartialMessage<StreamingAPI_StreamText>): StreamingAPI_StreamText;
273
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_StreamText): StreamingAPI_StreamText;
274
+ internalBinaryWrite(message: StreamingAPI_StreamText, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
275
+ }
276
+ /**
277
+ * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.StreamText
278
+ */
279
+ export declare const StreamingAPI_StreamText: StreamingAPI_StreamText$Type;
280
+ declare class StreamingAPI_ReadText$Type extends MessageType<StreamingAPI_ReadText> {
281
+ constructor();
282
+ create(value?: PartialMessage<StreamingAPI_ReadText>): StreamingAPI_ReadText;
283
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_ReadText): StreamingAPI_ReadText;
284
+ internalBinaryWrite(message: StreamingAPI_ReadText, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
285
+ }
286
+ /**
287
+ * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.ReadText
288
+ */
289
+ export declare const StreamingAPI_ReadText: StreamingAPI_ReadText$Type;
290
+ declare class StreamingAPI_LastLines$Type extends MessageType<StreamingAPI_LastLines> {
291
+ constructor();
292
+ create(value?: PartialMessage<StreamingAPI_LastLines>): StreamingAPI_LastLines;
293
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_LastLines): StreamingAPI_LastLines;
294
+ internalBinaryWrite(message: StreamingAPI_LastLines, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
295
+ }
296
+ /**
297
+ * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.LastLines
298
+ */
299
+ export declare const StreamingAPI_LastLines: StreamingAPI_LastLines$Type;
300
+ declare class StreamingAPI_Response$Type extends MessageType<StreamingAPI_Response> {
301
+ constructor();
302
+ create(value?: PartialMessage<StreamingAPI_Response>): StreamingAPI_Response;
303
+ internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: StreamingAPI_Response): StreamingAPI_Response;
304
+ internalBinaryWrite(message: StreamingAPI_Response, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter;
305
+ }
306
+ /**
307
+ * @generated MessageType for protobuf message MiLaboratories.Controller.Shared.StreamingAPI.Response
308
+ */
309
+ export declare const StreamingAPI_Response: StreamingAPI_Response$Type;
310
+ /**
311
+ * @generated ServiceType for protobuf service MiLaboratories.Controller.Shared.Streaming
312
+ */
313
+ export declare const Streaming: ServiceType;
314
+ export {};
315
+ //# sourceMappingURL=protocol.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"protocol.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/proto/github.com/milaboratory/pl/controllers/shared/grpc/streamingapi/protocol.ts"],"names":[],"mappings":"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"}