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