Searched refs:ResumableUpload (Results 1 – 2 of 2) sorted by relevance
28 type ResumableUpload struct { struct49 func (rx *ResumableUpload) Progress() int64 { argument59 func (rx *ResumableUpload) doUploadRequest(ctx context.Context, data io.Reader, off, size int64, fi… argument100 func (rx *ResumableUpload) reportProgress(old, updated int64) { argument113 func (rx *ResumableUpload) transferChunk(ctx context.Context) (*http.Response, error) { argument159 func (rx *ResumableUpload) Upload(ctx context.Context) (resp *http.Response, err error) { argument
8753 rx := &gensupport.ResumableUpload{