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

10 uses

	google.golang.org/api/support/bundler (current package)
		bundler.go#L74: 	BundleByteLimit int
		bundler.go#L211: 	return (b.BundleByteLimit <= 0 || bu.size+size <= b.BundleByteLimit) &&
		bundler.go#L234: 	if b.BundleByteLimit > 0 && size > b.BundleByteLimit {
		bundler.go#L359: 	if b.BundleByteLimit > 0 && size > b.BundleByteLimit {

	cloud.google.com/go/errorreporting
		errors.go#L129: 	bundler.BundleByteLimit = 1000

	cloud.google.com/go/logging
		logging.go#L392: func (e entryByteLimit) set(l *Logger) { l.bundler.BundleByteLimit = int(e) }

	contrib.go.opencensus.io/exporter/stackdriver
		trace.go#L87: 	b.BundleByteLimit = b.BundleCountThreshold * 1000