@superblocksteam/sabs-types-js 0.0.1-demo-databricks-deploy
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/build/v1/service_grpc_pb.d.ts +128 -0
- package/build/v1/service_grpc_pb.js +212 -0
- package/build/v1/service_pb.d.ts +394 -0
- package/build/v1/service_pb.js +3062 -0
- package/google/api/annotations_grpc_pb.js +1 -0
- package/google/api/annotations_pb.d.ts +11 -0
- package/google/api/annotations_pb.js +48 -0
- package/google/api/http_grpc_pb.js +1 -0
- package/google/api/http_pb.d.ts +135 -0
- package/google/api/http_pb.js +1006 -0
- package/health/v1/service_grpc_pb.d.ts +42 -0
- package/health/v1/service_grpc_pb.js +46 -0
- package/health/v1/service_pb.d.ts +51 -0
- package/health/v1/service_pb.js +357 -0
- package/liveedit/v1/service_grpc_pb.d.ts +60 -0
- package/liveedit/v1/service_grpc_pb.js +80 -0
- package/liveedit/v1/service_pb.d.ts +166 -0
- package/liveedit/v1/service_pb.js +1232 -0
- package/package.json +18 -0
- package/protoc-gen-openapiv2/options/annotations_grpc_pb.js +1 -0
- package/protoc-gen-openapiv2/options/annotations_pb.d.ts +19 -0
- package/protoc-gen-openapiv2/options/annotations_pb.js +152 -0
- package/protoc-gen-openapiv2/options/openapiv2_grpc_pb.js +1 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +800 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.js +6323 -0
|
@@ -0,0 +1,800 @@
|
|
|
1
|
+
// package: grpc.gateway.protoc_gen_openapiv2.options
|
|
2
|
+
// file: protoc-gen-openapiv2/options/openapiv2.proto
|
|
3
|
+
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/* eslint-disable */
|
|
6
|
+
|
|
7
|
+
import * as jspb from "google-protobuf";
|
|
8
|
+
import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb";
|
|
9
|
+
|
|
10
|
+
export class Swagger extends jspb.Message {
|
|
11
|
+
getSwagger(): string;
|
|
12
|
+
setSwagger(value: string): Swagger;
|
|
13
|
+
|
|
14
|
+
hasInfo(): boolean;
|
|
15
|
+
clearInfo(): void;
|
|
16
|
+
getInfo(): Info | undefined;
|
|
17
|
+
setInfo(value?: Info): Swagger;
|
|
18
|
+
getHost(): string;
|
|
19
|
+
setHost(value: string): Swagger;
|
|
20
|
+
getBasePath(): string;
|
|
21
|
+
setBasePath(value: string): Swagger;
|
|
22
|
+
clearSchemesList(): void;
|
|
23
|
+
getSchemesList(): Array<Scheme>;
|
|
24
|
+
setSchemesList(value: Array<Scheme>): Swagger;
|
|
25
|
+
addSchemes(value: Scheme, index?: number): Scheme;
|
|
26
|
+
clearConsumesList(): void;
|
|
27
|
+
getConsumesList(): Array<string>;
|
|
28
|
+
setConsumesList(value: Array<string>): Swagger;
|
|
29
|
+
addConsumes(value: string, index?: number): string;
|
|
30
|
+
clearProducesList(): void;
|
|
31
|
+
getProducesList(): Array<string>;
|
|
32
|
+
setProducesList(value: Array<string>): Swagger;
|
|
33
|
+
addProduces(value: string, index?: number): string;
|
|
34
|
+
|
|
35
|
+
getResponsesMap(): jspb.Map<string, Response>;
|
|
36
|
+
clearResponsesMap(): void;
|
|
37
|
+
|
|
38
|
+
hasSecurityDefinitions(): boolean;
|
|
39
|
+
clearSecurityDefinitions(): void;
|
|
40
|
+
getSecurityDefinitions(): SecurityDefinitions | undefined;
|
|
41
|
+
setSecurityDefinitions(value?: SecurityDefinitions): Swagger;
|
|
42
|
+
clearSecurityList(): void;
|
|
43
|
+
getSecurityList(): Array<SecurityRequirement>;
|
|
44
|
+
setSecurityList(value: Array<SecurityRequirement>): Swagger;
|
|
45
|
+
addSecurity(value?: SecurityRequirement, index?: number): SecurityRequirement;
|
|
46
|
+
clearTagsList(): void;
|
|
47
|
+
getTagsList(): Array<Tag>;
|
|
48
|
+
setTagsList(value: Array<Tag>): Swagger;
|
|
49
|
+
addTags(value?: Tag, index?: number): Tag;
|
|
50
|
+
|
|
51
|
+
hasExternalDocs(): boolean;
|
|
52
|
+
clearExternalDocs(): void;
|
|
53
|
+
getExternalDocs(): ExternalDocumentation | undefined;
|
|
54
|
+
setExternalDocs(value?: ExternalDocumentation): Swagger;
|
|
55
|
+
|
|
56
|
+
getExtensionsMap(): jspb.Map<string, google_protobuf_struct_pb.Value>;
|
|
57
|
+
clearExtensionsMap(): void;
|
|
58
|
+
|
|
59
|
+
serializeBinary(): Uint8Array;
|
|
60
|
+
toObject(includeInstance?: boolean): Swagger.AsObject;
|
|
61
|
+
static toObject(includeInstance: boolean, msg: Swagger): Swagger.AsObject;
|
|
62
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
63
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
64
|
+
static serializeBinaryToWriter(message: Swagger, writer: jspb.BinaryWriter): void;
|
|
65
|
+
static deserializeBinary(bytes: Uint8Array): Swagger;
|
|
66
|
+
static deserializeBinaryFromReader(message: Swagger, reader: jspb.BinaryReader): Swagger;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export namespace Swagger {
|
|
70
|
+
export type AsObject = {
|
|
71
|
+
swagger: string,
|
|
72
|
+
info?: Info.AsObject,
|
|
73
|
+
host: string,
|
|
74
|
+
basePath: string,
|
|
75
|
+
schemesList: Array<Scheme>,
|
|
76
|
+
consumesList: Array<string>,
|
|
77
|
+
producesList: Array<string>,
|
|
78
|
+
|
|
79
|
+
responsesMap: Array<[string, Response.AsObject]>,
|
|
80
|
+
securityDefinitions?: SecurityDefinitions.AsObject,
|
|
81
|
+
securityList: Array<SecurityRequirement.AsObject>,
|
|
82
|
+
tagsList: Array<Tag.AsObject>,
|
|
83
|
+
externalDocs?: ExternalDocumentation.AsObject,
|
|
84
|
+
|
|
85
|
+
extensionsMap: Array<[string, google_protobuf_struct_pb.Value.AsObject]>,
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export class Operation extends jspb.Message {
|
|
90
|
+
clearTagsList(): void;
|
|
91
|
+
getTagsList(): Array<string>;
|
|
92
|
+
setTagsList(value: Array<string>): Operation;
|
|
93
|
+
addTags(value: string, index?: number): string;
|
|
94
|
+
getSummary(): string;
|
|
95
|
+
setSummary(value: string): Operation;
|
|
96
|
+
getDescription(): string;
|
|
97
|
+
setDescription(value: string): Operation;
|
|
98
|
+
|
|
99
|
+
hasExternalDocs(): boolean;
|
|
100
|
+
clearExternalDocs(): void;
|
|
101
|
+
getExternalDocs(): ExternalDocumentation | undefined;
|
|
102
|
+
setExternalDocs(value?: ExternalDocumentation): Operation;
|
|
103
|
+
getOperationId(): string;
|
|
104
|
+
setOperationId(value: string): Operation;
|
|
105
|
+
clearConsumesList(): void;
|
|
106
|
+
getConsumesList(): Array<string>;
|
|
107
|
+
setConsumesList(value: Array<string>): Operation;
|
|
108
|
+
addConsumes(value: string, index?: number): string;
|
|
109
|
+
clearProducesList(): void;
|
|
110
|
+
getProducesList(): Array<string>;
|
|
111
|
+
setProducesList(value: Array<string>): Operation;
|
|
112
|
+
addProduces(value: string, index?: number): string;
|
|
113
|
+
|
|
114
|
+
getResponsesMap(): jspb.Map<string, Response>;
|
|
115
|
+
clearResponsesMap(): void;
|
|
116
|
+
clearSchemesList(): void;
|
|
117
|
+
getSchemesList(): Array<Scheme>;
|
|
118
|
+
setSchemesList(value: Array<Scheme>): Operation;
|
|
119
|
+
addSchemes(value: Scheme, index?: number): Scheme;
|
|
120
|
+
getDeprecated(): boolean;
|
|
121
|
+
setDeprecated(value: boolean): Operation;
|
|
122
|
+
clearSecurityList(): void;
|
|
123
|
+
getSecurityList(): Array<SecurityRequirement>;
|
|
124
|
+
setSecurityList(value: Array<SecurityRequirement>): Operation;
|
|
125
|
+
addSecurity(value?: SecurityRequirement, index?: number): SecurityRequirement;
|
|
126
|
+
|
|
127
|
+
getExtensionsMap(): jspb.Map<string, google_protobuf_struct_pb.Value>;
|
|
128
|
+
clearExtensionsMap(): void;
|
|
129
|
+
|
|
130
|
+
hasParameters(): boolean;
|
|
131
|
+
clearParameters(): void;
|
|
132
|
+
getParameters(): Parameters | undefined;
|
|
133
|
+
setParameters(value?: Parameters): Operation;
|
|
134
|
+
|
|
135
|
+
serializeBinary(): Uint8Array;
|
|
136
|
+
toObject(includeInstance?: boolean): Operation.AsObject;
|
|
137
|
+
static toObject(includeInstance: boolean, msg: Operation): Operation.AsObject;
|
|
138
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
139
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
140
|
+
static serializeBinaryToWriter(message: Operation, writer: jspb.BinaryWriter): void;
|
|
141
|
+
static deserializeBinary(bytes: Uint8Array): Operation;
|
|
142
|
+
static deserializeBinaryFromReader(message: Operation, reader: jspb.BinaryReader): Operation;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export namespace Operation {
|
|
146
|
+
export type AsObject = {
|
|
147
|
+
tagsList: Array<string>,
|
|
148
|
+
summary: string,
|
|
149
|
+
description: string,
|
|
150
|
+
externalDocs?: ExternalDocumentation.AsObject,
|
|
151
|
+
operationId: string,
|
|
152
|
+
consumesList: Array<string>,
|
|
153
|
+
producesList: Array<string>,
|
|
154
|
+
|
|
155
|
+
responsesMap: Array<[string, Response.AsObject]>,
|
|
156
|
+
schemesList: Array<Scheme>,
|
|
157
|
+
deprecated: boolean,
|
|
158
|
+
securityList: Array<SecurityRequirement.AsObject>,
|
|
159
|
+
|
|
160
|
+
extensionsMap: Array<[string, google_protobuf_struct_pb.Value.AsObject]>,
|
|
161
|
+
parameters?: Parameters.AsObject,
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
export class Parameters extends jspb.Message {
|
|
166
|
+
clearHeadersList(): void;
|
|
167
|
+
getHeadersList(): Array<HeaderParameter>;
|
|
168
|
+
setHeadersList(value: Array<HeaderParameter>): Parameters;
|
|
169
|
+
addHeaders(value?: HeaderParameter, index?: number): HeaderParameter;
|
|
170
|
+
|
|
171
|
+
serializeBinary(): Uint8Array;
|
|
172
|
+
toObject(includeInstance?: boolean): Parameters.AsObject;
|
|
173
|
+
static toObject(includeInstance: boolean, msg: Parameters): Parameters.AsObject;
|
|
174
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
175
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
176
|
+
static serializeBinaryToWriter(message: Parameters, writer: jspb.BinaryWriter): void;
|
|
177
|
+
static deserializeBinary(bytes: Uint8Array): Parameters;
|
|
178
|
+
static deserializeBinaryFromReader(message: Parameters, reader: jspb.BinaryReader): Parameters;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
export namespace Parameters {
|
|
182
|
+
export type AsObject = {
|
|
183
|
+
headersList: Array<HeaderParameter.AsObject>,
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export class HeaderParameter extends jspb.Message {
|
|
188
|
+
getName(): string;
|
|
189
|
+
setName(value: string): HeaderParameter;
|
|
190
|
+
getDescription(): string;
|
|
191
|
+
setDescription(value: string): HeaderParameter;
|
|
192
|
+
getType(): HeaderParameter.Type;
|
|
193
|
+
setType(value: HeaderParameter.Type): HeaderParameter;
|
|
194
|
+
getFormat(): string;
|
|
195
|
+
setFormat(value: string): HeaderParameter;
|
|
196
|
+
getRequired(): boolean;
|
|
197
|
+
setRequired(value: boolean): HeaderParameter;
|
|
198
|
+
|
|
199
|
+
serializeBinary(): Uint8Array;
|
|
200
|
+
toObject(includeInstance?: boolean): HeaderParameter.AsObject;
|
|
201
|
+
static toObject(includeInstance: boolean, msg: HeaderParameter): HeaderParameter.AsObject;
|
|
202
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
203
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
204
|
+
static serializeBinaryToWriter(message: HeaderParameter, writer: jspb.BinaryWriter): void;
|
|
205
|
+
static deserializeBinary(bytes: Uint8Array): HeaderParameter;
|
|
206
|
+
static deserializeBinaryFromReader(message: HeaderParameter, reader: jspb.BinaryReader): HeaderParameter;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
export namespace HeaderParameter {
|
|
210
|
+
export type AsObject = {
|
|
211
|
+
name: string,
|
|
212
|
+
description: string,
|
|
213
|
+
type: HeaderParameter.Type,
|
|
214
|
+
format: string,
|
|
215
|
+
required: boolean,
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
export enum Type {
|
|
219
|
+
UNKNOWN = 0,
|
|
220
|
+
STRING = 1,
|
|
221
|
+
NUMBER = 2,
|
|
222
|
+
INTEGER = 3,
|
|
223
|
+
BOOLEAN = 4,
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
export class Header extends jspb.Message {
|
|
229
|
+
getDescription(): string;
|
|
230
|
+
setDescription(value: string): Header;
|
|
231
|
+
getType(): string;
|
|
232
|
+
setType(value: string): Header;
|
|
233
|
+
getFormat(): string;
|
|
234
|
+
setFormat(value: string): Header;
|
|
235
|
+
getDefault(): string;
|
|
236
|
+
setDefault(value: string): Header;
|
|
237
|
+
getPattern(): string;
|
|
238
|
+
setPattern(value: string): Header;
|
|
239
|
+
|
|
240
|
+
serializeBinary(): Uint8Array;
|
|
241
|
+
toObject(includeInstance?: boolean): Header.AsObject;
|
|
242
|
+
static toObject(includeInstance: boolean, msg: Header): Header.AsObject;
|
|
243
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
244
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
245
|
+
static serializeBinaryToWriter(message: Header, writer: jspb.BinaryWriter): void;
|
|
246
|
+
static deserializeBinary(bytes: Uint8Array): Header;
|
|
247
|
+
static deserializeBinaryFromReader(message: Header, reader: jspb.BinaryReader): Header;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
export namespace Header {
|
|
251
|
+
export type AsObject = {
|
|
252
|
+
description: string,
|
|
253
|
+
type: string,
|
|
254
|
+
format: string,
|
|
255
|
+
pb_default: string,
|
|
256
|
+
pattern: string,
|
|
257
|
+
}
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
export class Response extends jspb.Message {
|
|
261
|
+
getDescription(): string;
|
|
262
|
+
setDescription(value: string): Response;
|
|
263
|
+
|
|
264
|
+
hasSchema(): boolean;
|
|
265
|
+
clearSchema(): void;
|
|
266
|
+
getSchema(): Schema | undefined;
|
|
267
|
+
setSchema(value?: Schema): Response;
|
|
268
|
+
|
|
269
|
+
getHeadersMap(): jspb.Map<string, Header>;
|
|
270
|
+
clearHeadersMap(): void;
|
|
271
|
+
|
|
272
|
+
getExamplesMap(): jspb.Map<string, string>;
|
|
273
|
+
clearExamplesMap(): void;
|
|
274
|
+
|
|
275
|
+
getExtensionsMap(): jspb.Map<string, google_protobuf_struct_pb.Value>;
|
|
276
|
+
clearExtensionsMap(): void;
|
|
277
|
+
|
|
278
|
+
serializeBinary(): Uint8Array;
|
|
279
|
+
toObject(includeInstance?: boolean): Response.AsObject;
|
|
280
|
+
static toObject(includeInstance: boolean, msg: Response): Response.AsObject;
|
|
281
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
282
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
283
|
+
static serializeBinaryToWriter(message: Response, writer: jspb.BinaryWriter): void;
|
|
284
|
+
static deserializeBinary(bytes: Uint8Array): Response;
|
|
285
|
+
static deserializeBinaryFromReader(message: Response, reader: jspb.BinaryReader): Response;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
export namespace Response {
|
|
289
|
+
export type AsObject = {
|
|
290
|
+
description: string,
|
|
291
|
+
schema?: Schema.AsObject,
|
|
292
|
+
|
|
293
|
+
headersMap: Array<[string, Header.AsObject]>,
|
|
294
|
+
|
|
295
|
+
examplesMap: Array<[string, string]>,
|
|
296
|
+
|
|
297
|
+
extensionsMap: Array<[string, google_protobuf_struct_pb.Value.AsObject]>,
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
export class Info extends jspb.Message {
|
|
302
|
+
getTitle(): string;
|
|
303
|
+
setTitle(value: string): Info;
|
|
304
|
+
getDescription(): string;
|
|
305
|
+
setDescription(value: string): Info;
|
|
306
|
+
getTermsOfService(): string;
|
|
307
|
+
setTermsOfService(value: string): Info;
|
|
308
|
+
|
|
309
|
+
hasContact(): boolean;
|
|
310
|
+
clearContact(): void;
|
|
311
|
+
getContact(): Contact | undefined;
|
|
312
|
+
setContact(value?: Contact): Info;
|
|
313
|
+
|
|
314
|
+
hasLicense(): boolean;
|
|
315
|
+
clearLicense(): void;
|
|
316
|
+
getLicense(): License | undefined;
|
|
317
|
+
setLicense(value?: License): Info;
|
|
318
|
+
getVersion(): string;
|
|
319
|
+
setVersion(value: string): Info;
|
|
320
|
+
|
|
321
|
+
getExtensionsMap(): jspb.Map<string, google_protobuf_struct_pb.Value>;
|
|
322
|
+
clearExtensionsMap(): void;
|
|
323
|
+
|
|
324
|
+
serializeBinary(): Uint8Array;
|
|
325
|
+
toObject(includeInstance?: boolean): Info.AsObject;
|
|
326
|
+
static toObject(includeInstance: boolean, msg: Info): Info.AsObject;
|
|
327
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
328
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
329
|
+
static serializeBinaryToWriter(message: Info, writer: jspb.BinaryWriter): void;
|
|
330
|
+
static deserializeBinary(bytes: Uint8Array): Info;
|
|
331
|
+
static deserializeBinaryFromReader(message: Info, reader: jspb.BinaryReader): Info;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export namespace Info {
|
|
335
|
+
export type AsObject = {
|
|
336
|
+
title: string,
|
|
337
|
+
description: string,
|
|
338
|
+
termsOfService: string,
|
|
339
|
+
contact?: Contact.AsObject,
|
|
340
|
+
license?: License.AsObject,
|
|
341
|
+
version: string,
|
|
342
|
+
|
|
343
|
+
extensionsMap: Array<[string, google_protobuf_struct_pb.Value.AsObject]>,
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
export class Contact extends jspb.Message {
|
|
348
|
+
getName(): string;
|
|
349
|
+
setName(value: string): Contact;
|
|
350
|
+
getUrl(): string;
|
|
351
|
+
setUrl(value: string): Contact;
|
|
352
|
+
getEmail(): string;
|
|
353
|
+
setEmail(value: string): Contact;
|
|
354
|
+
|
|
355
|
+
serializeBinary(): Uint8Array;
|
|
356
|
+
toObject(includeInstance?: boolean): Contact.AsObject;
|
|
357
|
+
static toObject(includeInstance: boolean, msg: Contact): Contact.AsObject;
|
|
358
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
359
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
360
|
+
static serializeBinaryToWriter(message: Contact, writer: jspb.BinaryWriter): void;
|
|
361
|
+
static deserializeBinary(bytes: Uint8Array): Contact;
|
|
362
|
+
static deserializeBinaryFromReader(message: Contact, reader: jspb.BinaryReader): Contact;
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
export namespace Contact {
|
|
366
|
+
export type AsObject = {
|
|
367
|
+
name: string,
|
|
368
|
+
url: string,
|
|
369
|
+
email: string,
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
export class License extends jspb.Message {
|
|
374
|
+
getName(): string;
|
|
375
|
+
setName(value: string): License;
|
|
376
|
+
getUrl(): string;
|
|
377
|
+
setUrl(value: string): License;
|
|
378
|
+
|
|
379
|
+
serializeBinary(): Uint8Array;
|
|
380
|
+
toObject(includeInstance?: boolean): License.AsObject;
|
|
381
|
+
static toObject(includeInstance: boolean, msg: License): License.AsObject;
|
|
382
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
383
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
384
|
+
static serializeBinaryToWriter(message: License, writer: jspb.BinaryWriter): void;
|
|
385
|
+
static deserializeBinary(bytes: Uint8Array): License;
|
|
386
|
+
static deserializeBinaryFromReader(message: License, reader: jspb.BinaryReader): License;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
export namespace License {
|
|
390
|
+
export type AsObject = {
|
|
391
|
+
name: string,
|
|
392
|
+
url: string,
|
|
393
|
+
}
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
export class ExternalDocumentation extends jspb.Message {
|
|
397
|
+
getDescription(): string;
|
|
398
|
+
setDescription(value: string): ExternalDocumentation;
|
|
399
|
+
getUrl(): string;
|
|
400
|
+
setUrl(value: string): ExternalDocumentation;
|
|
401
|
+
|
|
402
|
+
serializeBinary(): Uint8Array;
|
|
403
|
+
toObject(includeInstance?: boolean): ExternalDocumentation.AsObject;
|
|
404
|
+
static toObject(includeInstance: boolean, msg: ExternalDocumentation): ExternalDocumentation.AsObject;
|
|
405
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
406
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
407
|
+
static serializeBinaryToWriter(message: ExternalDocumentation, writer: jspb.BinaryWriter): void;
|
|
408
|
+
static deserializeBinary(bytes: Uint8Array): ExternalDocumentation;
|
|
409
|
+
static deserializeBinaryFromReader(message: ExternalDocumentation, reader: jspb.BinaryReader): ExternalDocumentation;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export namespace ExternalDocumentation {
|
|
413
|
+
export type AsObject = {
|
|
414
|
+
description: string,
|
|
415
|
+
url: string,
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
export class Schema extends jspb.Message {
|
|
420
|
+
|
|
421
|
+
hasJsonSchema(): boolean;
|
|
422
|
+
clearJsonSchema(): void;
|
|
423
|
+
getJsonSchema(): JSONSchema | undefined;
|
|
424
|
+
setJsonSchema(value?: JSONSchema): Schema;
|
|
425
|
+
getDiscriminator(): string;
|
|
426
|
+
setDiscriminator(value: string): Schema;
|
|
427
|
+
getReadOnly(): boolean;
|
|
428
|
+
setReadOnly(value: boolean): Schema;
|
|
429
|
+
|
|
430
|
+
hasExternalDocs(): boolean;
|
|
431
|
+
clearExternalDocs(): void;
|
|
432
|
+
getExternalDocs(): ExternalDocumentation | undefined;
|
|
433
|
+
setExternalDocs(value?: ExternalDocumentation): Schema;
|
|
434
|
+
getExample(): string;
|
|
435
|
+
setExample(value: string): Schema;
|
|
436
|
+
|
|
437
|
+
serializeBinary(): Uint8Array;
|
|
438
|
+
toObject(includeInstance?: boolean): Schema.AsObject;
|
|
439
|
+
static toObject(includeInstance: boolean, msg: Schema): Schema.AsObject;
|
|
440
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
441
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
442
|
+
static serializeBinaryToWriter(message: Schema, writer: jspb.BinaryWriter): void;
|
|
443
|
+
static deserializeBinary(bytes: Uint8Array): Schema;
|
|
444
|
+
static deserializeBinaryFromReader(message: Schema, reader: jspb.BinaryReader): Schema;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
export namespace Schema {
|
|
448
|
+
export type AsObject = {
|
|
449
|
+
jsonSchema?: JSONSchema.AsObject,
|
|
450
|
+
discriminator: string,
|
|
451
|
+
readOnly: boolean,
|
|
452
|
+
externalDocs?: ExternalDocumentation.AsObject,
|
|
453
|
+
example: string,
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
export class JSONSchema extends jspb.Message {
|
|
458
|
+
getRef(): string;
|
|
459
|
+
setRef(value: string): JSONSchema;
|
|
460
|
+
getTitle(): string;
|
|
461
|
+
setTitle(value: string): JSONSchema;
|
|
462
|
+
getDescription(): string;
|
|
463
|
+
setDescription(value: string): JSONSchema;
|
|
464
|
+
getDefault(): string;
|
|
465
|
+
setDefault(value: string): JSONSchema;
|
|
466
|
+
getReadOnly(): boolean;
|
|
467
|
+
setReadOnly(value: boolean): JSONSchema;
|
|
468
|
+
getExample(): string;
|
|
469
|
+
setExample(value: string): JSONSchema;
|
|
470
|
+
getMultipleOf(): number;
|
|
471
|
+
setMultipleOf(value: number): JSONSchema;
|
|
472
|
+
getMaximum(): number;
|
|
473
|
+
setMaximum(value: number): JSONSchema;
|
|
474
|
+
getExclusiveMaximum(): boolean;
|
|
475
|
+
setExclusiveMaximum(value: boolean): JSONSchema;
|
|
476
|
+
getMinimum(): number;
|
|
477
|
+
setMinimum(value: number): JSONSchema;
|
|
478
|
+
getExclusiveMinimum(): boolean;
|
|
479
|
+
setExclusiveMinimum(value: boolean): JSONSchema;
|
|
480
|
+
getMaxLength(): number;
|
|
481
|
+
setMaxLength(value: number): JSONSchema;
|
|
482
|
+
getMinLength(): number;
|
|
483
|
+
setMinLength(value: number): JSONSchema;
|
|
484
|
+
getPattern(): string;
|
|
485
|
+
setPattern(value: string): JSONSchema;
|
|
486
|
+
getMaxItems(): number;
|
|
487
|
+
setMaxItems(value: number): JSONSchema;
|
|
488
|
+
getMinItems(): number;
|
|
489
|
+
setMinItems(value: number): JSONSchema;
|
|
490
|
+
getUniqueItems(): boolean;
|
|
491
|
+
setUniqueItems(value: boolean): JSONSchema;
|
|
492
|
+
getMaxProperties(): number;
|
|
493
|
+
setMaxProperties(value: number): JSONSchema;
|
|
494
|
+
getMinProperties(): number;
|
|
495
|
+
setMinProperties(value: number): JSONSchema;
|
|
496
|
+
clearRequiredList(): void;
|
|
497
|
+
getRequiredList(): Array<string>;
|
|
498
|
+
setRequiredList(value: Array<string>): JSONSchema;
|
|
499
|
+
addRequired(value: string, index?: number): string;
|
|
500
|
+
clearArrayList(): void;
|
|
501
|
+
getArrayList(): Array<string>;
|
|
502
|
+
setArrayList(value: Array<string>): JSONSchema;
|
|
503
|
+
addArray(value: string, index?: number): string;
|
|
504
|
+
clearTypeList(): void;
|
|
505
|
+
getTypeList(): Array<JSONSchema.JSONSchemaSimpleTypes>;
|
|
506
|
+
setTypeList(value: Array<JSONSchema.JSONSchemaSimpleTypes>): JSONSchema;
|
|
507
|
+
addType(value: JSONSchema.JSONSchemaSimpleTypes, index?: number): JSONSchema.JSONSchemaSimpleTypes;
|
|
508
|
+
getFormat(): string;
|
|
509
|
+
setFormat(value: string): JSONSchema;
|
|
510
|
+
clearEnumList(): void;
|
|
511
|
+
getEnumList(): Array<string>;
|
|
512
|
+
setEnumList(value: Array<string>): JSONSchema;
|
|
513
|
+
addEnum(value: string, index?: number): string;
|
|
514
|
+
|
|
515
|
+
hasFieldConfiguration(): boolean;
|
|
516
|
+
clearFieldConfiguration(): void;
|
|
517
|
+
getFieldConfiguration(): JSONSchema.FieldConfiguration | undefined;
|
|
518
|
+
setFieldConfiguration(value?: JSONSchema.FieldConfiguration): JSONSchema;
|
|
519
|
+
|
|
520
|
+
getExtensionsMap(): jspb.Map<string, google_protobuf_struct_pb.Value>;
|
|
521
|
+
clearExtensionsMap(): void;
|
|
522
|
+
|
|
523
|
+
serializeBinary(): Uint8Array;
|
|
524
|
+
toObject(includeInstance?: boolean): JSONSchema.AsObject;
|
|
525
|
+
static toObject(includeInstance: boolean, msg: JSONSchema): JSONSchema.AsObject;
|
|
526
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
527
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
528
|
+
static serializeBinaryToWriter(message: JSONSchema, writer: jspb.BinaryWriter): void;
|
|
529
|
+
static deserializeBinary(bytes: Uint8Array): JSONSchema;
|
|
530
|
+
static deserializeBinaryFromReader(message: JSONSchema, reader: jspb.BinaryReader): JSONSchema;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
export namespace JSONSchema {
|
|
534
|
+
export type AsObject = {
|
|
535
|
+
ref: string,
|
|
536
|
+
title: string,
|
|
537
|
+
description: string,
|
|
538
|
+
pb_default: string,
|
|
539
|
+
readOnly: boolean,
|
|
540
|
+
example: string,
|
|
541
|
+
multipleOf: number,
|
|
542
|
+
maximum: number,
|
|
543
|
+
exclusiveMaximum: boolean,
|
|
544
|
+
minimum: number,
|
|
545
|
+
exclusiveMinimum: boolean,
|
|
546
|
+
maxLength: number,
|
|
547
|
+
minLength: number,
|
|
548
|
+
pattern: string,
|
|
549
|
+
maxItems: number,
|
|
550
|
+
minItems: number,
|
|
551
|
+
uniqueItems: boolean,
|
|
552
|
+
maxProperties: number,
|
|
553
|
+
minProperties: number,
|
|
554
|
+
requiredList: Array<string>,
|
|
555
|
+
arrayList: Array<string>,
|
|
556
|
+
typeList: Array<JSONSchema.JSONSchemaSimpleTypes>,
|
|
557
|
+
format: string,
|
|
558
|
+
pb_enumList: Array<string>,
|
|
559
|
+
fieldConfiguration?: JSONSchema.FieldConfiguration.AsObject,
|
|
560
|
+
|
|
561
|
+
extensionsMap: Array<[string, google_protobuf_struct_pb.Value.AsObject]>,
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
export class FieldConfiguration extends jspb.Message {
|
|
566
|
+
getPathParamName(): string;
|
|
567
|
+
setPathParamName(value: string): FieldConfiguration;
|
|
568
|
+
|
|
569
|
+
serializeBinary(): Uint8Array;
|
|
570
|
+
toObject(includeInstance?: boolean): FieldConfiguration.AsObject;
|
|
571
|
+
static toObject(includeInstance: boolean, msg: FieldConfiguration): FieldConfiguration.AsObject;
|
|
572
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
573
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
574
|
+
static serializeBinaryToWriter(message: FieldConfiguration, writer: jspb.BinaryWriter): void;
|
|
575
|
+
static deserializeBinary(bytes: Uint8Array): FieldConfiguration;
|
|
576
|
+
static deserializeBinaryFromReader(message: FieldConfiguration, reader: jspb.BinaryReader): FieldConfiguration;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
export namespace FieldConfiguration {
|
|
580
|
+
export type AsObject = {
|
|
581
|
+
pathParamName: string,
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
export enum JSONSchemaSimpleTypes {
|
|
587
|
+
UNKNOWN = 0,
|
|
588
|
+
ARRAY = 1,
|
|
589
|
+
BOOLEAN = 2,
|
|
590
|
+
INTEGER = 3,
|
|
591
|
+
NULL = 4,
|
|
592
|
+
NUMBER = 5,
|
|
593
|
+
OBJECT = 6,
|
|
594
|
+
STRING = 7,
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
export class Tag extends jspb.Message {
|
|
600
|
+
getName(): string;
|
|
601
|
+
setName(value: string): Tag;
|
|
602
|
+
getDescription(): string;
|
|
603
|
+
setDescription(value: string): Tag;
|
|
604
|
+
|
|
605
|
+
hasExternalDocs(): boolean;
|
|
606
|
+
clearExternalDocs(): void;
|
|
607
|
+
getExternalDocs(): ExternalDocumentation | undefined;
|
|
608
|
+
setExternalDocs(value?: ExternalDocumentation): Tag;
|
|
609
|
+
|
|
610
|
+
getExtensionsMap(): jspb.Map<string, google_protobuf_struct_pb.Value>;
|
|
611
|
+
clearExtensionsMap(): void;
|
|
612
|
+
|
|
613
|
+
serializeBinary(): Uint8Array;
|
|
614
|
+
toObject(includeInstance?: boolean): Tag.AsObject;
|
|
615
|
+
static toObject(includeInstance: boolean, msg: Tag): Tag.AsObject;
|
|
616
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
617
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
618
|
+
static serializeBinaryToWriter(message: Tag, writer: jspb.BinaryWriter): void;
|
|
619
|
+
static deserializeBinary(bytes: Uint8Array): Tag;
|
|
620
|
+
static deserializeBinaryFromReader(message: Tag, reader: jspb.BinaryReader): Tag;
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
export namespace Tag {
|
|
624
|
+
export type AsObject = {
|
|
625
|
+
name: string,
|
|
626
|
+
description: string,
|
|
627
|
+
externalDocs?: ExternalDocumentation.AsObject,
|
|
628
|
+
|
|
629
|
+
extensionsMap: Array<[string, google_protobuf_struct_pb.Value.AsObject]>,
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
export class SecurityDefinitions extends jspb.Message {
|
|
634
|
+
|
|
635
|
+
getSecurityMap(): jspb.Map<string, SecurityScheme>;
|
|
636
|
+
clearSecurityMap(): void;
|
|
637
|
+
|
|
638
|
+
serializeBinary(): Uint8Array;
|
|
639
|
+
toObject(includeInstance?: boolean): SecurityDefinitions.AsObject;
|
|
640
|
+
static toObject(includeInstance: boolean, msg: SecurityDefinitions): SecurityDefinitions.AsObject;
|
|
641
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
642
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
643
|
+
static serializeBinaryToWriter(message: SecurityDefinitions, writer: jspb.BinaryWriter): void;
|
|
644
|
+
static deserializeBinary(bytes: Uint8Array): SecurityDefinitions;
|
|
645
|
+
static deserializeBinaryFromReader(message: SecurityDefinitions, reader: jspb.BinaryReader): SecurityDefinitions;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
export namespace SecurityDefinitions {
|
|
649
|
+
export type AsObject = {
|
|
650
|
+
|
|
651
|
+
securityMap: Array<[string, SecurityScheme.AsObject]>,
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
export class SecurityScheme extends jspb.Message {
|
|
656
|
+
getType(): SecurityScheme.Type;
|
|
657
|
+
setType(value: SecurityScheme.Type): SecurityScheme;
|
|
658
|
+
getDescription(): string;
|
|
659
|
+
setDescription(value: string): SecurityScheme;
|
|
660
|
+
getName(): string;
|
|
661
|
+
setName(value: string): SecurityScheme;
|
|
662
|
+
getIn(): SecurityScheme.In;
|
|
663
|
+
setIn(value: SecurityScheme.In): SecurityScheme;
|
|
664
|
+
getFlow(): SecurityScheme.Flow;
|
|
665
|
+
setFlow(value: SecurityScheme.Flow): SecurityScheme;
|
|
666
|
+
getAuthorizationUrl(): string;
|
|
667
|
+
setAuthorizationUrl(value: string): SecurityScheme;
|
|
668
|
+
getTokenUrl(): string;
|
|
669
|
+
setTokenUrl(value: string): SecurityScheme;
|
|
670
|
+
|
|
671
|
+
hasScopes(): boolean;
|
|
672
|
+
clearScopes(): void;
|
|
673
|
+
getScopes(): Scopes | undefined;
|
|
674
|
+
setScopes(value?: Scopes): SecurityScheme;
|
|
675
|
+
|
|
676
|
+
getExtensionsMap(): jspb.Map<string, google_protobuf_struct_pb.Value>;
|
|
677
|
+
clearExtensionsMap(): void;
|
|
678
|
+
|
|
679
|
+
serializeBinary(): Uint8Array;
|
|
680
|
+
toObject(includeInstance?: boolean): SecurityScheme.AsObject;
|
|
681
|
+
static toObject(includeInstance: boolean, msg: SecurityScheme): SecurityScheme.AsObject;
|
|
682
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
683
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
684
|
+
static serializeBinaryToWriter(message: SecurityScheme, writer: jspb.BinaryWriter): void;
|
|
685
|
+
static deserializeBinary(bytes: Uint8Array): SecurityScheme;
|
|
686
|
+
static deserializeBinaryFromReader(message: SecurityScheme, reader: jspb.BinaryReader): SecurityScheme;
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
export namespace SecurityScheme {
|
|
690
|
+
export type AsObject = {
|
|
691
|
+
type: SecurityScheme.Type,
|
|
692
|
+
description: string,
|
|
693
|
+
name: string,
|
|
694
|
+
pb_in: SecurityScheme.In,
|
|
695
|
+
flow: SecurityScheme.Flow,
|
|
696
|
+
authorizationUrl: string,
|
|
697
|
+
tokenUrl: string,
|
|
698
|
+
scopes?: Scopes.AsObject,
|
|
699
|
+
|
|
700
|
+
extensionsMap: Array<[string, google_protobuf_struct_pb.Value.AsObject]>,
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
export enum Type {
|
|
704
|
+
TYPE_INVALID = 0,
|
|
705
|
+
TYPE_BASIC = 1,
|
|
706
|
+
TYPE_API_KEY = 2,
|
|
707
|
+
TYPE_OAUTH2 = 3,
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
export enum In {
|
|
711
|
+
IN_INVALID = 0,
|
|
712
|
+
IN_QUERY = 1,
|
|
713
|
+
IN_HEADER = 2,
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
export enum Flow {
|
|
717
|
+
FLOW_INVALID = 0,
|
|
718
|
+
FLOW_IMPLICIT = 1,
|
|
719
|
+
FLOW_PASSWORD = 2,
|
|
720
|
+
FLOW_APPLICATION = 3,
|
|
721
|
+
FLOW_ACCESS_CODE = 4,
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
export class SecurityRequirement extends jspb.Message {
|
|
727
|
+
|
|
728
|
+
getSecurityRequirementMap(): jspb.Map<string, SecurityRequirement.SecurityRequirementValue>;
|
|
729
|
+
clearSecurityRequirementMap(): void;
|
|
730
|
+
|
|
731
|
+
serializeBinary(): Uint8Array;
|
|
732
|
+
toObject(includeInstance?: boolean): SecurityRequirement.AsObject;
|
|
733
|
+
static toObject(includeInstance: boolean, msg: SecurityRequirement): SecurityRequirement.AsObject;
|
|
734
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
735
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
736
|
+
static serializeBinaryToWriter(message: SecurityRequirement, writer: jspb.BinaryWriter): void;
|
|
737
|
+
static deserializeBinary(bytes: Uint8Array): SecurityRequirement;
|
|
738
|
+
static deserializeBinaryFromReader(message: SecurityRequirement, reader: jspb.BinaryReader): SecurityRequirement;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
export namespace SecurityRequirement {
|
|
742
|
+
export type AsObject = {
|
|
743
|
+
|
|
744
|
+
securityRequirementMap: Array<[string, SecurityRequirement.SecurityRequirementValue.AsObject]>,
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
export class SecurityRequirementValue extends jspb.Message {
|
|
749
|
+
clearScopeList(): void;
|
|
750
|
+
getScopeList(): Array<string>;
|
|
751
|
+
setScopeList(value: Array<string>): SecurityRequirementValue;
|
|
752
|
+
addScope(value: string, index?: number): string;
|
|
753
|
+
|
|
754
|
+
serializeBinary(): Uint8Array;
|
|
755
|
+
toObject(includeInstance?: boolean): SecurityRequirementValue.AsObject;
|
|
756
|
+
static toObject(includeInstance: boolean, msg: SecurityRequirementValue): SecurityRequirementValue.AsObject;
|
|
757
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
758
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
759
|
+
static serializeBinaryToWriter(message: SecurityRequirementValue, writer: jspb.BinaryWriter): void;
|
|
760
|
+
static deserializeBinary(bytes: Uint8Array): SecurityRequirementValue;
|
|
761
|
+
static deserializeBinaryFromReader(message: SecurityRequirementValue, reader: jspb.BinaryReader): SecurityRequirementValue;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
export namespace SecurityRequirementValue {
|
|
765
|
+
export type AsObject = {
|
|
766
|
+
scopeList: Array<string>,
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
export class Scopes extends jspb.Message {
|
|
773
|
+
|
|
774
|
+
getScopeMap(): jspb.Map<string, string>;
|
|
775
|
+
clearScopeMap(): void;
|
|
776
|
+
|
|
777
|
+
serializeBinary(): Uint8Array;
|
|
778
|
+
toObject(includeInstance?: boolean): Scopes.AsObject;
|
|
779
|
+
static toObject(includeInstance: boolean, msg: Scopes): Scopes.AsObject;
|
|
780
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
781
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
782
|
+
static serializeBinaryToWriter(message: Scopes, writer: jspb.BinaryWriter): void;
|
|
783
|
+
static deserializeBinary(bytes: Uint8Array): Scopes;
|
|
784
|
+
static deserializeBinaryFromReader(message: Scopes, reader: jspb.BinaryReader): Scopes;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
export namespace Scopes {
|
|
788
|
+
export type AsObject = {
|
|
789
|
+
|
|
790
|
+
scopeMap: Array<[string, string]>,
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
export enum Scheme {
|
|
795
|
+
UNKNOWN = 0,
|
|
796
|
+
HTTP = 1,
|
|
797
|
+
HTTPS = 2,
|
|
798
|
+
WS = 3,
|
|
799
|
+
WSS = 4,
|
|
800
|
+
}
|