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

8 uses

	cloud.google.com/go/storage (current package)
		storage.go#L1384: 	GenerationMatch int64
		storage.go#L1425: 	if c.GenerationMatch != 0 {
		storage.go#L1457: 	case conds.GenerationMatch != 0:
		storage.go#L1458: 		if !setConditionField(cval, "IfGenerationMatch", conds.GenerationMatch) {
		storage.go#L1494: 	case conds.GenerationMatch != 0:
		storage.go#L1495: 		call.IfSourceGenerationMatch(conds.GenerationMatch)
		storage.go#L1544: 	case conds.GenerationMatch != 0:
		storage.go#L1545: 		appendParam("ifGenerationMatch=", conds.GenerationMatch)