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)
![]() |
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. |