google.golang.org/api/support/bundler.Bundler.BundleByteThreshold (field)

7 uses

	google.golang.org/api/support/bundler (current package)
		bundler.go#L71: 	BundleByteThreshold int
		bundler.go#L147: 		BundleByteThreshold:  DefaultBundleByteThreshold,
		bundler.go#L281: 	if b.curBundle.size >= b.BundleByteThreshold ||

	cloud.google.com/go/errorreporting
		errors.go#L128: 	bundler.BundleByteThreshold = 1000

	cloud.google.com/go/logging
		logging.go#L380: func (e entryByteThreshold) set(l *Logger) { l.bundler.BundleByteThreshold = int(e) }
		logging.go#L446: 	l.bundler.BundleByteThreshold = DefaultEntryByteThreshold

	contrib.go.opencensus.io/exporter/stackdriver
		trace.go#L86: 	b.BundleByteThreshold = b.BundleCountThreshold * 200