cloud.google.com/go/storage.ObjectHandle.gen (field)
12 uses
cloud.google.com/go/storage (current package)
bucket.go#L149: gen: -1,
copy.go#L121: if err := applyConds("Copy destination", c.dst.gen, c.dst.conds, call); err != nil {
copy.go#L129: if err := applySourceConds(c.src.gen, c.src.conds, call); err != nil {
copy.go#L212: if err := applyConds("ComposeFrom source", src.gen, src.conds, composeSourceObj{srcObj}); err != nil {
copy.go#L219: if err := applyConds("ComposeFrom destination", c.dst.gen, c.dst.conds, call); err != nil {
reader.go#L133: gen := o.gen
storage.go#L740: gen int64 // a negative value indicates latest
storage.go#L761: o2.gen = gen
storage.go#L797: if err := applyConds("Attrs", o.gen, o.conds, call); err != nil {
storage.go#L890: if err := applyConds("Update", o.gen, o.conds, call); err != nil {
storage.go#L957: if err := applyConds("Delete", o.gen, o.conds, call); err != nil {
writer.go#L154: err := applyConds("NewWriter", w.o.gen, w.o.conds, call)
 |
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. |