google.golang.org/api/storage/v1.ObjectsInsertCall.mediaInfo_ (field)
8 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L9878: mediaInfo_ *gensupport.MediaInfo
storage-gen.go#L10016: c.mediaInfo_ = gensupport.NewInfoFromMedia(r, options)
storage-gen.go#L10031: c.mediaInfo_ = gensupport.NewInfoFromResumableMedia(r, size, mediaType)
storage-gen.go#L10040: c.mediaInfo_.SetProgressUpdater(pu)
storage-gen.go#L10087: if c.mediaInfo_ != nil {
storage-gen.go#L10089: c.urlParams_.Set("uploadType", c.mediaInfo_.UploadType())
storage-gen.go#L10095: body, getBody, cleanup := c.mediaInfo_.UploadRequest(reqHeaders, body)
storage-gen.go#L10136: rx := c.mediaInfo_.ResumableUpload(res.Header.Get("Location"))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |