removeProjectGrant method

ResponseFuture<RemoveProjectGrantResponse> removeProjectGrant(
  1. RemoveProjectGrantRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.RemoveProjectGrantResponse> removeProjectGrant(
    $1.RemoveProjectGrantRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeProjectGrant, request, options: options);
}