cloud.google.com/go/storage.ObjectHandle.userProject (field)

18 uses

	cloud.google.com/go/storage (current package)
		bucket.go#L150: 		userProject: b.userProject,
		copy.go#L124: 	if c.dst.userProject != "" {
		copy.go#L125: 		call.UserProject(c.dst.userProject)
		copy.go#L126: 	} else if c.src.userProject != "" {
		copy.go#L127: 		call.UserProject(c.src.userProject)
		copy.go#L222: 	if c.dst.userProject != "" {
		copy.go#L223: 		call.UserProject(c.dst.userProject)
		reader.go#L123: 	if o.userProject != "" {
		reader.go#L124: 		req.Header.Set("X-Goog-User-Project", o.userProject)
		storage.go#L743: 	userProject    string // for requester-pays buckets
		storage.go#L800: 	if o.userProject != "" {
		storage.go#L801: 		call.UserProject(o.userProject)
		storage.go#L893: 	if o.userProject != "" {
		storage.go#L894: 		call.UserProject(o.userProject)
		storage.go#L960: 	if o.userProject != "" {
		storage.go#L961: 		call.UserProject(o.userProject)
		writer.go#L156: 			if w.o.userProject != "" {
		writer.go#L157: 				call.UserProject(w.o.userProject)