google.golang.org/api/storage/v1.ObjectsService.Insert (method)

2 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L9884: func (r *ObjectsService) Insert(bucket string, object *Object) *ObjectsInsertCall {

	cloud.google.com/go/storage
		writer.go#L131: 		call := w.o.c.raw.Objects.Insert(w.o.bucket, rawObj).