cloud.google.com/go/storage.Conditions.GenerationNotMatch (field)

8 uses

	cloud.google.com/go/storage (current package)
		storage.go#L1389: 	GenerationNotMatch int64
		storage.go#L1428: 	if c.GenerationNotMatch != 0 {
		storage.go#L1461: 	case conds.GenerationNotMatch != 0:
		storage.go#L1462: 		if !setConditionField(cval, "IfGenerationNotMatch", conds.GenerationNotMatch) {
		storage.go#L1496: 	case conds.GenerationNotMatch != 0:
		storage.go#L1497: 		call.IfSourceGenerationNotMatch(conds.GenerationNotMatch)
		storage.go#L1546: 	case conds.GenerationNotMatch != 0:
		storage.go#L1547: 		appendParam("ifGenerationNotMatch=", conds.GenerationNotMatch)