@marleena/trb-proto 1.0.29 → 1.0.30
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/README.md +4 -0
- package/gen/js-ts/postgresql/AdminServiceClientPb.ts +1591 -0
- package/gen/js-ts/postgresql/admin_pb.d.ts +1895 -0
- package/gen/js-ts/postgresql/admin_pb.js +15465 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1895 @@
|
|
|
1
|
+
import * as jspb from 'google-protobuf'
|
|
2
|
+
|
|
3
|
+
import * as google_api_annotations_pb from '../google/api/annotations_pb'; // proto import: "google/api/annotations.proto"
|
|
4
|
+
import * as google_api_field_behavior_pb from '../google/api/field_behavior_pb'; // proto import: "google/api/field_behavior.proto"
|
|
5
|
+
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
export class Status extends jspb.Message {
|
|
9
|
+
getSuccess(): boolean;
|
|
10
|
+
setSuccess(value: boolean): Status;
|
|
11
|
+
|
|
12
|
+
getMessage(): string;
|
|
13
|
+
setMessage(value: string): Status;
|
|
14
|
+
|
|
15
|
+
serializeBinary(): Uint8Array;
|
|
16
|
+
toObject(includeInstance?: boolean): Status.AsObject;
|
|
17
|
+
static toObject(includeInstance: boolean, msg: Status): Status.AsObject;
|
|
18
|
+
static serializeBinaryToWriter(message: Status, writer: jspb.BinaryWriter): void;
|
|
19
|
+
static deserializeBinary(bytes: Uint8Array): Status;
|
|
20
|
+
static deserializeBinaryFromReader(message: Status, reader: jspb.BinaryReader): Status;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export namespace Status {
|
|
24
|
+
export type AsObject = {
|
|
25
|
+
success: boolean,
|
|
26
|
+
message: string,
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export class PingRequest extends jspb.Message {
|
|
31
|
+
serializeBinary(): Uint8Array;
|
|
32
|
+
toObject(includeInstance?: boolean): PingRequest.AsObject;
|
|
33
|
+
static toObject(includeInstance: boolean, msg: PingRequest): PingRequest.AsObject;
|
|
34
|
+
static serializeBinaryToWriter(message: PingRequest, writer: jspb.BinaryWriter): void;
|
|
35
|
+
static deserializeBinary(bytes: Uint8Array): PingRequest;
|
|
36
|
+
static deserializeBinaryFromReader(message: PingRequest, reader: jspb.BinaryReader): PingRequest;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export namespace PingRequest {
|
|
40
|
+
export type AsObject = {
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export class PingResponse extends jspb.Message {
|
|
45
|
+
getOk(): boolean;
|
|
46
|
+
setOk(value: boolean): PingResponse;
|
|
47
|
+
|
|
48
|
+
getVersion(): string;
|
|
49
|
+
setVersion(value: string): PingResponse;
|
|
50
|
+
|
|
51
|
+
serializeBinary(): Uint8Array;
|
|
52
|
+
toObject(includeInstance?: boolean): PingResponse.AsObject;
|
|
53
|
+
static toObject(includeInstance: boolean, msg: PingResponse): PingResponse.AsObject;
|
|
54
|
+
static serializeBinaryToWriter(message: PingResponse, writer: jspb.BinaryWriter): void;
|
|
55
|
+
static deserializeBinary(bytes: Uint8Array): PingResponse;
|
|
56
|
+
static deserializeBinaryFromReader(message: PingResponse, reader: jspb.BinaryReader): PingResponse;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export namespace PingResponse {
|
|
60
|
+
export type AsObject = {
|
|
61
|
+
ok: boolean,
|
|
62
|
+
version: string,
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
export class ServerInfoRequest extends jspb.Message {
|
|
67
|
+
serializeBinary(): Uint8Array;
|
|
68
|
+
toObject(includeInstance?: boolean): ServerInfoRequest.AsObject;
|
|
69
|
+
static toObject(includeInstance: boolean, msg: ServerInfoRequest): ServerInfoRequest.AsObject;
|
|
70
|
+
static serializeBinaryToWriter(message: ServerInfoRequest, writer: jspb.BinaryWriter): void;
|
|
71
|
+
static deserializeBinary(bytes: Uint8Array): ServerInfoRequest;
|
|
72
|
+
static deserializeBinaryFromReader(message: ServerInfoRequest, reader: jspb.BinaryReader): ServerInfoRequest;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export namespace ServerInfoRequest {
|
|
76
|
+
export type AsObject = {
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export class ServerInfoResponse extends jspb.Message {
|
|
81
|
+
getVersion(): string;
|
|
82
|
+
setVersion(value: string): ServerInfoResponse;
|
|
83
|
+
|
|
84
|
+
getVersionNum(): number;
|
|
85
|
+
setVersionNum(value: number): ServerInfoResponse;
|
|
86
|
+
|
|
87
|
+
getServerEncoding(): string;
|
|
88
|
+
setServerEncoding(value: string): ServerInfoResponse;
|
|
89
|
+
|
|
90
|
+
getTimezone(): string;
|
|
91
|
+
setTimezone(value: string): ServerInfoResponse;
|
|
92
|
+
|
|
93
|
+
getMaxConnections(): number;
|
|
94
|
+
setMaxConnections(value: number): ServerInfoResponse;
|
|
95
|
+
|
|
96
|
+
getUptimeSeconds(): number;
|
|
97
|
+
setUptimeSeconds(value: number): ServerInfoResponse;
|
|
98
|
+
|
|
99
|
+
getCurrentDatabase(): string;
|
|
100
|
+
setCurrentDatabase(value: string): ServerInfoResponse;
|
|
101
|
+
|
|
102
|
+
getCurrentUser(): string;
|
|
103
|
+
setCurrentUser(value: string): ServerInfoResponse;
|
|
104
|
+
|
|
105
|
+
getDataDirectory(): string;
|
|
106
|
+
setDataDirectory(value: string): ServerInfoResponse;
|
|
107
|
+
|
|
108
|
+
getClusterName(): string;
|
|
109
|
+
setClusterName(value: string): ServerInfoResponse;
|
|
110
|
+
|
|
111
|
+
serializeBinary(): Uint8Array;
|
|
112
|
+
toObject(includeInstance?: boolean): ServerInfoResponse.AsObject;
|
|
113
|
+
static toObject(includeInstance: boolean, msg: ServerInfoResponse): ServerInfoResponse.AsObject;
|
|
114
|
+
static serializeBinaryToWriter(message: ServerInfoResponse, writer: jspb.BinaryWriter): void;
|
|
115
|
+
static deserializeBinary(bytes: Uint8Array): ServerInfoResponse;
|
|
116
|
+
static deserializeBinaryFromReader(message: ServerInfoResponse, reader: jspb.BinaryReader): ServerInfoResponse;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export namespace ServerInfoResponse {
|
|
120
|
+
export type AsObject = {
|
|
121
|
+
version: string,
|
|
122
|
+
versionNum: number,
|
|
123
|
+
serverEncoding: string,
|
|
124
|
+
timezone: string,
|
|
125
|
+
maxConnections: number,
|
|
126
|
+
uptimeSeconds: number,
|
|
127
|
+
currentDatabase: string,
|
|
128
|
+
currentUser: string,
|
|
129
|
+
dataDirectory: string,
|
|
130
|
+
clusterName: string,
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
export class DatabaseSpec extends jspb.Message {
|
|
135
|
+
getName(): string;
|
|
136
|
+
setName(value: string): DatabaseSpec;
|
|
137
|
+
|
|
138
|
+
getOwner(): string;
|
|
139
|
+
setOwner(value: string): DatabaseSpec;
|
|
140
|
+
|
|
141
|
+
getEncoding(): string;
|
|
142
|
+
setEncoding(value: string): DatabaseSpec;
|
|
143
|
+
|
|
144
|
+
getCollation(): string;
|
|
145
|
+
setCollation(value: string): DatabaseSpec;
|
|
146
|
+
|
|
147
|
+
getCtype(): string;
|
|
148
|
+
setCtype(value: string): DatabaseSpec;
|
|
149
|
+
|
|
150
|
+
getTemplate(): string;
|
|
151
|
+
setTemplate(value: string): DatabaseSpec;
|
|
152
|
+
|
|
153
|
+
getTablespace(): string;
|
|
154
|
+
setTablespace(value: string): DatabaseSpec;
|
|
155
|
+
|
|
156
|
+
getConnectionLimit(): number;
|
|
157
|
+
setConnectionLimit(value: number): DatabaseSpec;
|
|
158
|
+
|
|
159
|
+
getIfNotExists(): boolean;
|
|
160
|
+
setIfNotExists(value: boolean): DatabaseSpec;
|
|
161
|
+
|
|
162
|
+
serializeBinary(): Uint8Array;
|
|
163
|
+
toObject(includeInstance?: boolean): DatabaseSpec.AsObject;
|
|
164
|
+
static toObject(includeInstance: boolean, msg: DatabaseSpec): DatabaseSpec.AsObject;
|
|
165
|
+
static serializeBinaryToWriter(message: DatabaseSpec, writer: jspb.BinaryWriter): void;
|
|
166
|
+
static deserializeBinary(bytes: Uint8Array): DatabaseSpec;
|
|
167
|
+
static deserializeBinaryFromReader(message: DatabaseSpec, reader: jspb.BinaryReader): DatabaseSpec;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
export namespace DatabaseSpec {
|
|
171
|
+
export type AsObject = {
|
|
172
|
+
name: string,
|
|
173
|
+
owner: string,
|
|
174
|
+
encoding: string,
|
|
175
|
+
collation: string,
|
|
176
|
+
ctype: string,
|
|
177
|
+
template: string,
|
|
178
|
+
tablespace: string,
|
|
179
|
+
connectionLimit: number,
|
|
180
|
+
ifNotExists: boolean,
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export class DatabaseName extends jspb.Message {
|
|
185
|
+
getName(): string;
|
|
186
|
+
setName(value: string): DatabaseName;
|
|
187
|
+
|
|
188
|
+
getIfExists(): boolean;
|
|
189
|
+
setIfExists(value: boolean): DatabaseName;
|
|
190
|
+
|
|
191
|
+
getForce(): boolean;
|
|
192
|
+
setForce(value: boolean): DatabaseName;
|
|
193
|
+
|
|
194
|
+
serializeBinary(): Uint8Array;
|
|
195
|
+
toObject(includeInstance?: boolean): DatabaseName.AsObject;
|
|
196
|
+
static toObject(includeInstance: boolean, msg: DatabaseName): DatabaseName.AsObject;
|
|
197
|
+
static serializeBinaryToWriter(message: DatabaseName, writer: jspb.BinaryWriter): void;
|
|
198
|
+
static deserializeBinary(bytes: Uint8Array): DatabaseName;
|
|
199
|
+
static deserializeBinaryFromReader(message: DatabaseName, reader: jspb.BinaryReader): DatabaseName;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
export namespace DatabaseName {
|
|
203
|
+
export type AsObject = {
|
|
204
|
+
name: string,
|
|
205
|
+
ifExists: boolean,
|
|
206
|
+
force: boolean,
|
|
207
|
+
}
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
export class ListDatabasesRequest extends jspb.Message {
|
|
211
|
+
getLike(): string;
|
|
212
|
+
setLike(value: string): ListDatabasesRequest;
|
|
213
|
+
|
|
214
|
+
serializeBinary(): Uint8Array;
|
|
215
|
+
toObject(includeInstance?: boolean): ListDatabasesRequest.AsObject;
|
|
216
|
+
static toObject(includeInstance: boolean, msg: ListDatabasesRequest): ListDatabasesRequest.AsObject;
|
|
217
|
+
static serializeBinaryToWriter(message: ListDatabasesRequest, writer: jspb.BinaryWriter): void;
|
|
218
|
+
static deserializeBinary(bytes: Uint8Array): ListDatabasesRequest;
|
|
219
|
+
static deserializeBinaryFromReader(message: ListDatabasesRequest, reader: jspb.BinaryReader): ListDatabasesRequest;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
export namespace ListDatabasesRequest {
|
|
223
|
+
export type AsObject = {
|
|
224
|
+
like: string,
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
export class Database extends jspb.Message {
|
|
229
|
+
getName(): string;
|
|
230
|
+
setName(value: string): Database;
|
|
231
|
+
|
|
232
|
+
getOwner(): string;
|
|
233
|
+
setOwner(value: string): Database;
|
|
234
|
+
|
|
235
|
+
getEncoding(): string;
|
|
236
|
+
setEncoding(value: string): Database;
|
|
237
|
+
|
|
238
|
+
getCollation(): string;
|
|
239
|
+
setCollation(value: string): Database;
|
|
240
|
+
|
|
241
|
+
getCtype(): string;
|
|
242
|
+
setCtype(value: string): Database;
|
|
243
|
+
|
|
244
|
+
getSizeBytes(): number;
|
|
245
|
+
setSizeBytes(value: number): Database;
|
|
246
|
+
|
|
247
|
+
getConnectionLimit(): number;
|
|
248
|
+
setConnectionLimit(value: number): Database;
|
|
249
|
+
|
|
250
|
+
getNumBackends(): number;
|
|
251
|
+
setNumBackends(value: number): Database;
|
|
252
|
+
|
|
253
|
+
getAllowConnections(): boolean;
|
|
254
|
+
setAllowConnections(value: boolean): Database;
|
|
255
|
+
|
|
256
|
+
getTablespace(): string;
|
|
257
|
+
setTablespace(value: string): Database;
|
|
258
|
+
|
|
259
|
+
serializeBinary(): Uint8Array;
|
|
260
|
+
toObject(includeInstance?: boolean): Database.AsObject;
|
|
261
|
+
static toObject(includeInstance: boolean, msg: Database): Database.AsObject;
|
|
262
|
+
static serializeBinaryToWriter(message: Database, writer: jspb.BinaryWriter): void;
|
|
263
|
+
static deserializeBinary(bytes: Uint8Array): Database;
|
|
264
|
+
static deserializeBinaryFromReader(message: Database, reader: jspb.BinaryReader): Database;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
export namespace Database {
|
|
268
|
+
export type AsObject = {
|
|
269
|
+
name: string,
|
|
270
|
+
owner: string,
|
|
271
|
+
encoding: string,
|
|
272
|
+
collation: string,
|
|
273
|
+
ctype: string,
|
|
274
|
+
sizeBytes: number,
|
|
275
|
+
connectionLimit: number,
|
|
276
|
+
numBackends: number,
|
|
277
|
+
allowConnections: boolean,
|
|
278
|
+
tablespace: string,
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export class DatabaseList extends jspb.Message {
|
|
283
|
+
getItemsList(): Array<Database>;
|
|
284
|
+
setItemsList(value: Array<Database>): DatabaseList;
|
|
285
|
+
clearItemsList(): DatabaseList;
|
|
286
|
+
addItems(value?: Database, index?: number): Database;
|
|
287
|
+
|
|
288
|
+
serializeBinary(): Uint8Array;
|
|
289
|
+
toObject(includeInstance?: boolean): DatabaseList.AsObject;
|
|
290
|
+
static toObject(includeInstance: boolean, msg: DatabaseList): DatabaseList.AsObject;
|
|
291
|
+
static serializeBinaryToWriter(message: DatabaseList, writer: jspb.BinaryWriter): void;
|
|
292
|
+
static deserializeBinary(bytes: Uint8Array): DatabaseList;
|
|
293
|
+
static deserializeBinaryFromReader(message: DatabaseList, reader: jspb.BinaryReader): DatabaseList;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
export namespace DatabaseList {
|
|
297
|
+
export type AsObject = {
|
|
298
|
+
itemsList: Array<Database.AsObject>,
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
export class SchemaSpec extends jspb.Message {
|
|
303
|
+
getDatabase(): string;
|
|
304
|
+
setDatabase(value: string): SchemaSpec;
|
|
305
|
+
|
|
306
|
+
getName(): string;
|
|
307
|
+
setName(value: string): SchemaSpec;
|
|
308
|
+
|
|
309
|
+
getOwner(): string;
|
|
310
|
+
setOwner(value: string): SchemaSpec;
|
|
311
|
+
|
|
312
|
+
getIfNotExists(): boolean;
|
|
313
|
+
setIfNotExists(value: boolean): SchemaSpec;
|
|
314
|
+
|
|
315
|
+
serializeBinary(): Uint8Array;
|
|
316
|
+
toObject(includeInstance?: boolean): SchemaSpec.AsObject;
|
|
317
|
+
static toObject(includeInstance: boolean, msg: SchemaSpec): SchemaSpec.AsObject;
|
|
318
|
+
static serializeBinaryToWriter(message: SchemaSpec, writer: jspb.BinaryWriter): void;
|
|
319
|
+
static deserializeBinary(bytes: Uint8Array): SchemaSpec;
|
|
320
|
+
static deserializeBinaryFromReader(message: SchemaSpec, reader: jspb.BinaryReader): SchemaSpec;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
export namespace SchemaSpec {
|
|
324
|
+
export type AsObject = {
|
|
325
|
+
database: string,
|
|
326
|
+
name: string,
|
|
327
|
+
owner: string,
|
|
328
|
+
ifNotExists: boolean,
|
|
329
|
+
}
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export class SchemaName extends jspb.Message {
|
|
333
|
+
getDatabase(): string;
|
|
334
|
+
setDatabase(value: string): SchemaName;
|
|
335
|
+
|
|
336
|
+
getName(): string;
|
|
337
|
+
setName(value: string): SchemaName;
|
|
338
|
+
|
|
339
|
+
getIfExists(): boolean;
|
|
340
|
+
setIfExists(value: boolean): SchemaName;
|
|
341
|
+
|
|
342
|
+
getCascade(): boolean;
|
|
343
|
+
setCascade(value: boolean): SchemaName;
|
|
344
|
+
|
|
345
|
+
serializeBinary(): Uint8Array;
|
|
346
|
+
toObject(includeInstance?: boolean): SchemaName.AsObject;
|
|
347
|
+
static toObject(includeInstance: boolean, msg: SchemaName): SchemaName.AsObject;
|
|
348
|
+
static serializeBinaryToWriter(message: SchemaName, writer: jspb.BinaryWriter): void;
|
|
349
|
+
static deserializeBinary(bytes: Uint8Array): SchemaName;
|
|
350
|
+
static deserializeBinaryFromReader(message: SchemaName, reader: jspb.BinaryReader): SchemaName;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
export namespace SchemaName {
|
|
354
|
+
export type AsObject = {
|
|
355
|
+
database: string,
|
|
356
|
+
name: string,
|
|
357
|
+
ifExists: boolean,
|
|
358
|
+
cascade: boolean,
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
export class ListSchemasRequest extends jspb.Message {
|
|
363
|
+
getDatabase(): string;
|
|
364
|
+
setDatabase(value: string): ListSchemasRequest;
|
|
365
|
+
|
|
366
|
+
getLike(): string;
|
|
367
|
+
setLike(value: string): ListSchemasRequest;
|
|
368
|
+
|
|
369
|
+
getIncludeSystem(): boolean;
|
|
370
|
+
setIncludeSystem(value: boolean): ListSchemasRequest;
|
|
371
|
+
|
|
372
|
+
serializeBinary(): Uint8Array;
|
|
373
|
+
toObject(includeInstance?: boolean): ListSchemasRequest.AsObject;
|
|
374
|
+
static toObject(includeInstance: boolean, msg: ListSchemasRequest): ListSchemasRequest.AsObject;
|
|
375
|
+
static serializeBinaryToWriter(message: ListSchemasRequest, writer: jspb.BinaryWriter): void;
|
|
376
|
+
static deserializeBinary(bytes: Uint8Array): ListSchemasRequest;
|
|
377
|
+
static deserializeBinaryFromReader(message: ListSchemasRequest, reader: jspb.BinaryReader): ListSchemasRequest;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
export namespace ListSchemasRequest {
|
|
381
|
+
export type AsObject = {
|
|
382
|
+
database: string,
|
|
383
|
+
like: string,
|
|
384
|
+
includeSystem: boolean,
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
export class Schema extends jspb.Message {
|
|
389
|
+
getDatabase(): string;
|
|
390
|
+
setDatabase(value: string): Schema;
|
|
391
|
+
|
|
392
|
+
getName(): string;
|
|
393
|
+
setName(value: string): Schema;
|
|
394
|
+
|
|
395
|
+
getOwner(): string;
|
|
396
|
+
setOwner(value: string): Schema;
|
|
397
|
+
|
|
398
|
+
getTablesCount(): number;
|
|
399
|
+
setTablesCount(value: number): Schema;
|
|
400
|
+
|
|
401
|
+
getTotalBytes(): number;
|
|
402
|
+
setTotalBytes(value: number): Schema;
|
|
403
|
+
|
|
404
|
+
serializeBinary(): Uint8Array;
|
|
405
|
+
toObject(includeInstance?: boolean): Schema.AsObject;
|
|
406
|
+
static toObject(includeInstance: boolean, msg: Schema): Schema.AsObject;
|
|
407
|
+
static serializeBinaryToWriter(message: Schema, writer: jspb.BinaryWriter): void;
|
|
408
|
+
static deserializeBinary(bytes: Uint8Array): Schema;
|
|
409
|
+
static deserializeBinaryFromReader(message: Schema, reader: jspb.BinaryReader): Schema;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export namespace Schema {
|
|
413
|
+
export type AsObject = {
|
|
414
|
+
database: string,
|
|
415
|
+
name: string,
|
|
416
|
+
owner: string,
|
|
417
|
+
tablesCount: number,
|
|
418
|
+
totalBytes: number,
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
export class SchemaList extends jspb.Message {
|
|
423
|
+
getItemsList(): Array<Schema>;
|
|
424
|
+
setItemsList(value: Array<Schema>): SchemaList;
|
|
425
|
+
clearItemsList(): SchemaList;
|
|
426
|
+
addItems(value?: Schema, index?: number): Schema;
|
|
427
|
+
|
|
428
|
+
serializeBinary(): Uint8Array;
|
|
429
|
+
toObject(includeInstance?: boolean): SchemaList.AsObject;
|
|
430
|
+
static toObject(includeInstance: boolean, msg: SchemaList): SchemaList.AsObject;
|
|
431
|
+
static serializeBinaryToWriter(message: SchemaList, writer: jspb.BinaryWriter): void;
|
|
432
|
+
static deserializeBinary(bytes: Uint8Array): SchemaList;
|
|
433
|
+
static deserializeBinaryFromReader(message: SchemaList, reader: jspb.BinaryReader): SchemaList;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
export namespace SchemaList {
|
|
437
|
+
export type AsObject = {
|
|
438
|
+
itemsList: Array<Schema.AsObject>,
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
export class Column extends jspb.Message {
|
|
443
|
+
getName(): string;
|
|
444
|
+
setName(value: string): Column;
|
|
445
|
+
|
|
446
|
+
getType(): string;
|
|
447
|
+
setType(value: string): Column;
|
|
448
|
+
|
|
449
|
+
getNullable(): boolean;
|
|
450
|
+
setNullable(value: boolean): Column;
|
|
451
|
+
|
|
452
|
+
getDefaultExpression(): string;
|
|
453
|
+
setDefaultExpression(value: string): Column;
|
|
454
|
+
|
|
455
|
+
getIsIdentity(): boolean;
|
|
456
|
+
setIsIdentity(value: boolean): Column;
|
|
457
|
+
|
|
458
|
+
getIdentityGeneration(): string;
|
|
459
|
+
setIdentityGeneration(value: string): Column;
|
|
460
|
+
|
|
461
|
+
getGeneratedExpression(): string;
|
|
462
|
+
setGeneratedExpression(value: string): Column;
|
|
463
|
+
|
|
464
|
+
getCollation(): string;
|
|
465
|
+
setCollation(value: string): Column;
|
|
466
|
+
|
|
467
|
+
getComment(): string;
|
|
468
|
+
setComment(value: string): Column;
|
|
469
|
+
|
|
470
|
+
getPrimaryKey(): boolean;
|
|
471
|
+
setPrimaryKey(value: boolean): Column;
|
|
472
|
+
|
|
473
|
+
getUnique(): boolean;
|
|
474
|
+
setUnique(value: boolean): Column;
|
|
475
|
+
|
|
476
|
+
serializeBinary(): Uint8Array;
|
|
477
|
+
toObject(includeInstance?: boolean): Column.AsObject;
|
|
478
|
+
static toObject(includeInstance: boolean, msg: Column): Column.AsObject;
|
|
479
|
+
static serializeBinaryToWriter(message: Column, writer: jspb.BinaryWriter): void;
|
|
480
|
+
static deserializeBinary(bytes: Uint8Array): Column;
|
|
481
|
+
static deserializeBinaryFromReader(message: Column, reader: jspb.BinaryReader): Column;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
export namespace Column {
|
|
485
|
+
export type AsObject = {
|
|
486
|
+
name: string,
|
|
487
|
+
type: string,
|
|
488
|
+
nullable: boolean,
|
|
489
|
+
defaultExpression: string,
|
|
490
|
+
isIdentity: boolean,
|
|
491
|
+
identityGeneration: string,
|
|
492
|
+
generatedExpression: string,
|
|
493
|
+
collation: string,
|
|
494
|
+
comment: string,
|
|
495
|
+
primaryKey: boolean,
|
|
496
|
+
unique: boolean,
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
export class TableSpec extends jspb.Message {
|
|
501
|
+
getDatabase(): string;
|
|
502
|
+
setDatabase(value: string): TableSpec;
|
|
503
|
+
|
|
504
|
+
getSchema(): string;
|
|
505
|
+
setSchema(value: string): TableSpec;
|
|
506
|
+
|
|
507
|
+
getName(): string;
|
|
508
|
+
setName(value: string): TableSpec;
|
|
509
|
+
|
|
510
|
+
getColumnsList(): Array<Column>;
|
|
511
|
+
setColumnsList(value: Array<Column>): TableSpec;
|
|
512
|
+
clearColumnsList(): TableSpec;
|
|
513
|
+
addColumns(value?: Column, index?: number): Column;
|
|
514
|
+
|
|
515
|
+
getPrimaryKeyList(): Array<string>;
|
|
516
|
+
setPrimaryKeyList(value: Array<string>): TableSpec;
|
|
517
|
+
clearPrimaryKeyList(): TableSpec;
|
|
518
|
+
addPrimaryKey(value: string, index?: number): TableSpec;
|
|
519
|
+
|
|
520
|
+
getComment(): string;
|
|
521
|
+
setComment(value: string): TableSpec;
|
|
522
|
+
|
|
523
|
+
getIfNotExists(): boolean;
|
|
524
|
+
setIfNotExists(value: boolean): TableSpec;
|
|
525
|
+
|
|
526
|
+
getUnlogged(): boolean;
|
|
527
|
+
setUnlogged(value: boolean): TableSpec;
|
|
528
|
+
|
|
529
|
+
getTablespace(): string;
|
|
530
|
+
setTablespace(value: string): TableSpec;
|
|
531
|
+
|
|
532
|
+
getPartitionBy(): string;
|
|
533
|
+
setPartitionBy(value: string): TableSpec;
|
|
534
|
+
|
|
535
|
+
getTemporary(): boolean;
|
|
536
|
+
setTemporary(value: boolean): TableSpec;
|
|
537
|
+
|
|
538
|
+
serializeBinary(): Uint8Array;
|
|
539
|
+
toObject(includeInstance?: boolean): TableSpec.AsObject;
|
|
540
|
+
static toObject(includeInstance: boolean, msg: TableSpec): TableSpec.AsObject;
|
|
541
|
+
static serializeBinaryToWriter(message: TableSpec, writer: jspb.BinaryWriter): void;
|
|
542
|
+
static deserializeBinary(bytes: Uint8Array): TableSpec;
|
|
543
|
+
static deserializeBinaryFromReader(message: TableSpec, reader: jspb.BinaryReader): TableSpec;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
export namespace TableSpec {
|
|
547
|
+
export type AsObject = {
|
|
548
|
+
database: string,
|
|
549
|
+
schema: string,
|
|
550
|
+
name: string,
|
|
551
|
+
columnsList: Array<Column.AsObject>,
|
|
552
|
+
primaryKeyList: Array<string>,
|
|
553
|
+
comment: string,
|
|
554
|
+
ifNotExists: boolean,
|
|
555
|
+
unlogged: boolean,
|
|
556
|
+
tablespace: string,
|
|
557
|
+
partitionBy: string,
|
|
558
|
+
temporary: boolean,
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
export class TableName extends jspb.Message {
|
|
563
|
+
getDatabase(): string;
|
|
564
|
+
setDatabase(value: string): TableName;
|
|
565
|
+
|
|
566
|
+
getSchema(): string;
|
|
567
|
+
setSchema(value: string): TableName;
|
|
568
|
+
|
|
569
|
+
getName(): string;
|
|
570
|
+
setName(value: string): TableName;
|
|
571
|
+
|
|
572
|
+
getIfExists(): boolean;
|
|
573
|
+
setIfExists(value: boolean): TableName;
|
|
574
|
+
|
|
575
|
+
getCascade(): boolean;
|
|
576
|
+
setCascade(value: boolean): TableName;
|
|
577
|
+
|
|
578
|
+
getRestartIdentity(): boolean;
|
|
579
|
+
setRestartIdentity(value: boolean): TableName;
|
|
580
|
+
|
|
581
|
+
serializeBinary(): Uint8Array;
|
|
582
|
+
toObject(includeInstance?: boolean): TableName.AsObject;
|
|
583
|
+
static toObject(includeInstance: boolean, msg: TableName): TableName.AsObject;
|
|
584
|
+
static serializeBinaryToWriter(message: TableName, writer: jspb.BinaryWriter): void;
|
|
585
|
+
static deserializeBinary(bytes: Uint8Array): TableName;
|
|
586
|
+
static deserializeBinaryFromReader(message: TableName, reader: jspb.BinaryReader): TableName;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export namespace TableName {
|
|
590
|
+
export type AsObject = {
|
|
591
|
+
database: string,
|
|
592
|
+
schema: string,
|
|
593
|
+
name: string,
|
|
594
|
+
ifExists: boolean,
|
|
595
|
+
cascade: boolean,
|
|
596
|
+
restartIdentity: boolean,
|
|
597
|
+
}
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
export class ListTablesRequest extends jspb.Message {
|
|
601
|
+
getDatabase(): string;
|
|
602
|
+
setDatabase(value: string): ListTablesRequest;
|
|
603
|
+
|
|
604
|
+
getSchema(): string;
|
|
605
|
+
setSchema(value: string): ListTablesRequest;
|
|
606
|
+
|
|
607
|
+
getLike(): string;
|
|
608
|
+
setLike(value: string): ListTablesRequest;
|
|
609
|
+
|
|
610
|
+
getKind(): string;
|
|
611
|
+
setKind(value: string): ListTablesRequest;
|
|
612
|
+
|
|
613
|
+
serializeBinary(): Uint8Array;
|
|
614
|
+
toObject(includeInstance?: boolean): ListTablesRequest.AsObject;
|
|
615
|
+
static toObject(includeInstance: boolean, msg: ListTablesRequest): ListTablesRequest.AsObject;
|
|
616
|
+
static serializeBinaryToWriter(message: ListTablesRequest, writer: jspb.BinaryWriter): void;
|
|
617
|
+
static deserializeBinary(bytes: Uint8Array): ListTablesRequest;
|
|
618
|
+
static deserializeBinaryFromReader(message: ListTablesRequest, reader: jspb.BinaryReader): ListTablesRequest;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
export namespace ListTablesRequest {
|
|
622
|
+
export type AsObject = {
|
|
623
|
+
database: string,
|
|
624
|
+
schema: string,
|
|
625
|
+
like: string,
|
|
626
|
+
kind: string,
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
|
|
630
|
+
export class Table extends jspb.Message {
|
|
631
|
+
getDatabase(): string;
|
|
632
|
+
setDatabase(value: string): Table;
|
|
633
|
+
|
|
634
|
+
getSchema(): string;
|
|
635
|
+
setSchema(value: string): Table;
|
|
636
|
+
|
|
637
|
+
getName(): string;
|
|
638
|
+
setName(value: string): Table;
|
|
639
|
+
|
|
640
|
+
getKind(): string;
|
|
641
|
+
setKind(value: string): Table;
|
|
642
|
+
|
|
643
|
+
getOwner(): string;
|
|
644
|
+
setOwner(value: string): Table;
|
|
645
|
+
|
|
646
|
+
getTotalRows(): number;
|
|
647
|
+
setTotalRows(value: number): Table;
|
|
648
|
+
|
|
649
|
+
getTotalBytes(): number;
|
|
650
|
+
setTotalBytes(value: number): Table;
|
|
651
|
+
|
|
652
|
+
getIndexBytes(): number;
|
|
653
|
+
setIndexBytes(value: number): Table;
|
|
654
|
+
|
|
655
|
+
getToastBytes(): number;
|
|
656
|
+
setToastBytes(value: number): Table;
|
|
657
|
+
|
|
658
|
+
getLiveTuples(): number;
|
|
659
|
+
setLiveTuples(value: number): Table;
|
|
660
|
+
|
|
661
|
+
getDeadTuples(): number;
|
|
662
|
+
setDeadTuples(value: number): Table;
|
|
663
|
+
|
|
664
|
+
getComment(): string;
|
|
665
|
+
setComment(value: string): Table;
|
|
666
|
+
|
|
667
|
+
getCreateTableQuery(): string;
|
|
668
|
+
setCreateTableQuery(value: string): Table;
|
|
669
|
+
|
|
670
|
+
getTablespace(): string;
|
|
671
|
+
setTablespace(value: string): Table;
|
|
672
|
+
|
|
673
|
+
getPersistence(): string;
|
|
674
|
+
setPersistence(value: string): Table;
|
|
675
|
+
|
|
676
|
+
getLastVacuum(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
677
|
+
setLastVacuum(value?: google_protobuf_timestamp_pb.Timestamp): Table;
|
|
678
|
+
hasLastVacuum(): boolean;
|
|
679
|
+
clearLastVacuum(): Table;
|
|
680
|
+
|
|
681
|
+
getLastAnalyze(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
682
|
+
setLastAnalyze(value?: google_protobuf_timestamp_pb.Timestamp): Table;
|
|
683
|
+
hasLastAnalyze(): boolean;
|
|
684
|
+
clearLastAnalyze(): Table;
|
|
685
|
+
|
|
686
|
+
getLastAutovacuum(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
687
|
+
setLastAutovacuum(value?: google_protobuf_timestamp_pb.Timestamp): Table;
|
|
688
|
+
hasLastAutovacuum(): boolean;
|
|
689
|
+
clearLastAutovacuum(): Table;
|
|
690
|
+
|
|
691
|
+
getLastAutoanalyze(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
692
|
+
setLastAutoanalyze(value?: google_protobuf_timestamp_pb.Timestamp): Table;
|
|
693
|
+
hasLastAutoanalyze(): boolean;
|
|
694
|
+
clearLastAutoanalyze(): Table;
|
|
695
|
+
|
|
696
|
+
getColumnsList(): Array<Column>;
|
|
697
|
+
setColumnsList(value: Array<Column>): Table;
|
|
698
|
+
clearColumnsList(): Table;
|
|
699
|
+
addColumns(value?: Column, index?: number): Column;
|
|
700
|
+
|
|
701
|
+
serializeBinary(): Uint8Array;
|
|
702
|
+
toObject(includeInstance?: boolean): Table.AsObject;
|
|
703
|
+
static toObject(includeInstance: boolean, msg: Table): Table.AsObject;
|
|
704
|
+
static serializeBinaryToWriter(message: Table, writer: jspb.BinaryWriter): void;
|
|
705
|
+
static deserializeBinary(bytes: Uint8Array): Table;
|
|
706
|
+
static deserializeBinaryFromReader(message: Table, reader: jspb.BinaryReader): Table;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
export namespace Table {
|
|
710
|
+
export type AsObject = {
|
|
711
|
+
database: string,
|
|
712
|
+
schema: string,
|
|
713
|
+
name: string,
|
|
714
|
+
kind: string,
|
|
715
|
+
owner: string,
|
|
716
|
+
totalRows: number,
|
|
717
|
+
totalBytes: number,
|
|
718
|
+
indexBytes: number,
|
|
719
|
+
toastBytes: number,
|
|
720
|
+
liveTuples: number,
|
|
721
|
+
deadTuples: number,
|
|
722
|
+
comment: string,
|
|
723
|
+
createTableQuery: string,
|
|
724
|
+
tablespace: string,
|
|
725
|
+
persistence: string,
|
|
726
|
+
lastVacuum?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
727
|
+
lastAnalyze?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
728
|
+
lastAutovacuum?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
729
|
+
lastAutoanalyze?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
730
|
+
columnsList: Array<Column.AsObject>,
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
|
|
734
|
+
export class TableList extends jspb.Message {
|
|
735
|
+
getItemsList(): Array<Table>;
|
|
736
|
+
setItemsList(value: Array<Table>): TableList;
|
|
737
|
+
clearItemsList(): TableList;
|
|
738
|
+
addItems(value?: Table, index?: number): Table;
|
|
739
|
+
|
|
740
|
+
serializeBinary(): Uint8Array;
|
|
741
|
+
toObject(includeInstance?: boolean): TableList.AsObject;
|
|
742
|
+
static toObject(includeInstance: boolean, msg: TableList): TableList.AsObject;
|
|
743
|
+
static serializeBinaryToWriter(message: TableList, writer: jspb.BinaryWriter): void;
|
|
744
|
+
static deserializeBinary(bytes: Uint8Array): TableList;
|
|
745
|
+
static deserializeBinaryFromReader(message: TableList, reader: jspb.BinaryReader): TableList;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
export namespace TableList {
|
|
749
|
+
export type AsObject = {
|
|
750
|
+
itemsList: Array<Table.AsObject>,
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
export class RenameTableRequest extends jspb.Message {
|
|
755
|
+
getDatabase(): string;
|
|
756
|
+
setDatabase(value: string): RenameTableRequest;
|
|
757
|
+
|
|
758
|
+
getSchema(): string;
|
|
759
|
+
setSchema(value: string): RenameTableRequest;
|
|
760
|
+
|
|
761
|
+
getName(): string;
|
|
762
|
+
setName(value: string): RenameTableRequest;
|
|
763
|
+
|
|
764
|
+
getNewSchema(): string;
|
|
765
|
+
setNewSchema(value: string): RenameTableRequest;
|
|
766
|
+
|
|
767
|
+
getNewName(): string;
|
|
768
|
+
setNewName(value: string): RenameTableRequest;
|
|
769
|
+
|
|
770
|
+
serializeBinary(): Uint8Array;
|
|
771
|
+
toObject(includeInstance?: boolean): RenameTableRequest.AsObject;
|
|
772
|
+
static toObject(includeInstance: boolean, msg: RenameTableRequest): RenameTableRequest.AsObject;
|
|
773
|
+
static serializeBinaryToWriter(message: RenameTableRequest, writer: jspb.BinaryWriter): void;
|
|
774
|
+
static deserializeBinary(bytes: Uint8Array): RenameTableRequest;
|
|
775
|
+
static deserializeBinaryFromReader(message: RenameTableRequest, reader: jspb.BinaryReader): RenameTableRequest;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
export namespace RenameTableRequest {
|
|
779
|
+
export type AsObject = {
|
|
780
|
+
database: string,
|
|
781
|
+
schema: string,
|
|
782
|
+
name: string,
|
|
783
|
+
newSchema: string,
|
|
784
|
+
newName: string,
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
export class VacuumTableRequest extends jspb.Message {
|
|
789
|
+
getDatabase(): string;
|
|
790
|
+
setDatabase(value: string): VacuumTableRequest;
|
|
791
|
+
|
|
792
|
+
getSchema(): string;
|
|
793
|
+
setSchema(value: string): VacuumTableRequest;
|
|
794
|
+
|
|
795
|
+
getName(): string;
|
|
796
|
+
setName(value: string): VacuumTableRequest;
|
|
797
|
+
|
|
798
|
+
getFull(): boolean;
|
|
799
|
+
setFull(value: boolean): VacuumTableRequest;
|
|
800
|
+
|
|
801
|
+
getAnalyze(): boolean;
|
|
802
|
+
setAnalyze(value: boolean): VacuumTableRequest;
|
|
803
|
+
|
|
804
|
+
getFreeze(): boolean;
|
|
805
|
+
setFreeze(value: boolean): VacuumTableRequest;
|
|
806
|
+
|
|
807
|
+
serializeBinary(): Uint8Array;
|
|
808
|
+
toObject(includeInstance?: boolean): VacuumTableRequest.AsObject;
|
|
809
|
+
static toObject(includeInstance: boolean, msg: VacuumTableRequest): VacuumTableRequest.AsObject;
|
|
810
|
+
static serializeBinaryToWriter(message: VacuumTableRequest, writer: jspb.BinaryWriter): void;
|
|
811
|
+
static deserializeBinary(bytes: Uint8Array): VacuumTableRequest;
|
|
812
|
+
static deserializeBinaryFromReader(message: VacuumTableRequest, reader: jspb.BinaryReader): VacuumTableRequest;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
export namespace VacuumTableRequest {
|
|
816
|
+
export type AsObject = {
|
|
817
|
+
database: string,
|
|
818
|
+
schema: string,
|
|
819
|
+
name: string,
|
|
820
|
+
full: boolean,
|
|
821
|
+
analyze: boolean,
|
|
822
|
+
freeze: boolean,
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
export class AnalyzeTableRequest extends jspb.Message {
|
|
827
|
+
getDatabase(): string;
|
|
828
|
+
setDatabase(value: string): AnalyzeTableRequest;
|
|
829
|
+
|
|
830
|
+
getSchema(): string;
|
|
831
|
+
setSchema(value: string): AnalyzeTableRequest;
|
|
832
|
+
|
|
833
|
+
getName(): string;
|
|
834
|
+
setName(value: string): AnalyzeTableRequest;
|
|
835
|
+
|
|
836
|
+
serializeBinary(): Uint8Array;
|
|
837
|
+
toObject(includeInstance?: boolean): AnalyzeTableRequest.AsObject;
|
|
838
|
+
static toObject(includeInstance: boolean, msg: AnalyzeTableRequest): AnalyzeTableRequest.AsObject;
|
|
839
|
+
static serializeBinaryToWriter(message: AnalyzeTableRequest, writer: jspb.BinaryWriter): void;
|
|
840
|
+
static deserializeBinary(bytes: Uint8Array): AnalyzeTableRequest;
|
|
841
|
+
static deserializeBinaryFromReader(message: AnalyzeTableRequest, reader: jspb.BinaryReader): AnalyzeTableRequest;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
export namespace AnalyzeTableRequest {
|
|
845
|
+
export type AsObject = {
|
|
846
|
+
database: string,
|
|
847
|
+
schema: string,
|
|
848
|
+
name: string,
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
|
|
852
|
+
export class AddColumnRequest extends jspb.Message {
|
|
853
|
+
getDatabase(): string;
|
|
854
|
+
setDatabase(value: string): AddColumnRequest;
|
|
855
|
+
|
|
856
|
+
getSchema(): string;
|
|
857
|
+
setSchema(value: string): AddColumnRequest;
|
|
858
|
+
|
|
859
|
+
getTable(): string;
|
|
860
|
+
setTable(value: string): AddColumnRequest;
|
|
861
|
+
|
|
862
|
+
getColumn(): Column | undefined;
|
|
863
|
+
setColumn(value?: Column): AddColumnRequest;
|
|
864
|
+
hasColumn(): boolean;
|
|
865
|
+
clearColumn(): AddColumnRequest;
|
|
866
|
+
|
|
867
|
+
getIfNotExists(): boolean;
|
|
868
|
+
setIfNotExists(value: boolean): AddColumnRequest;
|
|
869
|
+
|
|
870
|
+
serializeBinary(): Uint8Array;
|
|
871
|
+
toObject(includeInstance?: boolean): AddColumnRequest.AsObject;
|
|
872
|
+
static toObject(includeInstance: boolean, msg: AddColumnRequest): AddColumnRequest.AsObject;
|
|
873
|
+
static serializeBinaryToWriter(message: AddColumnRequest, writer: jspb.BinaryWriter): void;
|
|
874
|
+
static deserializeBinary(bytes: Uint8Array): AddColumnRequest;
|
|
875
|
+
static deserializeBinaryFromReader(message: AddColumnRequest, reader: jspb.BinaryReader): AddColumnRequest;
|
|
876
|
+
}
|
|
877
|
+
|
|
878
|
+
export namespace AddColumnRequest {
|
|
879
|
+
export type AsObject = {
|
|
880
|
+
database: string,
|
|
881
|
+
schema: string,
|
|
882
|
+
table: string,
|
|
883
|
+
column?: Column.AsObject,
|
|
884
|
+
ifNotExists: boolean,
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
export class DropColumnRequest extends jspb.Message {
|
|
889
|
+
getDatabase(): string;
|
|
890
|
+
setDatabase(value: string): DropColumnRequest;
|
|
891
|
+
|
|
892
|
+
getSchema(): string;
|
|
893
|
+
setSchema(value: string): DropColumnRequest;
|
|
894
|
+
|
|
895
|
+
getTable(): string;
|
|
896
|
+
setTable(value: string): DropColumnRequest;
|
|
897
|
+
|
|
898
|
+
getName(): string;
|
|
899
|
+
setName(value: string): DropColumnRequest;
|
|
900
|
+
|
|
901
|
+
getIfExists(): boolean;
|
|
902
|
+
setIfExists(value: boolean): DropColumnRequest;
|
|
903
|
+
|
|
904
|
+
getCascade(): boolean;
|
|
905
|
+
setCascade(value: boolean): DropColumnRequest;
|
|
906
|
+
|
|
907
|
+
serializeBinary(): Uint8Array;
|
|
908
|
+
toObject(includeInstance?: boolean): DropColumnRequest.AsObject;
|
|
909
|
+
static toObject(includeInstance: boolean, msg: DropColumnRequest): DropColumnRequest.AsObject;
|
|
910
|
+
static serializeBinaryToWriter(message: DropColumnRequest, writer: jspb.BinaryWriter): void;
|
|
911
|
+
static deserializeBinary(bytes: Uint8Array): DropColumnRequest;
|
|
912
|
+
static deserializeBinaryFromReader(message: DropColumnRequest, reader: jspb.BinaryReader): DropColumnRequest;
|
|
913
|
+
}
|
|
914
|
+
|
|
915
|
+
export namespace DropColumnRequest {
|
|
916
|
+
export type AsObject = {
|
|
917
|
+
database: string,
|
|
918
|
+
schema: string,
|
|
919
|
+
table: string,
|
|
920
|
+
name: string,
|
|
921
|
+
ifExists: boolean,
|
|
922
|
+
cascade: boolean,
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
export class RenameColumnRequest extends jspb.Message {
|
|
927
|
+
getDatabase(): string;
|
|
928
|
+
setDatabase(value: string): RenameColumnRequest;
|
|
929
|
+
|
|
930
|
+
getSchema(): string;
|
|
931
|
+
setSchema(value: string): RenameColumnRequest;
|
|
932
|
+
|
|
933
|
+
getTable(): string;
|
|
934
|
+
setTable(value: string): RenameColumnRequest;
|
|
935
|
+
|
|
936
|
+
getName(): string;
|
|
937
|
+
setName(value: string): RenameColumnRequest;
|
|
938
|
+
|
|
939
|
+
getNewName(): string;
|
|
940
|
+
setNewName(value: string): RenameColumnRequest;
|
|
941
|
+
|
|
942
|
+
serializeBinary(): Uint8Array;
|
|
943
|
+
toObject(includeInstance?: boolean): RenameColumnRequest.AsObject;
|
|
944
|
+
static toObject(includeInstance: boolean, msg: RenameColumnRequest): RenameColumnRequest.AsObject;
|
|
945
|
+
static serializeBinaryToWriter(message: RenameColumnRequest, writer: jspb.BinaryWriter): void;
|
|
946
|
+
static deserializeBinary(bytes: Uint8Array): RenameColumnRequest;
|
|
947
|
+
static deserializeBinaryFromReader(message: RenameColumnRequest, reader: jspb.BinaryReader): RenameColumnRequest;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
export namespace RenameColumnRequest {
|
|
951
|
+
export type AsObject = {
|
|
952
|
+
database: string,
|
|
953
|
+
schema: string,
|
|
954
|
+
table: string,
|
|
955
|
+
name: string,
|
|
956
|
+
newName: string,
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
export class ModifyColumnRequest extends jspb.Message {
|
|
961
|
+
getDatabase(): string;
|
|
962
|
+
setDatabase(value: string): ModifyColumnRequest;
|
|
963
|
+
|
|
964
|
+
getSchema(): string;
|
|
965
|
+
setSchema(value: string): ModifyColumnRequest;
|
|
966
|
+
|
|
967
|
+
getTable(): string;
|
|
968
|
+
setTable(value: string): ModifyColumnRequest;
|
|
969
|
+
|
|
970
|
+
getColumn(): Column | undefined;
|
|
971
|
+
setColumn(value?: Column): ModifyColumnRequest;
|
|
972
|
+
hasColumn(): boolean;
|
|
973
|
+
clearColumn(): ModifyColumnRequest;
|
|
974
|
+
|
|
975
|
+
serializeBinary(): Uint8Array;
|
|
976
|
+
toObject(includeInstance?: boolean): ModifyColumnRequest.AsObject;
|
|
977
|
+
static toObject(includeInstance: boolean, msg: ModifyColumnRequest): ModifyColumnRequest.AsObject;
|
|
978
|
+
static serializeBinaryToWriter(message: ModifyColumnRequest, writer: jspb.BinaryWriter): void;
|
|
979
|
+
static deserializeBinary(bytes: Uint8Array): ModifyColumnRequest;
|
|
980
|
+
static deserializeBinaryFromReader(message: ModifyColumnRequest, reader: jspb.BinaryReader): ModifyColumnRequest;
|
|
981
|
+
}
|
|
982
|
+
|
|
983
|
+
export namespace ModifyColumnRequest {
|
|
984
|
+
export type AsObject = {
|
|
985
|
+
database: string,
|
|
986
|
+
schema: string,
|
|
987
|
+
table: string,
|
|
988
|
+
column?: Column.AsObject,
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
export class IndexSpec extends jspb.Message {
|
|
993
|
+
getDatabase(): string;
|
|
994
|
+
setDatabase(value: string): IndexSpec;
|
|
995
|
+
|
|
996
|
+
getSchema(): string;
|
|
997
|
+
setSchema(value: string): IndexSpec;
|
|
998
|
+
|
|
999
|
+
getTable(): string;
|
|
1000
|
+
setTable(value: string): IndexSpec;
|
|
1001
|
+
|
|
1002
|
+
getName(): string;
|
|
1003
|
+
setName(value: string): IndexSpec;
|
|
1004
|
+
|
|
1005
|
+
getColumnsList(): Array<string>;
|
|
1006
|
+
setColumnsList(value: Array<string>): IndexSpec;
|
|
1007
|
+
clearColumnsList(): IndexSpec;
|
|
1008
|
+
addColumns(value: string, index?: number): IndexSpec;
|
|
1009
|
+
|
|
1010
|
+
getMethod(): string;
|
|
1011
|
+
setMethod(value: string): IndexSpec;
|
|
1012
|
+
|
|
1013
|
+
getUnique(): boolean;
|
|
1014
|
+
setUnique(value: boolean): IndexSpec;
|
|
1015
|
+
|
|
1016
|
+
getConcurrently(): boolean;
|
|
1017
|
+
setConcurrently(value: boolean): IndexSpec;
|
|
1018
|
+
|
|
1019
|
+
getWhere(): string;
|
|
1020
|
+
setWhere(value: string): IndexSpec;
|
|
1021
|
+
|
|
1022
|
+
getIfNotExists(): boolean;
|
|
1023
|
+
setIfNotExists(value: boolean): IndexSpec;
|
|
1024
|
+
|
|
1025
|
+
getTablespace(): string;
|
|
1026
|
+
setTablespace(value: string): IndexSpec;
|
|
1027
|
+
|
|
1028
|
+
getInclude(): string;
|
|
1029
|
+
setInclude(value: string): IndexSpec;
|
|
1030
|
+
|
|
1031
|
+
serializeBinary(): Uint8Array;
|
|
1032
|
+
toObject(includeInstance?: boolean): IndexSpec.AsObject;
|
|
1033
|
+
static toObject(includeInstance: boolean, msg: IndexSpec): IndexSpec.AsObject;
|
|
1034
|
+
static serializeBinaryToWriter(message: IndexSpec, writer: jspb.BinaryWriter): void;
|
|
1035
|
+
static deserializeBinary(bytes: Uint8Array): IndexSpec;
|
|
1036
|
+
static deserializeBinaryFromReader(message: IndexSpec, reader: jspb.BinaryReader): IndexSpec;
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
export namespace IndexSpec {
|
|
1040
|
+
export type AsObject = {
|
|
1041
|
+
database: string,
|
|
1042
|
+
schema: string,
|
|
1043
|
+
table: string,
|
|
1044
|
+
name: string,
|
|
1045
|
+
columnsList: Array<string>,
|
|
1046
|
+
method: string,
|
|
1047
|
+
unique: boolean,
|
|
1048
|
+
concurrently: boolean,
|
|
1049
|
+
where: string,
|
|
1050
|
+
ifNotExists: boolean,
|
|
1051
|
+
tablespace: string,
|
|
1052
|
+
include: string,
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
export class IndexName extends jspb.Message {
|
|
1057
|
+
getDatabase(): string;
|
|
1058
|
+
setDatabase(value: string): IndexName;
|
|
1059
|
+
|
|
1060
|
+
getSchema(): string;
|
|
1061
|
+
setSchema(value: string): IndexName;
|
|
1062
|
+
|
|
1063
|
+
getName(): string;
|
|
1064
|
+
setName(value: string): IndexName;
|
|
1065
|
+
|
|
1066
|
+
getIfExists(): boolean;
|
|
1067
|
+
setIfExists(value: boolean): IndexName;
|
|
1068
|
+
|
|
1069
|
+
getConcurrently(): boolean;
|
|
1070
|
+
setConcurrently(value: boolean): IndexName;
|
|
1071
|
+
|
|
1072
|
+
getCascade(): boolean;
|
|
1073
|
+
setCascade(value: boolean): IndexName;
|
|
1074
|
+
|
|
1075
|
+
serializeBinary(): Uint8Array;
|
|
1076
|
+
toObject(includeInstance?: boolean): IndexName.AsObject;
|
|
1077
|
+
static toObject(includeInstance: boolean, msg: IndexName): IndexName.AsObject;
|
|
1078
|
+
static serializeBinaryToWriter(message: IndexName, writer: jspb.BinaryWriter): void;
|
|
1079
|
+
static deserializeBinary(bytes: Uint8Array): IndexName;
|
|
1080
|
+
static deserializeBinaryFromReader(message: IndexName, reader: jspb.BinaryReader): IndexName;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
export namespace IndexName {
|
|
1084
|
+
export type AsObject = {
|
|
1085
|
+
database: string,
|
|
1086
|
+
schema: string,
|
|
1087
|
+
name: string,
|
|
1088
|
+
ifExists: boolean,
|
|
1089
|
+
concurrently: boolean,
|
|
1090
|
+
cascade: boolean,
|
|
1091
|
+
}
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
export class ListIndexesRequest extends jspb.Message {
|
|
1095
|
+
getDatabase(): string;
|
|
1096
|
+
setDatabase(value: string): ListIndexesRequest;
|
|
1097
|
+
|
|
1098
|
+
getSchema(): string;
|
|
1099
|
+
setSchema(value: string): ListIndexesRequest;
|
|
1100
|
+
|
|
1101
|
+
getTable(): string;
|
|
1102
|
+
setTable(value: string): ListIndexesRequest;
|
|
1103
|
+
|
|
1104
|
+
serializeBinary(): Uint8Array;
|
|
1105
|
+
toObject(includeInstance?: boolean): ListIndexesRequest.AsObject;
|
|
1106
|
+
static toObject(includeInstance: boolean, msg: ListIndexesRequest): ListIndexesRequest.AsObject;
|
|
1107
|
+
static serializeBinaryToWriter(message: ListIndexesRequest, writer: jspb.BinaryWriter): void;
|
|
1108
|
+
static deserializeBinary(bytes: Uint8Array): ListIndexesRequest;
|
|
1109
|
+
static deserializeBinaryFromReader(message: ListIndexesRequest, reader: jspb.BinaryReader): ListIndexesRequest;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
export namespace ListIndexesRequest {
|
|
1113
|
+
export type AsObject = {
|
|
1114
|
+
database: string,
|
|
1115
|
+
schema: string,
|
|
1116
|
+
table: string,
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
export class Index extends jspb.Message {
|
|
1121
|
+
getDatabase(): string;
|
|
1122
|
+
setDatabase(value: string): Index;
|
|
1123
|
+
|
|
1124
|
+
getSchema(): string;
|
|
1125
|
+
setSchema(value: string): Index;
|
|
1126
|
+
|
|
1127
|
+
getTable(): string;
|
|
1128
|
+
setTable(value: string): Index;
|
|
1129
|
+
|
|
1130
|
+
getName(): string;
|
|
1131
|
+
setName(value: string): Index;
|
|
1132
|
+
|
|
1133
|
+
getMethod(): string;
|
|
1134
|
+
setMethod(value: string): Index;
|
|
1135
|
+
|
|
1136
|
+
getUnique(): boolean;
|
|
1137
|
+
setUnique(value: boolean): Index;
|
|
1138
|
+
|
|
1139
|
+
getPrimary(): boolean;
|
|
1140
|
+
setPrimary(value: boolean): Index;
|
|
1141
|
+
|
|
1142
|
+
getValid(): boolean;
|
|
1143
|
+
setValid(value: boolean): Index;
|
|
1144
|
+
|
|
1145
|
+
getColumnsList(): Array<string>;
|
|
1146
|
+
setColumnsList(value: Array<string>): Index;
|
|
1147
|
+
clearColumnsList(): Index;
|
|
1148
|
+
addColumns(value: string, index?: number): Index;
|
|
1149
|
+
|
|
1150
|
+
getDefinition(): string;
|
|
1151
|
+
setDefinition(value: string): Index;
|
|
1152
|
+
|
|
1153
|
+
getSizeBytes(): number;
|
|
1154
|
+
setSizeBytes(value: number): Index;
|
|
1155
|
+
|
|
1156
|
+
getTablespace(): string;
|
|
1157
|
+
setTablespace(value: string): Index;
|
|
1158
|
+
|
|
1159
|
+
serializeBinary(): Uint8Array;
|
|
1160
|
+
toObject(includeInstance?: boolean): Index.AsObject;
|
|
1161
|
+
static toObject(includeInstance: boolean, msg: Index): Index.AsObject;
|
|
1162
|
+
static serializeBinaryToWriter(message: Index, writer: jspb.BinaryWriter): void;
|
|
1163
|
+
static deserializeBinary(bytes: Uint8Array): Index;
|
|
1164
|
+
static deserializeBinaryFromReader(message: Index, reader: jspb.BinaryReader): Index;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
export namespace Index {
|
|
1168
|
+
export type AsObject = {
|
|
1169
|
+
database: string,
|
|
1170
|
+
schema: string,
|
|
1171
|
+
table: string,
|
|
1172
|
+
name: string,
|
|
1173
|
+
method: string,
|
|
1174
|
+
unique: boolean,
|
|
1175
|
+
primary: boolean,
|
|
1176
|
+
valid: boolean,
|
|
1177
|
+
columnsList: Array<string>,
|
|
1178
|
+
definition: string,
|
|
1179
|
+
sizeBytes: number,
|
|
1180
|
+
tablespace: string,
|
|
1181
|
+
}
|
|
1182
|
+
}
|
|
1183
|
+
|
|
1184
|
+
export class IndexList extends jspb.Message {
|
|
1185
|
+
getItemsList(): Array<Index>;
|
|
1186
|
+
setItemsList(value: Array<Index>): IndexList;
|
|
1187
|
+
clearItemsList(): IndexList;
|
|
1188
|
+
addItems(value?: Index, index?: number): Index;
|
|
1189
|
+
|
|
1190
|
+
serializeBinary(): Uint8Array;
|
|
1191
|
+
toObject(includeInstance?: boolean): IndexList.AsObject;
|
|
1192
|
+
static toObject(includeInstance: boolean, msg: IndexList): IndexList.AsObject;
|
|
1193
|
+
static serializeBinaryToWriter(message: IndexList, writer: jspb.BinaryWriter): void;
|
|
1194
|
+
static deserializeBinary(bytes: Uint8Array): IndexList;
|
|
1195
|
+
static deserializeBinaryFromReader(message: IndexList, reader: jspb.BinaryReader): IndexList;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
export namespace IndexList {
|
|
1199
|
+
export type AsObject = {
|
|
1200
|
+
itemsList: Array<Index.AsObject>,
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
export class ReindexRequest extends jspb.Message {
|
|
1205
|
+
getDatabase(): string;
|
|
1206
|
+
setDatabase(value: string): ReindexRequest;
|
|
1207
|
+
|
|
1208
|
+
getSchema(): string;
|
|
1209
|
+
setSchema(value: string): ReindexRequest;
|
|
1210
|
+
|
|
1211
|
+
getTable(): string;
|
|
1212
|
+
setTable(value: string): ReindexRequest;
|
|
1213
|
+
|
|
1214
|
+
getName(): string;
|
|
1215
|
+
setName(value: string): ReindexRequest;
|
|
1216
|
+
|
|
1217
|
+
getConcurrently(): boolean;
|
|
1218
|
+
setConcurrently(value: boolean): ReindexRequest;
|
|
1219
|
+
|
|
1220
|
+
serializeBinary(): Uint8Array;
|
|
1221
|
+
toObject(includeInstance?: boolean): ReindexRequest.AsObject;
|
|
1222
|
+
static toObject(includeInstance: boolean, msg: ReindexRequest): ReindexRequest.AsObject;
|
|
1223
|
+
static serializeBinaryToWriter(message: ReindexRequest, writer: jspb.BinaryWriter): void;
|
|
1224
|
+
static deserializeBinary(bytes: Uint8Array): ReindexRequest;
|
|
1225
|
+
static deserializeBinaryFromReader(message: ReindexRequest, reader: jspb.BinaryReader): ReindexRequest;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
export namespace ReindexRequest {
|
|
1229
|
+
export type AsObject = {
|
|
1230
|
+
database: string,
|
|
1231
|
+
schema: string,
|
|
1232
|
+
table: string,
|
|
1233
|
+
name: string,
|
|
1234
|
+
concurrently: boolean,
|
|
1235
|
+
}
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
export class QueryRow extends jspb.Message {
|
|
1239
|
+
getValuesList(): Array<string>;
|
|
1240
|
+
setValuesList(value: Array<string>): QueryRow;
|
|
1241
|
+
clearValuesList(): QueryRow;
|
|
1242
|
+
addValues(value: string, index?: number): QueryRow;
|
|
1243
|
+
|
|
1244
|
+
serializeBinary(): Uint8Array;
|
|
1245
|
+
toObject(includeInstance?: boolean): QueryRow.AsObject;
|
|
1246
|
+
static toObject(includeInstance: boolean, msg: QueryRow): QueryRow.AsObject;
|
|
1247
|
+
static serializeBinaryToWriter(message: QueryRow, writer: jspb.BinaryWriter): void;
|
|
1248
|
+
static deserializeBinary(bytes: Uint8Array): QueryRow;
|
|
1249
|
+
static deserializeBinaryFromReader(message: QueryRow, reader: jspb.BinaryReader): QueryRow;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
export namespace QueryRow {
|
|
1253
|
+
export type AsObject = {
|
|
1254
|
+
valuesList: Array<string>,
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
export class ExecuteQueryRequest extends jspb.Message {
|
|
1259
|
+
getQuery(): string;
|
|
1260
|
+
setQuery(value: string): ExecuteQueryRequest;
|
|
1261
|
+
|
|
1262
|
+
getMaxRows(): number;
|
|
1263
|
+
setMaxRows(value: number): ExecuteQueryRequest;
|
|
1264
|
+
|
|
1265
|
+
getDatabase(): string;
|
|
1266
|
+
setDatabase(value: string): ExecuteQueryRequest;
|
|
1267
|
+
|
|
1268
|
+
serializeBinary(): Uint8Array;
|
|
1269
|
+
toObject(includeInstance?: boolean): ExecuteQueryRequest.AsObject;
|
|
1270
|
+
static toObject(includeInstance: boolean, msg: ExecuteQueryRequest): ExecuteQueryRequest.AsObject;
|
|
1271
|
+
static serializeBinaryToWriter(message: ExecuteQueryRequest, writer: jspb.BinaryWriter): void;
|
|
1272
|
+
static deserializeBinary(bytes: Uint8Array): ExecuteQueryRequest;
|
|
1273
|
+
static deserializeBinaryFromReader(message: ExecuteQueryRequest, reader: jspb.BinaryReader): ExecuteQueryRequest;
|
|
1274
|
+
}
|
|
1275
|
+
|
|
1276
|
+
export namespace ExecuteQueryRequest {
|
|
1277
|
+
export type AsObject = {
|
|
1278
|
+
query: string,
|
|
1279
|
+
maxRows: number,
|
|
1280
|
+
database: string,
|
|
1281
|
+
}
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
export class ExecuteQueryResponse extends jspb.Message {
|
|
1285
|
+
getColumnsList(): Array<string>;
|
|
1286
|
+
setColumnsList(value: Array<string>): ExecuteQueryResponse;
|
|
1287
|
+
clearColumnsList(): ExecuteQueryResponse;
|
|
1288
|
+
addColumns(value: string, index?: number): ExecuteQueryResponse;
|
|
1289
|
+
|
|
1290
|
+
getTypesList(): Array<string>;
|
|
1291
|
+
setTypesList(value: Array<string>): ExecuteQueryResponse;
|
|
1292
|
+
clearTypesList(): ExecuteQueryResponse;
|
|
1293
|
+
addTypes(value: string, index?: number): ExecuteQueryResponse;
|
|
1294
|
+
|
|
1295
|
+
getRowsList(): Array<QueryRow>;
|
|
1296
|
+
setRowsList(value: Array<QueryRow>): ExecuteQueryResponse;
|
|
1297
|
+
clearRowsList(): ExecuteQueryResponse;
|
|
1298
|
+
addRows(value?: QueryRow, index?: number): QueryRow;
|
|
1299
|
+
|
|
1300
|
+
getTotalRows(): number;
|
|
1301
|
+
setTotalRows(value: number): ExecuteQueryResponse;
|
|
1302
|
+
|
|
1303
|
+
getElapsedSeconds(): number;
|
|
1304
|
+
setElapsedSeconds(value: number): ExecuteQueryResponse;
|
|
1305
|
+
|
|
1306
|
+
getRowsAffected(): number;
|
|
1307
|
+
setRowsAffected(value: number): ExecuteQueryResponse;
|
|
1308
|
+
|
|
1309
|
+
serializeBinary(): Uint8Array;
|
|
1310
|
+
toObject(includeInstance?: boolean): ExecuteQueryResponse.AsObject;
|
|
1311
|
+
static toObject(includeInstance: boolean, msg: ExecuteQueryResponse): ExecuteQueryResponse.AsObject;
|
|
1312
|
+
static serializeBinaryToWriter(message: ExecuteQueryResponse, writer: jspb.BinaryWriter): void;
|
|
1313
|
+
static deserializeBinary(bytes: Uint8Array): ExecuteQueryResponse;
|
|
1314
|
+
static deserializeBinaryFromReader(message: ExecuteQueryResponse, reader: jspb.BinaryReader): ExecuteQueryResponse;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
export namespace ExecuteQueryResponse {
|
|
1318
|
+
export type AsObject = {
|
|
1319
|
+
columnsList: Array<string>,
|
|
1320
|
+
typesList: Array<string>,
|
|
1321
|
+
rowsList: Array<QueryRow.AsObject>,
|
|
1322
|
+
totalRows: number,
|
|
1323
|
+
elapsedSeconds: number,
|
|
1324
|
+
rowsAffected: number,
|
|
1325
|
+
}
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
export class PreviewTableDataRequest extends jspb.Message {
|
|
1329
|
+
getDatabase(): string;
|
|
1330
|
+
setDatabase(value: string): PreviewTableDataRequest;
|
|
1331
|
+
|
|
1332
|
+
getSchema(): string;
|
|
1333
|
+
setSchema(value: string): PreviewTableDataRequest;
|
|
1334
|
+
|
|
1335
|
+
getTable(): string;
|
|
1336
|
+
setTable(value: string): PreviewTableDataRequest;
|
|
1337
|
+
|
|
1338
|
+
getLimit(): number;
|
|
1339
|
+
setLimit(value: number): PreviewTableDataRequest;
|
|
1340
|
+
|
|
1341
|
+
getOffset(): number;
|
|
1342
|
+
setOffset(value: number): PreviewTableDataRequest;
|
|
1343
|
+
|
|
1344
|
+
getOrderBy(): string;
|
|
1345
|
+
setOrderBy(value: string): PreviewTableDataRequest;
|
|
1346
|
+
|
|
1347
|
+
getWhere(): string;
|
|
1348
|
+
setWhere(value: string): PreviewTableDataRequest;
|
|
1349
|
+
|
|
1350
|
+
serializeBinary(): Uint8Array;
|
|
1351
|
+
toObject(includeInstance?: boolean): PreviewTableDataRequest.AsObject;
|
|
1352
|
+
static toObject(includeInstance: boolean, msg: PreviewTableDataRequest): PreviewTableDataRequest.AsObject;
|
|
1353
|
+
static serializeBinaryToWriter(message: PreviewTableDataRequest, writer: jspb.BinaryWriter): void;
|
|
1354
|
+
static deserializeBinary(bytes: Uint8Array): PreviewTableDataRequest;
|
|
1355
|
+
static deserializeBinaryFromReader(message: PreviewTableDataRequest, reader: jspb.BinaryReader): PreviewTableDataRequest;
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
export namespace PreviewTableDataRequest {
|
|
1359
|
+
export type AsObject = {
|
|
1360
|
+
database: string,
|
|
1361
|
+
schema: string,
|
|
1362
|
+
table: string,
|
|
1363
|
+
limit: number,
|
|
1364
|
+
offset: number,
|
|
1365
|
+
orderBy: string,
|
|
1366
|
+
where: string,
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
export class TablePartition extends jspb.Message {
|
|
1371
|
+
getSchema(): string;
|
|
1372
|
+
setSchema(value: string): TablePartition;
|
|
1373
|
+
|
|
1374
|
+
getName(): string;
|
|
1375
|
+
setName(value: string): TablePartition;
|
|
1376
|
+
|
|
1377
|
+
getExpression(): string;
|
|
1378
|
+
setExpression(value: string): TablePartition;
|
|
1379
|
+
|
|
1380
|
+
getTotalRows(): number;
|
|
1381
|
+
setTotalRows(value: number): TablePartition;
|
|
1382
|
+
|
|
1383
|
+
getTotalBytes(): number;
|
|
1384
|
+
setTotalBytes(value: number): TablePartition;
|
|
1385
|
+
|
|
1386
|
+
serializeBinary(): Uint8Array;
|
|
1387
|
+
toObject(includeInstance?: boolean): TablePartition.AsObject;
|
|
1388
|
+
static toObject(includeInstance: boolean, msg: TablePartition): TablePartition.AsObject;
|
|
1389
|
+
static serializeBinaryToWriter(message: TablePartition, writer: jspb.BinaryWriter): void;
|
|
1390
|
+
static deserializeBinary(bytes: Uint8Array): TablePartition;
|
|
1391
|
+
static deserializeBinaryFromReader(message: TablePartition, reader: jspb.BinaryReader): TablePartition;
|
|
1392
|
+
}
|
|
1393
|
+
|
|
1394
|
+
export namespace TablePartition {
|
|
1395
|
+
export type AsObject = {
|
|
1396
|
+
schema: string,
|
|
1397
|
+
name: string,
|
|
1398
|
+
expression: string,
|
|
1399
|
+
totalRows: number,
|
|
1400
|
+
totalBytes: number,
|
|
1401
|
+
}
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
export class ListPartitionsRequest extends jspb.Message {
|
|
1405
|
+
getDatabase(): string;
|
|
1406
|
+
setDatabase(value: string): ListPartitionsRequest;
|
|
1407
|
+
|
|
1408
|
+
getSchema(): string;
|
|
1409
|
+
setSchema(value: string): ListPartitionsRequest;
|
|
1410
|
+
|
|
1411
|
+
getTable(): string;
|
|
1412
|
+
setTable(value: string): ListPartitionsRequest;
|
|
1413
|
+
|
|
1414
|
+
serializeBinary(): Uint8Array;
|
|
1415
|
+
toObject(includeInstance?: boolean): ListPartitionsRequest.AsObject;
|
|
1416
|
+
static toObject(includeInstance: boolean, msg: ListPartitionsRequest): ListPartitionsRequest.AsObject;
|
|
1417
|
+
static serializeBinaryToWriter(message: ListPartitionsRequest, writer: jspb.BinaryWriter): void;
|
|
1418
|
+
static deserializeBinary(bytes: Uint8Array): ListPartitionsRequest;
|
|
1419
|
+
static deserializeBinaryFromReader(message: ListPartitionsRequest, reader: jspb.BinaryReader): ListPartitionsRequest;
|
|
1420
|
+
}
|
|
1421
|
+
|
|
1422
|
+
export namespace ListPartitionsRequest {
|
|
1423
|
+
export type AsObject = {
|
|
1424
|
+
database: string,
|
|
1425
|
+
schema: string,
|
|
1426
|
+
table: string,
|
|
1427
|
+
}
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
export class PartitionList extends jspb.Message {
|
|
1431
|
+
getItemsList(): Array<TablePartition>;
|
|
1432
|
+
setItemsList(value: Array<TablePartition>): PartitionList;
|
|
1433
|
+
clearItemsList(): PartitionList;
|
|
1434
|
+
addItems(value?: TablePartition, index?: number): TablePartition;
|
|
1435
|
+
|
|
1436
|
+
serializeBinary(): Uint8Array;
|
|
1437
|
+
toObject(includeInstance?: boolean): PartitionList.AsObject;
|
|
1438
|
+
static toObject(includeInstance: boolean, msg: PartitionList): PartitionList.AsObject;
|
|
1439
|
+
static serializeBinaryToWriter(message: PartitionList, writer: jspb.BinaryWriter): void;
|
|
1440
|
+
static deserializeBinary(bytes: Uint8Array): PartitionList;
|
|
1441
|
+
static deserializeBinaryFromReader(message: PartitionList, reader: jspb.BinaryReader): PartitionList;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
export namespace PartitionList {
|
|
1445
|
+
export type AsObject = {
|
|
1446
|
+
itemsList: Array<TablePartition.AsObject>,
|
|
1447
|
+
}
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
export class DropPartitionRequest extends jspb.Message {
|
|
1451
|
+
getDatabase(): string;
|
|
1452
|
+
setDatabase(value: string): DropPartitionRequest;
|
|
1453
|
+
|
|
1454
|
+
getSchema(): string;
|
|
1455
|
+
setSchema(value: string): DropPartitionRequest;
|
|
1456
|
+
|
|
1457
|
+
getTable(): string;
|
|
1458
|
+
setTable(value: string): DropPartitionRequest;
|
|
1459
|
+
|
|
1460
|
+
getName(): string;
|
|
1461
|
+
setName(value: string): DropPartitionRequest;
|
|
1462
|
+
|
|
1463
|
+
getDetach(): boolean;
|
|
1464
|
+
setDetach(value: boolean): DropPartitionRequest;
|
|
1465
|
+
|
|
1466
|
+
getConcurrently(): boolean;
|
|
1467
|
+
setConcurrently(value: boolean): DropPartitionRequest;
|
|
1468
|
+
|
|
1469
|
+
getCascade(): boolean;
|
|
1470
|
+
setCascade(value: boolean): DropPartitionRequest;
|
|
1471
|
+
|
|
1472
|
+
serializeBinary(): Uint8Array;
|
|
1473
|
+
toObject(includeInstance?: boolean): DropPartitionRequest.AsObject;
|
|
1474
|
+
static toObject(includeInstance: boolean, msg: DropPartitionRequest): DropPartitionRequest.AsObject;
|
|
1475
|
+
static serializeBinaryToWriter(message: DropPartitionRequest, writer: jspb.BinaryWriter): void;
|
|
1476
|
+
static deserializeBinary(bytes: Uint8Array): DropPartitionRequest;
|
|
1477
|
+
static deserializeBinaryFromReader(message: DropPartitionRequest, reader: jspb.BinaryReader): DropPartitionRequest;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
export namespace DropPartitionRequest {
|
|
1481
|
+
export type AsObject = {
|
|
1482
|
+
database: string,
|
|
1483
|
+
schema: string,
|
|
1484
|
+
table: string,
|
|
1485
|
+
name: string,
|
|
1486
|
+
detach: boolean,
|
|
1487
|
+
concurrently: boolean,
|
|
1488
|
+
cascade: boolean,
|
|
1489
|
+
}
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
export class ProcessInfo extends jspb.Message {
|
|
1493
|
+
getPid(): number;
|
|
1494
|
+
setPid(value: number): ProcessInfo;
|
|
1495
|
+
|
|
1496
|
+
getUser(): string;
|
|
1497
|
+
setUser(value: string): ProcessInfo;
|
|
1498
|
+
|
|
1499
|
+
getDatabase(): string;
|
|
1500
|
+
setDatabase(value: string): ProcessInfo;
|
|
1501
|
+
|
|
1502
|
+
getApplicationName(): string;
|
|
1503
|
+
setApplicationName(value: string): ProcessInfo;
|
|
1504
|
+
|
|
1505
|
+
getClientAddr(): string;
|
|
1506
|
+
setClientAddr(value: string): ProcessInfo;
|
|
1507
|
+
|
|
1508
|
+
getState(): string;
|
|
1509
|
+
setState(value: string): ProcessInfo;
|
|
1510
|
+
|
|
1511
|
+
getWaitEventType(): string;
|
|
1512
|
+
setWaitEventType(value: string): ProcessInfo;
|
|
1513
|
+
|
|
1514
|
+
getWaitEvent(): string;
|
|
1515
|
+
setWaitEvent(value: string): ProcessInfo;
|
|
1516
|
+
|
|
1517
|
+
getQuery(): string;
|
|
1518
|
+
setQuery(value: string): ProcessInfo;
|
|
1519
|
+
|
|
1520
|
+
getBackendStart(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
1521
|
+
setBackendStart(value?: google_protobuf_timestamp_pb.Timestamp): ProcessInfo;
|
|
1522
|
+
hasBackendStart(): boolean;
|
|
1523
|
+
clearBackendStart(): ProcessInfo;
|
|
1524
|
+
|
|
1525
|
+
getQueryStart(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
1526
|
+
setQueryStart(value?: google_protobuf_timestamp_pb.Timestamp): ProcessInfo;
|
|
1527
|
+
hasQueryStart(): boolean;
|
|
1528
|
+
clearQueryStart(): ProcessInfo;
|
|
1529
|
+
|
|
1530
|
+
getStateChange(): google_protobuf_timestamp_pb.Timestamp | undefined;
|
|
1531
|
+
setStateChange(value?: google_protobuf_timestamp_pb.Timestamp): ProcessInfo;
|
|
1532
|
+
hasStateChange(): boolean;
|
|
1533
|
+
clearStateChange(): ProcessInfo;
|
|
1534
|
+
|
|
1535
|
+
getBackendType(): string;
|
|
1536
|
+
setBackendType(value: string): ProcessInfo;
|
|
1537
|
+
|
|
1538
|
+
serializeBinary(): Uint8Array;
|
|
1539
|
+
toObject(includeInstance?: boolean): ProcessInfo.AsObject;
|
|
1540
|
+
static toObject(includeInstance: boolean, msg: ProcessInfo): ProcessInfo.AsObject;
|
|
1541
|
+
static serializeBinaryToWriter(message: ProcessInfo, writer: jspb.BinaryWriter): void;
|
|
1542
|
+
static deserializeBinary(bytes: Uint8Array): ProcessInfo;
|
|
1543
|
+
static deserializeBinaryFromReader(message: ProcessInfo, reader: jspb.BinaryReader): ProcessInfo;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
export namespace ProcessInfo {
|
|
1547
|
+
export type AsObject = {
|
|
1548
|
+
pid: number,
|
|
1549
|
+
user: string,
|
|
1550
|
+
database: string,
|
|
1551
|
+
applicationName: string,
|
|
1552
|
+
clientAddr: string,
|
|
1553
|
+
state: string,
|
|
1554
|
+
waitEventType: string,
|
|
1555
|
+
waitEvent: string,
|
|
1556
|
+
query: string,
|
|
1557
|
+
backendStart?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1558
|
+
queryStart?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1559
|
+
stateChange?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1560
|
+
backendType: string,
|
|
1561
|
+
}
|
|
1562
|
+
}
|
|
1563
|
+
|
|
1564
|
+
export class ListProcessesRequest extends jspb.Message {
|
|
1565
|
+
getDatabase(): string;
|
|
1566
|
+
setDatabase(value: string): ListProcessesRequest;
|
|
1567
|
+
|
|
1568
|
+
getActiveOnly(): boolean;
|
|
1569
|
+
setActiveOnly(value: boolean): ListProcessesRequest;
|
|
1570
|
+
|
|
1571
|
+
serializeBinary(): Uint8Array;
|
|
1572
|
+
toObject(includeInstance?: boolean): ListProcessesRequest.AsObject;
|
|
1573
|
+
static toObject(includeInstance: boolean, msg: ListProcessesRequest): ListProcessesRequest.AsObject;
|
|
1574
|
+
static serializeBinaryToWriter(message: ListProcessesRequest, writer: jspb.BinaryWriter): void;
|
|
1575
|
+
static deserializeBinary(bytes: Uint8Array): ListProcessesRequest;
|
|
1576
|
+
static deserializeBinaryFromReader(message: ListProcessesRequest, reader: jspb.BinaryReader): ListProcessesRequest;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
export namespace ListProcessesRequest {
|
|
1580
|
+
export type AsObject = {
|
|
1581
|
+
database: string,
|
|
1582
|
+
activeOnly: boolean,
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
export class ProcessList extends jspb.Message {
|
|
1587
|
+
getItemsList(): Array<ProcessInfo>;
|
|
1588
|
+
setItemsList(value: Array<ProcessInfo>): ProcessList;
|
|
1589
|
+
clearItemsList(): ProcessList;
|
|
1590
|
+
addItems(value?: ProcessInfo, index?: number): ProcessInfo;
|
|
1591
|
+
|
|
1592
|
+
serializeBinary(): Uint8Array;
|
|
1593
|
+
toObject(includeInstance?: boolean): ProcessList.AsObject;
|
|
1594
|
+
static toObject(includeInstance: boolean, msg: ProcessList): ProcessList.AsObject;
|
|
1595
|
+
static serializeBinaryToWriter(message: ProcessList, writer: jspb.BinaryWriter): void;
|
|
1596
|
+
static deserializeBinary(bytes: Uint8Array): ProcessList;
|
|
1597
|
+
static deserializeBinaryFromReader(message: ProcessList, reader: jspb.BinaryReader): ProcessList;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
export namespace ProcessList {
|
|
1601
|
+
export type AsObject = {
|
|
1602
|
+
itemsList: Array<ProcessInfo.AsObject>,
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
export class KillProcessRequest extends jspb.Message {
|
|
1607
|
+
getPid(): number;
|
|
1608
|
+
setPid(value: number): KillProcessRequest;
|
|
1609
|
+
|
|
1610
|
+
getTerminate(): boolean;
|
|
1611
|
+
setTerminate(value: boolean): KillProcessRequest;
|
|
1612
|
+
|
|
1613
|
+
serializeBinary(): Uint8Array;
|
|
1614
|
+
toObject(includeInstance?: boolean): KillProcessRequest.AsObject;
|
|
1615
|
+
static toObject(includeInstance: boolean, msg: KillProcessRequest): KillProcessRequest.AsObject;
|
|
1616
|
+
static serializeBinaryToWriter(message: KillProcessRequest, writer: jspb.BinaryWriter): void;
|
|
1617
|
+
static deserializeBinary(bytes: Uint8Array): KillProcessRequest;
|
|
1618
|
+
static deserializeBinaryFromReader(message: KillProcessRequest, reader: jspb.BinaryReader): KillProcessRequest;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
export namespace KillProcessRequest {
|
|
1622
|
+
export type AsObject = {
|
|
1623
|
+
pid: number,
|
|
1624
|
+
terminate: boolean,
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
export class LockInfo extends jspb.Message {
|
|
1629
|
+
getPid(): number;
|
|
1630
|
+
setPid(value: number): LockInfo;
|
|
1631
|
+
|
|
1632
|
+
getLocktype(): string;
|
|
1633
|
+
setLocktype(value: string): LockInfo;
|
|
1634
|
+
|
|
1635
|
+
getDatabase(): string;
|
|
1636
|
+
setDatabase(value: string): LockInfo;
|
|
1637
|
+
|
|
1638
|
+
getRelation(): string;
|
|
1639
|
+
setRelation(value: string): LockInfo;
|
|
1640
|
+
|
|
1641
|
+
getMode(): string;
|
|
1642
|
+
setMode(value: string): LockInfo;
|
|
1643
|
+
|
|
1644
|
+
getGranted(): boolean;
|
|
1645
|
+
setGranted(value: boolean): LockInfo;
|
|
1646
|
+
|
|
1647
|
+
getFastpath(): boolean;
|
|
1648
|
+
setFastpath(value: boolean): LockInfo;
|
|
1649
|
+
|
|
1650
|
+
getQuery(): string;
|
|
1651
|
+
setQuery(value: string): LockInfo;
|
|
1652
|
+
|
|
1653
|
+
serializeBinary(): Uint8Array;
|
|
1654
|
+
toObject(includeInstance?: boolean): LockInfo.AsObject;
|
|
1655
|
+
static toObject(includeInstance: boolean, msg: LockInfo): LockInfo.AsObject;
|
|
1656
|
+
static serializeBinaryToWriter(message: LockInfo, writer: jspb.BinaryWriter): void;
|
|
1657
|
+
static deserializeBinary(bytes: Uint8Array): LockInfo;
|
|
1658
|
+
static deserializeBinaryFromReader(message: LockInfo, reader: jspb.BinaryReader): LockInfo;
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
export namespace LockInfo {
|
|
1662
|
+
export type AsObject = {
|
|
1663
|
+
pid: number,
|
|
1664
|
+
locktype: string,
|
|
1665
|
+
database: string,
|
|
1666
|
+
relation: string,
|
|
1667
|
+
mode: string,
|
|
1668
|
+
granted: boolean,
|
|
1669
|
+
fastpath: boolean,
|
|
1670
|
+
query: string,
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
export class ListLocksRequest extends jspb.Message {
|
|
1675
|
+
getDatabase(): string;
|
|
1676
|
+
setDatabase(value: string): ListLocksRequest;
|
|
1677
|
+
|
|
1678
|
+
getGrantedOnly(): boolean;
|
|
1679
|
+
setGrantedOnly(value: boolean): ListLocksRequest;
|
|
1680
|
+
|
|
1681
|
+
serializeBinary(): Uint8Array;
|
|
1682
|
+
toObject(includeInstance?: boolean): ListLocksRequest.AsObject;
|
|
1683
|
+
static toObject(includeInstance: boolean, msg: ListLocksRequest): ListLocksRequest.AsObject;
|
|
1684
|
+
static serializeBinaryToWriter(message: ListLocksRequest, writer: jspb.BinaryWriter): void;
|
|
1685
|
+
static deserializeBinary(bytes: Uint8Array): ListLocksRequest;
|
|
1686
|
+
static deserializeBinaryFromReader(message: ListLocksRequest, reader: jspb.BinaryReader): ListLocksRequest;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1689
|
+
export namespace ListLocksRequest {
|
|
1690
|
+
export type AsObject = {
|
|
1691
|
+
database: string,
|
|
1692
|
+
grantedOnly: boolean,
|
|
1693
|
+
}
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
export class LockList extends jspb.Message {
|
|
1697
|
+
getItemsList(): Array<LockInfo>;
|
|
1698
|
+
setItemsList(value: Array<LockInfo>): LockList;
|
|
1699
|
+
clearItemsList(): LockList;
|
|
1700
|
+
addItems(value?: LockInfo, index?: number): LockInfo;
|
|
1701
|
+
|
|
1702
|
+
serializeBinary(): Uint8Array;
|
|
1703
|
+
toObject(includeInstance?: boolean): LockList.AsObject;
|
|
1704
|
+
static toObject(includeInstance: boolean, msg: LockList): LockList.AsObject;
|
|
1705
|
+
static serializeBinaryToWriter(message: LockList, writer: jspb.BinaryWriter): void;
|
|
1706
|
+
static deserializeBinary(bytes: Uint8Array): LockList;
|
|
1707
|
+
static deserializeBinaryFromReader(message: LockList, reader: jspb.BinaryReader): LockList;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
export namespace LockList {
|
|
1711
|
+
export type AsObject = {
|
|
1712
|
+
itemsList: Array<LockInfo.AsObject>,
|
|
1713
|
+
}
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
export class TablespaceInfo extends jspb.Message {
|
|
1717
|
+
getName(): string;
|
|
1718
|
+
setName(value: string): TablespaceInfo;
|
|
1719
|
+
|
|
1720
|
+
getOwner(): string;
|
|
1721
|
+
setOwner(value: string): TablespaceInfo;
|
|
1722
|
+
|
|
1723
|
+
getLocation(): string;
|
|
1724
|
+
setLocation(value: string): TablespaceInfo;
|
|
1725
|
+
|
|
1726
|
+
getSizeBytes(): number;
|
|
1727
|
+
setSizeBytes(value: number): TablespaceInfo;
|
|
1728
|
+
|
|
1729
|
+
serializeBinary(): Uint8Array;
|
|
1730
|
+
toObject(includeInstance?: boolean): TablespaceInfo.AsObject;
|
|
1731
|
+
static toObject(includeInstance: boolean, msg: TablespaceInfo): TablespaceInfo.AsObject;
|
|
1732
|
+
static serializeBinaryToWriter(message: TablespaceInfo, writer: jspb.BinaryWriter): void;
|
|
1733
|
+
static deserializeBinary(bytes: Uint8Array): TablespaceInfo;
|
|
1734
|
+
static deserializeBinaryFromReader(message: TablespaceInfo, reader: jspb.BinaryReader): TablespaceInfo;
|
|
1735
|
+
}
|
|
1736
|
+
|
|
1737
|
+
export namespace TablespaceInfo {
|
|
1738
|
+
export type AsObject = {
|
|
1739
|
+
name: string,
|
|
1740
|
+
owner: string,
|
|
1741
|
+
location: string,
|
|
1742
|
+
sizeBytes: number,
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
export class ListTablespacesRequest extends jspb.Message {
|
|
1747
|
+
serializeBinary(): Uint8Array;
|
|
1748
|
+
toObject(includeInstance?: boolean): ListTablespacesRequest.AsObject;
|
|
1749
|
+
static toObject(includeInstance: boolean, msg: ListTablespacesRequest): ListTablespacesRequest.AsObject;
|
|
1750
|
+
static serializeBinaryToWriter(message: ListTablespacesRequest, writer: jspb.BinaryWriter): void;
|
|
1751
|
+
static deserializeBinary(bytes: Uint8Array): ListTablespacesRequest;
|
|
1752
|
+
static deserializeBinaryFromReader(message: ListTablespacesRequest, reader: jspb.BinaryReader): ListTablespacesRequest;
|
|
1753
|
+
}
|
|
1754
|
+
|
|
1755
|
+
export namespace ListTablespacesRequest {
|
|
1756
|
+
export type AsObject = {
|
|
1757
|
+
}
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
export class TablespaceList extends jspb.Message {
|
|
1761
|
+
getItemsList(): Array<TablespaceInfo>;
|
|
1762
|
+
setItemsList(value: Array<TablespaceInfo>): TablespaceList;
|
|
1763
|
+
clearItemsList(): TablespaceList;
|
|
1764
|
+
addItems(value?: TablespaceInfo, index?: number): TablespaceInfo;
|
|
1765
|
+
|
|
1766
|
+
serializeBinary(): Uint8Array;
|
|
1767
|
+
toObject(includeInstance?: boolean): TablespaceList.AsObject;
|
|
1768
|
+
static toObject(includeInstance: boolean, msg: TablespaceList): TablespaceList.AsObject;
|
|
1769
|
+
static serializeBinaryToWriter(message: TablespaceList, writer: jspb.BinaryWriter): void;
|
|
1770
|
+
static deserializeBinary(bytes: Uint8Array): TablespaceList;
|
|
1771
|
+
static deserializeBinaryFromReader(message: TablespaceList, reader: jspb.BinaryReader): TablespaceList;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
export namespace TablespaceList {
|
|
1775
|
+
export type AsObject = {
|
|
1776
|
+
itemsList: Array<TablespaceInfo.AsObject>,
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
export class MetricItem extends jspb.Message {
|
|
1781
|
+
getName(): string;
|
|
1782
|
+
setName(value: string): MetricItem;
|
|
1783
|
+
|
|
1784
|
+
getValue(): number;
|
|
1785
|
+
setValue(value: number): MetricItem;
|
|
1786
|
+
|
|
1787
|
+
getDescription(): string;
|
|
1788
|
+
setDescription(value: string): MetricItem;
|
|
1789
|
+
|
|
1790
|
+
serializeBinary(): Uint8Array;
|
|
1791
|
+
toObject(includeInstance?: boolean): MetricItem.AsObject;
|
|
1792
|
+
static toObject(includeInstance: boolean, msg: MetricItem): MetricItem.AsObject;
|
|
1793
|
+
static serializeBinaryToWriter(message: MetricItem, writer: jspb.BinaryWriter): void;
|
|
1794
|
+
static deserializeBinary(bytes: Uint8Array): MetricItem;
|
|
1795
|
+
static deserializeBinaryFromReader(message: MetricItem, reader: jspb.BinaryReader): MetricItem;
|
|
1796
|
+
}
|
|
1797
|
+
|
|
1798
|
+
export namespace MetricItem {
|
|
1799
|
+
export type AsObject = {
|
|
1800
|
+
name: string,
|
|
1801
|
+
value: number,
|
|
1802
|
+
description: string,
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1805
|
+
|
|
1806
|
+
export class GetMetricsRequest extends jspb.Message {
|
|
1807
|
+
getDatabase(): string;
|
|
1808
|
+
setDatabase(value: string): GetMetricsRequest;
|
|
1809
|
+
|
|
1810
|
+
serializeBinary(): Uint8Array;
|
|
1811
|
+
toObject(includeInstance?: boolean): GetMetricsRequest.AsObject;
|
|
1812
|
+
static toObject(includeInstance: boolean, msg: GetMetricsRequest): GetMetricsRequest.AsObject;
|
|
1813
|
+
static serializeBinaryToWriter(message: GetMetricsRequest, writer: jspb.BinaryWriter): void;
|
|
1814
|
+
static deserializeBinary(bytes: Uint8Array): GetMetricsRequest;
|
|
1815
|
+
static deserializeBinaryFromReader(message: GetMetricsRequest, reader: jspb.BinaryReader): GetMetricsRequest;
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
export namespace GetMetricsRequest {
|
|
1819
|
+
export type AsObject = {
|
|
1820
|
+
database: string,
|
|
1821
|
+
}
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
export class MetricsResponse extends jspb.Message {
|
|
1825
|
+
getMetricsList(): Array<MetricItem>;
|
|
1826
|
+
setMetricsList(value: Array<MetricItem>): MetricsResponse;
|
|
1827
|
+
clearMetricsList(): MetricsResponse;
|
|
1828
|
+
addMetrics(value?: MetricItem, index?: number): MetricItem;
|
|
1829
|
+
|
|
1830
|
+
serializeBinary(): Uint8Array;
|
|
1831
|
+
toObject(includeInstance?: boolean): MetricsResponse.AsObject;
|
|
1832
|
+
static toObject(includeInstance: boolean, msg: MetricsResponse): MetricsResponse.AsObject;
|
|
1833
|
+
static serializeBinaryToWriter(message: MetricsResponse, writer: jspb.BinaryWriter): void;
|
|
1834
|
+
static deserializeBinary(bytes: Uint8Array): MetricsResponse;
|
|
1835
|
+
static deserializeBinaryFromReader(message: MetricsResponse, reader: jspb.BinaryReader): MetricsResponse;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
export namespace MetricsResponse {
|
|
1839
|
+
export type AsObject = {
|
|
1840
|
+
metricsList: Array<MetricItem.AsObject>,
|
|
1841
|
+
}
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
export class TableOptionsRequest extends jspb.Message {
|
|
1845
|
+
serializeBinary(): Uint8Array;
|
|
1846
|
+
toObject(includeInstance?: boolean): TableOptionsRequest.AsObject;
|
|
1847
|
+
static toObject(includeInstance: boolean, msg: TableOptionsRequest): TableOptionsRequest.AsObject;
|
|
1848
|
+
static serializeBinaryToWriter(message: TableOptionsRequest, writer: jspb.BinaryWriter): void;
|
|
1849
|
+
static deserializeBinary(bytes: Uint8Array): TableOptionsRequest;
|
|
1850
|
+
static deserializeBinaryFromReader(message: TableOptionsRequest, reader: jspb.BinaryReader): TableOptionsRequest;
|
|
1851
|
+
}
|
|
1852
|
+
|
|
1853
|
+
export namespace TableOptionsRequest {
|
|
1854
|
+
export type AsObject = {
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
export class TableOptionsResponse extends jspb.Message {
|
|
1859
|
+
getDataTypesList(): Array<string>;
|
|
1860
|
+
setDataTypesList(value: Array<string>): TableOptionsResponse;
|
|
1861
|
+
clearDataTypesList(): TableOptionsResponse;
|
|
1862
|
+
addDataTypes(value: string, index?: number): TableOptionsResponse;
|
|
1863
|
+
|
|
1864
|
+
getIndexMethodsList(): Array<string>;
|
|
1865
|
+
setIndexMethodsList(value: Array<string>): TableOptionsResponse;
|
|
1866
|
+
clearIndexMethodsList(): TableOptionsResponse;
|
|
1867
|
+
addIndexMethods(value: string, index?: number): TableOptionsResponse;
|
|
1868
|
+
|
|
1869
|
+
getCollationsList(): Array<string>;
|
|
1870
|
+
setCollationsList(value: Array<string>): TableOptionsResponse;
|
|
1871
|
+
clearCollationsList(): TableOptionsResponse;
|
|
1872
|
+
addCollations(value: string, index?: number): TableOptionsResponse;
|
|
1873
|
+
|
|
1874
|
+
getTablespacesList(): Array<string>;
|
|
1875
|
+
setTablespacesList(value: Array<string>): TableOptionsResponse;
|
|
1876
|
+
clearTablespacesList(): TableOptionsResponse;
|
|
1877
|
+
addTablespaces(value: string, index?: number): TableOptionsResponse;
|
|
1878
|
+
|
|
1879
|
+
serializeBinary(): Uint8Array;
|
|
1880
|
+
toObject(includeInstance?: boolean): TableOptionsResponse.AsObject;
|
|
1881
|
+
static toObject(includeInstance: boolean, msg: TableOptionsResponse): TableOptionsResponse.AsObject;
|
|
1882
|
+
static serializeBinaryToWriter(message: TableOptionsResponse, writer: jspb.BinaryWriter): void;
|
|
1883
|
+
static deserializeBinary(bytes: Uint8Array): TableOptionsResponse;
|
|
1884
|
+
static deserializeBinaryFromReader(message: TableOptionsResponse, reader: jspb.BinaryReader): TableOptionsResponse;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
export namespace TableOptionsResponse {
|
|
1888
|
+
export type AsObject = {
|
|
1889
|
+
dataTypesList: Array<string>,
|
|
1890
|
+
indexMethodsList: Array<string>,
|
|
1891
|
+
collationsList: Array<string>,
|
|
1892
|
+
tablespacesList: Array<string>,
|
|
1893
|
+
}
|
|
1894
|
+
}
|
|
1895
|
+
|