cloud.google.com/go/iam.Policy.InternalProto (field)
14 uses
cloud.google.com/go/iam (current package)
iam.go#L174: return &Policy{InternalProto: proto}, nil
iam.go#L182: return h.c.Set(ctx, h.resource, policy.InternalProto)
iam.go#L218: InternalProto *pb.Policy
iam.go#L242: if p.InternalProto == nil {
iam.go#L243: p.InternalProto = &pb.Policy{}
iam.go#L245: p.InternalProto.Bindings = append(p.InternalProto.Bindings, &pb.Binding{
iam.go#L263: bindings := p.InternalProto.Bindings
iam.go#L276: p.InternalProto.Bindings = bindings[:last]
iam.go#L289: if p.InternalProto == nil {
iam.go#L293: for _, b := range p.InternalProto.Bindings {
iam.go#L305: return p.InternalProto.Bindings[i]
iam.go#L309: if p.InternalProto == nil {
iam.go#L312: for i, b := range p.InternalProto.Bindings {
![]() |
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. |