Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type PubSub struct + Base64Data bool + ContentEncoding string + CredentialsFile string + Log telegraf.Logger + MaxDecompressionSize config.Size + MaxExtension config.Duration + MaxMessageLen int + MaxOutstandingBytes int + MaxOutstandingMessages int + MaxReceiverGoRoutines int + MaxUndeliveredMessages int + Project string + RetryReceiveDelaySeconds int + Subscription string + func (*PubSub) Gather(telegraf.Accumulator) error + func (*PubSub) SampleConfig() string + func (ps *PubSub) Init() error + func (ps *PubSub) SetParser(parser telegraf.Parser) + func (ps *PubSub) Start(ac telegraf.Accumulator) error + func (ps *PubSub) Stop()