cosmos-explorer/packages/codegen/dist/google/bundle.d.ts
2023-03-02 13:21:24 +08:00

1467 lines
70 KiB
TypeScript

/// <reference types="long" />
import * as _104 from "./api/http";
import * as _105 from "./protobuf/any";
import * as _106 from "./protobuf/descriptor";
import * as _107 from "./protobuf/duration";
import * as _108 from "./protobuf/empty";
import * as _109 from "./protobuf/timestamp";
export declare namespace google {
const api: {
Http: {
encode(message: _104.Http, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _104.Http;
fromPartial(object: {
rules?: {
selector?: string;
get?: string;
put?: string;
post?: string;
delete?: string;
patch?: string;
custom?: {
kind?: string;
path?: string;
};
body?: string;
responseBody?: string;
additionalBindings?: any[];
}[];
fullyDecodeReservedExpansion?: boolean;
}): _104.Http;
};
HttpRule: {
encode(message: _104.HttpRule, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _104.HttpRule;
fromPartial(object: {
selector?: string;
get?: string;
put?: string;
post?: string;
delete?: string;
patch?: string;
custom?: {
kind?: string;
path?: string;
};
body?: string;
responseBody?: string;
additionalBindings?: any[];
}): _104.HttpRule;
};
CustomHttpPattern: {
encode(message: _104.CustomHttpPattern, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _104.CustomHttpPattern;
fromPartial(object: {
kind?: string;
path?: string;
}): _104.CustomHttpPattern;
};
};
const protobuf: {
Timestamp: {
encode(message: _109.Timestamp, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _109.Timestamp;
fromPartial(object: {
seconds?: string | number | import("long").Long;
nanos?: number;
}): _109.Timestamp;
};
Empty: {
encode(_: _108.Empty, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _108.Empty;
fromPartial(_: {}): _108.Empty;
};
Duration: {
encode(message: _107.Duration, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _107.Duration;
fromPartial(object: {
seconds?: string | number | import("long").Long;
nanos?: number;
}): _107.Duration;
};
fieldDescriptorProto_TypeFromJSON(object: any): _106.FieldDescriptorProto_Type;
fieldDescriptorProto_TypeToJSON(object: _106.FieldDescriptorProto_Type): string;
fieldDescriptorProto_LabelFromJSON(object: any): _106.FieldDescriptorProto_Label;
fieldDescriptorProto_LabelToJSON(object: _106.FieldDescriptorProto_Label): string;
fileOptions_OptimizeModeFromJSON(object: any): _106.FileOptions_OptimizeMode;
fileOptions_OptimizeModeToJSON(object: _106.FileOptions_OptimizeMode): string;
fieldOptions_CTypeFromJSON(object: any): _106.FieldOptions_CType;
fieldOptions_CTypeToJSON(object: _106.FieldOptions_CType): string;
fieldOptions_JSTypeFromJSON(object: any): _106.FieldOptions_JSType;
fieldOptions_JSTypeToJSON(object: _106.FieldOptions_JSType): string;
methodOptions_IdempotencyLevelFromJSON(object: any): _106.MethodOptions_IdempotencyLevel;
methodOptions_IdempotencyLevelToJSON(object: _106.MethodOptions_IdempotencyLevel): string;
FieldDescriptorProto_Type: typeof _106.FieldDescriptorProto_Type;
FieldDescriptorProto_TypeSDKType: typeof _106.FieldDescriptorProto_Type;
FieldDescriptorProto_Label: typeof _106.FieldDescriptorProto_Label;
FieldDescriptorProto_LabelSDKType: typeof _106.FieldDescriptorProto_Label;
FileOptions_OptimizeMode: typeof _106.FileOptions_OptimizeMode;
FileOptions_OptimizeModeSDKType: typeof _106.FileOptions_OptimizeMode;
FieldOptions_CType: typeof _106.FieldOptions_CType;
FieldOptions_CTypeSDKType: typeof _106.FieldOptions_CType;
FieldOptions_JSType: typeof _106.FieldOptions_JSType;
FieldOptions_JSTypeSDKType: typeof _106.FieldOptions_JSType;
MethodOptions_IdempotencyLevel: typeof _106.MethodOptions_IdempotencyLevel;
MethodOptions_IdempotencyLevelSDKType: typeof _106.MethodOptions_IdempotencyLevel;
FileDescriptorSet: {
encode(message: _106.FileDescriptorSet, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.FileDescriptorSet;
fromPartial(object: {
file?: {
name?: string;
package?: string;
dependency?: string[];
publicDependency?: number[];
weakDependency?: number[];
messageType?: {
name?: string;
field?: {
name?: string;
number?: number;
label?: _106.FieldDescriptorProto_Label;
type?: _106.FieldDescriptorProto_Type;
typeName?: string;
extendee?: string;
defaultValue?: string;
oneofIndex?: number;
jsonName?: string;
options?: {
ctype?: _106.FieldOptions_CType;
packed?: boolean;
jstype?: _106.FieldOptions_JSType;
lazy?: boolean;
deprecated?: boolean;
weak?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
extension?: {
name?: string;
number?: number;
label?: _106.FieldDescriptorProto_Label;
type?: _106.FieldDescriptorProto_Type;
typeName?: string;
extendee?: string;
defaultValue?: string;
oneofIndex?: number;
jsonName?: string;
options?: {
ctype?: _106.FieldOptions_CType;
packed?: boolean;
jstype?: _106.FieldOptions_JSType;
lazy?: boolean;
deprecated?: boolean;
weak?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
nestedType?: any[];
enumType?: {
name?: string;
value?: {
name?: string;
number?: number;
options?: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
options?: {
allowAlias?: boolean;
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
reservedRange?: {
start?: number;
end?: number;
}[];
reservedName?: string[];
}[];
extensionRange?: {
start?: number;
end?: number;
options?: {
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
oneofDecl?: {
name?: string;
options?: {
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
options?: {
messageSetWireFormat?: boolean;
noStandardDescriptorAccessor?: boolean;
deprecated?: boolean;
mapEntry?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
reservedRange?: {
start?: number;
end?: number;
}[];
reservedName?: string[];
}[];
enumType?: {
name?: string;
value?: {
name?: string;
number?: number;
options?: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
options?: {
allowAlias?: boolean;
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
reservedRange?: {
start?: number;
end?: number;
}[];
reservedName?: string[];
}[];
service?: {
name?: string;
method?: {
name?: string;
inputType?: string;
outputType?: string;
options?: {
deprecated?: boolean;
idempotencyLevel?: _106.MethodOptions_IdempotencyLevel;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
clientStreaming?: boolean;
serverStreaming?: boolean;
}[];
options?: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
extension?: {
name?: string;
number?: number;
label?: _106.FieldDescriptorProto_Label;
type?: _106.FieldDescriptorProto_Type;
typeName?: string;
extendee?: string;
defaultValue?: string;
oneofIndex?: number;
jsonName?: string;
options?: {
ctype?: _106.FieldOptions_CType;
packed?: boolean;
jstype?: _106.FieldOptions_JSType;
lazy?: boolean;
deprecated?: boolean;
weak?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
options?: {
javaPackage?: string;
javaOuterClassname?: string;
javaMultipleFiles?: boolean;
javaGenerateEqualsAndHash?: boolean;
javaStringCheckUtf8?: boolean;
optimizeFor?: _106.FileOptions_OptimizeMode;
goPackage?: string;
ccGenericServices?: boolean;
javaGenericServices?: boolean;
pyGenericServices?: boolean;
phpGenericServices?: boolean;
deprecated?: boolean;
ccEnableArenas?: boolean;
objcClassPrefix?: string;
csharpNamespace?: string;
swiftPrefix?: string;
phpClassPrefix?: string;
phpNamespace?: string;
phpMetadataNamespace?: string;
rubyPackage?: string;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
sourceCodeInfo?: {
location?: {
path?: number[];
span?: number[];
leadingComments?: string;
trailingComments?: string;
leadingDetachedComments?: string[];
}[];
};
syntax?: string;
}[];
}): _106.FileDescriptorSet;
};
FileDescriptorProto: {
encode(message: _106.FileDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.FileDescriptorProto;
fromPartial(object: {
name?: string;
package?: string;
dependency?: string[];
publicDependency?: number[];
weakDependency?: number[];
messageType?: {
name?: string;
field?: {
name?: string;
number?: number;
label?: _106.FieldDescriptorProto_Label;
type?: _106.FieldDescriptorProto_Type;
typeName?: string;
extendee?: string;
defaultValue?: string;
oneofIndex?: number;
jsonName?: string;
options?: {
ctype?: _106.FieldOptions_CType;
packed?: boolean;
jstype?: _106.FieldOptions_JSType;
lazy?: boolean;
deprecated?: boolean;
weak?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
extension?: {
name?: string;
number?: number;
label?: _106.FieldDescriptorProto_Label;
type?: _106.FieldDescriptorProto_Type;
typeName?: string;
extendee?: string;
defaultValue?: string;
oneofIndex?: number;
jsonName?: string;
options?: {
ctype?: _106.FieldOptions_CType;
packed?: boolean;
jstype?: _106.FieldOptions_JSType;
lazy?: boolean;
deprecated?: boolean;
weak?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
nestedType?: any[];
enumType?: {
name?: string;
value?: {
name?: string;
number?: number;
options?: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
options?: {
allowAlias?: boolean;
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
reservedRange?: {
start?: number;
end?: number;
}[];
reservedName?: string[];
}[];
extensionRange?: {
start?: number;
end?: number;
options?: {
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
oneofDecl?: {
name?: string;
options?: {
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
options?: {
messageSetWireFormat?: boolean;
noStandardDescriptorAccessor?: boolean;
deprecated?: boolean;
mapEntry?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
reservedRange?: {
start?: number;
end?: number;
}[];
reservedName?: string[];
}[];
enumType?: {
name?: string;
value?: {
name?: string;
number?: number;
options?: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
options?: {
allowAlias?: boolean;
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
reservedRange?: {
start?: number;
end?: number;
}[];
reservedName?: string[];
}[];
service?: {
name?: string;
method?: {
name?: string;
inputType?: string;
outputType?: string;
options?: {
deprecated?: boolean;
idempotencyLevel?: _106.MethodOptions_IdempotencyLevel;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
clientStreaming?: boolean;
serverStreaming?: boolean;
}[];
options?: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
extension?: {
name?: string;
number?: number;
label?: _106.FieldDescriptorProto_Label;
type?: _106.FieldDescriptorProto_Type;
typeName?: string;
extendee?: string;
defaultValue?: string;
oneofIndex?: number;
jsonName?: string;
options?: {
ctype?: _106.FieldOptions_CType;
packed?: boolean;
jstype?: _106.FieldOptions_JSType;
lazy?: boolean;
deprecated?: boolean;
weak?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
options?: {
javaPackage?: string;
javaOuterClassname?: string;
javaMultipleFiles?: boolean;
javaGenerateEqualsAndHash?: boolean;
javaStringCheckUtf8?: boolean;
optimizeFor?: _106.FileOptions_OptimizeMode;
goPackage?: string;
ccGenericServices?: boolean;
javaGenericServices?: boolean;
pyGenericServices?: boolean;
phpGenericServices?: boolean;
deprecated?: boolean;
ccEnableArenas?: boolean;
objcClassPrefix?: string;
csharpNamespace?: string;
swiftPrefix?: string;
phpClassPrefix?: string;
phpNamespace?: string;
phpMetadataNamespace?: string;
rubyPackage?: string;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
sourceCodeInfo?: {
location?: {
path?: number[];
span?: number[];
leadingComments?: string;
trailingComments?: string;
leadingDetachedComments?: string[];
}[];
};
syntax?: string;
}): _106.FileDescriptorProto;
};
DescriptorProto: {
encode(message: _106.DescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.DescriptorProto;
fromPartial(object: {
name?: string;
field?: {
name?: string;
number?: number;
label?: _106.FieldDescriptorProto_Label;
type?: _106.FieldDescriptorProto_Type;
typeName?: string;
extendee?: string;
defaultValue?: string;
oneofIndex?: number;
jsonName?: string;
options?: {
ctype?: _106.FieldOptions_CType;
packed?: boolean;
jstype?: _106.FieldOptions_JSType;
lazy?: boolean;
deprecated?: boolean;
weak?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
extension?: {
name?: string;
number?: number;
label?: _106.FieldDescriptorProto_Label;
type?: _106.FieldDescriptorProto_Type;
typeName?: string;
extendee?: string;
defaultValue?: string;
oneofIndex?: number;
jsonName?: string;
options?: {
ctype?: _106.FieldOptions_CType;
packed?: boolean;
jstype?: _106.FieldOptions_JSType;
lazy?: boolean;
deprecated?: boolean;
weak?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
nestedType?: any[];
enumType?: {
name?: string;
value?: {
name?: string;
number?: number;
options?: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
options?: {
allowAlias?: boolean;
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
reservedRange?: {
start?: number;
end?: number;
}[];
reservedName?: string[];
}[];
extensionRange?: {
start?: number;
end?: number;
options?: {
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
oneofDecl?: {
name?: string;
options?: {
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
options?: {
messageSetWireFormat?: boolean;
noStandardDescriptorAccessor?: boolean;
deprecated?: boolean;
mapEntry?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
reservedRange?: {
start?: number;
end?: number;
}[];
reservedName?: string[];
}): _106.DescriptorProto;
};
DescriptorProto_ExtensionRange: {
encode(message: _106.DescriptorProto_ExtensionRange, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.DescriptorProto_ExtensionRange;
fromPartial(object: {
start?: number;
end?: number;
options?: {
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}): _106.DescriptorProto_ExtensionRange;
};
DescriptorProto_ReservedRange: {
encode(message: _106.DescriptorProto_ReservedRange, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.DescriptorProto_ReservedRange;
fromPartial(object: {
start?: number;
end?: number;
}): _106.DescriptorProto_ReservedRange;
};
ExtensionRangeOptions: {
encode(message: _106.ExtensionRangeOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.ExtensionRangeOptions;
fromPartial(object: {
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
}): _106.ExtensionRangeOptions;
};
FieldDescriptorProto: {
encode(message: _106.FieldDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.FieldDescriptorProto;
fromPartial(object: {
name?: string;
number?: number;
label?: _106.FieldDescriptorProto_Label;
type?: _106.FieldDescriptorProto_Type;
typeName?: string;
extendee?: string;
defaultValue?: string;
oneofIndex?: number;
jsonName?: string;
options?: {
ctype?: _106.FieldOptions_CType;
packed?: boolean;
jstype?: _106.FieldOptions_JSType;
lazy?: boolean;
deprecated?: boolean;
weak?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}): _106.FieldDescriptorProto;
};
OneofDescriptorProto: {
encode(message: _106.OneofDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.OneofDescriptorProto;
fromPartial(object: {
name?: string;
options?: {
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}): _106.OneofDescriptorProto;
};
EnumDescriptorProto: {
encode(message: _106.EnumDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.EnumDescriptorProto;
fromPartial(object: {
name?: string;
value?: {
name?: string;
number?: number;
options?: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}[];
options?: {
allowAlias?: boolean;
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
reservedRange?: {
start?: number;
end?: number;
}[];
reservedName?: string[];
}): _106.EnumDescriptorProto;
};
EnumDescriptorProto_EnumReservedRange: {
encode(message: _106.EnumDescriptorProto_EnumReservedRange, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.EnumDescriptorProto_EnumReservedRange;
fromPartial(object: {
start?: number;
end?: number;
}): _106.EnumDescriptorProto_EnumReservedRange;
};
EnumValueDescriptorProto: {
encode(message: _106.EnumValueDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.EnumValueDescriptorProto;
fromPartial(object: {
name?: string;
number?: number;
options?: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}): _106.EnumValueDescriptorProto;
};
ServiceDescriptorProto: {
encode(message: _106.ServiceDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.ServiceDescriptorProto;
fromPartial(object: {
name?: string;
method?: {
name?: string;
inputType?: string;
outputType?: string;
options?: {
deprecated?: boolean;
idempotencyLevel?: _106.MethodOptions_IdempotencyLevel;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
clientStreaming?: boolean;
serverStreaming?: boolean;
}[];
options?: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
}): _106.ServiceDescriptorProto;
};
MethodDescriptorProto: {
encode(message: _106.MethodDescriptorProto, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.MethodDescriptorProto;
fromPartial(object: {
name?: string;
inputType?: string;
outputType?: string;
options?: {
deprecated?: boolean;
idempotencyLevel?: _106.MethodOptions_IdempotencyLevel;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
};
clientStreaming?: boolean;
serverStreaming?: boolean;
}): _106.MethodDescriptorProto;
};
FileOptions: {
encode(message: _106.FileOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.FileOptions;
fromPartial(object: {
javaPackage?: string;
javaOuterClassname?: string;
javaMultipleFiles?: boolean;
javaGenerateEqualsAndHash?: boolean;
javaStringCheckUtf8?: boolean;
optimizeFor?: _106.FileOptions_OptimizeMode;
goPackage?: string;
ccGenericServices?: boolean;
javaGenericServices?: boolean;
pyGenericServices?: boolean;
phpGenericServices?: boolean;
deprecated?: boolean;
ccEnableArenas?: boolean;
objcClassPrefix?: string;
csharpNamespace?: string;
swiftPrefix?: string;
phpClassPrefix?: string;
phpNamespace?: string;
phpMetadataNamespace?: string;
rubyPackage?: string;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
}): _106.FileOptions;
};
MessageOptions: {
encode(message: _106.MessageOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.MessageOptions;
fromPartial(object: {
messageSetWireFormat?: boolean;
noStandardDescriptorAccessor?: boolean;
deprecated?: boolean;
mapEntry?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
}): _106.MessageOptions;
};
FieldOptions: {
encode(message: _106.FieldOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.FieldOptions;
fromPartial(object: {
ctype?: _106.FieldOptions_CType;
packed?: boolean;
jstype?: _106.FieldOptions_JSType;
lazy?: boolean;
deprecated?: boolean;
weak?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
}): _106.FieldOptions;
};
OneofOptions: {
encode(message: _106.OneofOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.OneofOptions;
fromPartial(object: {
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
}): _106.OneofOptions;
};
EnumOptions: {
encode(message: _106.EnumOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.EnumOptions;
fromPartial(object: {
allowAlias?: boolean;
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
}): _106.EnumOptions;
};
EnumValueOptions: {
encode(message: _106.EnumValueOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.EnumValueOptions;
fromPartial(object: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
}): _106.EnumValueOptions;
};
ServiceOptions: {
encode(message: _106.ServiceOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.ServiceOptions;
fromPartial(object: {
deprecated?: boolean;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
}): _106.ServiceOptions;
};
MethodOptions: {
encode(message: _106.MethodOptions, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.MethodOptions;
fromPartial(object: {
deprecated?: boolean;
idempotencyLevel?: _106.MethodOptions_IdempotencyLevel;
uninterpretedOption?: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}[];
}): _106.MethodOptions;
};
UninterpretedOption: {
encode(message: _106.UninterpretedOption, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.UninterpretedOption;
fromPartial(object: {
name?: {
namePart?: string;
isExtension?: boolean;
}[];
identifierValue?: string;
positiveIntValue?: string | number | import("long").Long;
negativeIntValue?: string | number | import("long").Long;
doubleValue?: number;
stringValue?: Uint8Array;
aggregateValue?: string;
}): _106.UninterpretedOption;
};
UninterpretedOption_NamePart: {
encode(message: _106.UninterpretedOption_NamePart, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.UninterpretedOption_NamePart;
fromPartial(object: {
namePart?: string;
isExtension?: boolean;
}): _106.UninterpretedOption_NamePart;
};
SourceCodeInfo: {
encode(message: _106.SourceCodeInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.SourceCodeInfo;
fromPartial(object: {
location?: {
path?: number[];
span?: number[];
leadingComments?: string;
trailingComments?: string;
leadingDetachedComments?: string[];
}[];
}): _106.SourceCodeInfo;
};
SourceCodeInfo_Location: {
encode(message: _106.SourceCodeInfo_Location, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.SourceCodeInfo_Location;
fromPartial(object: {
path?: number[];
span?: number[];
leadingComments?: string;
trailingComments?: string;
leadingDetachedComments?: string[];
}): _106.SourceCodeInfo_Location;
};
GeneratedCodeInfo: {
encode(message: _106.GeneratedCodeInfo, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.GeneratedCodeInfo;
fromPartial(object: {
annotation?: {
path?: number[];
sourceFile?: string;
begin?: number;
end?: number;
}[];
}): _106.GeneratedCodeInfo;
};
GeneratedCodeInfo_Annotation: {
encode(message: _106.GeneratedCodeInfo_Annotation, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _106.GeneratedCodeInfo_Annotation;
fromPartial(object: {
path?: number[];
sourceFile?: string;
begin?: number;
end?: number;
}): _106.GeneratedCodeInfo_Annotation;
};
Any: {
encode(message: _105.Any, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _105.Any;
fromPartial(object: {
typeUrl?: string;
value?: Uint8Array;
}): _105.Any;
};
};
}