type google.golang.org/genproto/googleapis/type/expr.Expr
21 uses
google.golang.org/genproto/googleapis/type/expr (current package)
expr.pb.go#L49: type Expr struct {
expr.pb.go#L72: func (x *Expr) Reset() {
expr.pb.go#L73: *x = Expr{}
expr.pb.go#L81: func (x *Expr) String() string {
expr.pb.go#L85: func (*Expr) ProtoMessage() {}
expr.pb.go#L87: func (x *Expr) ProtoReflect() protoreflect.Message {
expr.pb.go#L100: func (*Expr) Descriptor() ([]byte, []int) {
expr.pb.go#L104: func (x *Expr) GetExpression() string {
expr.pb.go#L111: func (x *Expr) GetTitle() string {
expr.pb.go#L118: func (x *Expr) GetDescription() string {
expr.pb.go#L125: func (x *Expr) GetLocation() string {
expr.pb.go#L168: (*Expr)(nil), // 0: google.type.Expr
expr.pb.go#L185: switch v := v.(*Expr); i {
google.golang.org/genproto/googleapis/iam/v1
policy.pb.go#L339: Condition *expr.Expr `protobuf:"bytes,3,opt,name=condition,proto3" json:"condition,omitempty"`
policy.pb.go#L388: func (x *Binding) GetCondition() *expr.Expr {
policy.pb.go#L472: Condition *expr.Expr `protobuf:"bytes,4,opt,name=condition,proto3" json:"condition,omitempty"`
policy.pb.go#L528: func (x *BindingDelta) GetCondition() *expr.Expr {
policy.pb.go#L715: (*expr.Expr)(nil), // 7: google.type.Expr
cloud.google.com/go/storage
iam.go#L121: func iamToStorageCondition(exprpb *expr.Expr) *raw.Expr {
iam.go#L152: func iamFromStorageCondition(rawexpr *raw.Expr) *expr.Expr {
iam.go#L156: return &expr.Expr{
 |
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. |