type google.golang.org/api/storage/v1.Expr

7 uses

	google.golang.org/api/storage/v1 (current package)
		storage-gen.go#L1373: type Expr struct {
		storage-gen.go#L1411: func (s *Expr) MarshalJSON() ([]byte, error) {
		storage-gen.go#L1412: 	type NoMethod Expr
		storage-gen.go#L2158: 	Condition *Expr `json:"condition,omitempty"`

	cloud.google.com/go/storage
		iam.go#L121: func iamToStorageCondition(exprpb *expr.Expr) *raw.Expr {
		iam.go#L125: 	return &raw.Expr{
		iam.go#L152: func iamFromStorageCondition(rawexpr *raw.Expr) *expr.Expr {