@alis-build/a2a-history 1.0.310 → 1.0.312
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alis/a2a/extension/history/v1/history_grpc_pb.d.ts +81 -0
- package/alis/a2a/extension/history/v1/history_grpc_pb.js +384 -0
- package/alis/a2a/extension/history/v1/history_grpc_web_pb.d.ts +163 -0
- package/alis/a2a/extension/history/v1/history_grpc_web_pb.js +824 -0
- package/alis/a2a/extension/history/v1/history_pb.d.ts +345 -0
- package/alis/a2a/extension/history/v1/history_pb.js +2803 -0
- package/package.json +1 -1
- package/alis/a2a/extension/history/v1/session_grpc_pb.d.ts +0 -106
- package/alis/a2a/extension/history/v1/session_grpc_pb.js +0 -521
- package/alis/a2a/extension/history/v1/session_grpc_web_pb.d.ts +0 -223
- package/alis/a2a/extension/history/v1/session_grpc_web_pb.js +0 -1129
- package/alis/a2a/extension/history/v1/session_pb.d.ts +0 -535
- package/alis/a2a/extension/history/v1/session_pb.js +0 -4463
|
@@ -1,535 +0,0 @@
|
|
|
1
|
-
import * as jspb from 'google-protobuf'
|
|
2
|
-
|
|
3
|
-
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
|
|
4
|
-
import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb'; // proto import: "google/protobuf/field_mask.proto"
|
|
5
|
-
import * as google_iam_v1_policy_pb from '@alis-build/google-common-protos/google/iam/v1/policy_pb'; // proto import: "google/iam/v1/policy.proto"
|
|
6
|
-
import * as google_iam_v1_iam_policy_pb from '@alis-build/google-common-protos/google/iam/v1/iam_policy_pb'; // proto import: "google/iam/v1/iam_policy.proto"
|
|
7
|
-
import * as alis_open_iam_v1_iam_pb from '@open.alis.services/protobuf/alis/open/iam/v1/iam_pb'; // proto import: "alis/open/iam/v1/iam.proto"
|
|
8
|
-
import * as google_protobuf_empty_pb from 'google-protobuf/google/protobuf/empty_pb'; // proto import: "google/protobuf/empty.proto"
|
|
9
|
-
import * as google_protobuf_struct_pb from 'google-protobuf/google/protobuf/struct_pb'; // proto import: "google/protobuf/struct.proto"
|
|
10
|
-
import * as alis_a2a_extension_history_v1_a2a_pb from '../../../../../alis/a2a/extension/history/v1/a2a_pb'; // proto import: "alis/a2a/extension/history/v1/a2a.proto"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
export class Session extends jspb.Message {
|
|
14
|
-
getName(): string;
|
|
15
|
-
setName(value: string): Session;
|
|
16
|
-
|
|
17
|
-
getDisplayName(): string;
|
|
18
|
-
setDisplayName(value: string): Session;
|
|
19
|
-
|
|
20
|
-
getAgentId(): string;
|
|
21
|
-
setAgentId(value: string): Session;
|
|
22
|
-
|
|
23
|
-
getAgentDisplayName(): string;
|
|
24
|
-
setAgentDisplayName(value: string): Session;
|
|
25
|
-
|
|
26
|
-
getCreateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
27
|
-
setCreateTime(value?: google_protobuf_timestamp_pb.Timestamp): Session;
|
|
28
|
-
hasCreateTime(): boolean;
|
|
29
|
-
clearCreateTime(): Session;
|
|
30
|
-
|
|
31
|
-
serializeBinary(): Uint8Array;
|
|
32
|
-
toObject(includeInstance?: boolean): Session.AsObject;
|
|
33
|
-
static toObject(includeInstance: boolean, msg: Session): Session.AsObject;
|
|
34
|
-
static serializeBinaryToWriter(message: Session, writer: jspb.BinaryWriter): void;
|
|
35
|
-
static deserializeBinary(bytes: Uint8Array): Session;
|
|
36
|
-
static deserializeBinaryFromReader(message: Session, reader: jspb.BinaryReader): Session;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
export namespace Session {
|
|
40
|
-
export type AsObject = {
|
|
41
|
-
name: string,
|
|
42
|
-
displayName: string,
|
|
43
|
-
agentId: string,
|
|
44
|
-
agentDisplayName: string,
|
|
45
|
-
createTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
export class Client extends jspb.Message {
|
|
50
|
-
getUser(): string;
|
|
51
|
-
setUser(value: string): Client;
|
|
52
|
-
|
|
53
|
-
getApp(): string;
|
|
54
|
-
setApp(value: string): Client;
|
|
55
|
-
|
|
56
|
-
serializeBinary(): Uint8Array;
|
|
57
|
-
toObject(includeInstance?: boolean): Client.AsObject;
|
|
58
|
-
static toObject(includeInstance: boolean, msg: Client): Client.AsObject;
|
|
59
|
-
static serializeBinaryToWriter(message: Client, writer: jspb.BinaryWriter): void;
|
|
60
|
-
static deserializeBinary(bytes: Uint8Array): Client;
|
|
61
|
-
static deserializeBinaryFromReader(message: Client, reader: jspb.BinaryReader): Client;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export namespace Client {
|
|
65
|
-
export type AsObject = {
|
|
66
|
-
user: string,
|
|
67
|
-
app: string,
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
export class Event extends jspb.Message {
|
|
72
|
-
getName(): string;
|
|
73
|
-
setName(value: string): Event;
|
|
74
|
-
|
|
75
|
-
getClient(): Client | undefined;
|
|
76
|
-
setClient(value?: Client): Event;
|
|
77
|
-
hasClient(): boolean;
|
|
78
|
-
clearClient(): Event;
|
|
79
|
-
|
|
80
|
-
getTask(): alis_a2a_extension_history_v1_a2a_pb.Task | undefined;
|
|
81
|
-
setTask(value?: alis_a2a_extension_history_v1_a2a_pb.Task): Event;
|
|
82
|
-
hasTask(): boolean;
|
|
83
|
-
clearTask(): Event;
|
|
84
|
-
|
|
85
|
-
getMessage(): alis_a2a_extension_history_v1_a2a_pb.Message | undefined;
|
|
86
|
-
setMessage(value?: alis_a2a_extension_history_v1_a2a_pb.Message): Event;
|
|
87
|
-
hasMessage(): boolean;
|
|
88
|
-
clearMessage(): Event;
|
|
89
|
-
|
|
90
|
-
getStatusUpdate(): alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent | undefined;
|
|
91
|
-
setStatusUpdate(value?: alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent): Event;
|
|
92
|
-
hasStatusUpdate(): boolean;
|
|
93
|
-
clearStatusUpdate(): Event;
|
|
94
|
-
|
|
95
|
-
getArtifactUpdate(): alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent | undefined;
|
|
96
|
-
setArtifactUpdate(value?: alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent): Event;
|
|
97
|
-
hasArtifactUpdate(): boolean;
|
|
98
|
-
clearArtifactUpdate(): Event;
|
|
99
|
-
|
|
100
|
-
getCreateTime(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
101
|
-
setCreateTime(value?: google_protobuf_timestamp_pb.Timestamp): Event;
|
|
102
|
-
hasCreateTime(): boolean;
|
|
103
|
-
clearCreateTime(): Event;
|
|
104
|
-
|
|
105
|
-
getPayloadCase(): Event.PayloadCase;
|
|
106
|
-
|
|
107
|
-
serializeBinary(): Uint8Array;
|
|
108
|
-
toObject(includeInstance?: boolean): Event.AsObject;
|
|
109
|
-
static toObject(includeInstance: boolean, msg: Event): Event.AsObject;
|
|
110
|
-
static serializeBinaryToWriter(message: Event, writer: jspb.BinaryWriter): void;
|
|
111
|
-
static deserializeBinary(bytes: Uint8Array): Event;
|
|
112
|
-
static deserializeBinaryFromReader(message: Event, reader: jspb.BinaryReader): Event;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
export namespace Event {
|
|
116
|
-
export type AsObject = {
|
|
117
|
-
name: string,
|
|
118
|
-
client?: Client.AsObject,
|
|
119
|
-
task?: alis_a2a_extension_history_v1_a2a_pb.Task.AsObject,
|
|
120
|
-
message?: alis_a2a_extension_history_v1_a2a_pb.Message.AsObject,
|
|
121
|
-
statusUpdate?: alis_a2a_extension_history_v1_a2a_pb.TaskStatusUpdateEvent.AsObject,
|
|
122
|
-
artifactUpdate?: alis_a2a_extension_history_v1_a2a_pb.TaskArtifactUpdateEvent.AsObject,
|
|
123
|
-
createTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
export enum PayloadCase {
|
|
127
|
-
PAYLOAD_NOT_SET = 0,
|
|
128
|
-
TASK = 3,
|
|
129
|
-
MESSAGE = 4,
|
|
130
|
-
STATUS_UPDATE = 5,
|
|
131
|
-
ARTIFACT_UPDATE = 6,
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
export class GetSessionRequest extends jspb.Message {
|
|
136
|
-
getName(): string;
|
|
137
|
-
setName(value: string): GetSessionRequest;
|
|
138
|
-
|
|
139
|
-
getReadMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
140
|
-
setReadMask(value?: google_protobuf_field_mask_pb.FieldMask): GetSessionRequest;
|
|
141
|
-
hasReadMask(): boolean;
|
|
142
|
-
clearReadMask(): GetSessionRequest;
|
|
143
|
-
|
|
144
|
-
serializeBinary(): Uint8Array;
|
|
145
|
-
toObject(includeInstance?: boolean): GetSessionRequest.AsObject;
|
|
146
|
-
static toObject(includeInstance: boolean, msg: GetSessionRequest): GetSessionRequest.AsObject;
|
|
147
|
-
static serializeBinaryToWriter(message: GetSessionRequest, writer: jspb.BinaryWriter): void;
|
|
148
|
-
static deserializeBinary(bytes: Uint8Array): GetSessionRequest;
|
|
149
|
-
static deserializeBinaryFromReader(message: GetSessionRequest, reader: jspb.BinaryReader): GetSessionRequest;
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
export namespace GetSessionRequest {
|
|
153
|
-
export type AsObject = {
|
|
154
|
-
name: string,
|
|
155
|
-
readMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
export class DeleteSessionRequest extends jspb.Message {
|
|
160
|
-
getName(): string;
|
|
161
|
-
setName(value: string): DeleteSessionRequest;
|
|
162
|
-
|
|
163
|
-
serializeBinary(): Uint8Array;
|
|
164
|
-
toObject(includeInstance?: boolean): DeleteSessionRequest.AsObject;
|
|
165
|
-
static toObject(includeInstance: boolean, msg: DeleteSessionRequest): DeleteSessionRequest.AsObject;
|
|
166
|
-
static serializeBinaryToWriter(message: DeleteSessionRequest, writer: jspb.BinaryWriter): void;
|
|
167
|
-
static deserializeBinary(bytes: Uint8Array): DeleteSessionRequest;
|
|
168
|
-
static deserializeBinaryFromReader(message: DeleteSessionRequest, reader: jspb.BinaryReader): DeleteSessionRequest;
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
export namespace DeleteSessionRequest {
|
|
172
|
-
export type AsObject = {
|
|
173
|
-
name: string,
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
export class ListSessionsRequest extends jspb.Message {
|
|
178
|
-
getPageSize(): number;
|
|
179
|
-
setPageSize(value: number): ListSessionsRequest;
|
|
180
|
-
|
|
181
|
-
getPageToken(): string;
|
|
182
|
-
setPageToken(value: string): ListSessionsRequest;
|
|
183
|
-
|
|
184
|
-
getReadMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
185
|
-
setReadMask(value?: google_protobuf_field_mask_pb.FieldMask): ListSessionsRequest;
|
|
186
|
-
hasReadMask(): boolean;
|
|
187
|
-
clearReadMask(): ListSessionsRequest;
|
|
188
|
-
|
|
189
|
-
serializeBinary(): Uint8Array;
|
|
190
|
-
toObject(includeInstance?: boolean): ListSessionsRequest.AsObject;
|
|
191
|
-
static toObject(includeInstance: boolean, msg: ListSessionsRequest): ListSessionsRequest.AsObject;
|
|
192
|
-
static serializeBinaryToWriter(message: ListSessionsRequest, writer: jspb.BinaryWriter): void;
|
|
193
|
-
static deserializeBinary(bytes: Uint8Array): ListSessionsRequest;
|
|
194
|
-
static deserializeBinaryFromReader(message: ListSessionsRequest, reader: jspb.BinaryReader): ListSessionsRequest;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
export namespace ListSessionsRequest {
|
|
198
|
-
export type AsObject = {
|
|
199
|
-
pageSize: number,
|
|
200
|
-
pageToken: string,
|
|
201
|
-
readMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
export class ListSessionsResponse extends jspb.Message {
|
|
206
|
-
getSessionsList(): Array<Session>;
|
|
207
|
-
setSessionsList(value: Array<Session>): ListSessionsResponse;
|
|
208
|
-
clearSessionsList(): ListSessionsResponse;
|
|
209
|
-
addSessions(value?: Session, index?: number): Session;
|
|
210
|
-
|
|
211
|
-
getNextPageToken(): string;
|
|
212
|
-
setNextPageToken(value: string): ListSessionsResponse;
|
|
213
|
-
|
|
214
|
-
serializeBinary(): Uint8Array;
|
|
215
|
-
toObject(includeInstance?: boolean): ListSessionsResponse.AsObject;
|
|
216
|
-
static toObject(includeInstance: boolean, msg: ListSessionsResponse): ListSessionsResponse.AsObject;
|
|
217
|
-
static serializeBinaryToWriter(message: ListSessionsResponse, writer: jspb.BinaryWriter): void;
|
|
218
|
-
static deserializeBinary(bytes: Uint8Array): ListSessionsResponse;
|
|
219
|
-
static deserializeBinaryFromReader(message: ListSessionsResponse, reader: jspb.BinaryReader): ListSessionsResponse;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
export namespace ListSessionsResponse {
|
|
223
|
-
export type AsObject = {
|
|
224
|
-
sessionsList: Array<Session.AsObject>,
|
|
225
|
-
nextPageToken: string,
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
export class BatchGetSessionsRequest extends jspb.Message {
|
|
230
|
-
getNamesList(): Array<string>;
|
|
231
|
-
setNamesList(value: Array<string>): BatchGetSessionsRequest;
|
|
232
|
-
clearNamesList(): BatchGetSessionsRequest;
|
|
233
|
-
addNames(value: string, index?: number): BatchGetSessionsRequest;
|
|
234
|
-
|
|
235
|
-
getReadMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
236
|
-
setReadMask(value?: google_protobuf_field_mask_pb.FieldMask): BatchGetSessionsRequest;
|
|
237
|
-
hasReadMask(): boolean;
|
|
238
|
-
clearReadMask(): BatchGetSessionsRequest;
|
|
239
|
-
|
|
240
|
-
serializeBinary(): Uint8Array;
|
|
241
|
-
toObject(includeInstance?: boolean): BatchGetSessionsRequest.AsObject;
|
|
242
|
-
static toObject(includeInstance: boolean, msg: BatchGetSessionsRequest): BatchGetSessionsRequest.AsObject;
|
|
243
|
-
static serializeBinaryToWriter(message: BatchGetSessionsRequest, writer: jspb.BinaryWriter): void;
|
|
244
|
-
static deserializeBinary(bytes: Uint8Array): BatchGetSessionsRequest;
|
|
245
|
-
static deserializeBinaryFromReader(message: BatchGetSessionsRequest, reader: jspb.BinaryReader): BatchGetSessionsRequest;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
export namespace BatchGetSessionsRequest {
|
|
249
|
-
export type AsObject = {
|
|
250
|
-
namesList: Array<string>,
|
|
251
|
-
readMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
export class BatchGetSessionsResponse extends jspb.Message {
|
|
256
|
-
getSessionsList(): Array<Session>;
|
|
257
|
-
setSessionsList(value: Array<Session>): BatchGetSessionsResponse;
|
|
258
|
-
clearSessionsList(): BatchGetSessionsResponse;
|
|
259
|
-
addSessions(value?: Session, index?: number): Session;
|
|
260
|
-
|
|
261
|
-
serializeBinary(): Uint8Array;
|
|
262
|
-
toObject(includeInstance?: boolean): BatchGetSessionsResponse.AsObject;
|
|
263
|
-
static toObject(includeInstance: boolean, msg: BatchGetSessionsResponse): BatchGetSessionsResponse.AsObject;
|
|
264
|
-
static serializeBinaryToWriter(message: BatchGetSessionsResponse, writer: jspb.BinaryWriter): void;
|
|
265
|
-
static deserializeBinary(bytes: Uint8Array): BatchGetSessionsResponse;
|
|
266
|
-
static deserializeBinaryFromReader(message: BatchGetSessionsResponse, reader: jspb.BinaryReader): BatchGetSessionsResponse;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
export namespace BatchGetSessionsResponse {
|
|
270
|
-
export type AsObject = {
|
|
271
|
-
sessionsList: Array<Session.AsObject>,
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
export class BatchDeleteSessionsRequest extends jspb.Message {
|
|
276
|
-
getNamesList(): Array<string>;
|
|
277
|
-
setNamesList(value: Array<string>): BatchDeleteSessionsRequest;
|
|
278
|
-
clearNamesList(): BatchDeleteSessionsRequest;
|
|
279
|
-
addNames(value: string, index?: number): BatchDeleteSessionsRequest;
|
|
280
|
-
|
|
281
|
-
serializeBinary(): Uint8Array;
|
|
282
|
-
toObject(includeInstance?: boolean): BatchDeleteSessionsRequest.AsObject;
|
|
283
|
-
static toObject(includeInstance: boolean, msg: BatchDeleteSessionsRequest): BatchDeleteSessionsRequest.AsObject;
|
|
284
|
-
static serializeBinaryToWriter(message: BatchDeleteSessionsRequest, writer: jspb.BinaryWriter): void;
|
|
285
|
-
static deserializeBinary(bytes: Uint8Array): BatchDeleteSessionsRequest;
|
|
286
|
-
static deserializeBinaryFromReader(message: BatchDeleteSessionsRequest, reader: jspb.BinaryReader): BatchDeleteSessionsRequest;
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
export namespace BatchDeleteSessionsRequest {
|
|
290
|
-
export type AsObject = {
|
|
291
|
-
namesList: Array<string>,
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
export class BatchDeleteSessionsResponse extends jspb.Message {
|
|
296
|
-
getSessionsList(): Array<Session>;
|
|
297
|
-
setSessionsList(value: Array<Session>): BatchDeleteSessionsResponse;
|
|
298
|
-
clearSessionsList(): BatchDeleteSessionsResponse;
|
|
299
|
-
addSessions(value?: Session, index?: number): Session;
|
|
300
|
-
|
|
301
|
-
serializeBinary(): Uint8Array;
|
|
302
|
-
toObject(includeInstance?: boolean): BatchDeleteSessionsResponse.AsObject;
|
|
303
|
-
static toObject(includeInstance: boolean, msg: BatchDeleteSessionsResponse): BatchDeleteSessionsResponse.AsObject;
|
|
304
|
-
static serializeBinaryToWriter(message: BatchDeleteSessionsResponse, writer: jspb.BinaryWriter): void;
|
|
305
|
-
static deserializeBinary(bytes: Uint8Array): BatchDeleteSessionsResponse;
|
|
306
|
-
static deserializeBinaryFromReader(message: BatchDeleteSessionsResponse, reader: jspb.BinaryReader): BatchDeleteSessionsResponse;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
export namespace BatchDeleteSessionsResponse {
|
|
310
|
-
export type AsObject = {
|
|
311
|
-
sessionsList: Array<Session.AsObject>,
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
export class StreamSessionsRequest extends jspb.Message {
|
|
316
|
-
getReadMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
317
|
-
setReadMask(value?: google_protobuf_field_mask_pb.FieldMask): StreamSessionsRequest;
|
|
318
|
-
hasReadMask(): boolean;
|
|
319
|
-
clearReadMask(): StreamSessionsRequest;
|
|
320
|
-
|
|
321
|
-
serializeBinary(): Uint8Array;
|
|
322
|
-
toObject(includeInstance?: boolean): StreamSessionsRequest.AsObject;
|
|
323
|
-
static toObject(includeInstance: boolean, msg: StreamSessionsRequest): StreamSessionsRequest.AsObject;
|
|
324
|
-
static serializeBinaryToWriter(message: StreamSessionsRequest, writer: jspb.BinaryWriter): void;
|
|
325
|
-
static deserializeBinary(bytes: Uint8Array): StreamSessionsRequest;
|
|
326
|
-
static deserializeBinaryFromReader(message: StreamSessionsRequest, reader: jspb.BinaryReader): StreamSessionsRequest;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
export namespace StreamSessionsRequest {
|
|
330
|
-
export type AsObject = {
|
|
331
|
-
readMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
export class CreateEventRequest extends jspb.Message {
|
|
336
|
-
getEvent(): Event | undefined;
|
|
337
|
-
setEvent(value?: Event): CreateEventRequest;
|
|
338
|
-
hasEvent(): boolean;
|
|
339
|
-
clearEvent(): CreateEventRequest;
|
|
340
|
-
|
|
341
|
-
getAgentId(): string;
|
|
342
|
-
setAgentId(value: string): CreateEventRequest;
|
|
343
|
-
|
|
344
|
-
getAgentDisplayName(): string;
|
|
345
|
-
setAgentDisplayName(value: string): CreateEventRequest;
|
|
346
|
-
|
|
347
|
-
serializeBinary(): Uint8Array;
|
|
348
|
-
toObject(includeInstance?: boolean): CreateEventRequest.AsObject;
|
|
349
|
-
static toObject(includeInstance: boolean, msg: CreateEventRequest): CreateEventRequest.AsObject;
|
|
350
|
-
static serializeBinaryToWriter(message: CreateEventRequest, writer: jspb.BinaryWriter): void;
|
|
351
|
-
static deserializeBinary(bytes: Uint8Array): CreateEventRequest;
|
|
352
|
-
static deserializeBinaryFromReader(message: CreateEventRequest, reader: jspb.BinaryReader): CreateEventRequest;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
export namespace CreateEventRequest {
|
|
356
|
-
export type AsObject = {
|
|
357
|
-
event?: Event.AsObject,
|
|
358
|
-
agentId: string,
|
|
359
|
-
agentDisplayName: string,
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
export class GetEventRequest extends jspb.Message {
|
|
364
|
-
getName(): string;
|
|
365
|
-
setName(value: string): GetEventRequest;
|
|
366
|
-
|
|
367
|
-
getReadMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
368
|
-
setReadMask(value?: google_protobuf_field_mask_pb.FieldMask): GetEventRequest;
|
|
369
|
-
hasReadMask(): boolean;
|
|
370
|
-
clearReadMask(): GetEventRequest;
|
|
371
|
-
|
|
372
|
-
serializeBinary(): Uint8Array;
|
|
373
|
-
toObject(includeInstance?: boolean): GetEventRequest.AsObject;
|
|
374
|
-
static toObject(includeInstance: boolean, msg: GetEventRequest): GetEventRequest.AsObject;
|
|
375
|
-
static serializeBinaryToWriter(message: GetEventRequest, writer: jspb.BinaryWriter): void;
|
|
376
|
-
static deserializeBinary(bytes: Uint8Array): GetEventRequest;
|
|
377
|
-
static deserializeBinaryFromReader(message: GetEventRequest, reader: jspb.BinaryReader): GetEventRequest;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
export namespace GetEventRequest {
|
|
381
|
-
export type AsObject = {
|
|
382
|
-
name: string,
|
|
383
|
-
readMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
export class ListEventsRequest extends jspb.Message {
|
|
388
|
-
getParent(): string;
|
|
389
|
-
setParent(value: string): ListEventsRequest;
|
|
390
|
-
|
|
391
|
-
getPageSize(): number;
|
|
392
|
-
setPageSize(value: number): ListEventsRequest;
|
|
393
|
-
|
|
394
|
-
getPageToken(): string;
|
|
395
|
-
setPageToken(value: string): ListEventsRequest;
|
|
396
|
-
|
|
397
|
-
getReadMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
398
|
-
setReadMask(value?: google_protobuf_field_mask_pb.FieldMask): ListEventsRequest;
|
|
399
|
-
hasReadMask(): boolean;
|
|
400
|
-
clearReadMask(): ListEventsRequest;
|
|
401
|
-
|
|
402
|
-
serializeBinary(): Uint8Array;
|
|
403
|
-
toObject(includeInstance?: boolean): ListEventsRequest.AsObject;
|
|
404
|
-
static toObject(includeInstance: boolean, msg: ListEventsRequest): ListEventsRequest.AsObject;
|
|
405
|
-
static serializeBinaryToWriter(message: ListEventsRequest, writer: jspb.BinaryWriter): void;
|
|
406
|
-
static deserializeBinary(bytes: Uint8Array): ListEventsRequest;
|
|
407
|
-
static deserializeBinaryFromReader(message: ListEventsRequest, reader: jspb.BinaryReader): ListEventsRequest;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
export namespace ListEventsRequest {
|
|
411
|
-
export type AsObject = {
|
|
412
|
-
parent: string,
|
|
413
|
-
pageSize: number,
|
|
414
|
-
pageToken: string,
|
|
415
|
-
readMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
|
|
419
|
-
export class ListEventsResponse extends jspb.Message {
|
|
420
|
-
getEventsList(): Array<Event>;
|
|
421
|
-
setEventsList(value: Array<Event>): ListEventsResponse;
|
|
422
|
-
clearEventsList(): ListEventsResponse;
|
|
423
|
-
addEvents(value?: Event, index?: number): Event;
|
|
424
|
-
|
|
425
|
-
getNextPageToken(): string;
|
|
426
|
-
setNextPageToken(value: string): ListEventsResponse;
|
|
427
|
-
|
|
428
|
-
serializeBinary(): Uint8Array;
|
|
429
|
-
toObject(includeInstance?: boolean): ListEventsResponse.AsObject;
|
|
430
|
-
static toObject(includeInstance: boolean, msg: ListEventsResponse): ListEventsResponse.AsObject;
|
|
431
|
-
static serializeBinaryToWriter(message: ListEventsResponse, writer: jspb.BinaryWriter): void;
|
|
432
|
-
static deserializeBinary(bytes: Uint8Array): ListEventsResponse;
|
|
433
|
-
static deserializeBinaryFromReader(message: ListEventsResponse, reader: jspb.BinaryReader): ListEventsResponse;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
export namespace ListEventsResponse {
|
|
437
|
-
export type AsObject = {
|
|
438
|
-
eventsList: Array<Event.AsObject>,
|
|
439
|
-
nextPageToken: string,
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
export class BatchCreateEventsRequest extends jspb.Message {
|
|
444
|
-
getEventsList(): Array<Event>;
|
|
445
|
-
setEventsList(value: Array<Event>): BatchCreateEventsRequest;
|
|
446
|
-
clearEventsList(): BatchCreateEventsRequest;
|
|
447
|
-
addEvents(value?: Event, index?: number): Event;
|
|
448
|
-
|
|
449
|
-
getAgentId(): string;
|
|
450
|
-
setAgentId(value: string): BatchCreateEventsRequest;
|
|
451
|
-
|
|
452
|
-
getAgentDisplayName(): string;
|
|
453
|
-
setAgentDisplayName(value: string): BatchCreateEventsRequest;
|
|
454
|
-
|
|
455
|
-
serializeBinary(): Uint8Array;
|
|
456
|
-
toObject(includeInstance?: boolean): BatchCreateEventsRequest.AsObject;
|
|
457
|
-
static toObject(includeInstance: boolean, msg: BatchCreateEventsRequest): BatchCreateEventsRequest.AsObject;
|
|
458
|
-
static serializeBinaryToWriter(message: BatchCreateEventsRequest, writer: jspb.BinaryWriter): void;
|
|
459
|
-
static deserializeBinary(bytes: Uint8Array): BatchCreateEventsRequest;
|
|
460
|
-
static deserializeBinaryFromReader(message: BatchCreateEventsRequest, reader: jspb.BinaryReader): BatchCreateEventsRequest;
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
export namespace BatchCreateEventsRequest {
|
|
464
|
-
export type AsObject = {
|
|
465
|
-
eventsList: Array<Event.AsObject>,
|
|
466
|
-
agentId: string,
|
|
467
|
-
agentDisplayName: string,
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
export class BatchCreateEventsResponse extends jspb.Message {
|
|
472
|
-
getEventsList(): Array<Event>;
|
|
473
|
-
setEventsList(value: Array<Event>): BatchCreateEventsResponse;
|
|
474
|
-
clearEventsList(): BatchCreateEventsResponse;
|
|
475
|
-
addEvents(value?: Event, index?: number): Event;
|
|
476
|
-
|
|
477
|
-
serializeBinary(): Uint8Array;
|
|
478
|
-
toObject(includeInstance?: boolean): BatchCreateEventsResponse.AsObject;
|
|
479
|
-
static toObject(includeInstance: boolean, msg: BatchCreateEventsResponse): BatchCreateEventsResponse.AsObject;
|
|
480
|
-
static serializeBinaryToWriter(message: BatchCreateEventsResponse, writer: jspb.BinaryWriter): void;
|
|
481
|
-
static deserializeBinary(bytes: Uint8Array): BatchCreateEventsResponse;
|
|
482
|
-
static deserializeBinaryFromReader(message: BatchCreateEventsResponse, reader: jspb.BinaryReader): BatchCreateEventsResponse;
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
export namespace BatchCreateEventsResponse {
|
|
486
|
-
export type AsObject = {
|
|
487
|
-
eventsList: Array<Event.AsObject>,
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
|
|
491
|
-
export class StreamEventsRequest extends jspb.Message {
|
|
492
|
-
getParent(): string;
|
|
493
|
-
setParent(value: string): StreamEventsRequest;
|
|
494
|
-
|
|
495
|
-
getReadMask(): google_protobuf_field_mask_pb.FieldMask | undefined;
|
|
496
|
-
setReadMask(value?: google_protobuf_field_mask_pb.FieldMask): StreamEventsRequest;
|
|
497
|
-
hasReadMask(): boolean;
|
|
498
|
-
clearReadMask(): StreamEventsRequest;
|
|
499
|
-
|
|
500
|
-
serializeBinary(): Uint8Array;
|
|
501
|
-
toObject(includeInstance?: boolean): StreamEventsRequest.AsObject;
|
|
502
|
-
static toObject(includeInstance: boolean, msg: StreamEventsRequest): StreamEventsRequest.AsObject;
|
|
503
|
-
static serializeBinaryToWriter(message: StreamEventsRequest, writer: jspb.BinaryWriter): void;
|
|
504
|
-
static deserializeBinary(bytes: Uint8Array): StreamEventsRequest;
|
|
505
|
-
static deserializeBinaryFromReader(message: StreamEventsRequest, reader: jspb.BinaryReader): StreamEventsRequest;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
export namespace StreamEventsRequest {
|
|
509
|
-
export type AsObject = {
|
|
510
|
-
parent: string,
|
|
511
|
-
readMask?: google_protobuf_field_mask_pb.FieldMask.AsObject,
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
|
|
515
|
-
export class SetSessionDisplayNameRequest extends jspb.Message {
|
|
516
|
-
getName(): string;
|
|
517
|
-
setName(value: string): SetSessionDisplayNameRequest;
|
|
518
|
-
|
|
519
|
-
getDisplayName(): string;
|
|
520
|
-
setDisplayName(value: string): SetSessionDisplayNameRequest;
|
|
521
|
-
|
|
522
|
-
serializeBinary(): Uint8Array;
|
|
523
|
-
toObject(includeInstance?: boolean): SetSessionDisplayNameRequest.AsObject;
|
|
524
|
-
static toObject(includeInstance: boolean, msg: SetSessionDisplayNameRequest): SetSessionDisplayNameRequest.AsObject;
|
|
525
|
-
static serializeBinaryToWriter(message: SetSessionDisplayNameRequest, writer: jspb.BinaryWriter): void;
|
|
526
|
-
static deserializeBinary(bytes: Uint8Array): SetSessionDisplayNameRequest;
|
|
527
|
-
static deserializeBinaryFromReader(message: SetSessionDisplayNameRequest, reader: jspb.BinaryReader): SetSessionDisplayNameRequest;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
export namespace SetSessionDisplayNameRequest {
|
|
531
|
-
export type AsObject = {
|
|
532
|
-
name: string,
|
|
533
|
-
displayName: string,
|
|
534
|
-
}
|
|
535
|
-
}
|