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),