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

15 uses

	cloud.google.com/go/storage (current package)
		bucket.go#L140: 		c:      b.c,
		copy.go#L109: 	call := c.dst.c.raw.Objects.Rewrite(c.src.bucket, c.src.object, c.dst.bucket, c.dst.object, rawObj)
		copy.go#L218: 	call := c.dst.c.raw.Objects.Compose(c.dst.bucket, c.dst.object, req).Context(ctx)
		reader.go#L110: 		Scheme: o.c.scheme,
		reader.go#L111: 		Host:   o.c.readHost,
		reader.go#L151: 			res, err = o.c.hc.Do(req)
		storage.go#L736: 	c              *Client
		storage.go#L796: 	call := o.c.raw.Objects.Get(o.bucket, o.object).Projection("full").Context(ctx)
		storage.go#L889: 	call := o.c.raw.Objects.Patch(o.bucket, o.object, rawObj).Projection("full").Context(ctx)
		storage.go#L956: 	call := o.c.raw.Objects.Delete(o.bucket, o.object).Context(ctx)
		writer.go#L128: 		if w.o.c.envHost != "" {
		writer.go#L129: 			w.o.c.raw.BasePath = fmt.Sprintf("%s://%s", w.o.c.scheme, w.o.c.envHost)
		writer.go#L131: 		call := w.o.c.raw.Objects.Insert(w.o.bucket, rawObj).