google.golang.org/api/storage/v1.ObjectsInsertCall.ProgressUpdater (method)

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L10039: func (c *ObjectsInsertCall) ProgressUpdater(pu googleapi.ProgressUpdater) *ObjectsInsertCall {

	cloud.google.com/go/storage
		writer.go#L138: 			call.ProgressUpdater(func(n, _ int64) { w.ProgressFunc(n) })