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)
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.
sizeCache protoimpl.SizeCache
state protoimpl.MessageState
unknownFields protoimpl.UnknownFields
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
*T : google.golang.org/protobuf/internal/impl.messageV1
*T : context.stringer
*T : runtime.stringer
func google.golang.org/genproto/googleapis/iam/v1.(*Binding).GetCondition() *Expr
func google.golang.org/genproto/googleapis/iam/v1.(*BindingDelta).GetCondition() *Expr
func cloud.google.com/go/storage.iamFromStorageCondition(rawexpr *raw.Expr) *Expr
func cloud.google.com/go/storage.iamToStorageCondition(exprpb *Expr) *raw.Expr
Package-Level Functions (total 3, none are exported)
Package-Level Variables (total 7, in which 1 are exported)
![]() |
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. |