google.golang.org/api/storage/v1.Service.Objects (field)
9 uses
google.golang.org/api/storage/v1 (current package)
storage-gen.go#L145: s.Objects = NewObjectsService(s)
storage-gen.go#L167: Objects *ObjectsService
cloud.google.com/go/storage
bucket.go#L1149: req := it.bucket.c.raw.Objects.List(it.bucket.name)
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)
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#L131: call := w.o.c.raw.Objects.Insert(w.o.bucket, rawObj).
 |
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. |