package expr

Import Path
	google.golang.org/genproto/googleapis/type/expr (on go.dev)

Dependency Relation
	imports 5 packages, and imported by 2 packages

Involved Source Files expr.pb.go
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
Represents an expression text. Example: title: "User account presence" description: "Determines whether the request has a user account" expression: "size(request.user) > 0" An optional description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. Textual representation of an expression in Common Expression Language syntax. The application context of the containing message determines which well-known feature set of CEL is supported. An optional string indicating the location of the expression for error reporting, e.g. a file name and a position in the file. An optional title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. Deprecated: Use Expr.ProtoReflect.Descriptor instead. (*T) GetDescription() string (*T) GetExpression() string (*T) GetLocation() string (*T) GetTitle() string (*T) ProtoMessage() (*T) ProtoReflect() protoreflect.Message (*T) Reset() (*T) String() string *T : google.golang.org/protobuf/reflect/protoreflect.ProtoMessage *T : google.golang.org/protobuf/runtime/protoiface.MessageV1 *T : expvar.Var *T : fmt.Stringer func google.golang.org/genproto/googleapis/iam/v1.(*Binding).GetCondition() *Expr func google.golang.org/genproto/googleapis/iam/v1.(*BindingDelta).GetCondition() *Expr
Package-Level Functions (total 3, none are exported)