type cloud.google.com/go/logging.entryCountThreshold

3 uses

	cloud.google.com/go/logging (current package)
		logging.go#L365: func EntryCountThreshold(n int) LoggerOption { return entryCountThreshold(n) }
		logging.go#L367: type entryCountThreshold int
		logging.go#L369: func (e entryCountThreshold) set(l *Logger) { l.bundler.BundleCountThreshold = int(e) }