func cloud.google.com/go/storage.applyConds

8 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#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 {
		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 {
		storage.go#L1443: func applyConds(method string, gen int64, conds *Conditions, call interface{}) error {
		writer.go#L154: 		err := applyConds("NewWriter", w.o.gen, w.o.conds, call)