removeProjectGrant method
ResponseFuture<RemoveProjectGrantResponse>
removeProjectGrant(
- RemoveProjectGrantRequest request, {
- CallOptions? options,
Remove Project Grant
Deprecated: use DeleteProjectGrant instead.
Remove a project grant. All user grants for this project grant will also be removed. A user will not have access to the project afterward (if permissions are checked).
Implementation
$grpc.ResponseFuture<$0.RemoveProjectGrantResponse> removeProjectGrant(
$0.RemoveProjectGrantRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeProjectGrant, request, options: options);
}