cloud.google.com/go/storage.ObjectHandle.conds (field)
13 uses
cloud.google.com/go/storage (current package)
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#L104: if o.conds != nil {
reader.go#L105: if err := o.conds.validate("NewRangeReader"); err != nil {
reader.go#L148: req.URL.RawQuery = conditionsQuery(gen, o.conds)
storage.go#L741: conds *Conditions
storage.go#L772: o2.conds = &conds
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. |