type cloud.google.com/go/storage.Conditions
10 uses
cloud.google.com/go/storage (current package)
storage.go#L741: conds *Conditions
storage.go#L770: func (o *ObjectHandle) If(conds Conditions) *ObjectHandle {
storage.go#L1376: type Conditions struct {
storage.go#L1410: func (c *Conditions) validate(method string) error {
storage.go#L1411: if *c == (Conditions{}) {
storage.go#L1423: func (c *Conditions) isGenerationValid() bool {
storage.go#L1437: func (c *Conditions) isMetagenerationValid() bool {
storage.go#L1443: func applyConds(method string, gen int64, conds *Conditions, call interface{}) error {
storage.go#L1483: func applySourceConds(gen int64, conds *Conditions, call *raw.ObjectsRewriteCall) error {
storage.go#L1525: func conditionsQuery(gen int64, conds *Conditions) string {
![]() |
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. |