chirpstack/api/js/google/api/source_info_pb.d.ts
2022-04-06 21:18:32 +01:00

29 lines
1.2 KiB
TypeScript
Vendored

// package: google.api
// file: google/api/source_info.proto
import * as jspb from "google-protobuf";
import * as google_protobuf_any_pb from "google-protobuf/google/protobuf/any_pb";
export class SourceInfo extends jspb.Message {
clearSourceFilesList(): void;
getSourceFilesList(): Array<google_protobuf_any_pb.Any>;
setSourceFilesList(value: Array<google_protobuf_any_pb.Any>): void;
addSourceFiles(value?: google_protobuf_any_pb.Any, index?: number): google_protobuf_any_pb.Any;
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): SourceInfo.AsObject;
static toObject(includeInstance: boolean, msg: SourceInfo): SourceInfo.AsObject;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: SourceInfo, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): SourceInfo;
static deserializeBinaryFromReader(message: SourceInfo, reader: jspb.BinaryReader): SourceInfo;
}
export namespace SourceInfo {
export type AsObject = {
sourceFilesList: Array<google_protobuf_any_pb.Any.AsObject>,
}
}