google.golang.org/api/storage/v1.ObjectsInsertCall.s (field)

8 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L9874: 	s          *Service
		storage-gen.go#L9885: 	c := &ObjectsInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)}
		storage-gen.go#L10077: 	reqHeaders.Set("User-Agent", c.s.userAgent())
		storage-gen.go#L10086: 	urls := googleapi.ResolveRelative(c.s.BasePath, "b/{bucket}/o")
		storage-gen.go#L10088: 		urls = googleapi.ResolveRelative(c.s.BasePath, "/upload/storage/v1/b/{bucket}/o")
		storage-gen.go#L10107: 	return gensupport.SendRequestWithRetry(c.ctx_, c.s.client, req)
		storage-gen.go#L10138: 		rx.Client = c.s.client
		storage-gen.go#L10139: 		rx.UserAgent = c.s.userAgent()