type google.golang.org/genproto/googleapis/iam/v1.IAMPolicyServer
9 uses
google.golang.org/genproto/googleapis/iam/v1 (current package)
iam_policy.pb.go#L543: type IAMPolicyServer interface {
iam_policy.pb.go#L575: func RegisterIAMPolicyServer(s *grpc.Server, srv IAMPolicyServer) {
iam_policy.pb.go#L585: return srv.(IAMPolicyServer).SetIamPolicy(ctx, in)
iam_policy.pb.go#L592: return srv.(IAMPolicyServer).SetIamPolicy(ctx, req.(*SetIamPolicyRequest))
iam_policy.pb.go#L603: return srv.(IAMPolicyServer).GetIamPolicy(ctx, in)
iam_policy.pb.go#L610: return srv.(IAMPolicyServer).GetIamPolicy(ctx, req.(*GetIamPolicyRequest))
iam_policy.pb.go#L621: return srv.(IAMPolicyServer).TestIamPermissions(ctx, in)
iam_policy.pb.go#L628: return srv.(IAMPolicyServer).TestIamPermissions(ctx, req.(*TestIamPermissionsRequest))
iam_policy.pb.go#L635: HandlerType: (*IAMPolicyServer)(nil),
![]() |
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. |