options
: { channelOptions
?: ChannelOptions; credentials
?: any; keepalive
?: { http2MaxPingStrikes
?: number; http2MaxPingsWithoutData
?: number; http2MinPingIntervalWithoutDataMs
?: number; http2MinTimeBetweenPingsMs
?: number; keepalivePermitWithoutCalls
?: number; keepaliveTimeMs
?: number; keepaliveTimeoutMs
?: number }; loader
?: { alternateCommentMode
?: boolean; arrays
?: boolean; bytes
?: Function; defaults
?: boolean; enums
?: Function; includeDirs
?: string[]; json
?: boolean; keepCase
?: boolean; longs
?: Function; objects
?: boolean; oneofs
?: boolean }; maxMetadataSize
?: number; maxReceiveMessageLength
?: number; maxSendMessageLength
?: number; package
: string | string[]; protoLoader
?: string; protoPath
: string | string[]; url
?: string }