removeProjectGrant method

ResponseFuture<RemoveProjectGrantResponse> removeProjectGrant(
  1. RemoveProjectGrantRequest request, {
  2. 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);
}