@agoric/cosmic-proto 0.5.0-u18a.0 → 0.5.0-u19.0
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/dist/codegen/agoric/bundle.d.ts +165 -165
- package/dist/codegen/circle/bundle.d.ts +1363 -0
- package/dist/codegen/circle/bundle.js +40 -0
- package/dist/codegen/circle/bundle.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/attester.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/attester.js +63 -0
- package/dist/codegen/circle/cctp/v1/attester.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/burn_message.d.ts +47 -0
- package/dist/codegen/circle/cctp/v1/burn_message.js +117 -0
- package/dist/codegen/circle/cctp/v1/burn_message.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/burning_and_minting_paused.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/burning_and_minting_paused.js +63 -0
- package/dist/codegen/circle/cctp/v1/burning_and_minting_paused.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/events.d.ts +730 -0
- package/dist/codegen/circle/cctp/v1/events.js +1612 -0
- package/dist/codegen/circle/cctp/v1/events.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/genesis.d.ts +60 -0
- package/dist/codegen/circle/cctp/v1/genesis.js +295 -0
- package/dist/codegen/circle/cctp/v1/genesis.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/max_message_body_size.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/max_message_body_size.js +69 -0
- package/dist/codegen/circle/cctp/v1/max_message_body_size.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/message.d.ts +69 -0
- package/dist/codegen/circle/cctp/v1/message.js +160 -0
- package/dist/codegen/circle/cctp/v1/message.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/nonce.d.ts +39 -0
- package/dist/codegen/circle/cctp/v1/nonce.js +80 -0
- package/dist/codegen/circle/cctp/v1/nonce.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/per_message_burn_limit.d.ts +39 -0
- package/dist/codegen/circle/cctp/v1/per_message_burn_limit.js +73 -0
- package/dist/codegen/circle/cctp/v1/per_message_burn_limit.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/query.d.ts +1101 -0
- package/dist/codegen/circle/cctp/v1/query.js +2421 -0
- package/dist/codegen/circle/cctp/v1/query.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/remote_token_messenger.d.ts +33 -0
- package/dist/codegen/circle/cctp/v1/remote_token_messenger.js +77 -0
- package/dist/codegen/circle/cctp/v1/remote_token_messenger.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/sending_and_receiving_messages_paused.d.ts +31 -0
- package/dist/codegen/circle/cctp/v1/sending_and_receiving_messages_paused.js +63 -0
- package/dist/codegen/circle/cctp/v1/sending_and_receiving_messages_paused.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/signature_threshold.d.ts +33 -0
- package/dist/codegen/circle/cctp/v1/signature_threshold.js +63 -0
- package/dist/codegen/circle/cctp/v1/signature_threshold.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/token_pair.d.ts +45 -0
- package/dist/codegen/circle/cctp/v1/token_pair.js +91 -0
- package/dist/codegen/circle/cctp/v1/token_pair.js.map +1 -0
- package/dist/codegen/circle/cctp/v1/tx.d.ts +1102 -0
- package/dist/codegen/circle/cctp/v1/tx.js +3264 -0
- package/dist/codegen/circle/cctp/v1/tx.js.map +1 -0
- package/dist/codegen/cosmos/bundle.d.ts +4005 -4005
- package/dist/codegen/cosmos/bundle.js +126 -126
- package/dist/codegen/cosmos_proto/bundle.d.ts +21 -21
- package/dist/codegen/cosmos_proto/bundle.js +2 -2
- package/dist/codegen/gogoproto/bundle.js +2 -2
- package/dist/codegen/google/bundle.d.ts +277 -277
- package/dist/codegen/google/bundle.js +10 -10
- package/dist/codegen/google/bundle.js.map +1 -1
- package/dist/codegen/ibc/bundle.d.ts +1662 -1662
- package/dist/codegen/ibc/bundle.js +64 -64
- package/dist/codegen/ibc/bundle.js.map +1 -1
- package/dist/codegen/icq/bundle.d.ts +85 -85
- package/dist/codegen/icq/bundle.js +10 -10
- package/dist/codegen/ics23/bundle.d.ts +113 -113
- package/dist/codegen/ics23/bundle.js +2 -2
- package/dist/codegen/index.d.ts +2 -0
- package/dist/codegen/index.js +2 -0
- package/dist/codegen/index.js.map +1 -1
- package/dist/codegen/stride/bundle.d.ts +2607 -0
- package/dist/codegen/stride/bundle.js +71 -0
- package/dist/codegen/stride/bundle.js.map +1 -0
- package/dist/codegen/stride/epochs/genesis.d.ts +60 -0
- package/dist/codegen/stride/epochs/genesis.js +227 -0
- package/dist/codegen/stride/epochs/genesis.js.map +1 -0
- package/dist/codegen/stride/epochs/query.d.ts +132 -0
- package/dist/codegen/stride/epochs/query.js +398 -0
- package/dist/codegen/stride/epochs/query.js.map +1 -0
- package/dist/codegen/stride/records/callbacks.d.ts +45 -0
- package/dist/codegen/stride/records/callbacks.js +136 -0
- package/dist/codegen/stride/records/callbacks.js.map +1 -0
- package/dist/codegen/stride/records/genesis.d.ts +41 -0
- package/dist/codegen/stride/records/genesis.js +186 -0
- package/dist/codegen/stride/records/genesis.js.map +1 -0
- package/dist/codegen/stride/records/params.d.ts +23 -0
- package/dist/codegen/stride/records/params.js +50 -0
- package/dist/codegen/stride/records/params.js.map +1 -0
- package/dist/codegen/stride/records/query.d.ts +494 -0
- package/dist/codegen/stride/records/query.js +1552 -0
- package/dist/codegen/stride/records/query.js.map +1 -0
- package/dist/codegen/stride/records/records.d.ts +228 -0
- package/dist/codegen/stride/records/records.js +939 -0
- package/dist/codegen/stride/records/records.js.map +1 -0
- package/dist/codegen/stride/stakedym/genesis.d.ts +92 -0
- package/dist/codegen/stride/stakedym/genesis.js +312 -0
- package/dist/codegen/stride/stakedym/genesis.js.map +1 -0
- package/dist/codegen/stride/stakedym/query.d.ts +302 -0
- package/dist/codegen/stride/stakedym/query.js +887 -0
- package/dist/codegen/stride/stakedym/query.js.map +1 -0
- package/dist/codegen/stride/stakedym/stakedym.d.ts +303 -0
- package/dist/codegen/stride/stakedym/stakedym.js +909 -0
- package/dist/codegen/stride/stakedym/stakedym.js.map +1 -0
- package/dist/codegen/stride/stakedym/tx.d.ts +595 -0
- package/dist/codegen/stride/stakedym/tx.js +1661 -0
- package/dist/codegen/stride/stakedym/tx.js.map +1 -0
- package/dist/codegen/stride/stakeibc/address_unbonding.d.ts +35 -0
- package/dist/codegen/stride/stakeibc/address_unbonding.js +135 -0
- package/dist/codegen/stride/stakeibc/address_unbonding.js.map +1 -0
- package/dist/codegen/stride/stakeibc/callbacks.d.ts +357 -0
- package/dist/codegen/stride/stakeibc/callbacks.js +1191 -0
- package/dist/codegen/stride/stakeibc/callbacks.js.map +1 -0
- package/dist/codegen/stride/stakeibc/epoch_tracker.d.ts +29 -0
- package/dist/codegen/stride/stakeibc/epoch_tracker.js +115 -0
- package/dist/codegen/stride/stakeibc/epoch_tracker.js.map +1 -0
- package/dist/codegen/stride/stakeibc/genesis.d.ts +37 -0
- package/dist/codegen/stride/stakeibc/genesis.js +135 -0
- package/dist/codegen/stride/stakeibc/genesis.js.map +1 -0
- package/dist/codegen/stride/stakeibc/gov.d.ts +61 -0
- package/dist/codegen/stride/stakeibc/gov.js +212 -0
- package/dist/codegen/stride/stakeibc/gov.js.map +1 -0
- package/dist/codegen/stride/stakeibc/host_zone.d.ts +184 -0
- package/dist/codegen/stride/stakeibc/host_zone.js +544 -0
- package/dist/codegen/stride/stakeibc/host_zone.js.map +1 -0
- package/dist/codegen/stride/stakeibc/ica_account.d.ts +43 -0
- package/dist/codegen/stride/stakeibc/ica_account.js +165 -0
- package/dist/codegen/stride/stakeibc/ica_account.js.map +1 -0
- package/dist/codegen/stride/stakeibc/packet.d.ts +42 -0
- package/dist/codegen/stride/stakeibc/packet.js +113 -0
- package/dist/codegen/stride/stakeibc/packet.js.map +1 -0
- package/dist/codegen/stride/stakeibc/params.d.ts +62 -0
- package/dist/codegen/stride/stakeibc/params.js +317 -0
- package/dist/codegen/stride/stakeibc/params.js.map +1 -0
- package/dist/codegen/stride/stakeibc/query.d.ts +492 -0
- package/dist/codegen/stride/stakeibc/query.js +1372 -0
- package/dist/codegen/stride/stakeibc/query.js.map +1 -0
- package/dist/codegen/stride/stakeibc/trade_route.d.ts +170 -0
- package/dist/codegen/stride/stakeibc/trade_route.js +377 -0
- package/dist/codegen/stride/stakeibc/trade_route.js.map +1 -0
- package/dist/codegen/stride/stakeibc/tx.d.ts +1210 -0
- package/dist/codegen/stride/stakeibc/tx.js +3392 -0
- package/dist/codegen/stride/stakeibc/tx.js.map +1 -0
- package/dist/codegen/stride/stakeibc/validator.d.ts +39 -0
- package/dist/codegen/stride/stakeibc/validator.js +170 -0
- package/dist/codegen/stride/stakeibc/validator.js.map +1 -0
- package/dist/codegen/stride/staketia/genesis.d.ts +92 -0
- package/dist/codegen/stride/staketia/genesis.js +312 -0
- package/dist/codegen/stride/staketia/genesis.js.map +1 -0
- package/dist/codegen/stride/staketia/query.d.ts +302 -0
- package/dist/codegen/stride/staketia/query.js +887 -0
- package/dist/codegen/stride/staketia/query.js.map +1 -0
- package/dist/codegen/stride/staketia/staketia.d.ts +285 -0
- package/dist/codegen/stride/staketia/staketia.js +819 -0
- package/dist/codegen/stride/staketia/staketia.js.map +1 -0
- package/dist/codegen/stride/staketia/tx.d.ts +611 -0
- package/dist/codegen/stride/staketia/tx.js +1671 -0
- package/dist/codegen/stride/staketia/tx.js.map +1 -0
- package/dist/codegen/tendermint/bundle.d.ts +716 -716
- package/dist/codegen/tendermint/bundle.js +22 -22
- package/package.json +24 -8
|
@@ -1,374 +1,374 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
1
|
+
import * as _97 from './protobuf/any.js';
|
|
2
|
+
import * as _98 from './protobuf/descriptor.js';
|
|
3
|
+
import * as _99 from './protobuf/duration.js';
|
|
4
|
+
import * as _100 from './protobuf/empty.js';
|
|
5
|
+
import * as _101 from './protobuf/timestamp.js';
|
|
6
6
|
export declare namespace google {
|
|
7
7
|
const protobuf: {
|
|
8
8
|
Timestamp: {
|
|
9
9
|
typeUrl: string;
|
|
10
|
-
encode(message:
|
|
11
|
-
decode(input: import("../binary.
|
|
12
|
-
fromJSON(object: any):
|
|
13
|
-
toJSON(message:
|
|
14
|
-
fromPartial(object: Partial<
|
|
15
|
-
fromProtoMsg(message:
|
|
16
|
-
toProto(message:
|
|
17
|
-
toProtoMsg(message:
|
|
10
|
+
encode(message: _101.Timestamp, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
11
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _101.Timestamp;
|
|
12
|
+
fromJSON(object: any): _101.Timestamp;
|
|
13
|
+
toJSON(message: _101.Timestamp): import("../json-safe.ts").JsonSafe<_101.Timestamp>;
|
|
14
|
+
fromPartial(object: Partial<_101.Timestamp>): _101.Timestamp;
|
|
15
|
+
fromProtoMsg(message: _101.TimestampProtoMsg): _101.Timestamp;
|
|
16
|
+
toProto(message: _101.Timestamp): Uint8Array;
|
|
17
|
+
toProtoMsg(message: _101.Timestamp): _101.TimestampProtoMsg;
|
|
18
18
|
};
|
|
19
19
|
Empty: {
|
|
20
20
|
typeUrl: string;
|
|
21
|
-
encode(_:
|
|
22
|
-
decode(input: import("../binary.
|
|
23
|
-
fromJSON(_: any):
|
|
24
|
-
toJSON(_:
|
|
25
|
-
fromPartial(_: Partial<
|
|
26
|
-
fromProtoMsg(message:
|
|
27
|
-
toProto(message:
|
|
28
|
-
toProtoMsg(message:
|
|
21
|
+
encode(_: _100.Empty, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
22
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _100.Empty;
|
|
23
|
+
fromJSON(_: any): _100.Empty;
|
|
24
|
+
toJSON(_: _100.Empty): import("../json-safe.ts").JsonSafe<_100.Empty>;
|
|
25
|
+
fromPartial(_: Partial<_100.Empty>): _100.Empty;
|
|
26
|
+
fromProtoMsg(message: _100.EmptyProtoMsg): _100.Empty;
|
|
27
|
+
toProto(message: _100.Empty): Uint8Array;
|
|
28
|
+
toProtoMsg(message: _100.Empty): _100.EmptyProtoMsg;
|
|
29
29
|
};
|
|
30
30
|
Duration: {
|
|
31
31
|
typeUrl: string;
|
|
32
|
-
encode(message:
|
|
33
|
-
decode(input: import("../binary.
|
|
34
|
-
fromJSON(object: any):
|
|
35
|
-
toJSON(message:
|
|
36
|
-
fromPartial(object: Partial<
|
|
37
|
-
fromProtoMsg(message:
|
|
38
|
-
toProto(message:
|
|
39
|
-
toProtoMsg(message:
|
|
32
|
+
encode(message: _99.Duration, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
33
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _99.Duration;
|
|
34
|
+
fromJSON(object: any): _99.Duration;
|
|
35
|
+
toJSON(message: _99.Duration): import("../json-safe.ts").JsonSafe<_99.Duration>;
|
|
36
|
+
fromPartial(object: Partial<_99.Duration>): _99.Duration;
|
|
37
|
+
fromProtoMsg(message: _99.DurationProtoMsg): _99.Duration;
|
|
38
|
+
toProto(message: _99.Duration): Uint8Array;
|
|
39
|
+
toProtoMsg(message: _99.Duration): _99.DurationProtoMsg;
|
|
40
40
|
};
|
|
41
|
-
fieldDescriptorProto_TypeFromJSON(object: any):
|
|
42
|
-
fieldDescriptorProto_TypeToJSON(object:
|
|
43
|
-
fieldDescriptorProto_LabelFromJSON(object: any):
|
|
44
|
-
fieldDescriptorProto_LabelToJSON(object:
|
|
45
|
-
fileOptions_OptimizeModeFromJSON(object: any):
|
|
46
|
-
fileOptions_OptimizeModeToJSON(object:
|
|
47
|
-
fieldOptions_CTypeFromJSON(object: any):
|
|
48
|
-
fieldOptions_CTypeToJSON(object:
|
|
49
|
-
fieldOptions_JSTypeFromJSON(object: any):
|
|
50
|
-
fieldOptions_JSTypeToJSON(object:
|
|
51
|
-
methodOptions_IdempotencyLevelFromJSON(object: any):
|
|
52
|
-
methodOptions_IdempotencyLevelToJSON(object:
|
|
53
|
-
FieldDescriptorProto_Type: typeof
|
|
54
|
-
FieldDescriptorProto_TypeSDKType: typeof
|
|
55
|
-
FieldDescriptorProto_Label: typeof
|
|
56
|
-
FieldDescriptorProto_LabelSDKType: typeof
|
|
57
|
-
FileOptions_OptimizeMode: typeof
|
|
58
|
-
FileOptions_OptimizeModeSDKType: typeof
|
|
59
|
-
FieldOptions_CType: typeof
|
|
60
|
-
FieldOptions_CTypeSDKType: typeof
|
|
61
|
-
FieldOptions_JSType: typeof
|
|
62
|
-
FieldOptions_JSTypeSDKType: typeof
|
|
63
|
-
MethodOptions_IdempotencyLevel: typeof
|
|
64
|
-
MethodOptions_IdempotencyLevelSDKType: typeof
|
|
41
|
+
fieldDescriptorProto_TypeFromJSON(object: any): _98.FieldDescriptorProto_Type;
|
|
42
|
+
fieldDescriptorProto_TypeToJSON(object: _98.FieldDescriptorProto_Type): string;
|
|
43
|
+
fieldDescriptorProto_LabelFromJSON(object: any): _98.FieldDescriptorProto_Label;
|
|
44
|
+
fieldDescriptorProto_LabelToJSON(object: _98.FieldDescriptorProto_Label): string;
|
|
45
|
+
fileOptions_OptimizeModeFromJSON(object: any): _98.FileOptions_OptimizeMode;
|
|
46
|
+
fileOptions_OptimizeModeToJSON(object: _98.FileOptions_OptimizeMode): string;
|
|
47
|
+
fieldOptions_CTypeFromJSON(object: any): _98.FieldOptions_CType;
|
|
48
|
+
fieldOptions_CTypeToJSON(object: _98.FieldOptions_CType): string;
|
|
49
|
+
fieldOptions_JSTypeFromJSON(object: any): _98.FieldOptions_JSType;
|
|
50
|
+
fieldOptions_JSTypeToJSON(object: _98.FieldOptions_JSType): string;
|
|
51
|
+
methodOptions_IdempotencyLevelFromJSON(object: any): _98.MethodOptions_IdempotencyLevel;
|
|
52
|
+
methodOptions_IdempotencyLevelToJSON(object: _98.MethodOptions_IdempotencyLevel): string;
|
|
53
|
+
FieldDescriptorProto_Type: typeof _98.FieldDescriptorProto_Type;
|
|
54
|
+
FieldDescriptorProto_TypeSDKType: typeof _98.FieldDescriptorProto_Type;
|
|
55
|
+
FieldDescriptorProto_Label: typeof _98.FieldDescriptorProto_Label;
|
|
56
|
+
FieldDescriptorProto_LabelSDKType: typeof _98.FieldDescriptorProto_Label;
|
|
57
|
+
FileOptions_OptimizeMode: typeof _98.FileOptions_OptimizeMode;
|
|
58
|
+
FileOptions_OptimizeModeSDKType: typeof _98.FileOptions_OptimizeMode;
|
|
59
|
+
FieldOptions_CType: typeof _98.FieldOptions_CType;
|
|
60
|
+
FieldOptions_CTypeSDKType: typeof _98.FieldOptions_CType;
|
|
61
|
+
FieldOptions_JSType: typeof _98.FieldOptions_JSType;
|
|
62
|
+
FieldOptions_JSTypeSDKType: typeof _98.FieldOptions_JSType;
|
|
63
|
+
MethodOptions_IdempotencyLevel: typeof _98.MethodOptions_IdempotencyLevel;
|
|
64
|
+
MethodOptions_IdempotencyLevelSDKType: typeof _98.MethodOptions_IdempotencyLevel;
|
|
65
65
|
FileDescriptorSet: {
|
|
66
66
|
typeUrl: string;
|
|
67
|
-
encode(message:
|
|
68
|
-
decode(input: import("../binary.
|
|
69
|
-
fromJSON(object: any):
|
|
70
|
-
toJSON(message:
|
|
71
|
-
fromPartial(object: Partial<
|
|
72
|
-
fromProtoMsg(message:
|
|
73
|
-
toProto(message:
|
|
74
|
-
toProtoMsg(message:
|
|
67
|
+
encode(message: _98.FileDescriptorSet, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
68
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.FileDescriptorSet;
|
|
69
|
+
fromJSON(object: any): _98.FileDescriptorSet;
|
|
70
|
+
toJSON(message: _98.FileDescriptorSet): import("../json-safe.ts").JsonSafe<_98.FileDescriptorSet>;
|
|
71
|
+
fromPartial(object: Partial<_98.FileDescriptorSet>): _98.FileDescriptorSet;
|
|
72
|
+
fromProtoMsg(message: _98.FileDescriptorSetProtoMsg): _98.FileDescriptorSet;
|
|
73
|
+
toProto(message: _98.FileDescriptorSet): Uint8Array;
|
|
74
|
+
toProtoMsg(message: _98.FileDescriptorSet): _98.FileDescriptorSetProtoMsg;
|
|
75
75
|
};
|
|
76
76
|
FileDescriptorProto: {
|
|
77
77
|
typeUrl: string;
|
|
78
|
-
encode(message:
|
|
79
|
-
decode(input: import("../binary.
|
|
80
|
-
fromJSON(object: any):
|
|
81
|
-
toJSON(message:
|
|
82
|
-
fromPartial(object: Partial<
|
|
83
|
-
fromProtoMsg(message:
|
|
84
|
-
toProto(message:
|
|
85
|
-
toProtoMsg(message:
|
|
78
|
+
encode(message: _98.FileDescriptorProto, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
79
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.FileDescriptorProto;
|
|
80
|
+
fromJSON(object: any): _98.FileDescriptorProto;
|
|
81
|
+
toJSON(message: _98.FileDescriptorProto): import("../json-safe.ts").JsonSafe<_98.FileDescriptorProto>;
|
|
82
|
+
fromPartial(object: Partial<_98.FileDescriptorProto>): _98.FileDescriptorProto;
|
|
83
|
+
fromProtoMsg(message: _98.FileDescriptorProtoProtoMsg): _98.FileDescriptorProto;
|
|
84
|
+
toProto(message: _98.FileDescriptorProto): Uint8Array;
|
|
85
|
+
toProtoMsg(message: _98.FileDescriptorProto): _98.FileDescriptorProtoProtoMsg;
|
|
86
86
|
};
|
|
87
87
|
DescriptorProto: {
|
|
88
88
|
typeUrl: string;
|
|
89
|
-
encode(message:
|
|
90
|
-
decode(input: import("../binary.
|
|
91
|
-
fromJSON(object: any):
|
|
92
|
-
toJSON(message:
|
|
93
|
-
fromPartial(object: Partial<
|
|
94
|
-
fromProtoMsg(message:
|
|
95
|
-
toProto(message:
|
|
96
|
-
toProtoMsg(message:
|
|
89
|
+
encode(message: _98.DescriptorProto, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
90
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.DescriptorProto;
|
|
91
|
+
fromJSON(object: any): _98.DescriptorProto;
|
|
92
|
+
toJSON(message: _98.DescriptorProto): import("../json-safe.ts").JsonSafe<_98.DescriptorProto>;
|
|
93
|
+
fromPartial(object: Partial<_98.DescriptorProto>): _98.DescriptorProto;
|
|
94
|
+
fromProtoMsg(message: _98.DescriptorProtoProtoMsg): _98.DescriptorProto;
|
|
95
|
+
toProto(message: _98.DescriptorProto): Uint8Array;
|
|
96
|
+
toProtoMsg(message: _98.DescriptorProto): _98.DescriptorProtoProtoMsg;
|
|
97
97
|
};
|
|
98
98
|
DescriptorProto_ExtensionRange: {
|
|
99
99
|
typeUrl: string;
|
|
100
|
-
encode(message:
|
|
101
|
-
decode(input: import("../binary.
|
|
102
|
-
fromJSON(object: any):
|
|
103
|
-
toJSON(message:
|
|
104
|
-
fromPartial(object: Partial<
|
|
105
|
-
fromProtoMsg(message:
|
|
106
|
-
toProto(message:
|
|
107
|
-
toProtoMsg(message:
|
|
100
|
+
encode(message: _98.DescriptorProto_ExtensionRange, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
101
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.DescriptorProto_ExtensionRange;
|
|
102
|
+
fromJSON(object: any): _98.DescriptorProto_ExtensionRange;
|
|
103
|
+
toJSON(message: _98.DescriptorProto_ExtensionRange): import("../json-safe.ts").JsonSafe<_98.DescriptorProto_ExtensionRange>;
|
|
104
|
+
fromPartial(object: Partial<_98.DescriptorProto_ExtensionRange>): _98.DescriptorProto_ExtensionRange;
|
|
105
|
+
fromProtoMsg(message: _98.DescriptorProto_ExtensionRangeProtoMsg): _98.DescriptorProto_ExtensionRange;
|
|
106
|
+
toProto(message: _98.DescriptorProto_ExtensionRange): Uint8Array;
|
|
107
|
+
toProtoMsg(message: _98.DescriptorProto_ExtensionRange): _98.DescriptorProto_ExtensionRangeProtoMsg;
|
|
108
108
|
};
|
|
109
109
|
DescriptorProto_ReservedRange: {
|
|
110
110
|
typeUrl: string;
|
|
111
|
-
encode(message:
|
|
112
|
-
decode(input: import("../binary.
|
|
113
|
-
fromJSON(object: any):
|
|
114
|
-
toJSON(message:
|
|
115
|
-
fromPartial(object: Partial<
|
|
116
|
-
fromProtoMsg(message:
|
|
117
|
-
toProto(message:
|
|
118
|
-
toProtoMsg(message:
|
|
111
|
+
encode(message: _98.DescriptorProto_ReservedRange, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
112
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.DescriptorProto_ReservedRange;
|
|
113
|
+
fromJSON(object: any): _98.DescriptorProto_ReservedRange;
|
|
114
|
+
toJSON(message: _98.DescriptorProto_ReservedRange): import("../json-safe.ts").JsonSafe<_98.DescriptorProto_ReservedRange>;
|
|
115
|
+
fromPartial(object: Partial<_98.DescriptorProto_ReservedRange>): _98.DescriptorProto_ReservedRange;
|
|
116
|
+
fromProtoMsg(message: _98.DescriptorProto_ReservedRangeProtoMsg): _98.DescriptorProto_ReservedRange;
|
|
117
|
+
toProto(message: _98.DescriptorProto_ReservedRange): Uint8Array;
|
|
118
|
+
toProtoMsg(message: _98.DescriptorProto_ReservedRange): _98.DescriptorProto_ReservedRangeProtoMsg;
|
|
119
119
|
};
|
|
120
120
|
ExtensionRangeOptions: {
|
|
121
121
|
typeUrl: string;
|
|
122
|
-
encode(message:
|
|
123
|
-
decode(input: import("../binary.
|
|
124
|
-
fromJSON(object: any):
|
|
125
|
-
toJSON(message:
|
|
126
|
-
fromPartial(object: Partial<
|
|
127
|
-
fromProtoMsg(message:
|
|
128
|
-
toProto(message:
|
|
129
|
-
toProtoMsg(message:
|
|
122
|
+
encode(message: _98.ExtensionRangeOptions, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
123
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.ExtensionRangeOptions;
|
|
124
|
+
fromJSON(object: any): _98.ExtensionRangeOptions;
|
|
125
|
+
toJSON(message: _98.ExtensionRangeOptions): import("../json-safe.ts").JsonSafe<_98.ExtensionRangeOptions>;
|
|
126
|
+
fromPartial(object: Partial<_98.ExtensionRangeOptions>): _98.ExtensionRangeOptions;
|
|
127
|
+
fromProtoMsg(message: _98.ExtensionRangeOptionsProtoMsg): _98.ExtensionRangeOptions;
|
|
128
|
+
toProto(message: _98.ExtensionRangeOptions): Uint8Array;
|
|
129
|
+
toProtoMsg(message: _98.ExtensionRangeOptions): _98.ExtensionRangeOptionsProtoMsg;
|
|
130
130
|
};
|
|
131
131
|
FieldDescriptorProto: {
|
|
132
132
|
typeUrl: string;
|
|
133
|
-
encode(message:
|
|
134
|
-
decode(input: import("../binary.
|
|
135
|
-
fromJSON(object: any):
|
|
136
|
-
toJSON(message:
|
|
137
|
-
fromPartial(object: Partial<
|
|
138
|
-
fromProtoMsg(message:
|
|
139
|
-
toProto(message:
|
|
140
|
-
toProtoMsg(message:
|
|
133
|
+
encode(message: _98.FieldDescriptorProto, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
134
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.FieldDescriptorProto;
|
|
135
|
+
fromJSON(object: any): _98.FieldDescriptorProto;
|
|
136
|
+
toJSON(message: _98.FieldDescriptorProto): import("../json-safe.ts").JsonSafe<_98.FieldDescriptorProto>;
|
|
137
|
+
fromPartial(object: Partial<_98.FieldDescriptorProto>): _98.FieldDescriptorProto;
|
|
138
|
+
fromProtoMsg(message: _98.FieldDescriptorProtoProtoMsg): _98.FieldDescriptorProto;
|
|
139
|
+
toProto(message: _98.FieldDescriptorProto): Uint8Array;
|
|
140
|
+
toProtoMsg(message: _98.FieldDescriptorProto): _98.FieldDescriptorProtoProtoMsg;
|
|
141
141
|
};
|
|
142
142
|
OneofDescriptorProto: {
|
|
143
143
|
typeUrl: string;
|
|
144
|
-
encode(message:
|
|
145
|
-
decode(input: import("../binary.
|
|
146
|
-
fromJSON(object: any):
|
|
147
|
-
toJSON(message:
|
|
148
|
-
fromPartial(object: Partial<
|
|
149
|
-
fromProtoMsg(message:
|
|
150
|
-
toProto(message:
|
|
151
|
-
toProtoMsg(message:
|
|
144
|
+
encode(message: _98.OneofDescriptorProto, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
145
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.OneofDescriptorProto;
|
|
146
|
+
fromJSON(object: any): _98.OneofDescriptorProto;
|
|
147
|
+
toJSON(message: _98.OneofDescriptorProto): import("../json-safe.ts").JsonSafe<_98.OneofDescriptorProto>;
|
|
148
|
+
fromPartial(object: Partial<_98.OneofDescriptorProto>): _98.OneofDescriptorProto;
|
|
149
|
+
fromProtoMsg(message: _98.OneofDescriptorProtoProtoMsg): _98.OneofDescriptorProto;
|
|
150
|
+
toProto(message: _98.OneofDescriptorProto): Uint8Array;
|
|
151
|
+
toProtoMsg(message: _98.OneofDescriptorProto): _98.OneofDescriptorProtoProtoMsg;
|
|
152
152
|
};
|
|
153
153
|
EnumDescriptorProto: {
|
|
154
154
|
typeUrl: string;
|
|
155
|
-
encode(message:
|
|
156
|
-
decode(input: import("../binary.
|
|
157
|
-
fromJSON(object: any):
|
|
158
|
-
toJSON(message:
|
|
159
|
-
fromPartial(object: Partial<
|
|
160
|
-
fromProtoMsg(message:
|
|
161
|
-
toProto(message:
|
|
162
|
-
toProtoMsg(message:
|
|
155
|
+
encode(message: _98.EnumDescriptorProto, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
156
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.EnumDescriptorProto;
|
|
157
|
+
fromJSON(object: any): _98.EnumDescriptorProto;
|
|
158
|
+
toJSON(message: _98.EnumDescriptorProto): import("../json-safe.ts").JsonSafe<_98.EnumDescriptorProto>;
|
|
159
|
+
fromPartial(object: Partial<_98.EnumDescriptorProto>): _98.EnumDescriptorProto;
|
|
160
|
+
fromProtoMsg(message: _98.EnumDescriptorProtoProtoMsg): _98.EnumDescriptorProto;
|
|
161
|
+
toProto(message: _98.EnumDescriptorProto): Uint8Array;
|
|
162
|
+
toProtoMsg(message: _98.EnumDescriptorProto): _98.EnumDescriptorProtoProtoMsg;
|
|
163
163
|
};
|
|
164
164
|
EnumDescriptorProto_EnumReservedRange: {
|
|
165
165
|
typeUrl: string;
|
|
166
|
-
encode(message:
|
|
167
|
-
decode(input: import("../binary.
|
|
168
|
-
fromJSON(object: any):
|
|
169
|
-
toJSON(message:
|
|
170
|
-
fromPartial(object: Partial<
|
|
171
|
-
fromProtoMsg(message:
|
|
172
|
-
toProto(message:
|
|
173
|
-
toProtoMsg(message:
|
|
166
|
+
encode(message: _98.EnumDescriptorProto_EnumReservedRange, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
167
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.EnumDescriptorProto_EnumReservedRange;
|
|
168
|
+
fromJSON(object: any): _98.EnumDescriptorProto_EnumReservedRange;
|
|
169
|
+
toJSON(message: _98.EnumDescriptorProto_EnumReservedRange): import("../json-safe.ts").JsonSafe<_98.EnumDescriptorProto_EnumReservedRange>;
|
|
170
|
+
fromPartial(object: Partial<_98.EnumDescriptorProto_EnumReservedRange>): _98.EnumDescriptorProto_EnumReservedRange;
|
|
171
|
+
fromProtoMsg(message: _98.EnumDescriptorProto_EnumReservedRangeProtoMsg): _98.EnumDescriptorProto_EnumReservedRange;
|
|
172
|
+
toProto(message: _98.EnumDescriptorProto_EnumReservedRange): Uint8Array;
|
|
173
|
+
toProtoMsg(message: _98.EnumDescriptorProto_EnumReservedRange): _98.EnumDescriptorProto_EnumReservedRangeProtoMsg;
|
|
174
174
|
};
|
|
175
175
|
EnumValueDescriptorProto: {
|
|
176
176
|
typeUrl: string;
|
|
177
|
-
encode(message:
|
|
178
|
-
decode(input: import("../binary.
|
|
179
|
-
fromJSON(object: any):
|
|
180
|
-
toJSON(message:
|
|
181
|
-
fromPartial(object: Partial<
|
|
182
|
-
fromProtoMsg(message:
|
|
183
|
-
toProto(message:
|
|
184
|
-
toProtoMsg(message:
|
|
177
|
+
encode(message: _98.EnumValueDescriptorProto, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
178
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.EnumValueDescriptorProto;
|
|
179
|
+
fromJSON(object: any): _98.EnumValueDescriptorProto;
|
|
180
|
+
toJSON(message: _98.EnumValueDescriptorProto): import("../json-safe.ts").JsonSafe<_98.EnumValueDescriptorProto>;
|
|
181
|
+
fromPartial(object: Partial<_98.EnumValueDescriptorProto>): _98.EnumValueDescriptorProto;
|
|
182
|
+
fromProtoMsg(message: _98.EnumValueDescriptorProtoProtoMsg): _98.EnumValueDescriptorProto;
|
|
183
|
+
toProto(message: _98.EnumValueDescriptorProto): Uint8Array;
|
|
184
|
+
toProtoMsg(message: _98.EnumValueDescriptorProto): _98.EnumValueDescriptorProtoProtoMsg;
|
|
185
185
|
};
|
|
186
186
|
ServiceDescriptorProto: {
|
|
187
187
|
typeUrl: string;
|
|
188
|
-
encode(message:
|
|
189
|
-
decode(input: import("../binary.
|
|
190
|
-
fromJSON(object: any):
|
|
191
|
-
toJSON(message:
|
|
192
|
-
fromPartial(object: Partial<
|
|
193
|
-
fromProtoMsg(message:
|
|
194
|
-
toProto(message:
|
|
195
|
-
toProtoMsg(message:
|
|
188
|
+
encode(message: _98.ServiceDescriptorProto, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
189
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.ServiceDescriptorProto;
|
|
190
|
+
fromJSON(object: any): _98.ServiceDescriptorProto;
|
|
191
|
+
toJSON(message: _98.ServiceDescriptorProto): import("../json-safe.ts").JsonSafe<_98.ServiceDescriptorProto>;
|
|
192
|
+
fromPartial(object: Partial<_98.ServiceDescriptorProto>): _98.ServiceDescriptorProto;
|
|
193
|
+
fromProtoMsg(message: _98.ServiceDescriptorProtoProtoMsg): _98.ServiceDescriptorProto;
|
|
194
|
+
toProto(message: _98.ServiceDescriptorProto): Uint8Array;
|
|
195
|
+
toProtoMsg(message: _98.ServiceDescriptorProto): _98.ServiceDescriptorProtoProtoMsg;
|
|
196
196
|
};
|
|
197
197
|
MethodDescriptorProto: {
|
|
198
198
|
typeUrl: string;
|
|
199
|
-
encode(message:
|
|
200
|
-
decode(input: import("../binary.
|
|
201
|
-
fromJSON(object: any):
|
|
202
|
-
toJSON(message:
|
|
203
|
-
fromPartial(object: Partial<
|
|
204
|
-
fromProtoMsg(message:
|
|
205
|
-
toProto(message:
|
|
206
|
-
toProtoMsg(message:
|
|
199
|
+
encode(message: _98.MethodDescriptorProto, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
200
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.MethodDescriptorProto;
|
|
201
|
+
fromJSON(object: any): _98.MethodDescriptorProto;
|
|
202
|
+
toJSON(message: _98.MethodDescriptorProto): import("../json-safe.ts").JsonSafe<_98.MethodDescriptorProto>;
|
|
203
|
+
fromPartial(object: Partial<_98.MethodDescriptorProto>): _98.MethodDescriptorProto;
|
|
204
|
+
fromProtoMsg(message: _98.MethodDescriptorProtoProtoMsg): _98.MethodDescriptorProto;
|
|
205
|
+
toProto(message: _98.MethodDescriptorProto): Uint8Array;
|
|
206
|
+
toProtoMsg(message: _98.MethodDescriptorProto): _98.MethodDescriptorProtoProtoMsg;
|
|
207
207
|
};
|
|
208
208
|
FileOptions: {
|
|
209
209
|
typeUrl: string;
|
|
210
|
-
encode(message:
|
|
211
|
-
decode(input: import("../binary.
|
|
212
|
-
fromJSON(object: any):
|
|
213
|
-
toJSON(message:
|
|
214
|
-
fromPartial(object: Partial<
|
|
215
|
-
fromProtoMsg(message:
|
|
216
|
-
toProto(message:
|
|
217
|
-
toProtoMsg(message:
|
|
210
|
+
encode(message: _98.FileOptions, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
211
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.FileOptions;
|
|
212
|
+
fromJSON(object: any): _98.FileOptions;
|
|
213
|
+
toJSON(message: _98.FileOptions): import("../json-safe.ts").JsonSafe<_98.FileOptions>;
|
|
214
|
+
fromPartial(object: Partial<_98.FileOptions>): _98.FileOptions;
|
|
215
|
+
fromProtoMsg(message: _98.FileOptionsProtoMsg): _98.FileOptions;
|
|
216
|
+
toProto(message: _98.FileOptions): Uint8Array;
|
|
217
|
+
toProtoMsg(message: _98.FileOptions): _98.FileOptionsProtoMsg;
|
|
218
218
|
};
|
|
219
219
|
MessageOptions: {
|
|
220
220
|
typeUrl: string;
|
|
221
|
-
encode(message:
|
|
222
|
-
decode(input: import("../binary.
|
|
223
|
-
fromJSON(object: any):
|
|
224
|
-
toJSON(message:
|
|
225
|
-
fromPartial(object: Partial<
|
|
226
|
-
fromProtoMsg(message:
|
|
227
|
-
toProto(message:
|
|
228
|
-
toProtoMsg(message:
|
|
221
|
+
encode(message: _98.MessageOptions, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
222
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.MessageOptions;
|
|
223
|
+
fromJSON(object: any): _98.MessageOptions;
|
|
224
|
+
toJSON(message: _98.MessageOptions): import("../json-safe.ts").JsonSafe<_98.MessageOptions>;
|
|
225
|
+
fromPartial(object: Partial<_98.MessageOptions>): _98.MessageOptions;
|
|
226
|
+
fromProtoMsg(message: _98.MessageOptionsProtoMsg): _98.MessageOptions;
|
|
227
|
+
toProto(message: _98.MessageOptions): Uint8Array;
|
|
228
|
+
toProtoMsg(message: _98.MessageOptions): _98.MessageOptionsProtoMsg;
|
|
229
229
|
};
|
|
230
230
|
FieldOptions: {
|
|
231
231
|
typeUrl: string;
|
|
232
|
-
encode(message:
|
|
233
|
-
decode(input: import("../binary.
|
|
234
|
-
fromJSON(object: any):
|
|
235
|
-
toJSON(message:
|
|
236
|
-
fromPartial(object: Partial<
|
|
237
|
-
fromProtoMsg(message:
|
|
238
|
-
toProto(message:
|
|
239
|
-
toProtoMsg(message:
|
|
232
|
+
encode(message: _98.FieldOptions, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
233
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.FieldOptions;
|
|
234
|
+
fromJSON(object: any): _98.FieldOptions;
|
|
235
|
+
toJSON(message: _98.FieldOptions): import("../json-safe.ts").JsonSafe<_98.FieldOptions>;
|
|
236
|
+
fromPartial(object: Partial<_98.FieldOptions>): _98.FieldOptions;
|
|
237
|
+
fromProtoMsg(message: _98.FieldOptionsProtoMsg): _98.FieldOptions;
|
|
238
|
+
toProto(message: _98.FieldOptions): Uint8Array;
|
|
239
|
+
toProtoMsg(message: _98.FieldOptions): _98.FieldOptionsProtoMsg;
|
|
240
240
|
};
|
|
241
241
|
OneofOptions: {
|
|
242
242
|
typeUrl: string;
|
|
243
|
-
encode(message:
|
|
244
|
-
decode(input: import("../binary.
|
|
245
|
-
fromJSON(object: any):
|
|
246
|
-
toJSON(message:
|
|
247
|
-
fromPartial(object: Partial<
|
|
248
|
-
fromProtoMsg(message:
|
|
249
|
-
toProto(message:
|
|
250
|
-
toProtoMsg(message:
|
|
243
|
+
encode(message: _98.OneofOptions, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
244
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.OneofOptions;
|
|
245
|
+
fromJSON(object: any): _98.OneofOptions;
|
|
246
|
+
toJSON(message: _98.OneofOptions): import("../json-safe.ts").JsonSafe<_98.OneofOptions>;
|
|
247
|
+
fromPartial(object: Partial<_98.OneofOptions>): _98.OneofOptions;
|
|
248
|
+
fromProtoMsg(message: _98.OneofOptionsProtoMsg): _98.OneofOptions;
|
|
249
|
+
toProto(message: _98.OneofOptions): Uint8Array;
|
|
250
|
+
toProtoMsg(message: _98.OneofOptions): _98.OneofOptionsProtoMsg;
|
|
251
251
|
};
|
|
252
252
|
EnumOptions: {
|
|
253
253
|
typeUrl: string;
|
|
254
|
-
encode(message:
|
|
255
|
-
decode(input: import("../binary.
|
|
256
|
-
fromJSON(object: any):
|
|
257
|
-
toJSON(message:
|
|
258
|
-
fromPartial(object: Partial<
|
|
259
|
-
fromProtoMsg(message:
|
|
260
|
-
toProto(message:
|
|
261
|
-
toProtoMsg(message:
|
|
254
|
+
encode(message: _98.EnumOptions, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
255
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.EnumOptions;
|
|
256
|
+
fromJSON(object: any): _98.EnumOptions;
|
|
257
|
+
toJSON(message: _98.EnumOptions): import("../json-safe.ts").JsonSafe<_98.EnumOptions>;
|
|
258
|
+
fromPartial(object: Partial<_98.EnumOptions>): _98.EnumOptions;
|
|
259
|
+
fromProtoMsg(message: _98.EnumOptionsProtoMsg): _98.EnumOptions;
|
|
260
|
+
toProto(message: _98.EnumOptions): Uint8Array;
|
|
261
|
+
toProtoMsg(message: _98.EnumOptions): _98.EnumOptionsProtoMsg;
|
|
262
262
|
};
|
|
263
263
|
EnumValueOptions: {
|
|
264
264
|
typeUrl: string;
|
|
265
|
-
encode(message:
|
|
266
|
-
decode(input: import("../binary.
|
|
267
|
-
fromJSON(object: any):
|
|
268
|
-
toJSON(message:
|
|
269
|
-
fromPartial(object: Partial<
|
|
270
|
-
fromProtoMsg(message:
|
|
271
|
-
toProto(message:
|
|
272
|
-
toProtoMsg(message:
|
|
265
|
+
encode(message: _98.EnumValueOptions, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
266
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.EnumValueOptions;
|
|
267
|
+
fromJSON(object: any): _98.EnumValueOptions;
|
|
268
|
+
toJSON(message: _98.EnumValueOptions): import("../json-safe.ts").JsonSafe<_98.EnumValueOptions>;
|
|
269
|
+
fromPartial(object: Partial<_98.EnumValueOptions>): _98.EnumValueOptions;
|
|
270
|
+
fromProtoMsg(message: _98.EnumValueOptionsProtoMsg): _98.EnumValueOptions;
|
|
271
|
+
toProto(message: _98.EnumValueOptions): Uint8Array;
|
|
272
|
+
toProtoMsg(message: _98.EnumValueOptions): _98.EnumValueOptionsProtoMsg;
|
|
273
273
|
};
|
|
274
274
|
ServiceOptions: {
|
|
275
275
|
typeUrl: string;
|
|
276
|
-
encode(message:
|
|
277
|
-
decode(input: import("../binary.
|
|
278
|
-
fromJSON(object: any):
|
|
279
|
-
toJSON(message:
|
|
280
|
-
fromPartial(object: Partial<
|
|
281
|
-
fromProtoMsg(message:
|
|
282
|
-
toProto(message:
|
|
283
|
-
toProtoMsg(message:
|
|
276
|
+
encode(message: _98.ServiceOptions, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
277
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.ServiceOptions;
|
|
278
|
+
fromJSON(object: any): _98.ServiceOptions;
|
|
279
|
+
toJSON(message: _98.ServiceOptions): import("../json-safe.ts").JsonSafe<_98.ServiceOptions>;
|
|
280
|
+
fromPartial(object: Partial<_98.ServiceOptions>): _98.ServiceOptions;
|
|
281
|
+
fromProtoMsg(message: _98.ServiceOptionsProtoMsg): _98.ServiceOptions;
|
|
282
|
+
toProto(message: _98.ServiceOptions): Uint8Array;
|
|
283
|
+
toProtoMsg(message: _98.ServiceOptions): _98.ServiceOptionsProtoMsg;
|
|
284
284
|
};
|
|
285
285
|
MethodOptions: {
|
|
286
286
|
typeUrl: string;
|
|
287
|
-
encode(message:
|
|
288
|
-
decode(input: import("../binary.
|
|
289
|
-
fromJSON(object: any):
|
|
290
|
-
toJSON(message:
|
|
291
|
-
fromPartial(object: Partial<
|
|
292
|
-
fromProtoMsg(message:
|
|
293
|
-
toProto(message:
|
|
294
|
-
toProtoMsg(message:
|
|
287
|
+
encode(message: _98.MethodOptions, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
288
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.MethodOptions;
|
|
289
|
+
fromJSON(object: any): _98.MethodOptions;
|
|
290
|
+
toJSON(message: _98.MethodOptions): import("../json-safe.ts").JsonSafe<_98.MethodOptions>;
|
|
291
|
+
fromPartial(object: Partial<_98.MethodOptions>): _98.MethodOptions;
|
|
292
|
+
fromProtoMsg(message: _98.MethodOptionsProtoMsg): _98.MethodOptions;
|
|
293
|
+
toProto(message: _98.MethodOptions): Uint8Array;
|
|
294
|
+
toProtoMsg(message: _98.MethodOptions): _98.MethodOptionsProtoMsg;
|
|
295
295
|
};
|
|
296
296
|
UninterpretedOption: {
|
|
297
297
|
typeUrl: string;
|
|
298
|
-
encode(message:
|
|
299
|
-
decode(input: import("../binary.
|
|
300
|
-
fromJSON(object: any):
|
|
301
|
-
toJSON(message:
|
|
302
|
-
fromPartial(object: Partial<
|
|
303
|
-
fromProtoMsg(message:
|
|
304
|
-
toProto(message:
|
|
305
|
-
toProtoMsg(message:
|
|
298
|
+
encode(message: _98.UninterpretedOption, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
299
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.UninterpretedOption;
|
|
300
|
+
fromJSON(object: any): _98.UninterpretedOption;
|
|
301
|
+
toJSON(message: _98.UninterpretedOption): import("../json-safe.ts").JsonSafe<_98.UninterpretedOption>;
|
|
302
|
+
fromPartial(object: Partial<_98.UninterpretedOption>): _98.UninterpretedOption;
|
|
303
|
+
fromProtoMsg(message: _98.UninterpretedOptionProtoMsg): _98.UninterpretedOption;
|
|
304
|
+
toProto(message: _98.UninterpretedOption): Uint8Array;
|
|
305
|
+
toProtoMsg(message: _98.UninterpretedOption): _98.UninterpretedOptionProtoMsg;
|
|
306
306
|
};
|
|
307
307
|
UninterpretedOption_NamePart: {
|
|
308
308
|
typeUrl: string;
|
|
309
|
-
encode(message:
|
|
310
|
-
decode(input: import("../binary.
|
|
311
|
-
fromJSON(object: any):
|
|
312
|
-
toJSON(message:
|
|
313
|
-
fromPartial(object: Partial<
|
|
314
|
-
fromProtoMsg(message:
|
|
315
|
-
toProto(message:
|
|
316
|
-
toProtoMsg(message:
|
|
309
|
+
encode(message: _98.UninterpretedOption_NamePart, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
310
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.UninterpretedOption_NamePart;
|
|
311
|
+
fromJSON(object: any): _98.UninterpretedOption_NamePart;
|
|
312
|
+
toJSON(message: _98.UninterpretedOption_NamePart): import("../json-safe.ts").JsonSafe<_98.UninterpretedOption_NamePart>;
|
|
313
|
+
fromPartial(object: Partial<_98.UninterpretedOption_NamePart>): _98.UninterpretedOption_NamePart;
|
|
314
|
+
fromProtoMsg(message: _98.UninterpretedOption_NamePartProtoMsg): _98.UninterpretedOption_NamePart;
|
|
315
|
+
toProto(message: _98.UninterpretedOption_NamePart): Uint8Array;
|
|
316
|
+
toProtoMsg(message: _98.UninterpretedOption_NamePart): _98.UninterpretedOption_NamePartProtoMsg;
|
|
317
317
|
};
|
|
318
318
|
SourceCodeInfo: {
|
|
319
319
|
typeUrl: string;
|
|
320
|
-
encode(message:
|
|
321
|
-
decode(input: import("../binary.
|
|
322
|
-
fromJSON(object: any):
|
|
323
|
-
toJSON(message:
|
|
324
|
-
fromPartial(object: Partial<
|
|
325
|
-
fromProtoMsg(message:
|
|
326
|
-
toProto(message:
|
|
327
|
-
toProtoMsg(message:
|
|
320
|
+
encode(message: _98.SourceCodeInfo, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
321
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.SourceCodeInfo;
|
|
322
|
+
fromJSON(object: any): _98.SourceCodeInfo;
|
|
323
|
+
toJSON(message: _98.SourceCodeInfo): import("../json-safe.ts").JsonSafe<_98.SourceCodeInfo>;
|
|
324
|
+
fromPartial(object: Partial<_98.SourceCodeInfo>): _98.SourceCodeInfo;
|
|
325
|
+
fromProtoMsg(message: _98.SourceCodeInfoProtoMsg): _98.SourceCodeInfo;
|
|
326
|
+
toProto(message: _98.SourceCodeInfo): Uint8Array;
|
|
327
|
+
toProtoMsg(message: _98.SourceCodeInfo): _98.SourceCodeInfoProtoMsg;
|
|
328
328
|
};
|
|
329
329
|
SourceCodeInfo_Location: {
|
|
330
330
|
typeUrl: string;
|
|
331
|
-
encode(message:
|
|
332
|
-
decode(input: import("../binary.
|
|
333
|
-
fromJSON(object: any):
|
|
334
|
-
toJSON(message:
|
|
335
|
-
fromPartial(object: Partial<
|
|
336
|
-
fromProtoMsg(message:
|
|
337
|
-
toProto(message:
|
|
338
|
-
toProtoMsg(message:
|
|
331
|
+
encode(message: _98.SourceCodeInfo_Location, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
332
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.SourceCodeInfo_Location;
|
|
333
|
+
fromJSON(object: any): _98.SourceCodeInfo_Location;
|
|
334
|
+
toJSON(message: _98.SourceCodeInfo_Location): import("../json-safe.ts").JsonSafe<_98.SourceCodeInfo_Location>;
|
|
335
|
+
fromPartial(object: Partial<_98.SourceCodeInfo_Location>): _98.SourceCodeInfo_Location;
|
|
336
|
+
fromProtoMsg(message: _98.SourceCodeInfo_LocationProtoMsg): _98.SourceCodeInfo_Location;
|
|
337
|
+
toProto(message: _98.SourceCodeInfo_Location): Uint8Array;
|
|
338
|
+
toProtoMsg(message: _98.SourceCodeInfo_Location): _98.SourceCodeInfo_LocationProtoMsg;
|
|
339
339
|
};
|
|
340
340
|
GeneratedCodeInfo: {
|
|
341
341
|
typeUrl: string;
|
|
342
|
-
encode(message:
|
|
343
|
-
decode(input: import("../binary.
|
|
344
|
-
fromJSON(object: any):
|
|
345
|
-
toJSON(message:
|
|
346
|
-
fromPartial(object: Partial<
|
|
347
|
-
fromProtoMsg(message:
|
|
348
|
-
toProto(message:
|
|
349
|
-
toProtoMsg(message:
|
|
342
|
+
encode(message: _98.GeneratedCodeInfo, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
343
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.GeneratedCodeInfo;
|
|
344
|
+
fromJSON(object: any): _98.GeneratedCodeInfo;
|
|
345
|
+
toJSON(message: _98.GeneratedCodeInfo): import("../json-safe.ts").JsonSafe<_98.GeneratedCodeInfo>;
|
|
346
|
+
fromPartial(object: Partial<_98.GeneratedCodeInfo>): _98.GeneratedCodeInfo;
|
|
347
|
+
fromProtoMsg(message: _98.GeneratedCodeInfoProtoMsg): _98.GeneratedCodeInfo;
|
|
348
|
+
toProto(message: _98.GeneratedCodeInfo): Uint8Array;
|
|
349
|
+
toProtoMsg(message: _98.GeneratedCodeInfo): _98.GeneratedCodeInfoProtoMsg;
|
|
350
350
|
};
|
|
351
351
|
GeneratedCodeInfo_Annotation: {
|
|
352
352
|
typeUrl: string;
|
|
353
|
-
encode(message:
|
|
354
|
-
decode(input: import("../binary.
|
|
355
|
-
fromJSON(object: any):
|
|
356
|
-
toJSON(message:
|
|
357
|
-
fromPartial(object: Partial<
|
|
358
|
-
fromProtoMsg(message:
|
|
359
|
-
toProto(message:
|
|
360
|
-
toProtoMsg(message:
|
|
353
|
+
encode(message: _98.GeneratedCodeInfo_Annotation, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
354
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _98.GeneratedCodeInfo_Annotation;
|
|
355
|
+
fromJSON(object: any): _98.GeneratedCodeInfo_Annotation;
|
|
356
|
+
toJSON(message: _98.GeneratedCodeInfo_Annotation): import("../json-safe.ts").JsonSafe<_98.GeneratedCodeInfo_Annotation>;
|
|
357
|
+
fromPartial(object: Partial<_98.GeneratedCodeInfo_Annotation>): _98.GeneratedCodeInfo_Annotation;
|
|
358
|
+
fromProtoMsg(message: _98.GeneratedCodeInfo_AnnotationProtoMsg): _98.GeneratedCodeInfo_Annotation;
|
|
359
|
+
toProto(message: _98.GeneratedCodeInfo_Annotation): Uint8Array;
|
|
360
|
+
toProtoMsg(message: _98.GeneratedCodeInfo_Annotation): _98.GeneratedCodeInfo_AnnotationProtoMsg;
|
|
361
361
|
};
|
|
362
362
|
Any: {
|
|
363
363
|
typeUrl: string;
|
|
364
|
-
encode(message:
|
|
365
|
-
decode(input: import("../binary.
|
|
366
|
-
fromJSON(object: any):
|
|
367
|
-
toJSON(message:
|
|
368
|
-
fromPartial(object: Partial<
|
|
369
|
-
fromProtoMsg(message:
|
|
370
|
-
toProto(message:
|
|
371
|
-
toProtoMsg(message:
|
|
364
|
+
encode(message: _97.Any, writer?: import("../binary.ts").BinaryWriter): import("../binary.ts").BinaryWriter;
|
|
365
|
+
decode(input: import("../binary.ts").BinaryReader | Uint8Array, length?: number): _97.Any;
|
|
366
|
+
fromJSON(object: any): _97.Any;
|
|
367
|
+
toJSON(message: _97.Any): import("../json-safe.ts").JsonSafe<_97.Any>;
|
|
368
|
+
fromPartial(object: Partial<_97.Any>): _97.Any;
|
|
369
|
+
fromProtoMsg(message: _97.AnyProtoMsg): _97.Any;
|
|
370
|
+
toProto(message: _97.Any): Uint8Array;
|
|
371
|
+
toProtoMsg(message: _97.Any): _97.AnyProtoMsg;
|
|
372
372
|
};
|
|
373
373
|
};
|
|
374
374
|
}
|