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

3 uses

	cloud.google.com/go/logging (current package)
		logging.go#L402: func BufferedByteLimit(n int) LoggerOption { return bufferedByteLimit(n) }
		logging.go#L404: type bufferedByteLimit int
		logging.go#L406: func (b bufferedByteLimit) set(l *Logger) { l.bundler.BufferedByteLimit = int(b) }