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 {