@@ -8,6 +8,54 @@ import * as google_protobuf_duration_pb from "google-protobuf/google/protobuf/du
8
8
import * as google_protobuf_struct_pb from "google-protobuf/google/protobuf/struct_pb" ;
9
9
import * as google_protobuf_timestamp_pb from "google-protobuf/google/protobuf/timestamp_pb" ;
10
10
11
+ export class TunnelRequest extends jspb . Message {
12
+ getDestinationPort ( ) : number ;
13
+ setDestinationPort ( value : number ) : void ;
14
+
15
+ getData ( ) : Uint8Array | string ;
16
+ getData_asU8 ( ) : Uint8Array ;
17
+ getData_asB64 ( ) : string ;
18
+ setData ( value : Uint8Array | string ) : void ;
19
+
20
+ serializeBinary ( ) : Uint8Array ;
21
+ toObject ( includeInstance ?: boolean ) : TunnelRequest . AsObject ;
22
+ static toObject ( includeInstance : boolean , msg : TunnelRequest ) : TunnelRequest . AsObject ;
23
+ static extensions : { [ key : number ] : jspb . ExtensionFieldInfo < jspb . Message > } ;
24
+ static extensionsBinary : { [ key : number ] : jspb . ExtensionFieldBinaryInfo < jspb . Message > } ;
25
+ static serializeBinaryToWriter ( message : TunnelRequest , writer : jspb . BinaryWriter ) : void ;
26
+ static deserializeBinary ( bytes : Uint8Array ) : TunnelRequest ;
27
+ static deserializeBinaryFromReader ( message : TunnelRequest , reader : jspb . BinaryReader ) : TunnelRequest ;
28
+ }
29
+
30
+ export namespace TunnelRequest {
31
+ export type AsObject = {
32
+ destinationPort : number ,
33
+ data : Uint8Array | string ,
34
+ }
35
+ }
36
+
37
+ export class TunnelResponse extends jspb . Message {
38
+ getData ( ) : Uint8Array | string ;
39
+ getData_asU8 ( ) : Uint8Array ;
40
+ getData_asB64 ( ) : string ;
41
+ setData ( value : Uint8Array | string ) : void ;
42
+
43
+ serializeBinary ( ) : Uint8Array ;
44
+ toObject ( includeInstance ?: boolean ) : TunnelResponse . AsObject ;
45
+ static toObject ( includeInstance : boolean , msg : TunnelResponse ) : TunnelResponse . AsObject ;
46
+ static extensions : { [ key : number ] : jspb . ExtensionFieldInfo < jspb . Message > } ;
47
+ static extensionsBinary : { [ key : number ] : jspb . ExtensionFieldBinaryInfo < jspb . Message > } ;
48
+ static serializeBinaryToWriter ( message : TunnelResponse , writer : jspb . BinaryWriter ) : void ;
49
+ static deserializeBinary ( bytes : Uint8Array ) : TunnelResponse ;
50
+ static deserializeBinaryFromReader ( message : TunnelResponse , reader : jspb . BinaryReader ) : TunnelResponse ;
51
+ }
52
+
53
+ export namespace TunnelResponse {
54
+ export type AsObject = {
55
+ data : Uint8Array | string ,
56
+ }
57
+ }
58
+
11
59
export class FrameSystemConfig extends jspb . Message {
12
60
hasFrame ( ) : boolean ;
13
61
clearFrame ( ) : void ;
0 commit comments